*{
	margin: 0;
	padding: 0;
}
body {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	background-image: url(../../imagenes/fondo-web.gif);
}

/*div {
	border: 1px solid #00FF33;
}*/

#contenedor {
	width: 922px;
	height:590px;
	position: absolute;
	left: 50%;
	margin-left: -480px;
	background-color:#FFFFFF;
}

#contenedorborde {
	height:545px;
	border: 2px solid #ccc;
	margin:10px;
	padding: 10px;
}

/* ///////////////////// COMIENZA columnas */

#cabecera {
	width: 875px;
	height: 50px;
}

#cabecera p {
	font-size: 14px;
	font-weight:bold;
	
}

#cabecera p a {
	color: #000000;
	text-decoration:none;
}

#cabecera p a:hover {
	text-decoration:none;
	color: #666666;
}

#cabecera2 {
	width: 875px;
	height: 109px;
	background-image:url(../imagenes/fondo-cabecera.jpg);
	background-repeat: no-repeat;

}

#cabecera201 {
	float:left;
	margin-left: 15px;
	width: 220px;
}

#cabecera2menu {
	float:right;
	width: 400px;
	text-align:right;
}

#cabecera2menu p {
	margin-right: 20px;
	margin-top: 70px;
	color: #fff;
}

#cabecera2menu a {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 16px;
	color: #fff;
	text-decoration: underline;
	font-weight:bold;
}

#cabecera2menu a:hover {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 16px;
	color: #000;
	text-decoration: none;
	background-color:#fff;
	font-weight:bold;
}

.activo {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 16px;
	color: #000;
	text-decoration: none;
	background-color:#fff;
	font-weight:bold;
} 


/* ///////////////////// COMIENZA conenidos centrales */
#contenidoscentrales {
	float: left;
	width: 875px;
	height: 270x;
	background-image: url(../imagenes/fondo-portada.jpg);
	background-repeat: no-repeat;
	background-position:right;
	padding-bottom: 5px;

}

#servicios {	
	float:left;
	width: 300px;
	height: 270px;
	border-right: 2px dotted #0A586C;
	
}

#servicios ul {
	padding-left: 10px;
	padding-top: 15px;
	margin-left: 10px;
}

#servicios li {
	list-style-type: none;
	font-size: 14px;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-weight:bold;
	color: #000;
	height: 40px;
	text-decoration: none;
	background-image: url(../imagenes/flecha.gif);
	background-repeat: no-repeat;
	padding: 0.0em 0.30em 0.0em 2.0em;
		
}

#servicios p{
	
	padding-top: 35px;
	margin-left: 5px;
}

#bienvenida {	
	float: right;
	width: 570px;
	height: 270px;
}

#bienvenida p {	
	text-align:right;
	padding: 190px 15px 0 0;
}


#pie {
	clear:both;
	width: 875px;
	height: 120px;
	background-image:url(../imagenes/fondo-pie.jpg);
	background-repeat: no-repeat;
}

#pie p {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	font-weight:bold;
	padding: 0 0 10px 10px;

}

#pie a {

	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #fff;
	text-decoration:underline;
}

#pie a:hover {

	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #fff;
	text-decoration:none;
}