@charset "utf-8";

/******************* fuente para las letras del portal************************************/
@font-face {
    font-family: 'QlassikMediumRegular';
    src: url('fuentes/Qlassik_TB-webfont.eot');
    src: url('fuentes/Qlassik_TB-webfont.eot?#iefix') format('embedded-opentype'),
         url('fuentes/Qlassik_TB-webfont.woff') format('woff'),
         url('fuentes/Qlassik_TB-webfont.ttf') format('truetype'),
         url('fuentes/Qlassik_TB-webfont.svg#QlassikMediumRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'QlassikBoldRegular';
    src: url('fuentes/QlassikBold_TB-webfont.eot');
    src: url('fuentes/QlassikBold_TB-webfont.eot?#iefix') format('embedded-opentype'),
         url('fuentes/QlassikBold_TB-webfont.woff') format('woff'),
         url('fuentes/QlassikBold_TB-webfont.ttf') format('truetype'),
         url('fuentes/QlassikBold_TB-webfont.svg#QlassikBoldRegular') format('svg');
    font-weight: normal;
    font-style: normal;
	
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0; 
	margin: 0;
	padding: 0;
	/*vertical-align: baseline; */
	
}
blockquote {
	color: #666666;
	font-size:18px;
	font-style:italic;
	padding:2% 2% 2% 2%;
	margin-left: 8%;
	border-left:2px solid #CCCCCC;
	
}

blockquote p{
	color: #666666;
	font-size:18px;
	font-style:italic;
	padding:2% 2% 2% 2%;
	margin-left: 8%;
	/*border-left:2px solid #CCCCCC; */
	
}

img, object, embed, video {	max-width: 100%;}
/* IE 6 no admite max-width (anchura máxima), por lo que usa de manera predeterminada una anchura del 100% */
.ie6 img {width:100%;}

/*
12px = 0.75em

14px = 0.875em

48px = 3em
*/
body { 

background: rgb(242,245,246); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyZjVmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2UzZWFlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjOGQ3ZGMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(242,245,246,1) 0%, rgba(227,234,237,1) 51%, rgba(200,215,220,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,245,246,1)), color-stop(51%,rgba(227,234,237,1)), color-stop(100%,rgba(200,215,220,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(242,245,246,1) 0%,rgba(227,234,237,1) 51%,rgba(200,215,220,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(242,245,246,1) 0%,rgba(227,234,237,1) 51%,rgba(200,215,220,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(242,245,246,1) 0%,rgba(227,234,237,1) 51%,rgba(200,215,220,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(242,245,246,1) 0%,rgba(227,234,237,1) 51%,rgba(200,215,220,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f5f6', endColorstr='#c8d7dc',GradientType=0 ); /* IE6-8 */

	font-size: 16px;
	font-family: 'QlassikMediumRegular';
	color:#444444;
}

hr { color:#444444;}

.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

button, 
textarea,
a,
a:visited {
 color: #084B8A;	
 font-family:"QlassikMediumRegular";}



h1, h2 {	
	color: #274891;
    font-family:"QlassikBoldRegular";
    font-style: normal; 
    font-weight: 400; 	
	padding:2%;
} 

h1, h1 {font-size:24px;}
h2, h2 {font-size:22px;}

p,a 
{
	 color: #444444;	
	 font-family:"QlassikBoldRegular";
	 font-size: 18px; /*1.2em*/
	 margin-top:8px;
	 text-align:justify;
}
textarea,
input , 
select {
 color:#345390;
 font-family:"QlassikMediumRegular";
 font-size: 14px; /*1.2em*/
}

a img { border: none;}
a:hover, a:active{color: #008DB1;}
blockquote {quotes: none;}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}

.gridContainer {
	width: 85.5833%;
	max-width: 1000px;
	padding-left: 0.7083%;
	padding-right: 0.7083%;
	margin: auto;
}
header {
	float: left;
	margin-left: 0;
	width: 100%;	
	margin-top:3%;
	display: block;
	background: white;
}

#logo {
	clear: both;
	float: left;
	margin-left: 0;
	width: 49.6779%;
	display: block;
}

#logo2 {
	clear: none;
	float: left;
	margin-left:0%;
	width: 49.1818%;
	display: block;
	text-align:right;
}
#contenidos {
	margin-top: 0%;
	float: left;
	margin-left: 0;
	width: 100%;
	max-width: 100%;
	display: block;
	/*border-top: 2px solid #CCCCCC;*/
}
#contenido_modulo {

	float: left;
	margin-left: 0;
	margin-top:3px;
	width: 100%;
	max-width: 100%;
	display: block;
	height:400px;
	text-align:center;
	background:#FFFFFF;
}
#modulo {
	margin-left: 2%;
	width: 96%;
	display: block;
}

#contador {color:#709e32;}

footer {
	float: left;
	margin: 0 auto;
	text-align:center;
	margin-top:2%;
	width: 100%;
	max-width: 100%;
	vertical-align: middle;	
	height: 20%;
	display: block;
	padding-top:2%;
	padding-bottom:40px;
	
}

.fondo_footer {
	background:url("img/bg_footer.jpg");	
	margin: 0 auto;
	text-align:center;
}

#footer1  {
	clear: both;
	float: left;
	margin-left: 0;
	margin-right:15%;
	width: 23.7288%;
	max-width: 23.7288%;
	height: 100%;
	display: block;
	
	
}
#footer2  {
	clear: none;
	float: left;
	margin-left: 0%;
	width: 24.2542%;	
	/*para ajustar la imagen pq es pequeña. quitar en caso de cambiar la imagen*/
	margin-top:0;
	height: 100%;
	display: block;
}

#footer3  {
	clear: none;
	float: left;
	margin-left: 12.6949%;
	width: 15.2542%;
	max-width: 15.2542%;
	/*para ajustar la imagen pq es pequeña. quitar en caso de cambiar la imagen*/
	margin-top:0;
	height: 100%;
	display: block;
}

