@charset "utf-8";

/* CSS Document */
body,td,th {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #333;}
body {height: 100%; margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px;}
a:link { text-decoration: none}
a:active { text-decoration: underline}
a:hover { text-decoration: none}
a:visited { text-decoration: none}


/* Textos */
.linkMenuTexto {float: left; font-family: 'Ubuntu Condensed', sans-serif; font-size: 11pt; color: #888888; font-weight: bold; padding: 15px 18px 0px 0px;}
.linkMenuTexto:hover {color: #ef8300;}
.inputBuscar {
	font-size: 10pt;
	color:#ef8300;
	background-color: #fff;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.tit {
	font-family: 'Ubuntu Condensed', sans-serif;
	font-size: 24pt;
	font-weight: bold;
	color: #ef8000;
}
.tit1 {font-family: 'Ubuntu Condensed', sans-serif; font-size: 15pt; color: #fff;}
.tit2 {font-family: 'Ubuntu Condensed', sans-serif; font-size: 18pt; font-weight: normal; color: #ef8000;}
.tit2:hover {font-family: 'Ubuntu Condensed', sans-serif; font-size: 18pt; font-weight: normal; color: #ef8000; text-shadow: 1px 1px 1px #000;}
.subTit1 {font-family: 'Ubuntu Condensed', sans-serif; font-size: 13pt; color: #fff;}
.subTit2 {font-family: 'Ubuntu Condensed', sans-serif; font-size: 16pt; color: #000;}
.txt1 {font-size: 8pt; color: #fff;}
.txt3 {font-family: 'Ubuntu Condensed', sans-serif; font-size: 14pt; color: #000;}



/* Formularios */
input, textarea {font-family: Arial, Helvetica, sans-serif;}
label {padding-left: 25px; display: block; padding-bottom: 10px;}
select {padding: 7px 10px; border: 1px solid #ccc; border-radius: 5px; -moz-border-radius: 5px;}
.inputbox {
	border: 1px solid #999; 
	padding: 10px; 
	width: 300px; 
	-moz-border-radius: 3px; 
	border-radius: 3px; 
	margin-bottom: 5px; 
	color: #666; 
	background: url(images/bg_fade_sml.png) repeat-x top;
}
.inputbox:focus {
	border: 1px solid #0b6da0;
}
.button {
   background: #ef8000;
   background: -webkit-gradient(linear, left top, left bottom, from(#FFAE55), to(#ef8000));
   background: -webkit-linear-gradient(top, #FFAE55, #ef8000);
   background: -moz-linear-gradient(top, #FFAE55, #ef8000);
   background: -ms-linear-gradient(top, #FFAE55, #ef8000);
   background: -o-linear-gradient(top, #FFAE55, #ef8000);
   padding: 8.5px 17px;
   -webkit-border-radius: 23px;
   -moz-border-radius: 23px;
   border-radius: 23px;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 16px;
   font-family: Arial, Helvetica, sans-serif;
   text-decoration: none;
   vertical-align: middle;
   }
.button:hover {
   background: #ef8000;
   background: -webkit-gradient(linear, left top, left bottom, from(#ef8000), to(#FFAE55));
   background: -webkit-linear-gradient(top, #ef8000, #FFAE55);
   background: -moz-linear-gradient(top, #ef8000, #FFAE55);
   background: -ms-linear-gradient(top, #ef8000, #FFAE55);
   background: -o-linear-gradient(top, #ef8000, #FFAE55);
}





/* Tablas */
.top {background-color: #FFF;}
.header {position: absolute; left: 50%; width: 960px; margin-left: -480px;}
.logo {float: left;}
.banderas {float: right; padding: 70px 0 0 0px;}
.gradientBar {
	position: absolute;
	margin-top: 150px;
	height: 10px;
	width: 100%;
	background: #1e5799; /* Old browsers */
	background: -moz-linear-gradient(left, #1e5799 0%, #00529e 0%, #ef8300 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#1e5799), color-stop(0%,#00529e), color-stop(100%,#ef8300)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #1e5799 0%,#00529e 0%,#ef8300 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #1e5799 0%,#00529e 0%,#ef8300 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #1e5799 0%,#00529e 0%,#ef8300 100%); /* IE10+ */
	background: linear-gradient(left, #1e5799 0%,#00529e 0%,#ef8300 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#ef8300',GradientType=1 ); /* IE6-9 */
}
.gradientMenu {
	position: absolute;
	margin-top: 160px;
	height: 50px;
	width: 100%;
	background: #eeeeee; /* Old browsers */
	background: -moz-linear-gradient(top, #eeeeee 0%, #d9d9d9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#d9d9d9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #eeeeee 0%,#d9d9d9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #eeeeee 0%,#d9d9d9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #eeeeee 0%,#d9d9d9 100%); /* IE10+ */
	background: linear-gradient(top, #eeeeee 0%,#d9d9d9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#d9d9d9',GradientType=0 ); /* IE6-9 */
}
.menu {position: absolute; left: 50%; width: 960px; margin-left: -480px;}
.linksMenu {float: left;}
.menuBuscador {
	margin-top: 12px;
	float: right; 
	background-color:#FFF; 
	border-radius: 10px 10px 10px 10px;
	padding: 5px 0px 0px 12px;
	height: 25px;
	width: 200px;
	text-align: left;
}
.introContainer {
	position: absolute;
	background-color: #000;
	margin-top: 210px;
	height: 360px;
	width: 100%;
}
.intro {position: absolute; left: 50%; width: 960px; margin-left: -480px;}
.contenierBase {
	position: absolute;
	background-image:url(images/bg.jpg);
	background-color: #000;
	margin-top: 570px;
	height: 360px;
	width: 100%;
}
.base {position: absolute; left: 50%; width: 960px; margin-left: -480px;}
.contenierDetalle {
	position: absolute;
	background-color: #333;
	margin-top: 50px;
	width: 100%;
	height: 8000px;
}
.detalle {
	background-color: #FFF;
	position: absolute; 
	left: 50%; 
	width: 960px; 
	margin-left: -480px;
}
.notiLeft {
	position: absolute;
	left: 50%; 
	margin-left: -480px;
	width: 425px;
	height: 250px;
	background-color: #000;
	opacity: 0.7;
}
.notiRight {
	float: right; 
	width: 535px;
	height: 250px;
	background-color: #000;
}
.bot {
	float: left; 
	width: 90px; 
	height: 20px; 
	background-color: #000; 
	text-align: center; 
	color: #fff; 
	padding: 5px 0px 0px 0px; 
	border-radius: 6px 6px 6px 6px;
}
.botMas {
	float: right; 
	width: 60px; 
	height: 20px; 
	background-color: #ef8000; 
	text-align: center; 
	color: #fff; 
	padding: 5px 0px 0px 0px; 
	border-radius: 6px 6px 6px 6px;
}
.espaciado {padding: 20px 20px 20px 20px;}
.gradientTable {
	height: 30px;
	background: #eeeeee; /* Old browsers */
	background: -moz-linear-gradient(top, #eeeeee 0%, #d9d9d9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#d9d9d9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #eeeeee 0%,#d9d9d9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #eeeeee 0%,#d9d9d9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #eeeeee 0%,#d9d9d9 100%); /* IE10+ */
	background: linear-gradient(top, #eeeeee 0%,#d9d9d9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#d9d9d9',GradientType=0 ); /* IE6-9 */
}
.fotoRound {border-radius: 8px 8px;}
.pie {
	position: absolute; 
	left: 50%; 
	width: 960px; 
	margin-left: -480px;
	margin-top: 810px;
	background-color: #000;
}
.pieTexto {
	float: right; 
	padding: 15px 15px 15px 15px;
}

