/* @group Estilos que definen la estructura de los eventos */
html{  
	background: #000F16; 
}

body {
	background:url(../images/fondo_body.jpg) no-repeat center top;
	font: normal 14px Times,"Times New Roman",Serif;
	color:  #000;
	margin: 0;
	padding: 0;
	text-align: left;
}
p {
	font-weight: normal;
	font-size: 13px;
	line-height: 15px;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	border: none;
}
li {
	padding-bottom: 10px;
	list-style-image: url(../images/bullet.gif);
}
h2 {
	color: #006e99;
	margin: 0 0 10px 0;
	padding: 0;
	font: normal 32px Gerorgia,Times,"Times New Roman",Serif;
	
}
h2 span{
	font-size: 18px;
	display: block;
	color: #736e1b;
	
}
h3 {
	color: #000;
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
}
.clear {
	margin: 0;
	padding: 0;
	clear: both;
}
.contenedor {
	margin: 0 auto;
	width: 868px;
	background: #fff url(../images/contenedor.jpg);
}
.header {
	position: absolute;
	width: 100%;
	left: 0;
}
.header div{
	background: url(../images/vive_in.gif) no-repeat center left ;
	width: 868px;
	margin: 0 auto;
	height: 50px;
	padding: 5px 0;
}
.header a {
	display: block;
	height:58px;
	width:166px ;
	position: absolute;
	z-index: 30;
	margin: 0 0 0 54px;
}
.header a span {
	display: none;
}
.cabezote {
	background: url(../images/cabezote.jpg) no-repeat;
	height: 216px;
}
.cabezote a {
	display: block;
	height:170px;
	width: 333px;
	margin: 0 0 0 20px;
}
.cabezote a span {
	display: none;
}
.fondoContenido {
	background: url(../images/fondo_contenido.jpg) no-repeat;
	padding: 0;
}
.fondoInferior{  
	background: url(../images/fondo_bottom.gif) no-repeat center center;
	height: 10px;
	line-height: 0;
	font-size: 0;
}
.contenido {
	padding-top: 5px;
	margin: 0 auto;
	/*background: url(../images/fondo_contenido.gif) repeat-y;*/
}
/*.borderTop{
	background: url(../images/border_top.jpg) no-repeat;
	height: 42px;
	font-size: 0px;
	line-height: 0px;
	width: 869px;
}*/
.login {
	float: left;
	margin: 5px 0 0 10px;
	color: #006E99;
	font-size: 17px;
	display: inline;
}
.login a {
	color: #006E99;
	text-decoration: none;
}
.login a:hover {
	text-decoration: none;
	color: #fff;
}
.contenedorHerramientas {
	color: #fff;
	font-size: 10px;
	margin: 50px 36px 10px;
	/*border-bottom: 1px dotted #676767;*/
	float: right;
	font-size: 11px;
	display: inline;
}



.herramientas {
	/*background: #8db6db;*/
	width: 286px;
	padding: 0 7px;
}
.herramientas h4{
	color: #072345;
	font-size: 14px;
	margin-top: 0;
}
.herramientas h4 span{
	margin-left: 55px;
}
.herramientas h4 a{
	color: #c94527;
}

.herramientas ul {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	padding-left: 0;
	float: left;
	width: 100%;
	margin: 10px 0 0 0;
}
.herramientas li {
	float: left;
	padding: 0;
	line-height: 100%;
	list-style: none;
	margin: 0 0 2px 0;
}
/*.herramientas li {
	display: block;
	float: left;
	padding: 0;
}*/
.herramientas ul a {
	color: #fff208;
	background-image: url(../images/sprite_menu_logueo.gif);
	background-repeat: no-repeat;
	padding: 4px 0 4px 20px;
	margin: 0 5px 0 0;
	display: block;
	width: 130px;
}
.herramientas ul a:hover {
	background-color: #006e99;
	text-decoration: none;
	/*color: #fff;*/
}
.herramientas .favoritos a,
.herramientas .enviar a {
	width: 100px;
}
.herramientas .agregar a {
	background-position: 4px 5px;
}
.herramientas .agregar a:hover {
	background-position: -296px 5px;
}
.herramientas .enviar a{
	background-position: 4px -95px ;
}
.herramientas .enviar a:hover{
	background-position: -296px -95px ;
}
.herramientas .comentar a{
	background-position:4px -195px ;
}
.herramientas .comentar a:hover {
	background-position: -296px -195px ;
}
.herramientas .favoritos a {
	background-position:4px -295px ;
}
.herramientas .favoritos a:hover {
	background-position: -296px -295px ;
}
.favoritos a div {
	display: inline;
}
.herramientas .favoritos a a, .herramientas .favoritos a a span {
	padding: 0;
	background: none;
	width: auto;
}

.herramientas ul .box_addcalendar a {
	background-image: none;
	display: inline;
	padding: 0;
	line-height: 120%;
}
.herramientas ul .box_addcalendar p {
	
}

.bloque {
	float: left;
}
.bloque.uno {
	width: 449px;
	padding: 20px;
}
.descripcion {
	padding-bottom: 20px;
	margin-bottom: 20px;
	
}
.promo{  
	background: url(../images/ornament.gif) no-repeat center top;
	padding-top: 35px; 
	text-align: center;
}
.promo a{  
	display: block;
	width: 450px;
}
.promo .programa{  
	height: 130px;
	background: url(../images/promo.jpg) no-repeat;
}
.promo .descarga{ 
	height: 75px; 
	background: url(../images/descarga.jpg) no-repeat;
}

.modulos .bloque.dos {
	width: 300px;
	padding: 10px 0 10px 0;
	float: right;
	margin: 0 40px 0 0;
	display: inline;
}
/*.curvaTop {
	background: url(../images/bkgTopBloqueDos.png) no-repeat;
	width: 320px;
	height: 8px;
	font-size: 0px;
}*/
.contenidoDerecha {
	background: url(../images/bkgBloqueDos.png) repeat;
}


/* galeria de imagenes */

#gallery h2{
	margin:20px 0 15px 0;
	background:url(../images/galeria-de-fotos.gif) no-repeat 0 0;
	width:295px;
	height:36px;
}

.galeriadefotos {
	margin:0 0 20px 0;
}

.galeriadefotos ul{
	margin:0;
	padding:0;
}

.galeriadefotos li {
	float:left;
	display:line;
	margin:0 14px 2px 0;
	list-style-type: none;
	list-style-image: none;
}
.galeriadefotos .ultimo {
	margin-right: 0;
}
/*fin galeria de imagenes*/


/* Información relacionada */
.infoRelacionada {
	color: #000;
	font-weight: normal;
	font-size: 12px;
	margin-top: 20px;
	padding: 15px 0	20px 0;
	background: url(../images/ornament.gif) no-repeat center bottom;
}
.infoRelacionada ul {
	padding: 0 0 0 0;
	margin-left: 0;
}
.infoRelacionada li {
	font-size: 13px;
	list-style-image: none;
	list-style-type: none;
	padding: 0 0 15px 25px;
	background: url(../images/bullet.gif) no-repeat 0 0;
	
}
.infoEvento {
	background-color:#001720;
	background-image: url(../images/infoevento.gif) ;
	background-repeat: no-repeat;
	background-position: right bottom;
	font-size:11px;
	margin:0;
	padding: 0 10px 0 ;
}
.infoEvento li{  

}
.infoEvento li h4{  
	color: #fff208; 
	font-size: 16px;
	font-family: Gerorgia,Times,"Times New Roman",Serif;
}
.infoRelacionada h4{
	margin-bottom: 5px;
}
.infoRelacionada h4 a{
	color: #736E1B;
	font-size: 14px;
}

.infoRelacionada a:hover{
	text-decoration: underline;
}
.infoRelacionada .ultimo {
	border: 0px;
}
.infoRelacionada li.ticket {
	padding-left: 50px;
}
/* Termina información relacionada */

/* Información del evento */
.infoeventoTop {
	background: url(../images/inforelacionada_top.gif) no-repeat;
	height: 41px;
	width: 300px;
	line-height: 0;
	font-size: 0;
}
.contenedorcontenedorInfoeventoCentro {
	background-color: #061b36;
	width: 300px;
	font-size: 11px;
}
.contenedorInfoeventoCentro .infoEvento{
	padding-left: 10px;
	margin: 0;
}
.infoeventoBottom {
	background: url(../images/inforelacionada_bottom.gif) no-repeat;
	height: 9px;
	width: 300px;
	line-height: 0;
	font-size: 0;
}
.contenedorInfoEvento {
	padding: 10px 0 5px 0;
}
.contenedorInfoEvento a {
	color: #fff;
}
.contenedorInfoEvento h3 {
	background: #001720;
	text-align: left;
	padding: 15px 0 10px 10px;
	margin: 0;
	color: #006e99;
	font-size: 24px;
	font-weight: normal;
}
.infoEvento h4 {
	color: #000;
	font-size: 14px;
	margin-bottom: 5px;
	margin-top: 0;
}

.infoEvento li {
	list-style: none;
	list-style-image: none;
	border-bottom: 1px dotted #6e6e6d;
	color: #ddd; 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	margin: 0 ;
	padding: 10px 0 10px ;
}
.infoEvento .ultimo {
	border-bottom: 0px;
}
.ticket {
	background: url(../images/ticketexpress.gif) no-repeat 0 0;
	padding: 10px 0 10px 80px;
}
/* Termina información del evento */

/*modulo de publicidad*/
#addverts{
	margin: 0 0 20px;
	
}

#addverts p{
	margin:0 0 5px 0;
	font-size: 10px;
	color: #898989;
}
/*termina modulo de publicidad*/
/* otras noticias */
.otrasNoticias {
	font-size: 12px;
	font-weight: normal;
	color: #c6c6c6;
	line-height: 1.3em;
	margin-bottom: 10px;
	background: url(../images/ornament.gif) no-repeat center bottom;
	padding-bottom: 20px;
}
.otrasNoticias ul {
	padding: 0 0 0 20px;
}
/* fin otras noticias */

/* carrusel */

.carruselvideo{
	margin-bottom:10px;
	margin-top:15px;
}

p.alaizquierda {
	float:left;
	margin:0;
	padding:28px 6px 0 0;
}
p.aladerecha {
	float:left;
	margin:0;
	padding:28px 0 0 4px;
}
#carrusel {
	background: url(../images/ornament.gif) no-repeat center bottom;
	margin-top: 20px;
	padding-bottom: 20px;
}
#carrusel .carruselvideo ul{
	margin:0;
	padding: 0;
}

#carrusel .carruselvideo li img {
	border: 1px solid #fff;
}

#carrusel .carruselvideo li{
	float:left;
	display:inline;
	margin:0 6px;
	width:90px;
}

#carrusel .carruselvideo p.nombreVideoCarrusel{
	font-size:12px;
	margin:5px 0 0 0;
	font-weight: bold;
}

#carrusel .carruselvideo h4{
	font-size:9px;
	margin:0 0 3px 0;
}

#carrusel .carruselvideo img{
	margin:0;
}

/* fin carrusel */

/* audio */
#downloadZone {
	margin-top: 20px;
	/*padding: 15px;*/
}
#downloadZone h4 {
	margin-bottom: 5px;
	padding-left: 40px;
	background: url(../images/bullet_mano.gif) no-repeat 0 0;
}
#downloadZone p {
	margin-top: 5px;
}
#downloadZone p a {
	font-size: 12px;
}
/* termina audio */

.contenedorFooter {
	background-color: #006E99;
	font-size: 11px;
	margin: 20px 0 0 0;
	padding: 0;
}
.footer {
	width: 860px;
	margin: 0 auto;
}
.footer h5 {
	background:transparent url(../images/logo_viveInfooter.gif) no-repeat scroll 0 0;
	height:26px;
	margin:10px 0;
	text-indent:-50000px;
	width:66px;
	float: left;
}
.footer h6 {
	float: left;
	padding-top: 10px;
	font-size: 10px;
	margin: 0;
	width: 794px;
	color: #fff;
}
.footer a {
	color: #fff;
}
.pestanas {  
	list-style-type: none;

	width: 868px;
	font-family: arial, verdana, helvetica;

}

.pestanas ul, .pestanas li{  
    list-style: none;
    margin: 0;
}
.pestanas ul {
	padding: 10px 0 0 0;
	margin: 0 0 0 265px ;
	display: inline;
	position: absolute;
	z-index: 10;
	top: 0;
}
.pestanas li {  
    float: left; 
    list-style-type: none;
    padding: 0;
}
.pestanas ul a{  
	background-image: url(../images/sprite_menu_principal.gif);
	background-repeat:no-repeat ;
	background-position: 0 7px;
    margin: 0 8px;
    padding: 0 3px 0 5px;
    color: #0295ce;
    display: block;
	font-size: 14px;
}
.pestanas ul a:hover {
	text-decoration: none;
	color: #fff;
	background-position: 0 -14px;
}
.pestanas ul a span{  
    /*background: url(../images/pestana_izq.gif) no-repeat top left;*/
    padding: 5px 5px 5px 10px;
    display: block;
}


/* Estilos modulo encuesta */
.content_encuesta {
	margin-top: 20px;
}
.respuesta {
	padding: 10px 0;
}
.respuesta .list_respuestas li {
	font-size: 12px;
	font-weight: normal;
	padding-left: 20px;
}
.list_respuestas li {
	list-style: none;
}
.hv_barratitulodos {
	width: 600px;
}
.bt_enviar_registro {
	background:transparent url(../images/bt_enviar.gif) no-repeat scroll 0 0;
}
/* Terminan estilos modulo encuesta */

/* @end */



/* @group ligthbox */

.bt_enviar {
	float:left;
	height:26px;
	width:81px;
	background:transparent url(../images/bt_enviar.gif) no-repeat scroll 0 0;
}

.tweenWindow {
	overflow: visible;
	/*padding: 10px;*/
	position: absolute;
	z-index: 5000;
	width: auto;
	display: none;
	background:#000F16;
	border:4px solid #006E99;
	color: #fff;
}
.tweenWindow a {
	color: #fff;
}
.tweenClose {
	cursor: pointer;
	height: 18px;
	width: 56px;
	display: block;
	position: absolute;
	margin: 5px;
	top: 10px;
	right: 10px;
    font-size: 12px;
    font-family:Arial, Verdana, Helvetica, sans-serif;
}
#tweenClose2 {
	cursor: pointer;
    text-decoration:underline;
    font-weight:bold;
	font: normal 12px Arial, Verdana, Helvetica, sans-serif;
}
#video h1{ 
	width:350px;
	margin:10px 0 0 0;
}
.tweenContent {display: block; background-color: #000;}
#tweenOverlay {
	position: absolute;
	z-index: 100;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	min-height: 100%;
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	background: #000;
}
#tweenLoad {
	position: absolute;
	display: none;
	height: 100px;
	width: 100px;
	z-index: 201;
}
html #tweenWindow .white_bl {
	height: 12px;
	width: 14px;
	display: block;
	position: absolute;
	bottom: -5px;
	left: 0;
}

.lg_box h2 {
	padding-bottom: 10px;
}
.formregistrobasico h3 {
	color: #006E99;
}
.lighboxamigo h1 {
	color: #fff208;
	margin-left: 15px;
}
.titulo_ingreso h3 {
	color: #fff208;
	margin-left: 15px;
}
.tituloin {
	color: #006E99 ;
}
/* ====================================================== */

/* Estilos ligthbox ingresar */

#Dialog {
	padding: 8px;
	text-align: left;
	width:350px;
	position:absolute;
	z-index:100;
	background-color: #000F16;
	border:4px solid #006E99;
	color: #fff;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
#Dialog a {
	color: #fff;
}
#Dialog h1 {margin-bottom: 10px;}
#Dialog dl {margin: 10px 0 0 0;}
#Dialog p {margin: 10px 0 0 0;}
#Dialog dt {
	float: left;
	width: 80px;
	font-size: 14px;
	line-height: 24px;
}
#Dialog dd {
	margin: 0 0 5px 90px;
	font-size: 11px;
	line-height: 24px;
	margin-left: 80px;
}
#Dialog input {font-size: 14px;}
#Dialog input#username {width: 300px;}
#Dialog input#password {
	width: 150px;
	margin-right: 5px;
}
#Dialog input#emailpassword {
	vertical-align: middle;
	margin-right: 5px;
}
#Dialog div.AlertGood, #Dialog div.AlertBad {margin: 10px 0 20px 0;}
body #Dialog h2 {
	margin: 0;
	padding: 0;
}
.campoin em a{  
	background: none;
}
.campoin a{  
	background: url(../images/btn_ingresar.gif) no-repeat;
	display: block;
	width: 97px;
	height: 21px; 
}
.registrate_ingreso a{
	color: #000;
	text-decoration: underline;
}
.registrate_ingreso a:hover{
	color: #ffffff;
}
.content_bt a{  
	background: url(../images/btn_enviar.gif) no-repeat;
	display: block;
	width: 97px;
	height: 21px; 
}

/* Terminan estilos ligthbox ingresar */

/* @group ADD_CALENDAR */

.anadir_calendario {color: #4b6632;}

.box_addcalendar {
	padding:5px 0 10px 10px;
	position:absolute;
	top:261pxpx;
	width:160px;
	z-index:100;
	background:#000F16 url(../images/calendario_bg.gif) no-repeat;
	border:4px solid #006E99;
	text-align: right;
	margin: 20px 0 0 0;
}
.box_addcalendar p {
	text-align: left;
	margin:  0 10px 5px;
}


.anadir_calendario a {color: #000000;}

/* @end */


/* @group DENTRO DE TU QUE OPINAS */
.hv_barraopinar {
	margin: 10px 40px 0 40px;
}
.hv_barraopinar span {font: normal 11px Arial, Helvetica, sans-serif;}
.barra_ingreso {
	font: normal 11px Arial, Helvetica, sans-serif;
	margin: 10px 50px 0 50px;		
}
.tit_herramientas {
	margin: 10px 40px 0 40px;
}
.barra_ingreso a {
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #FFF208;
	background: #006E99;
}
.barra_ingreso h3 {
	margin: 0;
	float: left;	
}

.barra_ingreso h4 {
	margin: 0;
	float: right;
}
.barra_ingreso h4 span {font: normal 11px Arial, Helvetica, sans-serif;}
.textarea_opina {
	text-align: center;
	padding: 15px 0 20px 50px;
}
.textarea_opina textarea {
	height: 90px;
	font: normal 12px Arial, Helvetica, sans-serif;
	padding: 5px;
	width: 650px;
}
.textarea_opina textarea.decir {
	width: 560px;
	height: 60px;
	font: normal 12px Arial, Helvetica, sans-serif;
	padding: 15px;	
}
.textarea_opina input {
	margin: 4px 0 0;
	padding: 0;
}
.textarea_opina form {
	width: 662px;
	text-align: left;
	margin-top: 0;
	margin-bottom: 0;
}
.textarea_opina form h3 {
	font: bold 11px Arial, Helvetica, sans-serif;
	margin: 0 0 5px 0;
}

/* @end */

.globocomentarionota {
	width: 559px;
}
.globocomentarionota .globocontent, .globosubcomentarionota .subglobocontent {
	border: 0;
	background: url(../images/globo_content.gif) repeat-y 0 0;
	width: auto;
	padding: 10px 20px 0 30px;
}
.globosubcomentarionota{  
	margin-left: 20px; 
}
.globosubcomentarionota .subglobocontent{  
	width: 509px;
}
.globobottomnota {
	padding: 0;
}
.globobottomnota img{
	width: 558px !important;
	height: 43px !important;
}
.hv_modcomentariosnota {
	padding-bottom:0 !important ;
}

.comentrioutil {
	margin: 0 130px 0 0  !important;
	position: relative;
}
.refrsecarcaptcha  {
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
.globoflechanota{
	display: none;
}

