@charset "utf-8";
/* CSS Document */
html{
	width:100%;
	height:100%;
}
body{
	margin:0px 0px 40px 0px;
	padding:0px;
	background:#fff url(../media/radio/fondo-html.png) repeat-x top center;
	font-family:"Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", sans-serif;
	color:#333;
	font-size:11px;
}

a, a:visited, a:active{
	color:#06F;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}

#reproductorAlterno{
	width:960px;
}

#reproductorAlterno .reproNoFlash{
	width:960px;
	background:transparent url(../media/radio/cenefa_noflash.jpg) no-repeat top left;
	padding-bottom:10px;
	border-bottom:#CCC 1px solid;
	
}

#reproductorAlterno .reproNoFlash audio{
	visibility:hidden;
	width:320px;
	display:block;
	clear:both;
	float:none;
}

#reproductorAlterno #reproAjaxInfo{
	font-family:Arial, Helvetica, sans-serif;
}

#reproductorAlterno #reproAjaxInfo .imagen{
	background:transparent url(../media/radio/ab.png) no-repeat top left;
	width:110px;
	height:110px;
	padding-top:0px;
	padding-bottom:8px;
	vertical-align:middle;
	text-align:center;
}
#reproductorAlterno #reproAjaxInfo .titulo{	
	font-size:16px;
	color:#000;
	font-weight:bold;
}

#reproductorAlterno #reproAjaxInfo .artista{
	font-size:12px;
	color:#3F5A70;
}

#reproductorAlterno #reproAjaxInfo .album{
	font-size:11px;
	color:#666;
}

#reproductorAlterno #reproAjaxInfo .like, #reproductorAlterno #reproAjaxInfo .info{
	background:transparent url(../media/iconos/smiley_16.png) no-repeat center left;
	line-height:16px;
	padding:3px 3px 3px 19px;
	border:#FFF 1px solid;
}

#reproductorAlterno #reproAjaxInfo .like:hover, #reproductorAlterno #reproAjaxInfo .info:hover{
	background-color:#E8E8E8;
	border:#DDD 1px solid;
	text-decoration:none;
}

#reproductorAlterno #reproAjaxInfo .info{
	background:transparent url(../media/iconos/radio_info.png) no-repeat center left;
}





.barrasInferiores{
	display:inline-block;
	margin:50px 5px 5px 10px;
	width:202px;
	padding:4px;
	vertical-align:top;
	text-align:left;
	background:#fff url(../media/radio/fondo-barras.png) no-repeat top left;
	/*border-bottom:#ccc 1px solid;*/
	height:160px;

}

.barrasInferiores div{
	text-align:left;
	color:#333;
	padding:0px 0px 2px 2px;
	/*margin-bottom:10px;*/
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

.barrasInferiores .hp_up{
	border:#ccc 1px solid;
	padding:2px;
	margin-right:3px;
	background-color:#FFF;

}

.barrasInferiores a{
	color:#666;
	padding:3px 0px 3px 0px;
	display:inline-block;
}
/*
#footer{
	background:#EFEFEF url(../media/radio/fondos/fondos-1.jpg) repeat-x top center;
	background-color:#efefef;
	width:950px;
	height:34px;
	padding:150px 5px 5px 5px;
	margin-top:10px;
	border-bottom:#CCC 1px solid;
}*/

#footer{
	background-image:none;
	background-color:#efefef;
	width:950px;
	height:auto;
	padding:5px;
	margin-top:10px;
	border-bottom:#CCC 1px solid;
	border-top:#CCC 1px solid;
}


.Modal_divContenedor{
	position:absolute;
	top:70px;
	left:0px;
}

.Modal_divArriba{
	background:transparent url(../media/generico/fondo-modal_r1_c1.png) no-repeat top left;
	width:446px;
	height:16px;
	text-align:right;
	padding:4px 4px 0px 0px;
}

.Modal_divDinamico{
	background:transparent url(../media/generico/fondo-modal_r2_c1.png) repeat-y top left;
	width:450px;
	height:auto;
	padding:5px;
}

.Modal_divContenido{
	width:426px;
	background-color:#FFF;
	padding:5px;
	border:#CCC 2px solid;
}

.Modal_divAbajo{
	background:transparent url(../media/generico/fondo-modal_r3_c1.png) no-repeat top left;
	width:450px;
	height:18px;
}

input[type=text],input[type=password],input[type=file], textarea{
	background:#fff url(../media/generico/fondo-input.png) no-repeat top left;
	border:#CCC 1px solid;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	width:200px;
	vertical-align:middle;
}

input[type=button],input[type=submit],button{
	background:#fff url(../media/generico/fondo-botones.png) repeat-x top left;
	background-position:0px -25px;
	height:25px;
	border:#ccc 1px solid;
	vertical-align:middle;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	font-weight:normal;
}

input[type=button]:hover,input[type=submit]:hover,button:hover{
	background-position:0px 0px;
}

select,option{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
}


.multiDivEditable{
	background:#fff url(../media/generico/fondo-divEditable.png) no-repeat;
	background-position:-28px -28px;
	border:#CCC 1px solid;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	min-height:30px;
	max-height:150px;
	overflow:auto;
	padding:5px 5px 5px 24px;
	color:#575757;
}

.multiDivEditable:hover{

	background-position:-61px 6px;
	border:#999 1px solid;
	color:#333;
}

.multiDivEditable:focus{

	background-position:5px -61px;
	border:#999 1px solid;
	color:#333;
}



.selectorRA_Generico{
	position:absolute;
	overflow:auto;
	overflow-x:hidden;
	overflow-y:auto;
	width:150px;
	background:#FFF url(../media/generico/fondo-selectorRA.png) no-repeat top right;
	border:#ccc 1px solid;
	padding:1px 16px 1px 1px;
	font-family:Tahoma, Geneva, sans-serif;
	color:#333;
}

.selectorRA_Generico:hover{
	border:#999 1px solid;
}

.selectorRA_Generico_disabled{
	position:absolute;
	overflow:auto;
	overflow-x:hidden;
	overflow-y:auto;
	width:150px;
	background-color:#FFF;
	border:#ccc 1px solid;
	padding:1px 16px 1px 1px;
	font-family:Tahoma, Geneva, sans-serif;
	color:#999;
}

.selectorRA_Generico div, .selectorRA_Generico_disabled div{
	padding:3px 1px 0px 3px;
	height:18px;
	border-bottom:#ccc 1px solid;
	vertical-align:middle;
	overflow:hidden;
}

.selectorRA_Generico div:hover{
	color:#FFF;
	background-color:#354653;
	cursor:default;
}


.signupForm{
	font-family:Tahoma, Geneva, sans-serif;
}

.signupForm td{
	padding:5px 0px 5px 0px;
}



.mensajes_error{
	border:#900 2px solid;
	padding:5px;
	background-color:#FFD2D3;
	text-align:left;
	margin:5px;
}

.mensajes_warning{
	border:#F90 2px solid;
	padding:5px;
	background-color:#FFC;
	text-align:left;
	margin:5px;
}

.mensajes_ok{
	border:#060 2px solid;
	padding:5px;
	background-color:#DFD;
	text-align:left;
	margin:5px;
}

.mensajes_info{
	border:#506883 2px solid;
	padding:5px;
	background-color:#E3EAEE;
	text-align:left;
	margin:5px;
}

.mensajes_espera{
	border:#ccc 2px solid;
	padding:5px;
	background-color:#F3F3F3;
	text-align:center;
	margin:5px;
	font-weight:bold;
	font-family:Tahoma, Geneva, sans-serif;
}

.mensajes_espera img{
	margin-right:5px;
	vertical-align:middle;
}

.mensajes_ok td, .mensajes_warning td, .mensajes_error td{
	vertical-align:middle;
	text-align:left;
}



#paginadorGenerico a, #paginadorGenerico a:visited, #paginadorGenerico a:active{
	display:inline-block;
	padding:2px 5px 2px 5px;
	border:#CCC 1px solid;
	background-color:#EAEAEA;
	margin:2px 3px 2px 3px;
	font-family:Tahoma, Geneva, sans-serif;
}

#paginadorGenerico a:hover{
	text-decoration:none;
	border:#999 1px solid;
}


#paginadorGenerico span{
	display:inline-block;
	padding:2px 5px 2px 5px;
	border:#ccc 1px solid;
	background-color:#fff;
	margin:2px 3px 2px 3px;
	font-weight:bold;
	font-family:Tahoma, Geneva, sans-serif;
}


#cargaPorcentaje{
	height:19px;
	border:#CCC 1px solid;
	width:180px;
	text-align:left;
}

#cargaPorcentaje div{
	background:#fff url(../media/generico/cargando.gif) no-repeat bottom left;
	height:19px;
	text-align:left;
}















fieldset{
	-moz-border-radius:8px;
	border-radius:8px;
}

#oldIeBar, #noScriptBar{
	position:static;
	top:0px;
	left:0px;
	width:100%;
	background-color:#FFC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
	border-bottom:#CCC 1px solid;
}
#oldIeBar div, #noScriptBar div{
	padding:3px;
}
#oldIeBar span, #noScriptBar span{
	color:#900;
	font-weight:bold;
}
#oldIeBar a{
	color:#06C;
	text-decoration:none;
	border-bottom:#06C 1px dotted;
}
a,div,object,embed{
	outline:none;
}

#ContenidoComunRA{
	text-align:left;
	width:960px;
	padding-top:20px;
}

.seccionPreguntas{
	line-height:20px;
}
.seccionPreguntas .titulo{
	color:#F60;
	font-size:14px;
}
.seccionPreguntas .pregunta span{
	color:#4A6288;
	text-decoration:underline;
	cursor:pointer;
}
.seccionPreguntas .pregunta div{
	color:#666;
	padding-left:20px;
	display:none;
}



.pl_estac{
	padding:45px;;
	background-color:transparent;
	background-position:top left;
	background-repeat:no-repeat;
}
.pl_estac.alicia{
	background-image: url(../media/radio/estac/vert-alicia.png);
}
.pl_estac.guadalupe{
	background-image: url(../media/radio/estac/vert-guadalupe.png);
}
.pl_estac.hidrogeno{
	background-image: url(../media/radio/estac/vert-hidrogeno.png);
}
.pl_estac.shock{
	background-image: url(../media/radio/estac/vert-shock.png);
}
.pl_estac.solaris{
	background-image: url(../media/radio/estac/vert-solaris.png);
}


.genOrderedTable th{
	padding:5px;
	background-color:#e4e4e4;
	font-weight:bold;
}

.genOrderedTable td{
	border-bottom:#CCC 1px solid;
	padding:3px;
}

.genOrderedTable img, .permissionsList img{
	vertical-align:middle;
	margin:0px 2px 0px 2px;
}

.encuesta .porce{
	width:200px;
	border:#45688F 1px solid;
	text-align:left;
}

.encuesta .porce div{
	background-color:#45688F;
	height:12px;
}

#guinos_contenedor{
	width:100%;
	height:auto;
	position:absolute;
	top:0px;
	left:auto;
	text-align:center;
	visibility:hidden;
	z-index:200;
}

#guinos_player{

}

