@charset "utf-8";
/* CSS Document */
body {
	background-image: url(imagenes/fondo.jpg);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	color:#60935a;
	font-size:19px;
}
h2{
	font-size:16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	color:#60935a;
	padding:0px;
	margin:0px;
}
.titulo-dos{
	color:#112351;
	font-size:16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	padding:0px;
	margin:0px;
}
.cabecera {
	background:#fff url(imagenes/fondo_cabecera.jpg) no-repeat;
	height:195px;
	width:760px;
}
.container {
	background:#fff;
}
.texto {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	text-align:justify;
}
.pie {
	background:#eee url(imagenes/fondo_pie.jpg) no-repeat;
	height:37px;
	width:760px;
}
.texto2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	text-align:center;
}
.texto_center {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#5683C5;
	text-align:center;
}
.estiloform {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: justify;
	color: #333;
	width: 228px;
}
.estiloform2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: justify;
	color: #333;
	width: 228px;
	height:80px;
}.texto_verde {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#61925A;
	text-align:justify;
	font-weight: bold;
}
.estilobtn{
	color:#FFF;
	background:#0e2352;
	width:60px;
	height:21px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border:0px;
}

a{
	text-decoration:none;
	color:inherit;
	font-size:12px;
	color:#60935a;
}

