/* estilos generales */

* 
{
	margin: 0;
	padding: 0;
}

body 
{
	margin: 0;
	font: normal small Verdana, Arial, Helvetica, sans-serif;
	color: #030000;
	background: #FFFFFF url(imgs/fondo.jpg) repeat-x top left;
}

h1, h2, h3 
{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #054ea2;
}

h2 
{
	background: url(imgs/fondoh2.gif) repeat-x left bottom;
	padding-bottom: 10px;
	margin-bottom: .8em;
	font-size: 2em;
	font-weight: normal;
}

h3 
{
	margin-bottom: 1em;
	text-transform: uppercase;
	letter-spacing: 2px;
	font: bold x-small Verdana, Arial, Helvetica, sans-serif;
}

p, blockquote, ul, ol 
{
	margin-bottom: 1.4em;
	line-height: 1.8em;
	text-align: justify;
}

blockquote 
{
	margin-left: 2em;
	margin-right: 2em;
	font-style: italic;
}

ul, ol
{
	margin-left: 3em;
}

a 
{
	text-decoration: none;
	color: #ed2225;
}

a:hover 
{
	text-decoration: underline;
}

/* capas de cabecera */

#cabecera 
{
	width: 100%;
	height: 150px;
	margin: 10px auto;
	margin-top: 25px;
}

#logo 
{
	float: left;
	width: 390px;
	height: 100px;
	margin-left:10px;
}

#animacion 
{
	float: right;
	width:500px;
	height:100px;
	margin-right:10px;
}

/* capas de contenido */

#contenido
{
	width: 100%;
	margin: 0 auto;
}

#principal 
{
	float: right;
	width: 690px;
	margin-right: 10px;
}

#destacado
{
	font-size:larger;
	font-style:italic;
	font-weight:bolder;
	text-align:center;
	text-decoration:underline;
	letter-spacing:3px;
}

#barra-menu 
{
	float: left;
	width: 260px;
	margin-left: 10px;
}

#descripcion-img
{
	font-size: x-small;
	padding-top:20px;
	text-align:center;
	color: #054ea2;
}

#menu 
{
	margin-bottom: 30px;
	border-bottom: 4px solid #EBEBEB;
	border-top: 4px solid #EBEBEB;
}

#menu ul 
{
	margin: 0;
	list-style: none;
	line-height: normal;
}

#menu li 
{
	display: inline;
}

#menu li.activo
{
	background-color: #EBEEF3;
	display: block;
	padding: 10px 0 10px 24px;
	border-top: 1px solid #EBEBEB;
	font-weight: bold;
	color: #054ea2;
}

#menu a 
{
	display: block;
	padding: 10px 0 10px 24px;
	border-top: 1px solid #EBEBEB;
	color: #ed2225;
}

#menu a:hover, #menu .active a 
{
	background-color: #EBEEF3;
	text-decoration: none;
	font-weight: bold;
	color: #054ea2;
}

#pie 
{
	clear: both;
	padding: 20px 0px;
	width: 100%;
	margin: 0 auto;
	background: #FFFFFF url(imgs/fondo.jpg) repeat-x top left;
}

#pie p 
{
	text-align:center;
	margin: 0 auto;
	font-size: x-small;
}

#map
{
	width: 660px; 
	height: 400px;
	margin: 10px auto;
	text-align:center;
}

#email
{
	padding-bottom:4px;
}

#obras
{
	width: 660px; 
	height: 640px;
	margin: 0 auto;
}

.herms-izq
{
	float:left;
	padding:20px;
	width:256px;
}

.herms-der
{
	float:right;
	padding:20px;
	width:256px;
}