/* CSS Document
	COLORES:
		verde oscuro: #5F8000
 */
 
 
 /* --- GENERALES ---*/
  
* {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

body {
	background: white url(img/bg.gif) repeat-y center top;
	color: #333;
	font-family: "Lucida Sans Unicode",sans-serif;
	font-size:12px;
}







/* --- LAYOUT ---*/
#encabezado {
	text-align:right;
	background: url(img/bgheader.jpg) no-repeat;
	height: 120px;
	margin: 4px auto;
	width: 710px;
}

#menu{
	background-image: url(img/navbg1.jpg);
	background-repeat: no-repeat;
	margin: auto;
	width:700px;
	height: 50px;
	text-align:center;
	font-size:1.1em;
	font-weight: bold;
}

#menu ul {margin: 0; padding: 15px 0;}

#menu li {
	list-style:none;
	display: inline;
	text-decoration: none;
}

#menu li a{
	color:white;
	text-decoration: none;
	padding: 5px 2px 5px 2px;

}

#menu li a:hover{
	color: red;
	text-decoration:underline;
}

#contenido{
	clear:both;
	width:660px;
	margin: 4px auto;
	padding: 10px;
	border: #5F8000 solid 2px;
	}
	
#pie{
	background-image: url(img/navbg1.jpg);
	background-repeat: no-repeat;
	margin: auto;
	width:700px;
	height: 50px;
	text-align:center;
	color:#666666;
	padding-top: 10px;
}

#pie a{
	color: white;
	text-decoration: none;
	padding: 5px 8px 5px 8px;
}

#pie a:hover{
	color: red;
	text-decoration:underline;
}















/*--- ENCABEZADOS Y ETIQUETAS ---*/
h1{
	color: white;
	font-weight:bold;
	font-size: 1.4em;
	padding: 20px 20px 10px 10px;
}

h3{
	color: white;
	font-size: 1.1em;
	padding-right:20px;
}

p{
	padding-bottom: 1.2em;
}


ul { margin-left:40px;
	 margin-bottom: 20px;
}
	
li {list-style-image: url(img/li.gif);}

img{
	border:0;
	padding: 0 6px 0 6px;
}









/*--- CLASES ---*/
.seccion{
	clear:both;
	float:left;
	width:640px;
	margin-top: 30px;
}
	
.seccion H1{
	clear:both;
	background-image: url(img/seccion.jpg);
	background-repeat: no-repeat;
	color:#FFFFFF;
	font-size:1.4em;
/*	font-weight:bold;*/
	font-weight:bolder;
	padding-top: 7px;
	padding-left: 15px;
	width:385px;
	height:20px;
}


.galeriapre {
	clear:both;
	width:640px;
	background:#f2f7e9;
	border-top:1px solid #5F8000;
	border-bottom:1px solid #5F8000;
	padding: 4px;
}

.galeriapre img{
	float: left;
	border:0;
	padding:0;
	}

.galeriapre .pre300, .galeriapre .pre150{
	margin: 4px;
	border:1px solid #ccc;
}

/*.galeriapre .pre300:hover, .galeriapre .pre150:hover{
	border:1px solid #5F8000;
}*/

.galeriapre .pre150{
	float:left;
}

.galeriapre .pre300{
	float: right;
}

.hinchable {
	float:left;
	width:120px;
	border:1px solid #ccc;
	margin:3px 3px 3px 3px;
}

.hinchable:hover{
	border:1px solid #5F8000;
}

.nombre{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align:center;
	font-size: 0.8em;
	background-color:#FFC37A;
	display: block;
}

.salto{
	clear:both;
}


.medidas{
	float:right;
	border:#5F8000 solid 1px;
}

.boton{
	text-align:center;
	float: right;
	background-image: url(img/bgboton.jpg);
	background-repeat: no-repeat;
	height:35px;
	width:130px;
	padding-top: 6px;
}

.boton a{
	display:block;
	color:#FFFFFF;
	font-size:1.4em;
	text-decoration:none;
	text-align: center;
}

.boton a:hover{
	text-decoration: underline;
}
