@charset "utf-8";
/* CSS Document */

/* v1.0 | 20080212 */

html, body, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, 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, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	font-size: 1em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 1em;
	padding-left: 0;
}
body {
	line-height: 1;
	background-repeat: repeat-x;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: .80em;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/**/

.pop {
	position: absolute;
	display: inline;
	font-size:90%!important;
}
.pop .pop_menu {
	display: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.pop .pop_toggle {
	background-image: url(../imagenes/arrow_down.png);
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	overflow: hidden;
	cursor: pointer;
	background-position: -2px 0px;
}
.active .pop_menu {
	display: block;
	background-color: #92c32a;
	color: #333;
	position: absolute;
	width: 20em;
	text-align:left;
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 0em;
	padding-left: 1em;
}
.active .pop_menu a {
	color: #fff;
}
.active .pop_toggle {
	z-index: 2000;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../imagenes/arrow_up.png);
	background-position: 5px 5px;
}
.pop ul li {
	float: none;
	display:block!important;
	background-image: none!important;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c9e195;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
}
.pop ul li:last-child {
	border-bottom-style: none;
}
.pop ul li:first-child {
	border-top-style: none;
}
.pop ul li a {
	color:#333!important;
	font-family: verdana, arial, helvetica, sans-serif;
	text-decoration: none!important;
}
.pop ul li a:hover {
	color:#fff!important;
	border-bottom-style: none!important;
}
/**/


/* root element for accordion. decorated with rounded borders and gradient background image */
#accordion {
	height:80px;
	width:970px;
	border:1px solid #ddd;
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-image: url(../imagenes/h150.png);
	background-repeat: repeat;
	background-position: 0;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 40px;
}
#accordion div p a {
	color: #555;
	text-decoration: none;
	line-height: 1em;
}
#accordion div p a:hover {
	color: #039;
	text-decoration: underline;
}
/* accordion header */
#accordion img {
	float:left;
	margin-right:10px;
	cursor:pointer;
	opacity:0.5;
	filter: alpha(opacity=70);
}
/* currently active header */
#accordion img.current {
	cursor:default;
	opacity:1;
	filter: alpha(opacity=100);
}
/* 
	accordion pane. should initially have zero width and display:none.
	the first pane should override these with inline style
*/
#accordion div {
	width:0px;
	float:left;
	display:none;
	margin-right:50px;
	vertical-align: middle;
	margin-top: auto;
	margin-bottom: auto;
}
/* content inside a pane should have fixed width */
#accordion div h3 {
	color:#444;
	margin:0 0 -10px 0;
	width:690px;
	font-size:15px;
}
#accordion div p {
	font-size:11px;
	width:400px;
}
/**/



#contenido {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 1.2em;
	margin-bottom: 1em;
}
#contenido #cabecera {
	text-align: right;
	font-size: .95em;
	padding-top: 0.8em;
	padding-bottom: 1.2em;
}
#cabecera {
	padding:0;
	color:#ddd;
	font-family: verdana, arial, helvetica, sans-serif;
	white-space:nowrap;
	list-style-type:none;
	font-weight: bold;
	margin-top: 115px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#cabecera li {
	display:inline;
	background-image: url(../imagenes/separador.png);
	background-repeat: no-repeat;
	background-position: right -10px;
	padding-right: 1.2em;
	padding-left: 1.2em;
}
#cabecera li:last-child {
	background-image: none;
}
#contenido #tit {
	font-size: .9em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 1.1em;
	font-weight: bold;
	color: #666;
	text-align: center;
}
#usu1 {
	background-image: url(../imagenes/fondoGris.jpg);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cdcdcd;
	font-size: .9em;
}
#inContenido h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.6em;
	color: #011531;
	padding-bottom: .7em;
}
#inContenido .imagen {
	padding:0px;
	margin:0px;
	border-width: 3px;
	border-style: solid;
	border-color: #adaeaa;
}
#inUsu1 {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 1em;
	padding: 1em;
	background-image: url(../imagenes/txtSponsors.gif);
	background-repeat: no-repeat;
	background-position: 3em;
	margin-bottom: 0px;
}
#inContenido h2 {
	font-size: 1.4em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #C00;
}
#logo a {
	color: #EFF0F6;
	text-decoration: none;
}
#inContenido {
	padding: 1em;
	font-size: .9em;
	line-height: 1.2em;
	text-align: justify;
}
#contenido .flota {
	float: left;
	margin-right: 2em;
	margin-bottom: 0em;
	height: 329px;
	width: 280px;
	background-image: url(../imagenes/bec.gif);
	background-repeat: no-repeat;
	padding: 0px;
}
#contenido #idiomas {
	margin-top: 50px;
	height:25px;
	color: #888;
	font-size: 0.85em;
	font-weight: bold;
}
#contenido #idiomas #desconectar{
	float:right;
	color: #222;
	font-size: 1.0em;
	font-weight: bold;
	height:10px;
	vertical-align:top!important;
}

#contenido #cabecera #logo {
	display:none;
	width: 200px;
	font-size: 1.6em;
	padding-top: 22px;
	float: left;
	background-image: url(../imagenes/logoAero.gif);
	background-position: right top;
	background-repeat: no-repeat;
	margin: 0px;
	height: 1px;
	padding-bottom: 0px;
}
#idiomas a {
	color: #011026;
	font-weight: bold;
}

#cabecera ul {
	margin-top: .6em;
}

#cabecera li a {
	color:#ddd;
	font-family: arial, helvetica, sans-serif;
	text-decoration: none;
}

.activo{
	font-weight: bold;
	color: #FFF;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #57B4DF;
	width:0;
}

.activo:hover{
	font-weight: bold;
	color: #FFF;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #2c688f;
}

.inactivo{
	font-weight: bold;
	color: #FFF;
}

.inactivo:hover{
	font-weight: bold;
	color: #FFF;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #2c688f;
}

#tPrograma {
	width: 100%;
	border: 2px solid #ccc;
}
#tPrograma tr th {
	font-size: 1.5em;
	font-weight: bold;
	background-color: #bbccff;
	padding: 1em;
	border: 3px solid #9fc2fd;
	color: #333;
	text-align:center;
}

.tProgramaSub {
	font-weight: bold;
	background-color: #d9e4f8;
	font-size: 1.1em;
}

.tProgramaSub td{
	border: 2px solid #bbb;
	margin: 1em!important;
	padding: 1em!important;
	text-align: center;
	vertical-align: middle;
}

.bordeG{
	border: 2px solid #bbb;
	margin: 1em!important;
	padding: 1em!important;
	text-align: center;
	vertical-align: middle;
}

.bordeM{
	background-color:#CCC;
	border: 2px solid #bbb;
	margin: 1em!important;
	padding: 1em!important;
	text-align: center;
	vertical-align: middle;
}

.nada{
	background-color:#FFCC80;
	border: 2px solid #bbb;
	margin: 0em!important;
	padding: 0em!important;
	text-align: center;
	vertical-align: middle;
}

.todo{
	border: 2px solid #bbb;
	margin: 1em!important;
	padding: 1em!important;
	text-align: center;
	vertical-align: middle;
}

.todo a{
	text-decoration:none;
	font-weight:bold;
}

.lista{
	border: 2px solid #bbb;
	margin: 1em!important;
	padding: 1em!important;
	text-align: left;
	vertical-align: middle;
}

.blanco{
	background-color: #FFFF99!important;
	border: 2px solid #bbb;
	margin: 1em!important;
	padding: 1em!important;
	width: 10%;
	font-weight: bold;
	vertical-align: middle;
	color: #333;
	text-align: center;
}

#tPrograma2 {
	width: 100%;
}

#tPrograma2 td {
	margin: 1em!important;
	padding: 1em!important;
	text-align: center;
	vertical-align: middle;
}

#tPrograma3 {
	width: 30%;
	border: 2px solid #ccc;
	margin-top:20px;
}

#tPrograma3 tr {
	font-size: 1.5em;
	font-weight: bold;
	background-color: #bbccff;
	padding: 1em;
	border: 3px solid #9fc2fd;
	color: #333;
	text-align:center;
	font-weight: bold;
	background-color: #d9e4f8;
	font-size: 1.1em;
}

#tPrograma3 tr td{
	border: 2px solid #bbb;
	margin: 1em!important;
	padding: 1em!important;
	text-align: center;
	vertical-align: middle;
}

.lopd{
	border: solid 1px #7F9DB9;
	height:100px;
	width:535px;
	overflow:auto;
	color:#777777;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	text-align:justify;
	padding:10px;
}
.tProgramaBlanco {
	background-color: #FFFF99!important;
	width: 10%;
	font-weight: bold;
	vertical-align: middle;
	border: 2px solid #bbb;
	color: #333;
	text-align: center;
}

.tProgramaBlanco2 {
	background-color: #FFFF99!important;
	font-weight: bold;
	border: 2px solid #bbb;
	color: #333;
	text-align: left;
	vertical-align:middle;
	height:40px;
	margin: 1em!important;
	padding: 1em!important;
}

#formulario {
	margin-top: 2em;
	margin-right: 2em;
	margin-bottom: 2em;
	margin-left: 5em;
	padding-top: 0em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 2em;
	clear: both;
	width:70%;
}

#inContenido h3 {
	font-size: 1.2em;
	color: #333;
	padding-left: 1em;
}

.pf{
	float: left;
	width: 100%;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}

#formulario table{
	width:80%;
	margin-left:auto;
	margin-right:auto;
}

#formulario td{
	padding:1em;
}

.alerta{
	color:#CC0000;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	padding-left:20px;
	padding-top:15px;
	background-image:url(../imagenes/alerta.gif);
	background-position:left center;
	background-repeat:no-repeat;
}

.log{
	color:#CC0000;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
	height:180px;
	width:380px;
}
