/* Elementos que queremos limpiar completamente: */

* {
	margin: 0;
	padding: 0;
	border: none;
}

html {
	font: 62.5% "Lucida Grande", Lucida, Verdana, sans-serif;
	text-shadow: #000 0px 0px 0px;/* Elimina el efecto bold en Safari */
}

ul {
	list-style: none;
	list-style-type: none;
}

/* Ajustes tipográficos */

h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	font-weight: normal;
	margin: 0 0 1em 0;
}

cite, em, dfn {
	font-style: italic;
}

sup {
	position: relative;
	bottom: 0.3em;
	vertical-align: baseline;
}

sub {
	position: relative;
	bottom: -0.2em;
	vertical-align: baseline;
}

li, dd, blockquote {
	margin-left: 1em;
}

code, kbd, samp, pre, tt, var, input[type='text'], textarea {
	font-size: 100%;
	font-family: monaco, "Lucida Console", courier, mono-space;
}

del {
	text-decoration: line-through;
}

ins, dfn {
	border-bottom: 1px solid #ccc;
}

small, sup, sub {
	font-size: 85%;
}

abbr, acronym {
	text-transform: uppercase;
	font-size: 85%;
	letter-spacing: .1em;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

a abbr, a acronym {
	border: none;
}

sup {
	vertical-align: super;
}

sub {
	vertical-align: sub;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.6em;
}

h4 {
	font-size: 1.4em;
}

h5 {
	font-size: 1.2em;
}

h6 {
	font-size: 1em;
}

/*** LINKS: Recuerda utilizar siempre la regla del LoVe-HAte ***/

a, a:link, a:visited, a:hover, a:active {
	/*
	Si quisieramos eliminar la línea de puntos que aparece al pulsar un enlace, aplicaríamos la siguiente propiedad:
	
	outline: 0;
	
	Sin embargo no se recomienda, por temas de accesibilidad para navegación con teclado (lo cual implica temas legales, un tema peliagudo).
	*/
	text-decoration: none;
}

a img {
	border: none;
	text-decoration: none;
}

img {
	border: none;
	text-decoration: none;
	/*
	Si añades un background aparecerá como fondo de la imagen, útil para imágenes de carga
	*/
}

/* Formularios */

label, button {
	cursor: pointer;
}

input:focus, select:focus, textarea:focus {
	background-color: #FFF;
}

fieldset {
	border: none;
}

/* Clases útiles */

.clear {
	clear: both;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.bloque{display:block; text-indent:-1000em; overflow:hidden;}

/* Para empezar un layout centrado: */

body {background: #f9a800 url(../images/bg.jpg) no-repeat center top; font: 12px/15px Arial, Verdana; letter-spacing: 0.7px;}


#wrap{width:800px; margin:170px auto 0 auto;}
#columna1{float:left; width:390px;}
#columna2{float:right; width:390px;}

#footer{
	clear:both;
	width:100%;
	padding-top:15px;
	text-align:center;
	font: 10px Georgia, "Times New Roman", Times, serif;
}
h1{width:265px; height:345px; margin-left:63px;}
h1 a{width:265px; height:345px; background: url(../images/logo.png) no-repeat; }
.h2-caldera{width:390px; height:98px; background: url(../images/tortuga.png) no-repeat;}

.textos{width:360px; padding:15px; background-color:#fff; 
	opacity: 0.65; /* Safari, Opera */
	-moz-opacity:0.65; /* FireFox */
	filter: alpha(opacity=65); /* IE */}

ul#menu {width:390px; height:60px; background: url(../images/menu-bg.gif) no-repeat; margin:200px 0 0 0; position:relative;}
ul#menu li{position:absolute; height:60px; }
ul#menu li a{display:block; height:60px; text-indent:-1000em; overflow:hidden;}

#main1 {left: 0; width: 100px; }
#main2 {left: 100px;  width: 120px;}
#main3 {left: 220px; width: 115px;}

#main1 a:hover, #main1.actual{background: transparent url(../images/menu-bg.gif) no-repeat -12px -67px; }
#main2 a:hover, #main2.actual{background: transparent url(../images/menu-bg.gif) no-repeat -112px -67px; }
#main3 a:hover, #main3.actual{background: transparent url(../images/menu-bg.gif) no-repeat -232px -67px; }

/*-----------------Lista-------*/
ul.galeria{margin:0; padding:0;}
ul.galeria li{display:inline; margin-right:10px;}

/*Nifty Corners Cube CSS by Alessandro Fulciniti
The following classes are added dinamically by javascript,
and their use should be avoided in the markup */

b.niftycorners,b.niftyfill{display:block}
b.niftycorners *{display:block;height: 1px;line-height:1px;font-size: 1px;
    overflow:hidden;border-style:solid;border-width: 0 1px}
/*normal*/
b.r1{margin: 0 3px;border-width: 0 2px}
b.r2{margin: 0 2px}
b.r3{margin: 0 1px}
b.r4{height: 2px}
b.rb1{margin: 0 8px;border-width:0 2px}
b.rb2{margin: 0 6px;border-width:0 2px}
b.rb3{margin: 0 5px}
b.rb4{margin: 0 4px}
b.rb5{margin: 0 3px}
b.rb6{margin: 0 2px}
b.rb7{margin: 0 1px;height:2px}
b.rb8{margin: 0;height:2px}
b.rs1{margin: 0 1px}
/*transparent inside*/
b.t1{border-width: 0 5px}
b.t2{border-width: 0 3px}
b.t3{border-width: 0 2px}
b.t4{height: 2px}
b.tb1{border-width: 0 10px}
b.tb2{border-width: 0 8px}
b.tb3{border-width: 0 6px}
b.tb4{border-width: 0 5px}
b.tb5{border-width: 0 4px}
b.tb6{border-width: 0 3px}
b.tb7{border-width: 0 2px;height:2px}
b.tb8{border-width: 0 1px;height:2px}
b.ts1{border-width: 0 2px}