body {
	background-color: #d2e4e8;
	background-image: url(img/parapente.png);
	background-repeat: no-repeat;
	background-position:right bottom;
	background-attachment: fixed;
	padding: 0;
	margin: 0;
	font-size: 1.3em;
}

#cabecera {
	background: url(img/cabecera.png); background-repeat: no-repeat; background-position: center;
	margin: 0 auto;
	margin-top: 0px;
	padding-top: 0px;
	width: 100%;
	padding: 0px;
	height: 200px;
	background-color: #d2e4e8;
}

*html #cabecera {
	background: url(img/cabecera.gif); background-repeat: no-repeat; background-position: center; background-position-y:top;
	margin: 0 auto;
	margin-top: 0px;
	padding-top: 0px;
	width: 100%;
	padding: 0px;
	height: 200px;
	background-color: #d2e4e8;
}

#nav {
	
	float: right;
	width:100%;
	clear:both;
	margin-bottom:50px;
}

#contenido {
	width: 100%;
	float:left;
	clear:both;
	padding-top: 50px !important;
	*padding-top: 150px !important;
	*padding-top: 30px;
}

h1 {color:#5b610a;}
h2 {color:#5b610a;}
h3 {color:#5b610a;}
h4 {color:#5b610a;}
h5 {color:#5b610a;}


.med_der {

	width:48%;
	float:right;
}

.med_izq {

	width:50%;
	float:left;
}

.cont_der {

	width:48%;
	float:right;
	text-align:right;
}

.cont_der img {
	border-bottom-color:#000;
	border:solid;
	border-width: 3px 1px 2px 4px;
}
#foto_ini {

	background-image: url(img/nube.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 1100px;
	height: 400px;
	position: relative;
	left:-300px;
	top: 0px;	
}

*html #foto_ini {

	background-image: url(img/nube.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 1100px;
	height: 400px;
	position: relative;
	left:-150px;
	top: 0px;	
}


#texto_ini {

	width:35%;

	float: right;
}
#foto_ini img {

	position: absolute;
	left: 320px;
	top:120px;
}

.centro {
	margin: 0 auto;
	width: 800px;
	min-height:100%;
	clear: both;
}



.nube {
	background-image: url(img/nube.png);
	background-repeat: no-repeat;
	background-position:-100px -100px;
	padding:50px;
}

#cartela {
	margin: 0 auto;
	padding-top: 70px;
	width: 100%;
	height: 276px;
}

#cartela a{
	color: #ffcc00;
	font-size:.9em;
}

#cartela p{
	color:#fff;
	font-size:.9em;
}

#cartela h2{
	font-size:1em;
}

.cartela1{
	float: left;
	width: 28%;
	height: 485px;
	background-image: url(img/cartela.png) !important;
	background-image: url(img/cartela.gif);
	background-repeat:no-repeat;
	padding:20px;
}

.cartela2{
	float: left;

	width: 28%;
	height: 485px;
	background-image: url(img/cartela.png) !important;
	background-image: url(img/cartela.gif);
	background-repeat:no-repeat;
	padding:20px;
}

.cartela3{
	float: right;
	width: 28%;
	height: 485px;
	background-image: url(img/cartela.png) !important;
	background-image: url(img/cartela.gif);
	background-repeat:no-repeat;
	padding:20px;
}

img {
	border: 0px none;

}





p {
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
}

a {
	font-size:inherit;
	color: #d400aa;
	text-decoration: none;
}

a:hover {
	text-decoration:underline;
}

a:visited {
	color: #d400aa;
}



.bar {
	background-image:url(img/menu.png);
	background-repeat: no-repeat;
	background-position: center top;
	/*background-color:#819f6b;*/
	font-size: 1.1em;

	text-transform: capitalize;
	float: right;
	width:590px;
	height:72px;
	padding-left:50px;
}	

*html .bar {
	background-image:url(img/menu.gif);

}
	.bar a { 
		font-weight: bold;
		color: #ccc; 

	}

	.bar li { 
		list-style: none;
		height: 20px;
		color: transparent;
		float: left;
		padding-top: 1em;
		padding-left:0.5em;
		padding-right:0.5em;
		text-decoration: none;
		display: block;
	}
	
	.bar li.activo { 
		color: #dc9703;
		font-weight: bold; 
		height: 20px;
		text-decoration: none;
	}
	
	.bar li a.activo { 
		color: #dc9703;
	}
	
	.bar li a { 
		font-weight: bold;
		color: #ccc; 

	} 
	
	.bar li a:hover { 
		color: #dc9703; 
		text-decoration: none;
	} 
	
	*html .bar li a:visited { 
		color: #ccc; 
		text-decoration: none;
	} 


form {
	margin: 0;

}

fieldset {
	margin: 1em auto;
	padding-top: .5em;
	padding-bottom: .5em;
	width: 800px;
	font-size: .8em;
	margin: 1em 0 1em;

	border: 1px solid #323232;
	border-left: 1px solid #323232;
	padding: 1.5em;
}
.busqueda {
	padding: 0.4em 0 0.8em;
	margin: 0;
}
select {
	border: 1px solid #323232;
	border-left: 5px solid #323232;
	background: #232323;
	color: #666;
}
#recherche{
	border: 1px solid #323232;
	border-left: 5px solid #323232;
	background: #232323 url(entomoblog/search.png) no-repeat 4px 50%;
	padding: .2em .2em .2em 1.8em;
	font-size: 1em;
	color: #666;
	width: 11em;
}
#recherche:focus {
	background: #282828 url(entomoblog/search.png) no-repeat 4px 50%;
}
.area:focus {
	background: #1e1e1e;
	color: #999;
}
.area {
	background: #282828;
	border: 1px solid #323232;
	width: 60%;
 	font: 1em "Lucida Grande", Geneva, Verdana, Arial, sans-serif;
	margin-right: .4em;
	color: #666;
	margin: 0;
	padding: .2em;
}
.submit {
	background: #2c2c2c;
	border: 1px inset #323232;
	margin: 0 .2em 0 0;
	padding: .1em .2em .1em .2em;
	color: #606060;
	font: bold .9em "Lucida Grande", Geneva, Verdana, Arial, sans-serif;
}
p.com2 {
	margin: .5em 5% 0 0;
	padding:.5em 0 1em 0;
	text-align: right;
}
.lbl {
	width: 35%;
	text-align: left;
	padding-right: .5em;
	float: left;
	font-weight: bold;
	font-size: 1em;
}

.previsu {
	background-color:#e1e7e8;

}

/*  PIE  */

#pie {
	background: url(img/pie.gif); background-repeat: no-repeat; background-position: center;

		float: left;
	margin: 0;
	margin-top: 0px;
	width: 100%;
	padding-bottom: 0px;
	padding:0;
	height: 390px;
	color: #000;

	text-align: center;

	font-size: .7em;
}

#pie p {
	margin-top:0px;
}

.botonera-pie {
	margin: 0 auto;
	padding-top: 135px;
	width: 800px;
	text-align: left;
}

#boton-meteo {
	margin-left: 0px;
	margin-bottom: 10px;
}

#boton-zonas {
	margin-left: 5px;
	margin-bottom: 10px;
}

#boton-club {
	margin-left: 190px;
}


.spip_document_1

.spip_documents {color:#000; float:left; border-color:#000; border:solid;border-width: 3px 1px 2px 4px; width:200px; margin: 0 10px 10px 0; }

.spip_documents_left {margin: 0 10px 10px 0; padding: 0 10px 10px 0; }

.spip_documents_left img {color:#000; float:left; border-color:#000; border:solid;border-width: 3px 1px 2px 4px; margin: 0 10px 10px 0; }


/*  GALERIA  */

#submenu {width: 250px; height:375px; overflow: auto; float:left; margin-right:50px;}

#submenu ul { margin: 0; padding: 0; list-style: none;}
#submenu li {padding-bottom:.3em; font-size:.8em;}
#submenu a { text-decoration:none;}
#submenu a:hover {color: #dc9703;}
.nomGal {}
.activo {color: #dc9703;}

#marco {float: left;}

/*  ALUMNOS  */

.fotoAlum img{color:#000; float:left; border-color:#000; border:solid;border-width: 3px 1px 2px 4px; width:200px; margin: 0 10px 10px 0;}
.fotoAlum a:hover img{color:#d400aa; border-color:#d400aa;}

.cursoAncho {width: 100%; float:left; padding-bottom: 23px;}

.cursoAncho h3 {padding:0; margin:0;}
.cursoAncho p {}

.cursoBloque {width: 20%; float:left; padding: 20px;}

.alumGrupo {width:100%;}
.alumGrupo p {width:500px; float:left; padding:0 0 30px 0; margin:0;}
.fotoIzquierda {float:left; padding:0 0 15px 15px;}

/*  CONTACTO  */

form {margin: 0; padding: 0; font-size: 100%; width: 700px;}
form ul{margin: 0 ; padding-left: 0;}
form li{margin: 0 ; padding-left: 0; padding-bottom: 1em; list-style: none; list-style-position: inside; }

form fieldset { margin: 1em auto;
	padding-top: .5em;
	padding-bottom: .5em;
	width: 800px;
	font-size: .8em;
	margin: 1em 0 1em;

	border: 1px solid #323232;
	border-left: 1px solid #323232;
	padding: 1.5em;}
form fieldset legend { font-size: 200%; font-weight: normal; color: #000000; margin: 0 0 0 0; padding: 0 5px;}
label { font-size: 100%;}
input, select, textarea { font-family: Tahoma, Arial, sans-serif; font-size: 100%; color: #000000; }
textarea { overflow: auto;}
form label {   text-align: left;display: inline;}
form input.text { width: 680px; margin-left: .2em; margin-left:100px;}

form textarea {width:780px;}
form .erreur_message {color: #ff3344;}
