
/* ///////////////////// EMPIEZA DATOS CONTACTO */
#contacto {
	float: left;
	width: 159px;
	height: 165px;
	background-color:#CCDAE1;
	padding: 320px 5px 5px 5px;
	border-right:1px solid #742828;
}

#contacto p{
	text-align:right;
	margin-right:5px;
}

#contacto a{
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #000;
	text-decoration:underline;

}

#contacto a:hover {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #000;
	text-decoration:none;

}

.titulos {
	color: #FFB900;
	margin-left: 10px;
	margin-right:10px;
	font-family: Tahoma;
	font-size: 16px;
	margin-bottom: 2px;
	margin-top: 0px;
}	


/* ///////////////////// EMPIEZA contenidos*/
#contenidos { 
	float: right;
	padding: 0px;
	margin: 0px;
	width: 714px;
	height: 490px;
}

#lista-clientes {
	float: left;
	height: 490px;
	
}

#lista-clientes h1{ 
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 14px;
	color: #742828;
	width: 410px;
	border-bottom: 1px solid #742828;
	margin-left: 5px;
	margin-top: 5px;
}

#contenidos01 { 
	float: left;
	padding: 0;
	margin: 0;
	width: 205px;
	height: 470px;
}

#contenidos02 { 
	float: left;
	padding: 0px;
	margin: 0px;
	width: 228px;
	height: 470px;
}

#contenidos03 { 
	float: right;
	padding: 0px;
	margin: 0px;
	width: 280px;
	height: 490px;
	border-left:1px solid #742828;
}

#contenidos01 ul, #contenidos02 ul {
	margin: 0;
	padding: 20px 0 0 0; 
	list-style-type: none;


}
#contenidos01 li {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #000;
	padding: 2px;
	background-color: #CCDAE1;
	border-right:1px solid #742828;
}

#contenidos02 li {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #000;
	padding: 2px;
	background-color: #CCDAE1;
}
/* ///////////////////// TERMINA PRINCIPAL */

