@charset "utf-8";
/* CSS Document */

html {}

body {  font-family:"Myriad Pro", Arial; color:#FFFFFF; font-size:12px;}

a { color:white;}
a:visited {color:white;}
a:hover {color:white; text-decoration:underline;}
.bold{ font-weight:bold;}
#warper {

	padding:10px;
	background-position:left top;
	background-repeat:no-repeat;
}

#warper #menu {
	width:800px;
	height:408px;
	position:absolute;
	top:60%;
	left:50%;
	margin-left:-400px;
	margin-top:-204px;
	}

body.orange {
	background-color: rgb(218,106,19);
	background-image:url(img/fondo_orange.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}

body.kk {	
	background-color: rgb(32,75,128);
	background-image:url(img/fondo_blue.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}

body.blue {
	background-color: rgb(32,75,128);
	background-image:url(img/fondo_blue.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}

body.green {
	background-color: rgb(26,74,36);
	background-image:url(img/fondo_green.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}

body.morado {
	background-color: rgb(63,22,92);
	background-image:url(img/fondo_morado.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}

body.rojo {
	background-color: rgb(104,9,29);
	background-image:url(img/fondo_rojo.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}

body.gris_oscuro {
	background-color: rgb(30,43,51);
	background-image:url(img/fondo_gris_oscuro.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}

body.rosa {
	background-color: rgb(104,16,66);
	background-image:url(img/fondo_rosa.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}

body.negro {
	background-color: rgb(0,0,23);
	background-image:url(img/fondo_negro.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}


h1 span {display:none;}

h1{
	width:328px;
	height:103px;
	background-repeat:no-repeat;
	background-image: url(logo.png)!important;
	background-image: none;
	filter: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='logo.png');
	position: absolute;
	z-index:2;
	top: 18px;
	left: 18px;
	
}

img.logo{
display:block;
float:left;
width:328px;
height:103px;

}

#clientes {
	background-image: url(acceso_clientes.png)!important;
	background-position: right;
	background-repeat: no-repeat;
	background-image: none;
	filter: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='acceso_clientes.png');
	float: right;
	height: 32px;
	width: 90px;
    text-align:left;
    line-height:32px;
	position:relative;
	top:-10px;
	margin-right:10px;
	z-index:2;
}

#clientes a{
	/*font-size:14px;*/
}

#secciones {
	clear:both;
}

#secciones ul{
	list-style:none;
	margin:0;
	padding:0;
	position:absolute;
	top:0px;
	left:50%;
margin-left:-225px;
	font-size:12px;
	padding-top:10px;
}

#secciones ul li{	
display:inline;
}

#secciones ul li a{
height:40px;
	padding-right:10px;
}

#contenido {
	position:absolute;
	top:172px;
	left:100px;

}


#contenido h2 {
	font-size:1.8em;
	font-weight:bold;
	margin-bottom:10px;
}

#contenido p{
	margin-bottom:8px;
}

#contenido .foto_small{
	display:block;
	width:35px;
	height:35px;
	background-color:#CCC;
	float:left;
	margin-right:10px;
	margin-top:10px;
}
