<!--
body
{
background-color:#fff;

background-image:url("../images/fondo_web.jpg");

width:100%;
background-position:top center;
background-attachment:fixed;
background-repeat: no-repeat;
font-family:Arial,Tahoma,Helvetica,FreeSans,sans-serif;
font-size:13px;
color:#FFFFFF;
}

h1{
    height: 105px;
    text-indent: -9000px;
    width: 500px;
	margin: 20px 30px 0px;
	background: transparent url("../images/logo.png") top left scroll no-repeat;
	float:left;
}



.informacion {
    padding: 0 45px;
    width: 710px;
	margin-top: 10px;
	float:left;
}
p {
	text-align:justify;
}
#content {
	position:absolute;
	top:50px;
	left:50%;
	margin: 0px 0px 0px -400px;
	padding: 0px 0px 10px 0px;
	background: transparent url("../images/fondo_content.png") top center scroll no-repeat;
	height:650px;
	min-height:650px;
	width:800px;
}

.social {
    float: right;
    margin: 32px 40px 0 0;
    width: 120px;
	text-align:right;
}

.social  img {
	margin:0px 2px;
	float:right;
}

#logo_google {
	margin-top:-1px;
}

.idiomas {
    float: right;
    font-size: 18px;
    margin: 22px 40px 0 0;
    width: 120px;
	text-align:right;
}

.extra {
	width:250px;
	height:250px;
	min-height:250px;
	background: transparent url("../images/fondo_blanco.png") top center scroll no-repeat;
	margin: 5px 0px 20px 40px;
	float: left;
	text-align: center;

}

.extra img{
	padding: 0px 1px;

}
#fotoprincipal {
	padding: 22px 15px 3px;

}

.musica {
	margin-left:140px;
}

#footer {

	text-align:center;

	position:absolute;
	top:650px;
	left:50%;
	margin: 0px 0px 0px -90px;
	padding: 0px 0px 50px 0px;

	height:15px;
	min-height:15px;
	width:180px;	
}

#footer img {
	margin-bottom: -2px;
}
#footer a {
	display:block;
	text-indent: -9000px;
	background: transparent url("../images/logo_otc.png") top center scroll no-repeat;
}
#footer a:hover {
	background: transparent url("../images/logo_otc_byn.png") top center scroll no-repeat;
}

.clear {
	clear:both;
	font-size:1px;
	height:0;
	line-height:0px;
	margin:0px;
}
#mapa {
	position: fixed;
	z-index:101;
	top: 140px;
	left: 50%;
	margin-left:-350px;
	width:700px;
	/*visibility:hidden;*/
	display:none;
	border:solid #800 0px;

}
#cerrar {
	position: fixed;
	z-index:101;
	top: 120px;
	left: 50%;
	margin-left:-350px;
	width:700px;
	visibility:hidden;
	display:none;
	border:solid #800 0px;
	text-align: right;
	font-weight:bold;
}
#muestra {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	background-color:#000;
	filter:alpha(opacity=90);
	-moz-opacity: 0.90;
	opacity: 0.90;
	height:100%;
	width:100%;
	visibility:hidden;
	display:none;
	border:solid #800 0px;
}

* html #muestra { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}


#videoreproductor  {
left:50%;
margin-left:-300px;
position:absolute;
top:150px;
z-index:102;
border:solid #800 0px;
	visibility:hidden;
	display:none;
	border:solid #800 0px;
	text-align:right;
}

iframe {
	background-color:#FFF;
	margin:5px 0px 5px 20px;
}

a {
	text-decoration:none;
	color:#ff255d;
	border:0px;
}
a:hover {
	color:#FFFFFF;
}
img {
	border:0px;
}
//-->
