/* CSS Document */
body {
	font: 13px  Arial, Helvetica, sans-serif;	
	line-height:18px;
	color: #000;
	background-color: #E0D0B1;
	margin:0;
}

/********************** Ids **********************/
#contenedor{
	width: 100%;
}
#cuerpo{
	width: 990px;
}
#cabecera{
	width: 990px;
	height: 150px;
	background-image: url(imagenes/cabecera.gif);
}
#menu{
	width: 990px;
	height: 30px;
	background-color:#CB003A;
}
#centro{
	width: 990px;
	background-image:url(imagenes/fondo_centro.jpg);
	text-align:left;
}
#medio{
	padding-left:30px;
	width:950px;
}
#pie{
	width:990px;
	height:85px;
	background-image:url(imagenes/pie.jpg);
	clear:both;
}
#izquierda{
	float:left;
	width:600px;
}
#derecha{
	float:right;
	width:330px;
	height:450px;
	background-image:url(imagenes/recuadro.jpg);
}
#derechaservicios{
	float:right;
	width:300px;
	padding:10px;
	margin:10px;
	background-image: url(imagenes/fondo_recuadro.jpg);
}
#derechamargenes{
padding:20px;
}

/********************* Class ***********************/
.boton{
width:136px; 
float:left;
}
/********************************* Enlaces **************************************/
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #900;
	text-decoration: none;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #900;
	text-decoration: none;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}
a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #900;
	text-decoration: none;
}

.enlacebordo:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #900;
	text-decoration: none;
}
.enlacebordo:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #900;
	text-decoration: none;
}
.enlacebordo:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	text-decoration: underline;
}
.enlacebordo:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #900;
	text-decoration: none;
}


.enlacebordotitulo:link {
	font-family: Georgia, "Times New Roman", Times;
	font-size: 20px;
	font-weight: normal;	
	color: #900;
	text-decoration: none;
}
.enlacebordotitulo:visited {
	font-family: Georgia, "Times New Roman", Times;
	font-size: 20px;
	font-weight: normal;	
	color: #900;
	text-decoration: none;
}
.enlacebordotitulo:hover {
	font-family: Georgia, "Times New Roman", Times;
	font-size: 20px;
	font-weight: normal;	
	color: #000;
	text-decoration: underline;
}
.enlacebordotitulo:active {
	font-family: Georgia, "Times New Roman", Times;
	font-size: 20px;
	font-weight: normal;	
	color: #900;
	text-decoration: none;
}


/********************* Fuentes ****************************/
.blanco {
	color: #FFFFFF;
}
.bordo {
	color: #990000;
}
.negrochico {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color:#000;
}
.titulo {
	font-family: Georgia, "Times New Roman", Times;
	font-size: 20px;
	font-weight: normal;	
	color: #900;
}
.titulobordo {
	font-family: Georgia, "Times New Roman", Times;
	font-size: 20px;
	font-weight: normal;	
	color: #900;
}
.titulonegro {
	font-family: Georgia,"Times New Roman", Times;
	font-size: 18px;
	color: #000;
}