/*------------------------------------------------*/
/*            PROPIEDADES DE CUERPO               */
/*------------------------------------------------*/
body{
	margin:0px;
}
/*------------------------------------------------*/
/*           PROPIEDADES DE CONTENEDOR            */
/*------------------------------------------------*/
#contenedor_inicio {
	font-family: Arial, Helvetica, sans-serif;
	left:25px;    
	width:990px; 
	height:1200px;
	margin: 0px; 
	padding: 0px; 
	border: 0px;
	text-align: left;
	margin-left: 20px;
	position:fixed;
}
#contenedor {
	font-family: Arial, Helvetica, sans-serif;
	left:25px;    
	width:990px; 
	/*height:100%;*/
	margin: 0px; 
	padding: 0px; 
	border: 0px;
    position:relative;
	text-align: left;
	margin-left: 20px;
}
/*------------------------------------------------*/
/*              PROPIEDADES DE HEAD               */
/*------------------------------------------------*/
#head{
	height:150px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	width:990;
}
/*------------------------------------------------*/
/*         PROPIEDADES DE LA CLASE TITULO         */
/*------------------------------------------------*/
.titulo{
	/*text-transform:capitalize;*/
	text-decoration:none;
	font-weight:lighter;
	font-size: 25px;
	margin: 5px 16px;
	padding: 0px;
	border: 0px;
	position:absolute;
	top: 58px;
	width:600px;
}
.titulo_2{
	text-transform:capitalize;
    text-decoration:none;
	text-align:right;
	font-weight:lighter;
	font-size: 25px;
	margin: 20px 20px;    
	padding: 0px;  
	border: 0px;
	width:310px;
	position:absolute;
	top:0px;
	left:640px;
}
.titulo_obra{
	text-transform:uppercase;
    text-decoration:none;
	font-weight:lighter;
	font-size: 20px;
	margin: 40px 20px;    
	padding: 0px;  
	border: 0px;
	width:950px;
	position:absolute;
	top:125px;
}
/*------------------------------------------------*/
/*          PROPIEDADES DE LA CLASE MENU          */
/*------------------------------------------------*/
.menu{
	position:absolute;
	top:20px;
	width: 990px;
	padding:0px;
	margin: 0px;    
	border: 0px;
	height:50px;
}
/*------------------------------------------------*/
/*        PROPIEDADES DE LA CLASE IDIOMAS         */
/*------------------------------------------------*/
.idiomas{
	position:absolute;
	top:121px;
	left:848px;
	/*width: 138px;*/
	padding:0px;
	margin: 0px;    
	border: 0px;
	height:50px;
}
#bottom {
	top: 0;
    right: 0;
    margin: 0;
    padding: 0;
}
#bottom li {
	list-style: none;
	float: left;
	font-size: 12px;
	/*width:90px;*/
}
#bottom li a {
	text-align:left;
	margin-left:0px;
	margin-right:0px;
	border-bottom-style:solid;
	border-bottom-width:thin;
	display: block;
	padding-left: 4px;
	padding-right: 4px;
	text-transform:capitalize;
	text-decoration: none; 
	font-weight:normal;
	cursor:pointer;
}
/*------------------------------------------------*/
/*          PROPIEDADES DE LA CLASE MENU          */
/*------------------------------------------------*/
.menu2{
	position:absolute;
	top:650px;
	padding:0px;
	margin: 0px;    
	border: 0px;
	height:50px;
}
/*------------------------------------------------*/
/*       PROPIEDADES DE LA CLASE DESCRIPCION      */
/*------------------------------------------------*/
.descripcion{
	/*text-transform:capitalize;*/
	text-decoration:none;
	font-weight:lighter;
	font-size: 12px;
	padding: 20px;
	border: 0px;
}
/*------------------------------------------------*/
/*      PROPIEDADES DE LA CLASE TEXTO PEQUEÑO     */
/*------------------------------------------------*/
.smalltext{
	/*text-transform:capitalize;*/
	text-decoration:none;
	font-weight:lighter;
	font-size: 10px;
	text-align:right;
	padding: 3px;
	border: 0px;
}
/*------------------------------------------------*/
/*       PROPIEDADES DE LA CLASE S3SLIDER         */
/*------------------------------------------------*/
#slider {
	width: 990px; /* important to be same as image width */
	height: 495px; /* important to be same as image height */
	position: relative; /* important */
	top: 10px;
	overflow: hidden; /* important */
}
#sliderContent {
    width: 990px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
.sliderImage {
    /*float: left;*/
    position:absolute;
	display: none;
}
.sliderImage span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px;
    width: 990px;
    background-color: #ff0083;
    /*filter: alpha(opacity=70);*/
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color:#FFF; 
    display: none;
}
.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 14px;
}
.top {
	top: 0px;
	left: 0px;
}
.bottom {
	bottom: 15px;
    left: 0px;
}
ul { 
list-style-type: none;
}
li{
list-style-type: none;
top:0px;
left:0px;
}
/*#gallery{
	width: 990px;  
	height: 330px; 
	position: absolute; 
	top: 200px;
	left: 0px;
	overflow: hidden;
}*/

/*propiedades de nav(menu) para las diferentes posibilidades*/
.contentleft {
float: left;
width: 660px;
margin-right: 0px;
padding: 20px;
/*height: 100%;*/
position:absolute;
top:645px;
background-color:#0063dc;
color:#FFF;
}

#navbar {
	top: 0;
    right: 0;
    margin: 0;
    padding: 0;
}
#navbar li {
	list-style: none;
	float: left;
	font-size: 12px;
	width:138px;
}
#navbar li a {
	text-align:left;
	margin-left:20px;
	margin-right:0px;
	border-bottom-style:solid;
	border-bottom-width:thin;
	display: block;
	padding-left: 0px;
	text-transform:capitalize;
	text-decoration: none; 
	font-weight:normal;
	cursor:pointer;
}
#navbar li a:hover {
   
}
#navbar li ul {
	display: none;
}
#navbar li:hover ul {
	position:absolute;
    display:inline;
	padding: 0px;
}
#navbar li:hover li {
	float:inherit;
	margin-top: 5px;
	margin-bottom:0px;
	list-style: none;
}
#navbar li:hover li a {
	border-bottom-style:none;
	border-bottom-width:thin;
}
#navbar li li a:hover {

}
/*------------------------------------------------*/
/*             PROPIEDADES DE COLOR               */
/*------------------------------------------------*/
.background{
	background:#444444;
}
.fondo{
	background-image:url(../fondo/fondo_blanco.jpg);
	/*background-color:#FFF;*/
}
.color{
	color:#0063dc;
}
.color:hover{
	color:#FFF; 
	background-color:#0063dc;
}
.color_titulo{
	text-decoration:none;
	color:#0063dc;
}
.color_titulo:hover{
	color:#ff0083; 
}
.color_pink{
	color:#ff0083;
}
.texto {
	color:#444444;
}
.color_b{
	background-color:#0063dc;
	color:#FFF;
}
.color_b_pink{
	background-color:#ff0083;
	color:#FFF;
}