@charset "UTF-8";
/* CSS Document */
html, body {
	height: 100%;
}
body, td, th {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #FFF;
	line-height: 1.5em;
}
body {
	background-color: #111;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../grafica/background.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
a {
	font-size: 1em;
}
h1 {
	font-style: italic;
	color: #ED2126;
	font-size: 2em;
	margin-bottom: -20px;
	margin-top: -20px;
}
blockquote {
	margin-left: 20px;
}
.agrandar_img {
	font-size: 0.7em;
	text-align: right;
	display: block;
	color: #ED2126;
}
#BarraRoja {
	background-color: #ED2126;
	height: 5px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#MainContainer {
	min-height: 600px;
	width: 650px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}
#Header {
	height: 80px;
	margin-bottom: 10px;
}
#Logo {
	float: left;
	background-image: url(../grafica/logo.png);
	height: 80px;
	width: 200px;
	display: block;
}
#MainMenu {
	float: right;
	height: 20px;
	margin-top: 45px;
	color: #ED2126;
}
#MainMenu ul {
	font-style: italic;
	font-weight: bold;
	font-size: 1em;
	list-style-type: none;
}
#MainMenu li {
	display: inline;
	padding-left: 5px;
	padding-right: 5px;
}
#MainMenu li a {
	text-decoration: none;
}
#MainMenu li a:hover {
	text-decoration: none;
	color: #ED2126;
}
#Content {
	width: 650px;
	min-height:433px;
	background-image: url(../grafica/vitral.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#ContentText {
	width: 600px;
}
#ContentText li {
	margin-left: 20px;
}
.LetraInical {
	font-size: 5em;
	line-height: 0.8em;
	padding-right: 12px;
	padding-bottom: 2px;
	float: left;
}
#LineaFooter {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	width: 100%;
	height: 10px;
	margin-bottom: 10px;
}
#Footer {
	margin-top: 5px;
	background-image: url(../grafica/slogan.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 10px;
	margin-bottom: 50px;
}
#Idioma {
	float: left;
}
#Idioma ul {
	font-size: 0.6em;
	list-style-type: none;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
#Idioma li {
	display: inline;
}
#Idioma li a {
	text-decoration: none;
}
#Idioma li a:hover {
	text-decoration: none;
	color: #ED2126;
}
#TextoFooter {
	float: right;
}
#TextoFooter ul {
	text-align: right;
	font-size: 0.6em;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#TextoFooter li {
	display: inline;
	padding-left: 2px;
	padding-right: 2px;
}
#TextoFooter li a {
	text-decoration: none;
}
#TextoFooter li a:hover {
	color: #ED2126;
	text-decoration: none;
}
#copyright {
	text-align:center;
	font-size: 0.7em;
	width: 100%;
	margin-top: -30px;
	color: #666;
}
/* Slideshow Frontpage */

#slideshow {
	position:relative;
	height:350px;
}
#slideshow IMG {
	position:absolute;
	top:0;
	left:0;
	z-index:8;
}
#slideshow IMG.active {
	z-index:10;
}
#slideshow IMG.last-active {
	z-index:9;
}

