@charset "iso-8859-1";
#wrap {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	top: 0px;
	margin-top: -20px;
	height: 600px;
	background-color: #000000;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center top;
}
#wrap #header {
	width: 760px;
	height: 350px;
	background-image: url(images/bg1.jpg);
	background-repeat: no-repeat;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding: 10px;
}
a {
	color: #fff;		
	background-color: inherit;
	text-decoration: none;			
}
a:hover {	
	color: #99CC33;
	background-color: inherit;	
}

/* Navigation */
#nav {
	clear: both;	
	margin: 0 auto;
	padding: 0;		
}
#nav ul {
	float: left;
	list-style: none;
	text-transform: uppercase;
	margin: 0;	padding: 0;	
	height: 56px;		
}
#nav ul li {
	float: left;
	margin: 0; padding: 0;
	height: 56px;
}
#nav ul li a {
	display: block;
	float: left;
	width: auto;
	margin: 0;
	padding: 0 20px;
	color: #a5a5a5;
	font: bold 16px/54px "Trebuchet MS", Helvetica, Arial, sans-serif;
	text-decoration: none;	
	letter-spacing: 1px;	
}
#nav ul li a:hover, 
#nav ul li a:active {
	color: #fff;		
}
#nav ul li#current a {	
	color: #FF8B04;	
}
#main {
	height: 600px;
	width: 800px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/background1.jpg);
}
#main #left {
	float: left;
	height: 600px;
	width: 207px;
	text-align: center;
}
#main #right {
	float: right;
	height: 600px;
	width: 593px;
}
#main #left #logo {
	height: 100px;
	width: 207px;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#main #left #botonera {
	height: 490px;
	width: 207px;
	text-align: right;
}
#main #right #banner {
	height: 45px;
	width: 573px;
	text-align: right;
	margin-top: 55px;
	margin-right: 10px;
	margin-left: 10px;
}
#main #right #banner h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	vertical-align: top;
}
#main #right #flash {
	height: 250px;
	width: 573px;
	background-color: #000000;
	margin-right: 10px;
	margin-left: 10px;
}
#main #right #contenidos {
	height: 205px;
	width: 553px;
	background-image: url(images/contenidosback.png);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#main #right #contenidos #contenidotexto {
	float: left;
	width: 350px;
	height: 205px;
}
#main #right #contenidos #contenidosmedia {
	float: right;
	height: 205px;
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: right;
}
#main #prueba {
	background-image: url(images/banner1.png);
	height: 106px;
	width: auto;
	background-position: center;
	background-repeat: no-repeat;
}
#main #prueba #letras arriba {
	float: right;
	height: 50px;
	width: 300px;
}
#main #prueba #letras arriba {
	width: 300px;
	height: 50px;
}
#main #prueba #prueba2 {
	width: 250px;
	height: 50px;
	margin-top: AUTO;
	margin-left: auto;
	margin-bottom: 10px;
	margin-right: 15px;
	vertical-align: bottom;
}

