@charset "UTF-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

h2 {
	font-size: 22px;
}

h3 {
	color: #E69C4E;
	font-size: 18px;
	margin-bottom: 5px;
}

p {
	line-height: 1.5em;
	margin-bottom: 1em;
}

a {
	color: #0033cc;
}

a:hover {
	color: #0033ff;
}

div#header {
	background-image:url(../images/header-background.png);
	background-repeat: repeat-x;
}

div#header > h1 {
	padding: 32px;
	height: 34px;
	text-align: center;
}

ul#menu {
	background-image:url(../images/menu-background.png);
	background-repeat:repeat-x;
	height: 50px;
	padding: 0 32px;
	
}

ul#menu > li {

	display: inline;

}

ul#menu > li > a {
	display: block;
	float: left;
	text-align: center;
	background-image:url(../images/menu-button-inactive.png);
	background-repeat: repeat-x;
	width: 14.1%;
	font-size: 14px;
	text-decoration: none;
	color: #000000;
	margin-right: 1px;
	padding: 18px 0;
}

ul#menu > li > a:hover {
	background-image:url(../images/menu-button-active.png);
	background-repeat: repeat-x;
	text-decoration: none;
	color: #000000;
}

div#content {
	background-image:url(../images/sombra-menu.png);
	background-repeat: repeat-x;
	padding: 32px;
}

div#content > h2 {
	margin-bottom: 20px;
}

div#content-home {
	background-image:url(../images/home-content-background.png);
	background-repeat:repeat-x;
	padding: 32px;
}

img.marco {
	padding: 10px;
	border: solid 1px #CCCCCC;
	background: #FFFFFF;
}

img.izquierda {
	float: left;
	margin: 0 32px 12px 0;
}

img.derecha {
	float: right;
	margin: 0 0 12px 32px;
}

form > div {
	background-color:#DDDDDD;
	border: solid 1px #999999;
	padding: 20px;
	margin-top: 1em;
}

form > div > label {
	display: list-item;
	list-style: none;
	margin-bottom: 1em;
	font-weight: bold;
}

form > div > label > span {
	color: red;
	margin-left: .3em;
}

span#errores {
	color: red;
}

p.last {
	border-bottom: dashed 2px #DDDDDD;
	padding-bottom: 2em;
	margin-bottom: 2em;
}


div#prensa {
	float: right;
	background:#FFFFFF;
	margin-left: 20px;
	width: 250px;
	border-left: dashed 2px #DDDDDD;
	padding-left: 2em;
	margin-bottom: 2em;
}
div.carousel {
	height: 140px;
	width: 240px;
	overflow: hidden;
	margin-bottom: 1em;
	margin-top: 1em;
}

div.carousel > ul > li {
	height: 140px;
	width: 240px;
	overflow: hidden;
	float: none;
	line-height: 1.5em;
}
div#feria {
	height: 230px;
	width: 200px;
	overflow: hidden;
	float: left;
	margin-top: 0;
}

div#feria > ul > li {
	height: 230px;
}