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

ul{
	list-style:none;
}

p{
	margin:15px 0;
	line-height:1.4em;
	text-align:justify;
	padding-right:50px;
}

div.clearFix{
	clear:both;
	display:block;
	height:1px;
}

body{
	background:url(../../images/fondo.jpg) repeat-x #efe7e7;
	font-size:62.5%;
	font-family:Arial, Helvetica, sans-serif;
}

#wrapper{
	width:950px;
	margin:0 auto;
	font-size:1.4em;
}

h2, h3, h4{
	color:#010066;
	font-family:Arial, Helvetica, sans-serif;
	margin:15px 0;
}

h2{
	font-size:1.6em;
}

h3{
	font-size:1.2em;
}

h4{
	font-size:1.1em;
}


#cabecera{
	height:150px;
	background:url(../../images/header.jpg) no-repeat top left;
	position:relative;
	margin-bottom:35px;
}


/*
	MENU
*/
ul#menu{
	position:absolute;
	top:88px;
	height:62px;
}

ul#menu li{
	line-height:62px;
	float:left;
	margin:0 20px;
	display:inline;
}

ul#menu li a{
	display:block;
	height:62px;
	line-height:62px;
	padding:0 30px;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	letter-spacing:2px;
	float:left;
}

ul#menu li.current{
	background:url(../../images/menuIzquierda.jpg) no-repeat #393839 top left;
}

ul#menu li.current a{
	background:url(../../images/menuDerecha.jpg) no-repeat top right;
}



/*
	BOX
*/

.boxWrapper{
	width:920px;
	padding:0 15px;
	background:url(../../images/boxShadow.jpg) no-repeat bottom;
	margin-bottom:30px;
}

.boxHead{
	height:10px;
	background:url(../../images/boxHeader.jpg) no-repeat bottom;
	display:block;
}

.boxContent{
	border-right:1px solid #dedad7;
	border-left:1px solid #dedad7;
	background:#f7f3ef;
	padding:10px;
	width:900px;
}

.espaciado{
	padding:25px;
	width:870px;
}

.boxContent ul{
	list-style-image:url(../../images/lista.png);
	margin-left:40px;
	list-style-position:inherit;
}

.boxContent ul li{
	line-height:1.8em;
}


.boxBottom{
	background:url(../../images/boxBottom.jpg) top no-repeat;
	height:10px;
}

/*
	IMAGENES EN CONTENIDO
*/

.boxContent img{
	border:5px solid #fff;
}

.boxContent img.izquierda{
	float:left;
}

.boxContent img.derecha{
	float:right;
	margin:0 0 15px 15px;
}

img.teaser{
	margin-left:-5px;
	border:1px solid #dedad7;
	background:#fff;
	padding:2px;
}

/*
	Enlaces en contenido
*/

.boxContent a{
	color:#cc0009;
}

.boxContent a:hover{
	text-decoration:none;
}

/*
	FOOTER
*/

#footerWrapper{
	background:#393839;
	height:49px;
	border-top:1px solid #696869;
	margin-top:50px;
}

#footer{
	width:950px;
	height:49px;
	margin:0 auto;
	background:url(../../images/footer.jpg) left no-repeat;
	display:block;
}

.contacto{
	background:#fcfbfa;
	border-bottom: 1px solid #f3ede7;
	padding:5px;
}


#galeria ul{
	list-style:none;
	margin:30px 0 0 0;
	padding:0;
}

#galeria ul li{
	display:block;
	float:left;
	margin:0 10px 0 0;
	width:138px;
	height:98px;
	padding:0 6px;
	background:url(../../images/fondoGaleria.jpg) bottom no-repeat;
}

#galeria ul li img{
	margin:0;
	padding:0;
	border:4px solid #fff;
}




.tablaContacto{
	width:95%;
	margin:0 auto;
	font-size:.9em;
	border:0;
	padding:0;
}

.tablaContacto tr{
	height:40px;
	border-bottom:10px solid red;
}

.tablaContacto th{
	text-align:left;
}


.hover{
	background:#fff;
}
