@charset "utf-8";
/* CSS Document */
html
{

}
body 
{
	margin:0;
	text-align:center;
	font-family:Calibri;
	background-color:#000;
	background-image: url(../images/texturas/marble.jpg);

}
#pagina
{
	position:absolute;
	margin-top:25px;
	left:50%;
	width:1024px;
	margin-left:-512px;
	text-align:center;
	
}
#pagina #contenedor
{
	position:relative;	
	width:1024px;	
	text-align:center;
	margin:0px;	
}
#pagina #contenedor #top
{
	position:relative;
	width:981px;
	height:152px;	
	text-align:left;
	//background-image:url(../imagenes2/top.jpg);
	background-repeat:no-repeat
}
#pagina #contenedor #top #otros
{
	position:absolute;
	margin-left:800px;
	margin-top:-45px;
	width:182px;
	height:45px;
	left: 0px;
	top: 151px;
}
#pagina #contenedor #botones
{
	position:relative;
	width:981px;
	height:27px;	
	background-color:#013753;
}
#pagina #contenedor #informacion
{
	position:relative; 
	width:981px;
	height:512px;
	margin:0px;
	text-align:left;
	
}

#pagina #contenedor #informacion #derecha
{
	
	
	position:absolute; 
	width:635px;
	height:512px;
	margin-left:346px;
	
	
	
	/*
	position:absolute; 
	width:600px;
	height:480px;
	margin-left:346px;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 30px; */
	background-repeat:no-repeat;
	background-image:url(../images/fondoazul_17.png)	
	
}	
	
	
	#pagina #contenedor #informacion #derecha2
{
	position:absolute; 
	width:600px;
	height:480px;
	margin-left:346px;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 30px;
	background-repeat:no-repeat;
	background-image:url(../images/fondoazul_17.png)	

	
}



#pagina #contenedor #informacion #derecha #slideshow {
    position:relative;    
	margin-top:0px;
	margin-left:10px;
	
}

#pagina #contenedor #informacion #derecha #slideshow IMG {
	position:absolute;
	top:21px;
	left:1px;
	z-index:8;
	opacity:0.0;
}

#pagina #contenedor #informacion #derecha #slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#pagina #contenedor #informacion #derecha #slideshow IMG.last-active {
    z-index:9;
}
#pagina #contenedor #informacion #izquierda
{
	position:absolute; 
	width:363px;
	height:512px;
	margin-left:-20px;

	
}
#pagina #contenedor #informacion #izquierda #uno
{
	position:absolute;
	color:#C1BCB3;
	width:308px;
	height:512px;
	margin-left:59px;
	text-align:left;
	background-image:url(../images/fondo2_16.jpg);
	
	
}
#pagina #contenedor #informacion #izquierda #dos
{
	position:absolute;
	width:59px;
	height:512px;
	background-image:url(../images/baaa_15.png);
	
}
img
{
	border:0px;
	text-align: left;
}
a
{
	border:0px;
	text-decoration:none;
	color: #9A9A96;
	font-size: 14px;
	font-family: Calibri;
	font-style: italic;
}


td
{
vertical-align: middle;
} 
