html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: 0px;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	background: 		#F9C967 url(../img/fondoSitio.jpg);
	background-repeat:	no-repeat;
	background-position: bottom center;
	background-attachment: fixed;
	font-family:		Trebuchet MS, Helvetica, sans-serif;
	font-size:			16px;
	color:				#FFF;
	margin:				0px;
}

/*LINKS*/
a{
	text-decoration:	none;
	color:				#ffffff;
}
a:hover{
	text-decoration:	none;
	  /* for IE */
  filter:alpha(opacity=70);
  /* CSS3 standard */
  opacity:0.7;
}

a:active{
	text-decoration:	none;
	  /* for IE */
  	filter:alpha(opacity=70);
  /* CSS3 standard */
 	 opacity:0.7;
}

a:visited{
	text-decoration:	none;
	  /* for IE */
  	filter:alpha(opacity=70);
  /* CSS3 standard */
 	 opacity:0.7;
}

img{
	border:				0px;
	text-decoration:	none;
}

.seccionActual{
	text-decoration:	none;
	  /* for IE */
  	filter:alpha(opacity=70);
  /* CSS3 standard */
 	 opacity:0.7;
}

.img_fotelis:hover, .img_fotelis:active, .img_fotelis:visited, a{
	border:				0px;
	margin:				0;
	padding:			0;
	
}

.link_cuerpo{
	color:				#ffffff;
	font-weight:		bold;	
}

.link_cuerpo:hover{
	color:				#ffffff;
	font-weight:		bold;	
}

.link_cuerpo:visited{
	color:				#555555;
}

/*TEXTOS*/
.texto_subtitulo{
	font-size:			18px;
	font-weight:		bold;
	padding-top:		8px;
	margin: 20px 0px;
	font-family: 'Rancho';
}
.texto_general{
	font-size:			14px;
	text-align:			justify;
	margin: 10px 0px;
	line-height: 19px;
	
}
.tituloSeccion{
	color: #DA1F26;
	font-size: 46px;
	font-family: 'Rancho';
}
/*GENERAL*/
#contenido{
	width: 1010px;
	margin-left: auto;
	margin-right: auto;
}

.colDerecha{
	width: 500px;
	margin-left: 480px;
	padding-top: 140px;
}

.contGeneral{
	margin: 20px 0px 40px 0px;
	border-radius:15px;
	background-color: #ee3728;
	  /* for IE */
  filter:alpha(opacity=95);
  /* CSS3 standard */
  opacity:0.9;	
	padding: 5px 30px 30px 30px;
}

.colFacebook{
	margin-top: 120px;
	width: 500px;
	margin-left: 20px;
	position: fixed;
	bottom: 80px;
}

/*HEADER*/
#header{
	height:	180px;
	width: 100%;
	background: url(../img/fondoHeader.png) repeat-x;
	position: fixed;
	z-index: 90;
}

#contHeader{
	width: 1020px;
	margin-left: auto;
	margin-right: auto;
	
}
#header li{	
	margin-left: 5px;
	color: #FFF;
	font-weight:bold;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
    *display: inline;
}
/*cambio de fuente*/
#botonera li{
padding-top: 3px;
font-family: 'Rancho';
font-size: 24px;
font-weight: normal;
}
/*fin cambio de fuente*/

.imgBotonera{
	vertical-align: middle;	
}

.imgBotonera:hover{
	cursor: pointer;
	  /* for IE */
  filter:alpha(opacity=70);
  /* CSS3 standard */
  opacity:0.7;
}

#logo{
	margin: 10px 0px 0px 20px;
	
	width: 300px;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
    *display: inline;
}

#botonera{
	vertical-align: top;
	margin: 30px 0px 0px 0px;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
    *display: inline;
}

/*SECCION ESCUCHALO*/
.audio{
	margin:				0px 0px 10px 0px;
	border-bottom:		1px dotted #ffffff;
	padding:			5px;
}
.player{
	margin:				20px 0px 20px 0px;
}

.imgDestacado{
	float: right;
}

/*SECCION MIRALO*/
.video_cont{
	margin:				20px 0px 0px 0px;
}
.img_videos{
	
}
.img_videos:hover{
	
	/* for IE */
	filter:alpha(opacity=65);
	/* CSS3 standard */
	opacity:0.65;
	
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
    *display: inline;
}
.video_text{
	width:				300px;
	height:				77px;
	border-bottom:		1px dotted #ffffff;
	margin-left:		20px;
	display: inline-block;
	vertical-align: top;
}

.video_titulo{
	float: 				left;
}
/*SECCION DIBUJETES*/
#cont_imgs{
	margin:		35px 0px 35px 35px;
}
.fotelis{
	height:				600px;
}

.img_tooltip{
	float:				left;
	margin:				18px 18px 0px 0px;
}
.img_tooltip:hover{
/* for IE */
	filter:alpha(opacity=65);
	/* CSS3 standard */
	opacity:0.65;
}
/*SECCION MAIL*/
.contacto{
	margin-top:			30px;
	margin-bottom: 30px;
}
.etiqueta{
	width: 80px;
	font-size:			16px;
	vertical-align: top;
	margin-left: 20px;
	
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
    *display: inline;
}
.input_contacto{
	width:				300px;
	height:				30px;
	border:				1px solid #DB0000;
	margin:				0px 0px 20px 0px;
	padding:			10px;
	-moz-border-radius:	6px;
	-webkit-border-radius: 6px;
	font-size:			20px;
	font-family:		Trebuchet MS, Helvetica, sans-serif;
	vertical-align: top;
	
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
    *display: inline;
}
.textarea_contact{
	width:				300px;
	height:				150px;
	border:				1px solid #DB0000;
	margin:				0px 0px 20px 0px;
	padding:			10px;
	-moz-border-radius:	6px;
	-webkit-border-radius: 6px;
	
	font-size:				16px;
	font-family:		Trebuchet MS, Helvetica, sans-serif;
	vertical-align: top;

	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
    *display: inline;
}
.boton_enviar{
	background: 		#F9C967;
	border:				0px;
	font-family:		Trebuchet MS, Helvetica, sans-serif;
	font-size:			18px;
	color:				 #DA1F26;
	padding:			5px 15px 5px 15px;
	float:				right;
	-moz-border-radius:	6px;
	-webkit-border-radius: 6px;
	cursor: pointer;
	margin-right: 20px;
}
.boton_enviar:hover{
	text-decoration:	none;
	  /* for IE */
  filter:alpha(opacity=70);
  /* CSS3 standard */
  opacity:0.7;
}

#error{
	margin-top:			10px;
	height:				20px;
	margin-left: 20px;
}

#error p{
	font-size: 18px;
}


#correoOk{
	margin-top: 30px;
}

#correoOk p{
	font-size: 18px;
}


