/* ============= */
/* ! RESET CSS   */
/* ============= */

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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;
}

/* ======= */
/* ! CSS   */
/* ======= */


/*Generico ---------------------------------------------------------------*/


body {
	background: url(../img/fondo_abajo.jpg) no-repeat bottom left;
	font-family: 'Trebuchet MS', Arial, Verdana, sans-serif;
	font-size: 15px;
	color: #000000;
	border-bottom: solid 3px #767676;
	
}

#contenido {
	padding: 5px 45px;
	width: 900px;
	margin: 0 auto;
}

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

a:visited {
	text-decoration: underline;
	color: #4478bb;
}

a:hover {
	text-decoration: none;
	color: #4478bb;
}

a:active {
	text-decoration: underline;
	color: #4478bb;
}

h1 {
	font-size: 1.6em;
	font-weight: lighter;
	color: #4478bb;
	border-bottom: 3px solid #4478bb;
	padding: 15px 25px 0;
	text-align: right;
}

h2 {
	font-size: 1em;
	font-weight: lighter;
	color: #767676;
	text-align: right;
	padding: 10px 45px 0 0;
}

h3 {
	font-size: 1.2em;
	color: #767676;
	padding: 0 25px;
}

p {
	font-size: 1.2em;
	text-indent: 50px;
	line-height: 1.2em;
}

.clear {
	clear: both;
}

.invisible {
	display: none;
}

/*Contenido ---------------------------------------------------------------*/

.panel  p {
	width: 75%;
	margin: 0 auto;
	text-align: justify;
}

.contacto {
	float: right;
	text-align: right;
	font-size: 1.3em;
	padding: 0;
	margin: 10px 0 60px;
}

.contacto strong {
	font-size: 1em;
	color: #4478bb;
	text-decoration: underline;
}

.espacio {
	clear: both;
}

.copyright {
	font-size: 0.7em;
	color: #232323;
	text-align: center;
	clear: both;
}

.diseno_por {
	font-size: 0.6em;
	float: right;
}

.diseno_por img {
	border: 0;
}

/*Slider ---------------------------------------------------------------*/

#slider {
  width: 900px;
  margin: 0 auto;
  position: relative;
}

.scroll {
  height: 420px;
  width: 900px;
  overflow: auto;
  position: relative; /* fix for IE to respect overflow */
  clear: left;
}

.scrollContainer div.panel {
  padding: 0;
  height: 350px;
  width: 810px; /* change to 560px if not using JS to remove rh.scroll */
  padding: 35px 45px;
}

.scrollButtons {
  position: absolute;
  top: 150px;
  cursor: pointer;
}

.scrollButtons.left {
  left: -20px;
  font-size: 2.4em;
  color: #4478bb;
}

.scrollButtons.right {
  right: -20px;
}



/*Galería ---------------------------------------------------------------*/

.galleria{list-style:none;width:300px}
.galleria li{display:block;width:60px;height:60px;overflow:hidden;float:left;margin:0 10px 10px 0}
.galleria li a{display:none}
.galleria li div{position:absolute;display:none;top:0;left:180px}
.galleria li div img{cursor:pointer}
.galleria li.active div img,.galleria li.active div{display:block;}
.galleria li img.thumb{cursor:pointer;top:auto;left:auto;display:block;width:auto;height:auto}
.galleria li .caption{display:block;padding-top:.5em;}
* html .galleria li div span{width:300px} /* MSIE bug */

.caption{color:#000000;position:absolute;top:340px;left:45px;width:350px;}
		
	.galleria_container{text-align: center; margin:0 auto 60px auto;width:450px;float:right;}
	
	.info{text-align:left;margin:30px 0;border-top:1px dotted #221;padding-top:30px;clear:both;}
	.info p{margin-top:1.6em;}
	
	.nav{position:absolute;top:380px;left:750px; font-size: 1em;width:200px;}

/*Página alta resolucion ---------------------------------------------------------------*/

.a_alta {position: absolute; top: 380px;}
.a_alta a {color: #232323!important;text-decoration: none;}
.a_alta a:hover {color: #232323;text-decoration: underline;}
.alt {width: 98%; text-align: right;margin: 20px 0 0;}	
ul.list_alt {}
ul.list_alt li {margin: 5px 0;}
ul.list_alt li a {text-decoration: none;}
ul.list_alt li a:hover {text-decoration: underline;}
.mini_imagen {position:absolute;top:150px;left:150px;}



#loading{position:absolute;top:0; left:0;height:2600px; width:100%; background-color:#000000;-khtml-opacity:.50; -moz-opacity:.50; filter:alpha(opacity=50); opacity:.50; zoom:1; cursor:wait; z-index:100;*display:none;}
#loading .centrado {margin: 300px auto; background: #000; color: #fff; font-size: 20px; text-align: center;}
