h1{
text-align:left;
color:#2e3192;
font-size:12px;
}
p,td{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000;
}
th{
background-color: #2e3192;
color:#FFFFFF;
font-weight: bold;
height: 20px;
}
input, textarea ,select{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #000;
}
a{
font-size:12px;
text-align:right;
color:#0066FF;
text-decoration:none;
}
.alerta{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
font-weight: bold;
color: #FF0000;
}
.resaltados{
font-weight: bold;
color: #000;
}
.comentarios{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
color: #000;
font-style:italic;
}
.titulos{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 15px;
color: #303092;
font-weight: bold;
}
.fondo{
background-color: #8ed9f9;
margin: 0;
}
.encabezado {
width: 1100px;
height: 175px;
background: url(../images/bgTop.jpg);
}
.marcoIzquierdo {
width: 126px;
height: 275px;
background: url(../images/bgLeft.jpg);
background-repeat: no-repeat;
background-color: #8ed9f9;
table-layout: fixed;
}
.marcoDerecho {
width: 196px;
height: 275px;
background: url(../images/bgRight.jpg);
background-repeat: no-repeat;
background-color: #8ed9f9;
table-layout: fixed;
}
.marcoContenido {
width: 778px;
height: 275px;
background: url(../images/bgCenter.jpg);
background-repeat: no-repeat;
background-color: #ffffff;
table-layout: fixed;
}
.pie {
width: 1100px;
height: 200px;
background: url(../images/bgFoot.jpg);
}
.menu{
text-align: right;
height: 85px;
width: 68%;
}
.titulares th{
text-align:left;
font-size:12px;
}
.titulares {
text-align: left;
height: 35px;
width: 80%;
}
.titulares tr{
background-color: #DEF4FE;
}
.contenido {
text-align: justify;
width: 100%;
}
.TablaFila1 {
	background-color: #EFEFEF;
	padding: 2px;
	color:#333333;
	line-height: 15px;
}
.TablaFila2 {
	background-color: #FFFFFF;
	padding: 2px;
	color:#333333;
	line-height: 15px;
}
.tablaRSS{
width: 96%;
}
.tablaRSS tr:hover {
background-color: #8ed9f9;
}
.tablaRSS tr{
background-color: #DEF4FE;
}
/*.tablaRSS tr:nth-child(even) {
background: #CCC; 
}
.tablaRSS tr:nth-child(odd) {
background: #FFF;
}
.tablaRSS tr.even td { background-color:#FFF; }
.tablaRSS tr.odd td { background-color:#F4F7FB; }*/
.login{
width: 300px;
height: 225px;
background-image:url(../images/marcoLogin.jpg);
}
.Encuesta th{
text-align:left;
font-size:12px;
}
.Encuesta{
text-align:left;
font-weight:bold;
font-size:11;
}
.Encuesta tr{
background-color: #DEF4FE;
}
.test{
text-align:left;
}
.notas th{
text-align:left;
font-size:12px;
}
.notas{
text-align:justify;
font-size:11;
}
.notas tr:hover {
background-color: #8ed9f9;
}
.notas tr{
background-color: #DEF4FE;
}
.resenas a{
text-align:center;
color:#2e3192;
font-size:14px;
font-weight:bold;
}
.resenas tr:hover {
background-color: #8ed9f9;
}
.resenas tr{
background-color: #DEF4FE;
}
.larola th{
text-align:left;
font-size:12px;
}
.larola{
text-align:center;
font-weight:bold;
font-size:12px;
color:#2e3192;
}
.larola tr{
background-color: #DEF4FE;
}
.galeria th{
text-align:left;
font-size:12px;
}
.conciertos th{
text-align:left;
font-size:12px;
}
.player th{
text-align:left;
font-size:12px;
}

/* cuadro autocompletar */
div.autocomplete{
	position:absolute;
	margin:0px;
	padding:0px;
}
div.autocomplete ul{
	list-style-type:none;
	margin:0px;
	padding:0px;
	width:200px;
}
div.autocomplete ul li.selected{
	background-color:#2e3192;
	color:#FFF;
	font-weight:bold;
	/*border:1px solid #FFF;*/
}
div.autocomplete ul li{
	background-color: #000;
	list-style-type:none;
	display:block;
	margin:0;
	padding:2px;
	height:24px;
	cursor:pointer;
	color:#FFF;
}

/* CSS Slideshow */

/*preload classes*/
.svw {width: 50px; height: 20px; background: #fff;}
.svw ul {position: relative; left: -999em;}

/*core classes*/
.stripViewer { 
position: relative;
overflow: hidden; 
border: 5px solid #303094;  
margin: 0 0 1px 0;
}
.stripViewer ul { /* this is your UL of images */
margin: 0;
padding: 0;
position: relative;
left: 0;
top: 0;
width: 1%;
list-style-type: none;
}
.stripViewer ul li { 
float:left;
}
.stripTransmitter {
overflow: auto;
width: 1%;
}
.stripTransmitter ul {
margin: 0;
padding: 0;
position: relative;
list-style-type: none;
}
.stripTransmitter ul li{
width: 20px;
float:left;
margin: 0 1px 1px 0;
}
.stripTransmitter a{
	font: bold 10px Verdana, Arial;
	text-align: center;
	line-height: 22px;
	background: #303094;
	color: #fff;
	text-decoration: none;
	display: block;
}
.stripTransmitter a:hover, a.current{
	background: #fff;
	color: #303094;
}

/*tooltips formatting*/
.tooltip
{
padding: 0.5em;
background: #fff;
color: #000;
border: 3px solid #dedede;
}

