html{
	height: 100%;
}
body {
	font-family: verdana, sans, arial;
	color: #eee;
	background: #bcbcbc url(./images/fondo-body.jpg);
	margin: 0px;
	padding: 0px;
}
.logo{
	width: 100%;
	background: #111 url(./images/fondo-logo.jpg) right no-repeat;
	height: 55px;
	border-bottom: 4px solid #444;
	padding-top: 25px;
	color: #fcfcfc;
}
.logo img{
	margin: 0;
	padding: 0;
	margin: -25px 0px 0px 10px;
}
#contenedor-general-introduccion{
	margin: 0px auto;
	width: 88%;
	height: 100%;
	border-left: 14px solid #777;
	border-right: 14px solid #777;	
	background: #111 url(./images/fondo-introduccion.jpg) right top no-repeat;
	padding-bottom: 0px;
}
#contenedor-general{
	margin: 0px auto;
	width: 88%;
	height: 100%;
	border-left: 14px solid #777;
	border-right: 14px solid #777;	
	background-color: #111;
	padding-bottom: 0px;
}
#cabecera ul{
	margin: 0px 0px 0px 0px;
	padding: 0px;
	list-style: none;
	text-align:center;
	font-size: 1.1em;
	padding-top: 8px;
	background-color: #eee;
	padding-bottom: 10px;
	border-bottom: 4px solid #444;
}
#menu{
	margin: 0;
	padding: 0;
	background: #eaeaea url(./images/fondo-menu.jpg) top repeat-x;
}
#menu li{
	display: inline;
	padding: 8px 25px 10px 25px;
}
#menu a, #menu a:visited, #menu a:active, #menu a:link{
	color: #333;
	font-weight: bold;
	text-decoration:none;
}
#menu a:hover{
	color: #777;
	border-bottom: 7px solid #bf0000;
	padding-bottom: 3px;
}
#menu .actual a{
	border-bottom: 3px solid #bf0000;
	padding-bottom: 7px;
}

#contenido h2{
	font-size: 1.4em;
	border-bottom: 1px solid #ddd;
	padding-bottom: 8px;
}
#contenido {
	margin: 50px 0px 25px 60px;
	width: 84%;
	text-align: justify;
	font-size: 10pt;
	font-weight: bold;
	color: #eee;
}
#contenido a, #contenido a:visited, #contenido a:link, #contenido a:active{
	color: #eee;
	text-decoration: none;
}
#contenido a:hover{
	color: #ae0000;
}
#pie{
	clear: both;
	background-color: #ccc;
	border-top: 8px solid #777;
	border-bottom: 3px solid #777;
	margin: 0px;
	padding: 6px 10px 0px 0px;
	height: 22px;
	font-size: 0.7em;
	font-weight: bold;
	text-align: right;
	color: #444;
}
#pie a, #pie a:active, #pie a:visited, #pie a:link{
	text-decoration: none;
	color: #000;
}
#pie a:hover{
	color: #999;
}
.negro{
	color: #000;
}

