/* Reset */

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, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}

/* remember to define focus styles! */
:focus {
outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
text-decoration: none;
}
del {
text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
border-collapse: collapse;
border-spacing: 0;
}

/*Generico */

*{
margin: 0;
padding: 0;
}

body {
font-family: Arial, Verdana, sans-serif;
font-size: 14px;
background: #000;
}

a:link {
text-decoration: underline;
color: #000;
}

a:visited {
text-decoration: underline;
}

a:hover {
text-decoration: none;
}

a:active {
text-decoration: underline;
}

h1 {
font-size: 1.6em;
}

h2 {
font-size: 1.4em;
}

h3 {
font-size: 1.2em;
}

h4 {
font-size: 1em;
}

ul {

}

ul li {

}

p {

}

hr {

}

.clear {
clear: both;
}

.invisible {
display: none;
}

/*ESTILOS*/
#precarga {
	display: none;
}

#carga {
	background: #000;
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left: 0;
}

#carga #cargandoPagina {
	position: absolute;
	bottom: 30%;
	left: 45%;
	color: #fff;
	font-size: 24px;
	text-align: center;
}

#contenedor {
	background: url(../img/fondoSombra.jpg) no-repeat top center;
	margin: 30px auto 0;
	width: 792px;
	height: 576px;
	padding: 1px;
}

.menu {
	position: relative;
	background: url(../img/menuFondo-trans.png) no-repeat top center;
	_background: url(../img/menuFondo-trans.gif) no-repeat top center;
	width: 749px;
	height: 90px;
}

.menu .cartel{
	background: url(../img/menuCartel-trans.png) no-repeat top center;
	_background: url(../img/menuCartel-trans.gif) no-repeat top center;
	width: 115px;
	height: 39px;
	float: left;
	padding: 25px 70px;
}

.menu .cartel.bio {
	width: 155px;
	padding: 25px 30px;
}

.menu .cartel a {

}

.copy {
	clear: both;
	width: 749px;
	text-align: center;
	font-size: 11px;
	padding: 10px 0;
}

.izquierda {
	float: left;
	padding: 10px 0 0 20px;
	width: 289px;
	height: 400px;
}

.derecha {
	position: relative;
	float: left;
	padding: 10px 20px;
	width: 400px;
}

.introSombra {
	top: 102px;
	left: 23px;
	width: 400px;
	position: absolute;
	color: #000;
	font-size: 18px;
}

.intro {
	top: 100px;
	width: 400px;
	left: 20px;
	position: absolute;
	color: #dbf1fb;
	font-size: 18px;
}

.contacta {
	position: relative;
	padding: 10px 20px;
	height: 390px;
	background: url(../img/pagBio.png) no-repeat top center;
	_background: url(../img/pagBio.gif) no-repeat top center;
}

.contacta .texto {
	height:250px;
	position: absolute;
	top:75px;
	left: 190px;
	width:350px;
	padding: 20px;
}

.contacta .texto img {
	float: left;
	padding: 0 10px 10px 0;
}

#video {
	text-align: center;
}

#video #reproducir {
	margin: 0 auto;
	padding: 20px 0 0;
	color: #fff;
}

#video #reproducir a {
	font-size: 24px;
	color: #fff;
}


/*SLIDER*/
						
		.stripViewer .panelContainer .panel ul {
			text-align: left;
			margin: 0 15px 0 30px;
		}
		
		.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
			margin: 20px 0;
			position: relative;
			width: 100%;
		}

		/* These 2 lines specify style applied while slider is loading */
		.csw {width: 100%; height: 460px; background: #fff; overflow: scroll}
		.csw .loading {margin: 200px 0 300px 0; text-align: center}

		.stripViewer { /* This is the viewing window */
			position: relative;
			overflow: hidden; 
			margin: auto;
			width: 749px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			height: 534px;
			clear: both;
		}
		
		.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
			position: relative;
			left: 0; top: 0;
			width: 100%;
			list-style-type: none;
			/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
		}
		
		.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
			float:left;
			position: relative;
			width: 749px; /* Also specified in  .stripViewer  above */
		}
		
		.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
			display: none;
		}
		
		.stripNavL, .stripNavR { /* The left and right arrows */
			position: absolute;
			top: 230px;
			text-indent: -9000em;
		}
		
		.stripNavL a, .stripNavR a {
			display: block;
			height: 200px;
			width: 40px;
		}
		
		.stripNavL {
			left: 0;
		}
		
		.stripNavR {
			right: 0;
		}
		
		.stripNavL {
			background: none;
		}
		
		.stripNavR {
			background: none;
		}
		.fondo1 {
			background: #a3a3a3 url(../img/fondo1.jpg) no-repeat top center;
			width: 749px;
			height: 534px;
		}
		.fondo2 {
			background: #a3a3a3 url(../img/fondo2.jpg) no-repeat top center;
			width: 749px;
			height: 534px;
		}
		.fondo3 {
			background: #a3a3a3 url(../img/fondo3.jpg) no-repeat top center;
			width: 749px;
			height: 534px;
		}
