/*
 * Estilos de la Web pública.
 * CSS2.0
 */


#barraSuperior {
	position:absolute;
	top:50px;
	left:30px;
	width:450px;
	height:10px; 
		
	background-color:#5A5F69;
}

#cajaCita {
	margin:20px;
	text-align:justify; 
	font-family:Arial, Helvetica, sans-serif;
}

#cajaFoto {
	position:absolute;
	top:240px;
	left:490px;
	width:230px;
	height:230px; 
}

#cajaLateral {
	position:absolute;
	top:70px;
	left:490px;
	width:230px;
	height:160px; 
	
	margin:0px;
	padding:0px;
		
	background-color:#f2f2f2;
}

#cajaTitulo {
	position:absolute;
	top:20px;
	left:490px;
	width:230px;
	height:40px; 
	
	margin:0px;
	padding:0px;
		
	background-color:#F79327;
}

#cajaTexto {
	position:absolute;
	top:70px;
	left:29px;
	width:448px;
	height:418px; 
		
}

.textoTitulo {
	padding-left:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
	
	color:white;
}

.acordeon_head {
	position:relative;
	margin: 1px;
	vertical-align:middle;
	padding-top:6px;
	padding-left:20px;
	width: 430px;
	height: 20px;
	
	text-align:left;
	color:white;
	
	background-color:#6690BA;
}

.acordeon_head a { color:white; }
.acordeon_head a:hover { color:#d3e8fc; }

.acordeon_body {
	margin:0px 1px 0px 1px;
	padding:0px;
	vertical-align:top;
  	list-style: none;
	text-align:right;
	width: 430px;
	height: 200px;
	display:none;	
}

.acordeon_body p{
	position:relative;
	width:250px; 
	height:160px; 
	vertical-align:top; 
	margin:0px 20px auto auto; 
	
	font-variant:small-caps; 
	font-size:95%; 
	text-align:justify;
	text-indent:30px;
}

#acordeon1 {background-image: url("../imagenes/publico/fotoClientes_01.png"); background-repeat:no-repeat;}
#acordeon2 {background-image: url("../imagenes/publico/fotoClientes_02.png"); background-repeat:no-repeat;}
#acordeon3 {background-image: url("../imagenes/publico/fotoClientes_03.png"); background-repeat:no-repeat;}
#acordeon4 {background-image: url("../imagenes/publico/fotoClientes_04.png"); background-repeat:no-repeat;}
#acordeon5 {background-image: url("../imagenes/publico/fotoClientes_05.png"); background-repeat:no-repeat;}
#acordeon6 {background-image: url("../imagenes/publico/fotoClientes_06.png"); background-repeat:no-repeat;}
#acordeon7 {background-image: url("../imagenes/publico/fotoClientes_07.png"); background-repeat:no-repeat;}
#acordeon8 {background-image: url("../imagenes/publico/fotoClientes_08.png"); background-repeat:no-repeat;}
#acordeon9 {background-image: url("../imagenes/publico/fotoClientes_09.png"); background-repeat:no-repeat;}

#servicios {
 	width: 451px;
	height: 450px;
	overflow:hidden;
}
 
#servicios ul{
  list-style: none;
  margin: 0;
  padding: 0;
}

