/* CSS Document */
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	margin:0px;
	background-image:url(images/fondo.gif);
	text-align:left;
}
a{
	color:#000080;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
}
a:hover{
	color:#800000;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
}
/*estilos titulos cabezote*/
.metodofacil{
	color:#FFFFFF;
	font-size:25px;
	font-weight:bold;
}
.investigacion{
	color:#FFFFFF;
	font-size:15px;
	font-weight:bold;
}
/*termonan estilos titulos cabezote*/

/*estilos contenido home*/
.hola{
	font-size:30px;
	font-weight:bold;
}
.titulo1{
	font-size:15px;
	font-weight:bold;
}
.titulocolumna{
	font-size:14px;
	color:#000061;
	text-transform:uppercase;
	font-weight:bold;
	padding-left:10px;
}
.linkcolumna{
	font-size:11px;
	font-weight:normal;
	color:#000080;
	text-decoration:none;
}
.linkcolumna:hover{
	font-size:11px;
	font-weight:normal;
	color:#800000;
	text-decoration:none;
}
.imglinckamigos{
	background-image: url(images/cuadroamigos.gif);
	background-repeat:no-repeat;
}
.marco{
	border:solid 1px #000000;
}
.titulos2{
	font-size:16px;
	text-transform:uppercase;
	font-weight:bold;
}
.inputbox{
	border:#6666CC solid 1px;
	background-color:#FFFFFF;
	font-size:9px;
}
.titulos3{
	color:#FFFFFF;
	font-size:14px;
	text-transform:uppercase;
	font-weight:bold;
}
.tex1{
	font-size:11px;
	color:#fff;
}
.correos{
	font-size:18px;
	font-weight:normal;
	color:#000080;
	text-decoration:none;
}
.correos:hover{
	font-size:18px;
	font-weight:normal;
	color:#800000;
	text-decoration:none;
}