/* Hoja de estilos para radio-pasillo.com */
body
{ 
     /* background-color: #A5A5A5;*/
    background: url(/img/fondo_tubular.png); 
    
    scrollbar-face-color: black; 
    scrollbar-highlight-color: #808080; 
    scrollbar-3dlight-color: white; 
    scrollbar-darkshadow-color:black; 
    scrollbar-shadow-color: #808080; 
    scrollbar-arrow-color: white; 
    scrollbar-track-color: #808080;
}


/* Estilo enlaces */
a:link
{
  text-decoration : none; 
  color : white;
} 
a:visited
{
  text-decoration: none; 
  color: #CCCCCC;
} 
a:hover
{
  text-decoration: underline; 
  color: orange;
} 

a:active
{
  text-decoration: none; 
  color: yellow;
}

/* Botones */
.boton
{
	border: 1px dashed red; 
    background: url("../img/cristal_negro.png") repeat-x;
	color: white; 
	font-family: verdana; 
	font-size: 11px; 
	cursor: pointer;
}

/* Campo de texto */
.campo_texto
{
	border: 1px solid #FFFFFF;
	background-color: #000000;
	color: #FFFFFF;
	font-family: verdana;
	font-size: 11px;
}

/* Letras */
.blanca_12
{
	color: #FFFFFF;
	font-family: verdana;
	font-size: 12px;
}

.blanca_12b
{
	color: #FFFFFF;
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
}

.negra_12
{
	color: #000000;
	font-family: verdana;
	font-size: 12px;	
}

.negra_12b
{
	color: #000000;
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
}


/* Niveles de texto */

/* Titulo Noticia */
.titulo_noticia_menos
{
	font-family: verdana;
	font-size: 12px;
    color:#2727D1; 
}

.titulo_noticia_normal
{
	font-family: verdana;
	font-size: 14px;
    color:#2727D1;   
}

.titulo_noticia_mas
{
    font-family: verdana;
	font-size: 16px;
    color:#2727D1;    
}

/* Texto Noticia */
.texto_noticia_menos
{
	font-family: verdana;
	font-size: 10px;
	color: black;    
}

.texto_noticia_normal
{
	font-family: verdana;
	font-size: 12px;
	color: black;     
}

.texto_noticia_mas
{
    font-family: verdana;
	font-size: 14px;
	color: black;     
}

/* Controles aumento de texto */
.a_mas_n{padding:2px; font-family:verdana; font-size:14px; background: white; border:1px solid black; color:black;}
.a_normal_n{padding:2px; font-family:verdana; font-size:12px; background: white; border:1px solid black; color:black;}
.a_menos_n{padding:2px; font-family:verdana; font-size:10px; background: white; border:1px solid black; color:black;}

.a_mas_s{ padding:2px; font-family:verdana; font-size:14px; background: #969696; border:1px solid black; color: white; cursor:pointer;}
.a_normal_s{padding:2px; font-family:verdana; font-size:12px; background: #969696; border:1px solid black; color: white; cursor:pointer;}
.a_menos_s{padding:2px; font-family:verdana; font-size:10px; background: #969696; border:1px solid black; color: white; cursor:pointer;}

/* Molduras */
.cristal_negro
{
    background: url("../img/cristal_negro.png") repeat-x;
    border: 1px solid #999999; 
    color: #FFFFFF;
    font-family: verdana;
    font-size: 11px;   
}

.cristal_azul
{
    background: url("../img/cristal_azul.png") repeat-x;
    border: 1px solid #999999; 
    color: #000000;
    font-family: verdana;
    font-size: 11px;   
}

.cristal_rojo
{
    background: url("../img/cristal_rojo.png") repeat-x;
    color: white;
    font-family: verdana;
    font-size: 11px;   
}

.cristal_naranja
{
    background: url("../img/cristal_naranja.png") repeat-x;
    color: black;
    font-family: verdana;
    font-size: 11px;   
}

.cristal_rojiso
{
    background: url("../img/cristal_rojiso.png") repeat-x;
    color: black;
    font-family: verdana;
    font-size: 11px;   
}

.cristal_verde
{
    background: url("../img/cristal_verde.png") repeat-x;
    border: 1px solid #999999; 
    color: #000000;
    font-family: verdana;
    font-size: 11px;   
}

.cristal_azul_fuerte
{
    background: url("../img/cristal_azul_fuerte.png") repeat-x;
    border: 1px solid #000000; 
    color: #FFFFFF;
    font-family: verdana;
    font-size: 11px;   
}

.cristal_gris
{
    background: url("../img/cristal_gris.png") repeat-x;
    border: 1px solid #000000; 
    color: #000000;
    font-family: verdana;
    font-size: 11px;   
}

.titulo
{
	color: darkblue;
	font-family: verdana;
	font-size: 15px;
	font-weight: bold;
}

/* Fondo formularios */
.fondo_formulario
{
	background: #000000 url(/img/fondo_formulario.png) repeat-x;
	color:white;
	font-family:verdana;
	font-size:11px;
}




/* Esquinas redondeadas negro/rojo */

.esq_sup_de_n
{
	background: url(/img/esq_sup_de_n.png) no-repeat left !important;
	background-image: none;
	filter: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/esq_sup_de_n.png');
	width:15px;
	height:15px;
}

.esq_sup_iz_n
{
	background: url(/img/esq_sup_iz_n.png) no-repeat !important;
	background-image: none;
	filter: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/esq_sup_iz_n.png');
	width:15px;
	height:15px;
}

.esq_inf_de_n
{
	background: url(/img/esq_inf_de_n.png) no-repeat !important;
	background-image: none;
	filter: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/esq_inf_de_n.png');	
	width:15px;
	height:15px;
}

.esq_inf_iz_n
{
	background: url(/img/esq_inf_iz_n.png) no-repeat !important;
	background-image: none;
	filter: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/esq_inf_iz_n.png');	
	width:15px;
	height:15px;
}

.sup_n
{
	background:url(/img/sup_n.png) repeat-x center top !important;
	background-image: none;
	filter: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/sup_n.png', sizingMethod='scale');	
}

.inf_n
{
	background:url(/img/inf_n.png) !important;
	background-image: none;
	filter: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/inf_n.png', sizingMethod='scale');	
}

.de_n
{
	background: url(/img/de_n.png) repeat-y !important;
	background-image: none;
	filter: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/de_n.png', sizingMethod='scale');	
}

.iz_n
{
	background:url(/img/iz_n.png) !important;
	background-image: none;
	filter: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/iz_n.png', sizingMethod='scale');
}

.medio_n
{
	background: black;
	font-family: verdana;
	font-size: 12px;
	color: white;
	padding-bottom: 5px;
}

/* Esquinas redondeadas blanco */

.esq_sup_de_b
{
	background: url(/img/esq_sup_de_b.png) no-repeat !important;
	background-image: none;
	filter: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/esq_sup_de_b.png');
	width:15px;
	height:15px;
}

.esq_sup_iz_b
{
	background: url(/img/esq_sup_iz_b.png) no-repeat !important;
	background-image: none;
	filter: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/esq_sup_iz_b.png');
	width:15px;
	height:15px;
}

.esq_inf_de_b
{
	background: url(/img/esq_inf_de_b.png) no-repeat !important;
	background-image: none;
	filter: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/esq_inf_de_b.png');	
	width:15px;
	height:15px;
}

.esq_inf_iz_b
{
	background: url(/img/esq_inf_iz_b.png) no-repeat !important;
	background-image: none;
	filter: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/esq_inf_iz_b.png');	
	width:15px;
	height:15px;
}

.sup_b
{
	background:url(/img/sup_b.png) repeat-x center top !important;
	background-image: none;
	filter: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/sup_b.png', sizingMethod='scale');
	width:500px;	
}

.inf_b
{
	background:url(/img/inf_b.png) !important;
	background-image: none;
	filter: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/inf_b.png', sizingMethod='scale');	
}

.de_b
{
	background:url(/img/de_b.png) repeat-y !important;
	background-image: none;
	filter: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/de_b.png', sizingMethod='scale');	
}

.iz_b
{
	background:url(/img/iz_b.png) !important;
	background-image: none;
	filter: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/iz_b.png', sizingMethod='scale');
}

.medio_b
{
	background: white;
	font-family: verdana;
	font-size: 12px;
	color: black;
}

.cantante
{
	border:1px solid black; 
	padding:1px;
	background: #FF0000 url(/img/b_r.gif);
}

.cancion
{
	border:1px solid black;
	color:white;
	padding:1px;
	background: #0000FF url(/img/b_a.png);
}
