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

html, body { margin:0; height: 100%; color:#fff; padding:0; background-color:#08151d; font-size:0.9em; font-family: 'Trebuchet MS', Helvetica, sans-serif; }

a:link, a:visited, a:active { color:#fff; text-decoration:none; }
a:hover { color:#fff; text-decoration:underline; } 


.logo, a.logo:link, a.logo:visited, a.logo:active, a.logo:hover { font: 2em Georgia, "Times New Roman", Times, serif; text-decoration:none; }
.picture { border:4px solid #FFF; }


.linternas, a.linternas:link, a.linternas:visited, a.linternas:active { text-transform:capitalize; padding:10px 2px 10px 4px; border-bottom:1px solid #0e2c39; color:#5c7b89; } 
a.linternas:hover { color:#FFF; text-decoration:none; }


.titulo { color:#FFF; }
.cont { color:#5e7e8a; }


a.subFoot:link, a.subFoot:visited, a.subFoot:active { color:#fff; font-size:0.8em; text-decoration:none; text-transform:uppercase; }
a.subFoot:hover { text-decoration:underline; }
 

.rounded-corners
{
border-radius: 10px 10px 10px 10px;
-ms-border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
-khtml-border-radius: 10px 10px 10px 10px;
}

#wrap {min-height: 100%;}

#main {overflow:auto;
	padding-bottom: 240px;}  /* must be same height as the footer */

#footer {position: relative;
	margin-top: -240px; /* negative value of footer height */
	height: 240px;
	clear:both;
	} 

/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}