body{background: url(../images/bg.gif) 50% 0 repeat-y #fff;margin: 0px auto;font-family:tahoma;}
#contenedor_1{position:relative;width:775px;margin: 0px auto;}

#contenedor_1 #tb_tarifas{ 
 border-color:#E3AB1D; 
 font-size:12px;  
}

.celda{ 
 border-color:#89A2C4;
}

#tb_tarifas .dias{  
 background-color:#CFDFF5; 
}

#tb_tarifas .baja{ 
 background-color:#FFFF33;
}

#tb_tarifas .media{ 
 background-color:#FFCC33;
}

#tb_tarifas .alta{ 
 background-color:#FF6633;
}

#tb_tarifas .extra{ 
 background-color:#3380FF; 
}


.txt_title{ 
 font-size:16px; 
 font-weight:bold; 
 font-family:tahoma;
}

.home_1{
 width:345px;
 font-size:12px; 
 padding-top:10px;
 padding-left: 5px;
 padding-right: 15px;
 color:#000;
}

.normal{
 width:460px;
 font-size:12px; 
 padding-top:10px;
 padding-left: 5px;
 padding-right: 15px;
 color:#000;
}

#footer{  
 color:#FFFFFF; 
 font-size:12px; 
 font-family:tahoma; 
 text-align:right; 
 width:578px; 
 height:40px;  
}
#footer_2{
 color: #E3AB1D;
 font-size: 10px;
 padding-top:5px;
}

a:link {
	color: #FFFFFF; 
	font-family:tahoma;	 
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;

}
a:hover {
	color: #E3AB1D;
	font-family:tahoma;	 
	font-size: 10px;
	font-weight: bold;	
	text-decoration: underline;
}
a:visited {
	color: #FFFFFF;
	font-family:tahoma;	 
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}




/* capa cargando */
#fade-on body{
	height:100%;
	overflow:hidden;
	margin:0;
	padding:0;
}
#fade-off body{
	overflow:auto;/* don't add this to the html element or IE crashes when javascript executes*/
	margin:0;
	padding:0;
}
#fade-on .fade{
	height:100%;
	width:100%;
    background:#ccc;
    overflow:auto;
	filter: alpha(opacity=20);
	-moz-opacity:0.2;
	opacity :0.2;
	position:relative;
}
#fade-on body{
 background:#2C2C2C!important
}

#fade-on #popup {	
	display:block;
	position:absolute;
	top:0;
	right:20px;/* stop firefox hiding scrollbar*/
	height:100%;
	left:0;
    z-index:99;
	overflow:hidden;
}
#fade-off #popup{display:none;}
 
/* centering routine for message */
#xouter{
	height:100%;
	width:100%;
	display:table;
	vertical-align:middle;  	
	
}
#xcontainer { /* centrado del contenedor */
	text-align: center;
	position:relative;
	vertical-align:middle; 
	display:table-cell;
	width: 100%;
	top:50%;/*explorer*/ 
	margin-top:-50px;/*explorer*/  
	
}	
#xinner {
	width: 200px;
	height: 100px;
	background:#fff;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	border:1px solid #000;
}
.preload{
    height:40px;
	margin-top:20px;
	font-family:tahoma;
	color:#333333;
	font-size:11px;
}
/* fin capa cargando */







