@charset "utf-8";
body {
	background-color:#4A4390;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	margin-top:0px;
	text-align:justify;
	background-image:url(imgs/bg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	background-color:#494493;
}


a.c:link {
	color: #06C;
}

a.c:visited {
  color: #06C;
}

a.c:hover {
	text-decoration: none;
}

a.c:active {
	color: #06C;
}




a:link {
	color: #ffcf10;
}

a:visited {
  color: #ffcf10;
}

a:hover {
	text-decoration: none;
}

a:active {
	color: #ffcf10;
}


.texto_normal {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	text-align:justify;
}
	

.texto_subtitulo {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-align:justify;
	color:#090;
}
.texto_subtitulo_azul {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-align:justify;
	color:#06C;
}
.texto_subtitulo_blanco {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	color:#fff;
}
.texto_subtitulo_blanco {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	color:#fff;
}
.texto_normal_blanco {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	text-align:center;
	color:#fff;
}
.texto_normal_blanco2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	text-align:left;
	color:#fff;
}
.caja_centrada {
	width: 1060px;
	margin-right: auto;
	margin-left: auto;
}
.caja_contenidototal {
	width:1060px;
	height:auto;
	float:left;
	background-image:url(imgs/bg_amarillo.png);
	background-repeat:repeat-y;
}
	
.btn_top {
	width:1060px;
	height:589px;
	float:left;
}

.contenido_principal {
	width:970px;
	height:auto;
	margin-top:15px;
	padding-left:45px;
	padding-right:45px;
	float:left;
}

.botton{
	float:left;
	width:1060px;
	background-image:url(imgs/botton.jpg);
	background-repeat:no-repeat;
	background-position:top;
	background-color:#4A4390;
	padding-top:15px;
	text-align:center;
	color:#FFF;
}

