

/* --------------------- Común para toda la web ---------------------*/

body {
	margin:0px;
	padding:0px;
	font:normal 100% "trebuchet MS", tahoma;
	background-color:#333;
}

h1{
	margin:0px;
	padding:0px;
	float:left;
}

h1 img {
	border:none;
	margin:3px 0 0 0;	
}


h2 {
	color:#ccc;
	font:normal 130% "trebuchet MS", tahoma;
	font-variant:small-caps;
	text-align:right;
	margin:70px 0 0 0;
	float:right;
}

.sub{
	color:#ccc;
	font:normal 54% "trebuchet MS", tahoma;
}

h3 {
	color:#fff;
	font:normal 130% "trebuchet MS", tahoma;
	padding:20px 0 10px 0;
	text-align:left;
	font-variant:small-caps;
}

h4 {
	color:#000;
	font:bold 100% "trebuchet MS", tahoma;
	padding:10px 0 10px 0;
	text-align:left;
	font-variant:small-caps;
}


*{
	padding:0px;
	margin:0px;
}

a{
	color:#333;
	text-decoration:none;
}

a:hover{
	color:#fff;
	text-decoration:underline;
}

img{
	border:none;
}

strong{
	color:#333;
	font:bold 100% "trebuchet MS", tahoma;
}



/* --------------------- HEAD ---------------------*/

#head{
	padding:0px;
	width:100%;
	height:186px;
	background:url(../img/head-fondo.gif) top left repeat-x;
}

#h1h2{
	margin:0px auto;
	width:973px;
	height:137px;
}


#menu{
	margin:0px auto;
	padding:12px 0 0 0;
	width:863px;
	height:37px;
}

#menu ul{
	margin:0px;
	padding:0px;
}

#menu li{
	list-style-type:none;
	display:inline;
	margin:0 45px 0 0;
}

#menu li a{
	list-style-type:none;
	display:inline;
	font:bold 100% "trebuchet MS", tahoma;
	color:#333;
}

#menu li a:hover{
	font:bold 100% "trebuchet MS", tahoma;
	color:#fff;
	text-decoration:none;
}

.aqui{
	font:bold 100% "trebuchet MS", tahoma;
	color:#fff;
}








/* --------------------- DESARROLLO ---------------------*/


#contenido-index{
	margin:0px auto;
	padding:20px 0 0 0;
	width:863px;
	min-height:465px;
	background:url(../img/img-index.jpg) center center no-repeat;
}

#noticia{
	margin:76px 26px 0 0;
	padding:20px;
	width:285px;
	height:262px;
	float:right;
}

#noticia p{
	font:normal 150% "trebuchet MS", tahoma;
	color:#333;
}

.enlace{
	float:right;
	margin:10px 0 25px 0;
}

.enlace a{
	font:normal 95% "trebuchet MS", tahoma;
	color:#333;
}

.enlace a:hover{
	font:normal 95% "trebuchet MS", tahoma;
	color:#fff;
	text-decoration:none;
}

.enlace img{
	margin:0 3px 0 0;
}

#nube{
	margin:10px auto 0;
	width:973px;
	height:25px;
	color:#333;
	text-align:center;
}

.peke{
	font:normal 70% "trebuchet MS", tahoma;
}

.medio{
	font:normal 85% "trebuchet MS", tahoma;
}

.grande{
	font:normal 100% "trebuchet MS", tahoma;
	letter-spacing:-1px;
}

#contenido{
	margin:0px auto;
	width:100%;
	min-height:465px;
	background-color:#666;
}

#contenido-interior{
	margin:0px auto;
	width:973px;
	min-height:465px;
}

#contenido-interior p, #galeria-contenido p, #contenido-contacto p{
	margin:10px 0 10px 0;
	font:normal 90% "trebuchet MS", tahoma;
	color:#fff;
	line-height:150%;
}

#contenido-interior ul{
	margin:0 20px 0 30px;
	padding:0px;
	display:block;
	float:left;
}

#contenido-interior li{
	list-style-type:none;
	font:normal 90% "trebuchet MS", tahoma;
	color:#fff;
	margin:10px 0 40px 0;
	clear:both;
	
}

#contenido-interior li img{
	margin:-10px 3px 0 0;
	float:left;
}


#contenido-interior img{
	margin:50px 0 0 0;
}

#contenido-contacto{
	margin:0px auto;
	width:973px;
	min-height:465px;
}

#contenido-contacto img{
	float:right;
	margin:0px;
	padding:0px;
}

#galeria{
	margin:0px auto;
	width:100%;
	min-height:465px;
	background-color:#666;
}

#galeria-contenido{
	margin:0px auto;
	width:973px;
	min-height:465px;
}




/*--------------- PIE ----------------*/

#contenido-pie{
	margin:0px auto;
	width:100%;
	background:#333 url(../img/pie-fondo.gif) top left repeat-x;
}

#pie{
	margin:0px auto;
	width:973px;
	clear:both;
}

#pie ul{
	padding:14px 0 0 35px;
	margin:0px;
	text-align:left;
	float:right;
}

#pie li{
	text-align:right;
	padding:0px;
	margin:0px;
	display:inline;
	color:#fff;
}

#pie li a{
	font:normal 85% "trebuchet MS", tahoma;
	text-align:right;
	padding:0px;
	margin:0px;
	display:inline;
	color:#fff;
}

#pie li a:hover{
	color:#ccc;
	text-decoration:none;
}

address{
	font:normal 85% "trebuchet MS", tahoma;
	color:#fff;
	padding:15px 0 0 0;
	float:left;
}





.clear {
	clear:both;
}
