@charset "utf-8";

.hidden {
	display: none;
}

html {
	height: 100%;
	margin: 0;
	padding: 0;
	background: #d2d2d2 url(../imagenes/fnd_html.gif) center top repeat-y;
}
body {
	height: 100%;
	margin: 0;
	padding: 0;
	background: transparent url(../imagenes/fnd_trama.jpg) top center repeat-x;
}



/***********************/
/* partes de la pagina */
/***********************/

#pagina {
	width: 978px;
	margin: auto;
	min-height: 100%;
}

#contenedor {
	float: left;
	min-height: 100%;
	width: 870px;
	margin: 0;
	padding: 0 0 50px 0;
	background: #FFF url(../imagenes/sombra_abajo.png) bottom center no-repeat;
	overflow: visible;
}

#sombra_lat_dcha {
	float: left;
	width: 54px;
	height: 1215px;
	background: url(../imagenes/sombra_v_d.png) top left no-repeat;

}
#sombra_lat_izq {
	float: left;
	width: 54px;
	height: 1215px;
	background: url(../imagenes/sombra_v_i.png) top right no-repeat;

}

/***********************/
/*        CABECERA     */
/***********************/

#cabecera {
	width: 870px;
	height: 107px;
	text-align:center;
	padding-top:18px;
	background: #ffffff url(../imagenes/fnd_logo.jpg) top no-repeat;

}
.direccion {
	padding: 0;
	float: left;
	width: 350px;
	margin: 153px 20px 0 0;
	color: #999999;
	font-style: normal;
	font-weight: normal;
    font-family: OrbitronLight, Helvetica, sans-serif;
	text-align: right;
	font-size: 14px; 
}

/***********************/
/*       MENU          */
/***********************/

#menu {
	clear: both;
	width: 870px;
	height: 38px;
	background: #ffffff url(../imagenes/fnd_menu.jpg) top right no-repeat;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 15px;
}

/***********************/
/*   CONTENIDO CENTRAL */
/***********************/

#contenido {
	width: 834px;
	height: auto;
	padding: 36px 18px;
	background: #fff;
	font-family: Tahoma, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	font-style:normal;
	color:#000;
}

.columna { 
    width: 530px;
	height: auto;
	border-right-style:solid;
	border-width: 1px;
	border-color: #eee;
	padding-right: 18px;
  }
  
.minicol {
    width: 230px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
    color: #888;
	padding: 18px;
	background: #F5F5F5 url(../imagenes/fnd_cajas.png);
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;

  }

.col-completa {
    float: left; 
    width: 834px;
	height: auto;
    margin: 0 18px 18px 0; 
  }


/***************************************************/
/* estilos de parrafos para el bloque de contenidos*/
/***************************************************/

.tit1 { 
    font-family: OrbitronBold, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	font-size: 26px; 
    color: #f5811e;
    line-height: 25px;
	border-bottom-style:solid;
	border-width:2px;
	border-color:#000;
    padding-bottom: 6px;
  }

.subtit1 { 
    font-family: OrbitronBold, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	font-size: 18px; 
    color: #aaa;
    line-height: 26px;
    margin-bottom: 18px;
	text-indent: 3px; 
  }
  
subtit2 { 
    font-family: OrbitronBold, Helvetica, sans-serif;
	font-style: normal;
	text-align: left;
	font-size: 16px; 
    color: #aaa;
    line-height: 18px;
	margin-bottom: 18px;

  }

tit2 { 
    font-family: OrbitronBold, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	font-size: 16px; 
    color: #555;
    line-height: 18px;
  }
 
ul {
    list-style-type: square;
	font-size: 12px;
	line-height: 16px;
    margin-bottom: 18px;
  }

p {
	font-family: Tahoma, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
    margin-bottom: 18px;
  }
  
nota {
	font-family: Tahoma, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
    margin-bottom: 18px;
  }



/***********************/
/*   PIE DE PAGINA     */
/***********************/

#pie {
	position: relative;
	margin-top: -150px; /* valor negativo igual al tamaño del pie */
	height: 150px;
	clear:both;
	background: url(../imagenes/fnd_pie.jpg) top center repeat-x;

}

/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}

.pie-contenido {
	text-align:center;
	width: 834px;
	height: auto;
	font-family: Tahoma, Geneva, Helvetica, sans-serif;
	color:#FFF;
	font-size: 10px;
	margin:auto;
	padding: 10px 18px;
	line-height: 16px;
}

.pie-contenido a {
	color:#ccc;
	text-decoration: underline;
	padding:0 5px;
}

.pie-contenido a:hover {
	color: #000;
	background: #ff800a;
	text-decoration: none;
	padding:0 5px;

}
.pie-contenido p {
	text-align:right;
	color: #444;
}
.desarrollo {
	margin-top: -32px;
	font-size: 10px;
	padding-top: 18px;
	line-height: 16px;
	float:right;
	text-align:right;
	color: #444;
}


/***********************/
/* estilos de parrafos */
/***********************/

.h1 { 
	padding: 0;	
	margin: 0; 
	text-align: left; 
	font-size: 28px; 
	color: #AAAAAA; 
	letter-spacing: 0; 
	background: none; 
	clear: both;
	font-style: normal;
    font-family: OrbitronBold, Helvetica, sans-serif;
 }




/*********************************************/
/* estilos para el contenido de las paginas  */
/*********************************************/

.izq { 
    float: left; 
    margin: 0 18px 17px 0; 
  }
  
.dcha { 
    float: right; 
    margin: 0 0 18px 0; 
  }
  
.portafotogrande {
    background: #e7e7e7 url(../imagenes/fnd_cajas.png);
    padding: 8px;
    margin-bottom: 18px;
    width: 514px;
	height: auto;
	overflow: hidden;
	-webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;

  }
.portafotogrande p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	text-align: center;
	color: #898989;
	overflow: hidden;
	line-height: 12px;
  }

  
.portafotopersona {
    background: #888;
    padding: 0px;
    margin-bottom: 0px;
    width: 86px;
	height: auto;
	overflow: hidden;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;

  }
.portafotopersona p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	text-align: center;
	color: #fff;
	overflow: hidden;
	line-height: 12px;
  }
  
.fotomediana {
    width: 231px;
	height: 280px;
	-webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;

  }  
.fotogrande {
    width: 514px;
	height: 280px;
	-webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
  }
  
.fotopersona {
    width: 86px;
	height: 144px;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
  }
  
.limpiar {
	clear:both; 
	padding:0; 
	margin:0; 
	background:none;
  } 
  
.sombra {
            -webkit-box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.8);
               -moz-box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.8);
                    box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.8);
        }

.divisor-h { 
    width: 100%;
	height: 18px;
	border-top-style:solid;
	border-width: 2px;
	border-color: #f5811e;
  }
.marco-fotos-g {
    width: 780px;
	height: 100%;
    margin: 0 36px 18px 18px;
	padding: 9px;
	background: #fff url(../imagenes/fnd_cajas.png);
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
  }

.col-fot-grde {
    width: 514px;
	height: 100%;
    margin: 0;
	padding: 0;
  }

.col-fot-chica {
    width: 231px;
	height: 100%;
    margin: 0;
	padding: 0;
  }


/***********************/
/*        Slider       */
/***********************/

.contenedor-slider{
	margin:0;
	padding:0;
	width:870px;
	height:270px;
	background:#FFF;
}
.sombra-slider{
	margin:0;
	padding:0;
	width:870px;
	height:20px;
	background:#FFF;
}
.slide{
	margin-left:auto;
	margin-right:auto;
	width:830px;
	background:#FFF;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}


/*****************************************/
/*        estilo para las tablas         */
/*****************************************/


#estilo-tabla
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 9px;
	width: 760px;
	text-align: center;
	border-collapse: collapse;
	line-height: 16px;

}
#estilo-tabla th
{
	font-size: 13px;
	line-height: 16px;
	font-weight: normal;
	padding: 8px;
	background: #feebb9 url('../imagenes/fnd-tabla-cab.png') repeat-x;
	border-top: 2px solid #ff8400;
	border-bottom: 1px solid #fff;
	color: #000;
}
#estilo-tabla td
{
	padding: 8px; 
	border-bottom: 1px solid #fff;
	color: #853f00;
	border-top: 1px solid #fff;
	background: url('../imagenes/fnd-tabla.png') repeat-x;
}
#estilo-tabla tfoot tr td
{
	background: #eee;
	font-size: 12px;
	color: #777;
}
#estilo-tabla tbody tr:hover td
{
	background: #fdf3d0 url('../imagenes/fnd-tabla-sobre.png') repeat-x;
	color: #390000;
}
#estilo-tabla td:link, a, visited
{
	color: #390000;
	text-decoration: underline;
}
