body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #1d2a5c;
	background-image: url(../images/fondoweb.jpg);
	background-repeat: repeat-x;
}

.thrColFixHdr #container {
	width: 908px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */

} 
.thrColFixHdr #headerHome {
	height: 342px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
} 
.thrColFixHdr #headerInterno {
	height: 168px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.thrColFixHdr #headerHome h1 {
	margin: 0; /* zeroing the margin of the last element in the #headerHome div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #bannerHome {
	height: 218px;
	width: 910px;
	background-image: url(../images/barra_azul.gif);
	background-repeat: repeat-x;
	/*clear: both;*/
	    
}
.thrColFixHdr #navInterna {
	height: 45px;
	width: 910px;
	/*clear: both;*/
	    
}
.thrColFixHdr #fondo {
	background-image: url(../images/fondo_horizontal2.gif);
	background-repeat: repeat-y;
	width: 908px;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}



.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 170px; /* padding keeps the content of the div away from the edges */
	padding-top: 13px !important;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 170px; /* padding keeps the content of the div away from the edges */
	padding-top: 13px !important;
	padding-top: 3px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 210px;
	margin-bottom: 0;
	margin-left: 210px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
.thrColFixHdr #footer {
	padding: 0 10px 0 20px;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

									/*Clases Header*/
.logoHead {
	height: 76px;
	width: 139px;
	float: left;
	margin-left: 6px;
}
.cajaIdiomas {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #273c83;
	float: right;
	height: 20px;
	width: 120px;
	margin-top: 19px;
	margin-right: 15px;
	text-align: right;
}
	.cajaIdiomas a{
	text-decoration: none;
	color: #273c83;
	}
	.cajaIdiomas a:hover{
		text-decoration: none;
		color: #00a35a;
	}
	.cajaIdiomas a:visited {
		text-decoration: none;
	}
	
.cajaLeyenda {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	color: #00a35a;
	float: right;
	height: 23px;
	width: 465px;
	margin-top: 15px;
	text-align: right;
	margin-right: 15px;
}

									/*Elementos Banner Home*/
.logoBanner {
	height: 218px;
	width: 448px;
	float: left;
}
.fotoBanner {
	height: 218px;
	width: 459px;
	float: right;
}

									/*Elementos barra navegacion*/
.tiraVerde {
	height: 45px;
	width: 201px;
	float: left;
	background-image: url(../images/barra_verde.gif);
}
.tiraEvento {
	height: 45px;
	width: 707px;
	float: right;
	background-repeat: no-repeat;
}
									/*Menu navegacion*/
.thrColFixHdr #menu {
	padding-left:5px;
	padding-top:5px;
	height:20px;
	width:750px;
	background-image:url(../nav_bg.png);
	margin-top: 15px;
	float: left;
	color: #273c83;
	margin-bottom: 6px;
}
.thrColFixHdr #menu ul{
    list-style:none; /* Eliminamos los bullets */
    margin:0px; /* Quitamos los margenes */
    padding:0px; /* Quitamos el padding */
}
.thrColFixHdr #menu ul li {
	float:left; /* Hacemos que el menu se muestre horizontal */
	padding-left:15px;
	padding-right:15px;
	border-right:1px solid #273c83;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #273c83;
}
.thrColFixHdr #menu ul li a{
	text-decoration:none;
	color:#273c83;
	font-weight:bold;
}
.thrColFixHdr #menu ul li a:hover{
    color:#FFFFFF;
}

										/*Def textos*/

.titularesGrandes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #00a35a;
	padding-top: 10px;
	margin-bottom: 5px;
}
.titularesMedianos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #273C83;
	font-weight: bold;

}

.titularesMedianos a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #273C83;
	font-weight: bold;

}
.titularesMedianos a:hover {
	text-decoration: underline;
}

.titularesChicos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #273C83;
	font-weight: bold;

}


.titularesCostadoRaya {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #273C83;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #273C83;
	padding-bottom: 3px;
	display: block;
	margin-top: 0px;
	font-weight: bold;
	margin-bottom: 10px;
}
.thrColFixHdr #mainContent p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	text-align: justify;
}

.titularesNavegacion {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	display: block;
	text-align: center;
	margin-top: 10px;
}
/*Clases Links Izq*/
.linksIzq {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/bot_azul.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 12px;
}

.linksIzq a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #273C83;
	text-decoration: none;

}

.linksIzq a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #339933;
	text-decoration: none;
}
/*Menu nuevo*/

#menuv {
	width: 170px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#menuv ul li {
	list-style-type: none;
}

#menuv ul {
	margin: 0;
	padding: 0;
}

#menuv li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

#menuv a {
	text-decoration: none;
	color: #273C83;
	display: block;
	width: 158px;
	background-color: #DADDE4;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
}

#menuv a:hover {
	background-color: #E7E9ED;
	color: #48B06E;
}
/*Listas Medio*/
#mainContent ul {

	color: #00A35A;
}

#mainContent ul {
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 20px;
}

#mainContent li {
	list-style-type: disc;
}

#mainContent a {
	text-decoration: none;
	color: #00A35A;
	padding: 0px;
}

#mainContent a:hover {
	color: #273C83;
	text-decoration: underline;
}


form .required {
	font-style: italic;
	color: #1879B5;
}

form .expectedValue, .caption {
  font-size: smaller;
	color: #777777;
	
}

/* --- Contenido principal - Programa ------------------------------------------------------- */

table#formatoEvento {
	background: #FFFFFF;
	font-size: 0.9em;
	margin-top: 5px;
	margin-bottom: 25px;
}

table#formatoEvento th {
	background: #C9F4FD;
	color: #273C83;
	text-align: center;
/*	width: 18%;*/
	height: 25px;
}

table#formatoEvento td {
	text-align: center;
	height: 25px;
}

table#formatoEvento td a:link,
table#formatoEvento td a:active,
table#formatoEvento td a:visited {
	color: #FFFFFF;
}

table#formatoEvento td a:hover {
	border-bottom-color: #FFFFFF;
	color: #FFFFFF;
}


table#formatoEvento td.cursos { background: #B6D903;}
table#formatoEvento td.track1 {	background: #308F57;}
table#formatoEvento td.track2 {	background: #35498F;}
table#formatoEvento td.track3 { background: #7A0198;}
table#formatoEvento td.track4 { background: #C7320A;}
table#formatoEvento td.track5 { background: #FF9900;}
table#formatoEvento td.track6 { background: #5D9EC8;}


table#formatoEvento td.seccion {
	background: #8ADAFF;
	color: #273C83;
	text-align: center;
	width: 34%;
	height: 25px;
}


table#formatoEvento td.seccion a:link,
table#formatoEvento td.seccion a:active,
table#formatoEvento td.seccion a:visited {
	color: #273C83;
}

table#formatoEvento td.seccion a:hover {
	border-bottom-color: #339933;
	color: #339933;
}

.tituloKeynote, .tituloTrack1, .tituloTrack2, .tituloTrack3, .tituloTrack4, .tituloTrack5, .tituloTrack6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #273C83;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 0 0 0 10px;
}
.tituloKeynote { border-left: 10px solid #218CF0;}
.tituloTrack1 { border-left: 10px solid #339933;}
.tituloTrack2 { border-left: 10px solid #35498F; }
.tituloTrack5 { border-left: 10px solid #7A0198; }
.tituloTrack3 { border-left: 10px solid #C7320A; }
.tituloTrack4 { border-left: 10px solid #E36605; }
.tituloTrack6 { border-left: 10px solid #0190CD; }


table td.sponsorDescription {
	line-height: 130%;
}

.photo {
	float: left; margin-right: 15px; margin-bottom: 10px;
}
.photo img {
	vertical-align: middle;
	text-align: center;
}
.photo a img {
	vertical-align: middle;
	text-align: center;
	border:0;
}
.nuevo {
	font-weight: bold;
	color:  #3C8327;
}
.alerta {
	font-weight: bold;
	color:  red;
}

.attention {
	display: block;
	background: #FFCCCC;
	border: 1px solid red;
	font-size: 0.9em;
	font-weight: bold;
	padding: 2px;
}

.notice {
	display: block;
	background: #C4EAB8;
	border: 1px solid #27826C;
	font-size: 0.9em;
	font-weight: bold;
	padding: 2px;
}
