/***** CSS DE ESTRUCTURA Y CONTENIDO GENERAL *****/

*{
	margin: 0;
	padding: 0;
}

a {
	outline:none;
}

/***** ETIQUETAS HTML *****/

body {
		background-color: #333333;		/*Color de fondo para toda la pagina*/
}


h2.titulo_seccion{
	font-size: 17px;	/*Tipo de fuente */
	font-family: Arial, Helvetica, sans-serif;
	color: White;
	font-weight: bold;
}
h2.noticias {
	font-size: 11px;	/*Tipo de fuente */
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #333;
	font-weight: bold;
}

.columna h3{
	margin-top: 20px;
	margin-left: 30px;
	font-size: 12px;
	font-family: Tahoma;
	font-weight: bold;
	color: White;
}

h3{
	margin-bottom: 10px;
	font-size: 16px;
	font-family: Tahoma;
	font-weight: bold;
	color: #333;
}

h3.sidebar{
    margin-top: 0px;
	margin-bottom: 10px;
	font-size: 14px;
	font-family: Tahoma;
	font-weight: bold;
	color: #333;
}


h4.audio{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #909090;
}
h4.video{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #8E0413;
	margin-bottom: 10px;
}

h4.imagen{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #212121;
	margin-bottom: 10px;
}

h4.clips{
	margin-left: 35px;
	margin-top: 20px;
	width: 430px;
	float: left;
	display: inline;
}
h4.galeria{
	margin-left: 48px;
	font-size: 13px;
}


/*** CAPAS DE ESTRUCTURA GENERAL ***/

#web {			/*Capa contenedora principal*/
	width: 760px;	/*Tama�o de la capa web*/
	margin: auto;	/*Ajusta al centro*/
	font-size: 10px;	/*Tipo de fuente general a toda la pagina*/
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	position: relative;
	margin-top: 20px;
}

#cabecera{	/* Capa contenedora de la Cabecera, solo contiene la imagen, el texto de la cabecera est� dentro de cada section*/
	width: 797px;
	height: 195px;
	background-image: url(../images/principal_cabecera.jpg);
	background-repeat: no-repeat;
	position:relative;
}
a.contacto {position:absolute; right:35px; top:-18px; width: 79px; height:26px; background: url(../images/contacto.jpg);
font:bold 10px Verdana; color:#EAE9EB; padding: 5px 0 0 43px;
text-decoration:none; text-transform:uppercase;
}
a.contacto:hover { text-decoration:underline;}

#contenido_cabecera{ /* El contenido de la cabecera, se utiliza dentro de el section */
	position: absolute; /*   y se coloca luego en absouto en la cabecera  */
	top: 82px;
	left: 180px;
	width: 540px;
	height: 95px;
}
#cabecera a.linklogo {
	   display: block;
		position: absolute;
		width: 120px;
		height: 70px;
		left: 29px;
		top: 43px;
}
#cabecera a.linklogo img {
	border:none;
}
.sinestilos {
	visibility: hidden;
	position: absolute;
}
#cabecera_flash {
	position: absolute; /*   y se coloca luego en absouto en la cabecera  */
	bottom: 20px;
	left:180px;
	background-image: url(../images/fondo_flash.png);
	width: 540px;
	height: 95px;
}
.portada_izquierda {
	float: left;
	display: inline;
	margin-left: 9px;
	width: 427px;
	padding: 0 30px 35px 30px;
}

.portada_izquierda p.general{
	text-align: justify;
	margin: 10px 10px 0px 0px;
}

.foto_portada{
	margin: 10px 0 30px 0;
}

/******       El pie  ***********/

#pie1{
	width: 732px;
	height: 142px;
	margin-left:25px;
	background-image: url(../images/principal_pie.jpg);
	background-repeat: no-repeat;
	float: left;
	display: inline;
	}
	
#pie1 .columna{
	width: 244px;
	float: left;
	display: inline;
}
	
/**El  segundo pie, el de para condiciones, contacto, ...*/

#pie2{
	color: White;
	width: 732px;
	height: 30px;
	margin-left: 25px;
	font-family: Tahoma;
	font-size: 11px;
	padding-top: 3px;
	position: relative;
	float: left;
	display: inline;
}

#pie2 a{
	text-decoration: none;
	color: White;
	margin: 0 5px 0px 5px;
}
#pie2 a:hover{
	text-decoration: none;
	color: #CCC;
}
#pie2 .pie2_nerv {
	position: absolute;
	top: 3px;
	right: 0px;
	color: #E1E1E1;
}
span.gris {
	color: #CCC;
}

/**** LISTAS ***/
/**** LISTAS ***/
ul.general {
	margin-left: 30px;
	margin-top:10px;
	list-style: none;
}

ul.general li{
	display: block;
	background-image: url(../images/puntito.gif);
	background-repeat: no-repeat;
	background-position: 2px 7px;
	padding-left:12px;
	font-size: 11px;	/*Tipo de fuente */
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: White;
	line-height: 150%;
}
ul.bodas {
	margin-left: 50px;
	margin-top:10px;
	width: 425px;
	list-style: none;
}
ul.bodas li{
	display: block;
	font-size: 11px;	/*Tipo de fuente */
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #999;
	line-height: 150%;
}
ul.enlaces{
	list-style: none;
}

ul.enlaces li a{
	color:  White;
	text-decoration: none;
}
ul.enlaces li a:hover{
	color: White;
	text-decoration:  underline;
}

ul.productos {
	position:absolute;
	top:170px;
	left:24px;
	width: 210px;
}
ul.productos li{
	display: block;
	background-image: url(../images/flecha.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #595959;
	padding-left:23px;
	line-height: 150%;
}


/*** CLASES GENERALES ***/
/*** CLASES GENERALES ***/

/*** posicion ***/
.left {
	float: left;
	display: inline;
}
.right {
	float: right;
	display: inline;
}
.top {
	margin-top: 25px;
}
.margen_foto_izq {
	margin: 18px 15px 18px 0;
}
.legal {
	margin: 0px 35px 0px 35px;
}
.preguntas{
	margin: 0px 35px 0px 35px;
}


/*** dise�o ***/


/*** cajaS DEL LISTADO***/

/* cajaS TIPO 1: cajas sin caja lateral  */

.caja1{
	width: 749px;
	margin-left: 17px;
	background-image: url(../images/bloque1_cuerpo.jpg);
	background-repeat: repeat-y;
	float: left;
	display: inline;
	position: relative;
}

.caja1 .caja1_cabecera{
	background-image:  url(../images/bloque1_cabecera.jpg);
	background-position: top;
	background-repeat: repeat-x;
	margin-left: 8px;
	width: 732px;
	height: 29px;
	float: left;
	display: inline;
}

.caja1 .caja1_pie{
	background-image:  url(../images/bloque1_pie.jpg);
	background-repeat:repeat-x;
	background-position: bottom;
	margin-left: 8px;
	width:732px;
	height: 7px;
	float: left;
	display: inline;
	xmargin-top: 40px;
}

/* BLOQUES TIPO 2: Bloques CON caja lateral  */

.caja2{
	width: 749px;
	margin-left: 16px;
	background-image: url(../images/bloque2_cuerpo.jpg);
	background-repeat: repeat-y;
	float: left;
	display: inline;
	position: relative;
}

.caja2 .caja2_cabecera{
	background-image: url(../images/bloque2_cabecera.jpg);
	background-repeat: no-repeat;
	background-position: top;
	margin-left: 9px;
	width: 732px;
	height: 29px;
	float: left;
	display: inline;
}

.caja2 .caja2_pie{
	background-image: url(../images/bloque2_pie.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-left: 9px;
	width:732px;
	height: 7px;
	float: left;
	display: inline;
	font-size: 0px;
}
.subrayado {
	text-decoration: underline;
}


/*** botones ***/
a.boton_galeria{
	background-image: url(../images/boton_galeria.jpg);
	float: left;
	display: inline;
	width: 62px;
	height: 18px;
	background-repeat: no-repeat ;
	cursor: pointer;
	text-decoration: none;
	margin-right: 5px;
	margin-top: 5px;
	text-align: center;
	padding-top:40px; 
}

a strong.boton_video{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color:#8d0000;
}
a strong.boton_imagen{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color:#212121;
}
a strong.boton_audio{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color:#909090;
}


/*** imagenes ***/
/** contenedor_img: es la caja que contendr� la imagen con el efecto alpha,
    un marco y un pie. 
*/


/*** parrafos ***/


p.general{
	margin-top: 10px;
	font-size: 11px;	/*Tipo de fuente */
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #666;
	line-height: 150%;
}

#contenido_cabecera p {
	margin-right: 25px;
	line-height: 14px;
	font-size: 11px;	/*Tipo de fuente */
	font-family: Arial, Helvetica, sans-serif;
	color: White;
}
p.atencion {
	margin-top: 30px;
	font-size: 12px;	/*Tipo de fuente */
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #595959;
	font-weight: bold;
	float:left;
	display: inline;
}

.legal p {
	font-size: 10px;	/*Tipo de fuente */
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #999;
	margin-top: 8px;
	text-align: justify;
}
p.clausula {
	font-size: 11px;	/*Tipo de fuente */
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #666;
	margin-top: 20px;
}
.preguntas p {
	font-size: 10px;	/*Tipo de fuente */
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #999;
	margin-top: 8px;
	text-align: justify;
	margin-left: 35px;
}
p.pregunta {
	background-image: url(../images/rombos2.jpg);
	background-repeat: no-repeat;
	height: 16px;
	font-size: 11px;	/*Tipo de fuente */
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #666;;
	text-indent: 35px;
	margin-top: 20px;
	margin-left: 0px;
}
p.telefonos {
    font: bold 11px Verdana;
    color: #698AAC;
}

/*** enlaces generales***/
a.contacto_nerv {
	text-decoration: none;
	color: #666;
}
a.contacto_nerv:hover {
	text-decoration: underline;
	color: #999;
}

a.ver_mas {
	float: right;
	display: block;
	margin-right: 15px;
	text-decoration: none;
   color: White;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
}
a.ver_mas:hover {
	text-decoration: none;
}

a.ver_contacto {
	float: left;
	display: block;
	margin-top:10px;
	text-decoration: none;
	color: #AA0000;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}
a.ver_contacto:hover {
	text-decoration: none;
}

/***** RESTO DE CLASES *****/
.enlace {																/* Capa contenedora para cada uno de los enlaces de la seccion enlaces*/
	float: left;
	display: inline;
	width: 680px;
	margin-left: 30px;
}
.contenedor_img2 {														/* Contenedor para logos de la seccion enlaces*/
	border: 1px solid #CCC;												/*	Borde para el contenedor*/
	padding: 2px;															/* Padding para la imagen interior*/
	margin: 20px 30px 0 0;											/*	Margenes con respecto a otros elementos en la p�gina. Texto, otras im�genes, etc.*/
}
p.enlaces {																/* P�rrafo para el titulo de los enlaces en la seccion enlaces */
	font: 11px Verdana;
	color: #666;
	margin: 10px 0 0 0;
}
a.link_enlace {														/*	Formato para los enlaces de la seccion enlaces*/
	display: block;
	font: bold 14px Tahoma;
	color: #333;
	margin: 20px 0 0 0;
	text-decoration: none;
}
	a.link_enlace:hover {											/*	Hover para los enlaces de la seccion enlaces*/
		color: #666;
	}

