@charset "utf-8";
/* CSS Document 	background-image: url(imagenes/fondo1.gif); */

body {

  	margin: 25px 0px 0px 0px;
	background-color:#000;
}
body.expo {

	margin-top: 25px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#FFF;
}
.active-scroll-bars {overflow-y: hidden;}
.textoblanco {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFF;
	
}
.textonegro {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000;
}

a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFF;
}
a.negro
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;	
	color: #000;
}
a.blanco
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFF;
}
a.azul
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #0000FF;
}
#general {

                position: absolute;
                left: 0px;
                top: 25px;
                width: 2704px;
                height: 500px;
                overflow: auto;
                border: 0px solid red;
				vertical-align: super;
				background-color:#FFF;
}
#left {
width:200px;
height:500px;
	float: left;
position:absolute;
top: 0px;
left: 0px;
background-color:#000;
color:#7F7F7F;
}
#anileft {
width:497px;
height:500px;
	float: right;
position:absolute;
top: 0px;
left: 200px;
background-color:#FFF;
color:#7F7F7F;
background:url(imagenes/intro-ani-left.gif);
}
#anicenter{
width:1482px;
height:500px;
	float: right;
position:absolute;
top: 0px;
left: 697px;
background-color:#FFF;
color:#7F7F7F;
background:url(imagenes/intro-ani-center.jpg);
}
#aniright{
width:475px;
height:500px;
	float: right;
position:absolute;
top: 0px;
left: 2179px;
background-color:#FFF;
color:#7F7F7F;
background:url(imagenes/intro-ani-right.gif);
}
#right{
width:50px;
height:500px;
	float: right;
position:absolute;
top: 0px;
left: 2654px;
background-color:#000;
color:#7F7F7F;
}
/* CSS Document ARCHIVE */
body.archivo {
  text-align:center;
  font: small-caps bold 11px arial;
  color: #000000;
  margin: 25px 0px 0px 0px;
  background-color: #000;

}

.bgFondoMain { 
	background-color: #fff;
	margin: 0px 0px 0px 0px;
}
.bgFondoIndex { 
   /* background-image:url(imagenes/arabesque5.JPG); */
}

#horizon
{
		color: white;
		background-color: transparent;
		text-align: center;
		position: absolute;
		top: 50%;
		left: 0px;
		width: 100%;
		height: 1px;
		overflow: visible;
		visibility: visible;
		display: block;
}

#content
{
		background-color: transparent;
		margin-left: -375px; /*half the iframe width */
		position: absolute;
		top: -260px; /*half the iframe height */
		left: 50%;
		width: 750px; /* ifame width */
		height: 520px; /* iframe height */
		visibility: visible;
}

iframe.one
{
		width: 750px;
		height: 520px;
		border-style:solid;
		border-width:0px;
		border-color:#222A30;
		padding:0px;
} 

#divControl
{
		height:35px;
		text-align: center;
		vertical-align: middle;
}
.contacto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
.contactobold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
}
