/* Hoja Estilos WEB Lookfor
   Alambre Estudio Grafico
   Noviembre 2005
   
   00 Estilos Generales
*/

/* Zonas */

body{
	margin-top: 15px;
	margin-left: 15px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #000000;
}

.gen_area{
	width: 740px;
}

.gen_logo{
	margin-bottom: 15px;
}

.gen_menu{
	margin-bottom: 7px;
	height: 9px;
	clear: left;
}

.gen_contenido{
	width: 740px;
	clear: left
}

.gen_pie{
	clear: left;
	padding-top: 7px;
	margin-top:0px;
}

	.gen_pie a:link, .gen_pie a:visited{
		color: #0C3462;
		text-decoration:none;
}

	.gen_pie a:hover{
		color: #0C3462;
		text-decoration:underline;
}

/* ajuste tablas */

.h_siete{
	height:7px;
	background-color: #FFFFFF;
}

.v_siete{
	width:7px;
	background-color: #FFFFFF;
}

.h_siete_gris{
	height:7px;
	background-color: #DCDCDC;
}

.v_siete_gris{
	width:7px;
	background-color: #DCDCDC;
}

/* fuentes */

.gen_marca{
	color: #0C3462;
	font-weight: bold;
}


/* Enlaces */

.gen_enlace a:link, .gen_enlace a:visited{
	color: #0C3462;
	text-decoration:none;
}

.gen_enlace a:hover{
	color: #0C3462;
	text-decoration:underline;
}

.gen_enlace2 a:link, .gen_enlace2 a:visited{
	color: #FFFFFF;
	text-decoration:none;
	font-weight:bold;
}

.gen_enlace2 a:hover{
	color: #FFFFFF;
	text-decoration:underline;
	font-weight:bold;
}


