@charset "utf-8";
/* CSS Document */

/*ESTILOS GENERALES*/

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#666;
	background:#FFFFFF;
	margin:0px;
	line-height:16px;
}

a:link{font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; font-weight:bold; color:#790000; text-decoration:none; letter-spacing:0;}
a:visited{font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; font-weight:bold; color:#790000; text-decoration:none; letter-spacing:0;}
a:active{font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; font-weight:bold; color:#790000; text-decoration:none; letter-spacing:0;}
a:hover{font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; font-weight:bold; color:#666; text-decoration:none; letter-spacing:0;}

/*FIN ESTILOS GENERALES*/

/*CAPAS Y TABLAS*/

#web_contenedor {
	width:100%;
	height:100%;
}

#cabecera {
	width:100%;
	height:120px;
	background:#CCC;
}

#cuerpo {
	width:100%;
	margin-top:15px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

#tabla_cuerpo {
	width:1000px;
	margin:auto;
}

#datos_empresa {
	float:left; 
	width:220px;
}

#contenedor_contenido {
	float:right; 
	width:770px; 
	text-align:left;
	margin-bottom:10px;
}

/*FIN CAPAS Y TALBAS*/

/*CONTENIDO*/
.texto_web {
	font-size:11px; 
	color:#666;
}

.titulo_web {
	font-size:11px; 
	color:#001AFF;
	font-weight:bold;
}

.titulo_empresa {
	font-size:14px; 
	color:#790000;
}
/*FIN CONTENIDO*/
