body {
	background-color: #000;
}
#contenedor {
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}
#menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#menu li {
	display: inline;
}
#cabecera {
	background-image: url(../images/cabec.jpg);
	background-repeat: no-repeat;
	height: 150px;
	width: 930px;
	text-align: center;
}
#cabecera a:link, #cabecera a:visited, #cabecera a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
}
#cabecera a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #CA1C10;
	text-decoration: none;
}
#menu {
	background-color: #FFF;
	height: 30px;
	width: 910px;
	margin-right: 10px;
	margin-left: 10px;
}
a:link.menu, a:visited.menu, a:active.menu {
	font-family: Verdana, Geneva, sans-serif;
	/*width: 130px;*/
	color: #000;
	text-decoration: none;
	float: left;
	text-align: center;
	font-size: 14px;
	height: 30px;
	vertical-align: middle;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	line-height: 30px;
	padding: 0 18px 0 18px;
}
a:hover.menu {
	font-family: Verdana, Geneva, sans-serif;
	/*width: 130px;*/
	color: #CB1D10;
	text-decoration: none;
	float: left;
	text-align: center;
	font-size: 14px;
	height: 30px;
	vertical-align: middle;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	line-height: 30px;
	background-image: url(../images/fondmenu.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	
	-webkit-background-size: 90% 90%;           /* Safari 3.0 */
     -moz-background-size: 90% 90%;           /* Gecko 1.9.2 (Firefox 3.6) */
       -o-background-size: 90% 90%;           /* Opera 9.5 */
          background-size: 90% 90%;
}
a:link.menuActivo, a:visited.menuActivo, a:active.menuActivo, a:hover.menuActive {
	font-family: Verdana, Geneva, sans-serif;
	/*width: 130px;*/
	color: #CB1D10;
	text-decoration: none;
	float: left;
	text-align: center;
	font-size: 14px;
	height: 30px;
	vertical-align: middle;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	line-height: 30px;
	background-image: url(../images/fondmenu.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	
		-webkit-background-size: 90% 90%;           /* Safari 3.0 */
     -moz-background-size: 90% 90%;           /* Gecko 1.9.2 (Firefox 3.6) */
       -o-background-size: 90% 90%;           /* Opera 9.5 */
          background-size: 90% 90%;
}
#pie {
	height: 40px;
	width: 930px;
	border-top-width: 8px;
	border-top-style: solid;
	border-top-color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #000;
	text-align: center;
	line-height: 40px;
}
#pie a {
	height: 40px;
	width: 930px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #000;
	text-align: center;
	line-height: 40px;
	text-decoration: none;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #C81C0F;
	border-left-width: 20px;
	border-left-style: solid;
	border-left-color: #C81C0F;
	padding-left: 5px;
	margin-top: 20px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #C81C0F;
	border-left-width: 20px;
	border-left-style: solid;
	padding-left: 5px;
	margin-top: 20px;
	border-left-color: #FFF;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #C81C0F;
	padding-left: 5px;
	margin-top: 20px;
	text-align: center;
}
p.textoNormal {
	font-family: Verdana, Geneva, sans-serif;
	color: #666;
	font-size: 14px;
	text-align: justify;
	text-indent: 15px;
	line-height: 22px;
}
#enlaceCartel {
	height: 390px;
	width: 50px;
	vertical-align: bottom;
	text-align: center;
	padding-top: 10px;
}