@charset "utf-8";
/* CSS Document */


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/*<-------------- INDEX --------------*/

#contenedor_index {
	height: auto;
	width: 999px;
	margin-top:194px;
	margin-right: auto;
	margin-left: auto;
	background-image:url(img/minindex.jpg);
	background-position:center;
	background-repeat:no-repeat;
}

#textbox_contacto{
	border:0px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	background-color:#FFF;
}

#boton_cuestionario{
	background-image:url(img/bonton-enviar-cuestionario.png);
	background-repeat:no-repeat;
	border:0px;
	height:48px;
	width:120px; 
	cursor:hand;
}

#cuestionario{
	height:400px;
	width:400px;
	background-image:url(img/fondo-informacion.jpg);
	background-repeat:no-repeat;
}

#becas{
	height:400px;
	width:400px;
	background-image:url(img/fondo-becas.jpg);
	background-repeat:no-repeat;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#000;
}

#subvencion{
	height:400px;
	width:400px;
	background-image:url(img/fondo-subvencion.jpg);
	background-repeat:no-repeat;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#000;
}

#texto-becas{
	height:auto;
	width:263px;
	padding-top:132px;
	padding-right:24px;
	float:right;
}

#texto-becas a{
	color:#000;
	text-decoration:none;
}

#texto-becas a:hover{
	color:#B61F33;
	text-decoration:none;
}

.textoindex{
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	color:#FFF;
}

.blanco_inf{
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#FFF;
}

.negro_inf{	
	color:#000000;
	font-weight:bold;
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
}

.rojo{
	font-weight:bold;
	color:#B61F33;
}