body {
	font-family: Georgia;
	background: black;
	overflow: hidden;
	
}

* a:link, * a:visited{
	color: black;
	text-decoration: none;
}

* a:hover, * a:active{
	color: #574C30;
}

h1 {
	font-size: 18px;
	display: block;
	height: 37px;
}

#contenedor {
	position: absolute;
	background: url('../img/fondo.jpg');
	width: 1440px;
	height: 900px;
	top: 50%;
	left: 50%;
	overflow: hidden;
	margin-top: -510px;
	margin-left: -710px;

}
#contenido {
	position: absolute;
	width: 992px;
	height: 500px;
	/*border: solid 2px red;*/
	top: 50%;
	left: 50%;
	margin-top: -185px;
	margin-left: -496px;
}

#centro{
	padding-top: 55px;
	width: 588px;
	margin-right: 20px;
	/*border: solid 2px green;*/
	float: left;
	height: 487px;
}

#datos{
    width: 768px;
    margin-right: 0px;
    /*border: solid 2px green;*/
    float: left;
    height: 487px;
}


#datos p{
	font-family: Georgia;
	font-size: 13px;
	font-style: italic;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 16px;
	text-align: justify;
}

.marco-video{
	width: 549px;
	height: 310px;
	padding-top: 26px;
	padding-bottom: 27px;
	padding-left: 22px;
	padding-right: 20px;
	background: no-repeat url('../img/marco-video.png');
	margin-top: 10px;
	margin-bottom: 10px;
}

#derecha{
	margin-top: 20px;
	width: 144px;
	float: left;
	height: 487px;
}

#derecha h2{
	text-align: center;
	line-height: 18px;
}

#derecha h3{
	text-transform: uppercase;
}

#derecha h3, #derecha b, #derecha a{
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
    line-height: 14px;
	font-weight: normal;
	color: black;
	text-decoration: none;
}

#derecha .img{
	widows: 138px;
	height: 63px;
	border: 2px solid #574C30;
	margin-top: 12px;
	overflow: hidden;
	margin-bottom: 2px;
}

#pie{
	padding-left: 25px;
	font-size: 10px;
	font-weight: bold;
	width: 954px;
	position: absolute;
	top: 515px;
	left: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

#pie .firma{
	float: right;
	position: relative;
	display: block;
	margin-right: 12px;
}

#pie .firma a:link, #pie .firma a:visited{
	font-family: Georgia;
	font-weight: bold;
	font-size: 11px;
	font-style: italic;
	color: black;
	
}

#pie .firma a:hover, #pie .firma a:active{
	
    color: white;
}
