@charset "utf-8";
/*** GENERALES ***/
/*****************/
body {
	margin: 0px;
}
a,a:link,a:visited,a:hover,a:active{
	text-decoration:none;
}
img{
	border:none;	
}
img, div, td { behavior: url(iepngfix/iepngfix.htc) }
/* ELEMENTOS */
#contenedor{
	width:100%;	
	height:100%; 
	border:0;
	border-collapse:collapse; 
	text-align:center; 
	background:#0b2139 url('../img/fd.jpg') no-repeat top center;
	font-family:Arial, Helvetica, sans-serif;
}
#fondo_cabecera{
	width:100%;
	position:relative;
}
#celda_menu{
/*	margin-left:480px; */
	overflow:hidden;
	height:76px;
	position:relative;
	float:right;
	min-width:390px;
}
#fondo_central{
	text-align:center;
	vertical-align:top;
}
#celda_contenido{
	margin:20px 0;
	min-width:900px;
}
#celda_pie{
	width:100%;
	height:35px;
	text-align:center;
	background: #FFFFFF url(../img/pie.jpg) no-repeat center top;	
}
#tb_contenido{
	width:980;
	color:#FFF;
	margin-left:35px;
}
#tb_contenido td{
	text-align:left;
	vertical-align:top;	 
}
#cont_index{
	width:100%;	
	height:100%; 
	border-collapse:collapse; 
	text-align:center; 
	background:#FFF url('../img/laterales_fd_intro.jpg') repeat-x top center;
	vertical-align:top;
}
#celda_cont_index{
	min-width:980px;
	min-height:755px;
	background:#FFF url('../img/fd-intro.jpg') no-repeat top center;
}

/* FIN ELEMENTOS */

/*** FIN GENERALES ***/

/*** CLASES ***/
/**************/

/*--------------------------------------------------------------> 	Botones Del Menú */
/* situación */
.btn_menu{
	width:76px; 
	height:76px; 
	padding-top:30px;
	cursor:hand;
<!--[if IE]>
	float:right;
	padding-top:10px;
<![endif]-->
}
/*
.empresa{
	left: 0; 
}
.productos{
	left:76px;
}
.ofertas{
	left:147px;
}
.noticias{
	left:218px;
}
.contacto{
	left:289px; 
}
*/

/* colorido */
.btn_menu{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.btn-fondoActivo{
	background-image:url(../img/pesta_p.png);
	background-repeat:no-repeat;
}
.btn-activo {
/* Si se usan botones transparentes en vez de enlaces
	border:none;
	background:none;
*/	
	color:#FFF; 	
	font-weight:bold; 
}
.btn-inactivo {
/* Si se usan botones transparentes en vez de enlaces
	border:none;
	background:none;
*/	
	color:#2c5e91; 	
	font-weight:bold; 
}
/*----------------------- FIN Botones Del Menu */

/*--------------------------------------------------------------> 	Menú lateral de Productos */
.menu_prods {
	cursor:pointer;
}
.encab_sf{
	color:#FFF;
	font-size:14px;
	padding-left:43px;
	cursor:pointer;
	display:none;
}
.t_ssf{
	font-size:13px;
	color:#FF0;
	padding-left:56px;
	display:none;
}
/*----------------------- FIN Menú lateral de prods */

/*--------------------------------------------------------------> 	Contenido de Productos */
.foto_prod {
	width:310px;
	padding-left:10px;
	vertical-align:top;
}
.foto_tec_prod{
}
.t_titulo_prod{
	font-size:14px;
	font-weight:bold;
	color:#FF0;
	line-height:24px;
}
.t_archivo{
	line-height:36px;
	font-size:12px;
	font-weight:bold;
	color:#FFF;
}
.fondoProd{
/*	background:#FFF;/* url(img/bordes_fotos/br-esp-med2.png) repeat-y; * / 
	margin-left:9px; 
/*	width:292px;	 */
}
/*----------------------- FIN Contenido de prods */

/*--------------------------------------------------------------> 	Contenido de Accesorios y Tarifas */
#f3, #f2, #f1{
/*	márgenes superior e inferior del contenido
	min-height:250px;
	padding-top:10%;
*/	
	position:relative;
	text-align:center;
}
#tab_tarif td{
	text-align:center;
}
.foto1 {
	position:absolute;
	left:40px;
}
.foto2 {
	position:absolute;
	right:40px;
}
.fondoProd2{
/*	background:#FFF;/* url(img/bordes_fotos/br-esp-med2.png) repeat-y; */
	margin-left:6px; 
/*	width:198px;	*/
}
/*----------------------- FIN Contenido de Accesorios y Tarifas */

/*--------------------------------------------------------------> 	Oferta y Noticia */
#tabla{
	border:2px solid #3399FF; 
	background-color:#0B2139;
}
/*----------------------- FIN Oferta y Noticia */

/*-------------------------------------------------------------->	Textos */

.t_normal {
	color:#FFF;
	text-align:justify;
	font-size:13px;
}
.t_leerMas {
	color:#FF0;
	font-size:14px;
	cursor:pointer;
}
.t_subFoto {
	color:#FFF;
	text-align:center;
	width:100%;
	font-size:14px;
}
.t_pie {
/*	color:#666; */
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold; 
	min-width:250px;
	color:#2c5e91; 	
}
.encab{
	color:#FFF;
	font-size:14px;
	font-weight:bold;
}
.t_pie_prod{
	font-size:12px;
	width:180px; 
	text-align:center; 
	font-weight:bold;
}
/*----------------------- FIN Textos */ 

/*-------------------------------------------------------------->	Botones varios */
.frmcontacto input.enviar {
	border:0;
	background:url(../img/enviar.png) no-repeat;
	width:108px;
	height:31px;
	cursor:pointer
}
.requerido{
	background-color:#FC9;
}
.aviso{
	color:#F00;
	font-size:10px;
	display:none;
}
/*----------------------- FIN Botones */ 





