/* CSS Document */

body {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	background-image:url(images/fondo.gif);
	background-repeat:repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	}
	
	a {color: #003399}
	a:active {color: #003399}
	a:hover {color: #003399}
	a:visited{color: #003399}

html, body {
    height:100%; /*for sticky footer*/ 
} 

#wrapper {
    min-height:100%; /*height is determined from parent's height (html & body)*/
    margin: 0 auto;      
}
* html #wrapper {height:100%;}/*min-height for ie6*/

.finter {
	/*background-image:url(images/fotosinternasbk.gif);*/
	text-align:left;
	color:#0a0a0a;
	font-size: 11px;
	padding:10px;
}

.finter a {color: #003399; font-size: 11px;}
.finter a:active {color: #003399; font-size: 11px;}
.finter a:hover {color: #003399; font-size: 11px;}
.finter a:visited {color: #003399; font-size: 11px;}


.finter2 {
	/*background-image:url(images/fotosinternasbk.gif);*/
	text-align:left;
	color:#0a0a0a;
	font-size: 11px;
	padding:5px;
	

}

.finter2 a {color: #003399; font-size: 11px;}
.finter2 a:active {color: #003399; font-size: 11px;}
.finter2 a:hover {color: #003399; font-size: 11px;}
.finter2 a:visited {color: #003399; font-size: 11px;}

.finter3 {
	/*background-image:url(images/fotosinternasbk.gif);*/
	text-align:left;
	color:#0a0a0a;
	font-size: 11px;
	padding:10px;
}

.finter2 a {color: #003399}
.finter2 a:active {color: #003399}
.finter2 a:hover {color: #003399}
.finter2 a:visited{color: #003399}
	
h1 {
	text-align:left;
	color:#0a0a0a;
	font-size: 15px;

}
	
#footer {
	background-image:url(images/bottom.jpg);
	background-repeat:repeat-x;
	height:51px; /*pull footer back into viewport and center*/
	text-align:center;
	color:#FFFFFF;
	font-size: 11px;
	margin-top: -51px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}
	
#footer a, a:hover, a:active, a:visited {

	
	text-align:center;
	color:#FFFFFF;
	font-size: 11px;

	}
	
#header{
	background-image:url(images/top.gif);
	background-repeat:repeat-x;
	min-height:20px;
}
* html #header {height:20px}/*min-height for ie6*/

.style1 {color: #FFFFFF;
	background: inherit;
	text-align:left;
}

.style2 {color: #fff;
	background:#214466;
	font-size:11px;
	font-weight:bold;
	text-align:left;
}

.style3 {color: #000;
	background:#f0f0f0;
	font-size:11px;
	text-align:left;
}

.style3 a {color: #003399}
.style3 a:active {color: #003399}
.style3	a:hover {color: #003399}
.style3	a:visited{color: #003399}

.style3-2 {color: #000;
	background:#ffffff;
	font-size:11px;
	text-align:left;
}

.style4 {color: #0d3468;
	background:#f0f0f0;
	font-size:18px;
	text-align:left;
}

.style5 {color: #FF0000;
text-align:left;
}
.premio {
	float: right;
	margin: 1em 1%;
	padding: .5% 1%;
}