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



.columna1{
	background-color: #08678e;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	font-weight: bold;
}

.columna2{
	background-color: #639dc0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	font-weight: bold;
}

.columna3{
	background-color: #9fcce7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #08678e;
	font-weight: bold;
}

.columna4{
	background-color: #3d90b2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	font-weight: bold;
}

.columna5{
	background-color: #aed8f2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #08678e;
	font-weight: bold;
}

.fondocontenido{
	background-image: url(imagenes/fondo_contenido.jpg);
	background-repeat:no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color:#FFFFFF;
	
}

.forms  {
	background-color: #fff; /* Title block background color     azul oscuro #03588C*/
	border-top: thin solid #fff; /* Top border thickness/style/color of this block */
	border-right: thin solid #fff; /* Right border thickness/style/color of this block */
	border-left: thin solid #fff; /* Left border thickness/style/color of this block */
	border-bottom: thin solid #fff; /* Bottom border thickness/style/color of this block */
	border-width: 1px 1px 1px 1px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3c3c3c;
	text-align: left;
	letter-spacing: 0.5px;
}

.subtitulo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00669c;
	font-weight: bold;
	line-height: 18px;
}

.titulo {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #08678e;
	font-weight: bold;
}

.txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #3c3c3c;
	text-align: justify;
}

.txtazul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #00669c;
}


p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #3c3c3c;
	text-align: justify;
}

h1 {
	font-family:  Times New Roman, Times, serif;
	font-size: 30px;
	color: #00669c;
	line-height: 36px;
	font-weight:normal;
}

h2{
	font-family: Times New Roman, Times, serif;
	font-size: 18px;
	color: #6c3a77;
	font-weight: bold;
	line-height: 16px;
}



a.link:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #08678e;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

a.link:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #08678e;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

a.link:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #08678e;
	text-decoration: underline;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}


a.link:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #08678e;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}


a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #5b8b00;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration:underline;
}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #5b8b00;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: underline;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #5b8b00;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration:underline;
}


a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #5b8b00;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: underline;
}


body {	
	background-color: #ebebeb;
}