/* CSS Document */
*{
	margin:0;
	padding:0;
}
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	text-align:center;
	color: #000000:
}
img,
img a{
	border: 0px;
}
#centrar{
	width:769px;
	height:100%;
	position:relative; 
	margin-right:auto;
	margin-left:auto;
	text-align:left;
	font-size:small;
}

/* Contenedor */
.logos {
	width:100%;
	height:70px;
	margin-top:30px;
}
.caja {
	width:100%;
	height:200px;
	margin-top:5px;
	background-color:#f7f7ef;
}
.caja_grande {
	width:100%;
	height:555px;
	margin-top:5px;
	margin-bottom:25px;
	padding-top:30px;
	background-color:#f7f7ef;
}
.caja_2 {
	width:60%;
	margin-top:5px;
	position:relative; 
	margin-right:auto;
	margin-left:auto;
}
.caja_grande .caja_2 {
	width:70%;
	margin-top:5px;
	padding-left:40px;
	position:relative; 
	margin-right:auto;
	margin-left:auto;
}
.boton_1{
	width:352px;
	height:49px;
	margin-top:40px;
	margin-bottom:10px;
	position:relative; 
	margin-right:auto;
	margin-left:auto;
}
.linea {
	width:404px;
	height:49px;
	margin-bottom:10px;
	position:relative; 
	margin-right:auto;
	margin-left:auto;
}
.boton_2{
	width:197px;
	height:49px;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}
.boton_3{
	width:197px;
	height:49px;
	float:left;
	margin-bottom:10px;
}
.enlace{
	width:47%;
	float:left;
	margin-bottom:5px;
	color:#98a92a;
	text-decoration:none;
	font-weight:bold;
}
a:hover{
	text-decoration:underline;
}

