@charset "UTF-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#general {
	width:1020px;
	height: 560px;
	background-image: url(img/fd_bandera.jpg);
}

#general_int {
	width:1020px;
	height: auto;
}

#top_home {
	height:58px;
	background-color:#FFFFFF;
	padding-top:20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

#botonera_home {
	width: 761px;
	height: auto;
	padding-left: 20px;
	position: absolute;
	z-index: 2;

}

#contenido_home {
	width:461px;
	height:300px;
	padding-left: 20px;
	position:absolute;
	left: 2px;
	top: 80px;
}
	
	
#botonera_int {
	width: 1020px;
	height: 40px;
	padding-left: 20px;
	background-color: #559FD3;

}

#contenido_int { 
	width: 1020px;
	height:560px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px; 
}

#botonera_left {
	width: 270px;
	height:560px;
	padding-top: 25px;
}

#texto {
	width:780px;
	height:560px;
	position:absolute;
	left: 270px;
	top: 187px;
	padding: 40px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	position:absolute;

}

#botones {
	height:188px;
	position:absolute;
	float:left;
	top: 455px;
	width: 772px;
	padding-left:20px;
}

#sponsors2 {
	width: 175px;
	position: relative;
	float: right;
	padding: 15px 15px 15px 0px;
	z-index:1;
}

/*BOTONERA*/
ul{
	margin:0;
	padding:0;
}

ul.container{
	/* The topmost UL */
	width:230px;
	margin:0 auto;
	padding:8px;
}

li{
	list-style:none;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
}

li.menu{
	/* The main list elements */
	width:230px;
}

li.button a{
	/* The section titles */
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-size:21px;
	height:28px;
	overflow:hidden;
	position:relative;
	width:230px;
}

li.button a:hover{
	/* Removing the inherited underline from the titles */
	text-decoration:none;
}

li.button a span{
	/* This span acts as the right part of the section's background */
	height:28px;
	position:absolute;
	right:-1px;
	top:0;
	width:241px;
	display:block;
}

/* Setting up different styles for each section color */

li.button a.blue{background:url(img/blue1.jpg);}
li.button a.blue span{ background:url(img/blue1.jpg);}

li.button a.green{background:url(img/green1.jpg);}
li.button a.green span{ background:url(img/green1.jpg);}

li.button a.orange{background:url(img/orange1.jpg);}
li.button a.orange span{ background:url(img/orange1.jpg);}

li.button a.red{background:url(img/red1.jpg);}
li.button a.red span{ background:url(img/red1.jpg);}

/* The hover effects */

li.button a:hover{ background-position:bottom left;}
li.button a:hover span{ background-position:bottom right;}

.dropdown{
	/* The expandable lists */
	display:none;
	padding-top:2px;
	width:100%;
}

.dropdown li{
	/* Each element in the expandable list */
	background-color: #F3F3F3;
	border:1px solid  #CACACA;
	color: #333333;
	margin:5px 0;
	padding:5px 8px;
}


/* The styles below are only necessary for the demo page */

h1{
	font-family: Arial, Helvetica, sans-serif; 
	font-size:36px;
	font-weight:normal;
	margin-bottom:15px;
}

h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	padding-right:140px;
	right:0;
	text-align:right;
	text-transform:uppercase;
	top:15px;
}

.clear{
	clear:both;
}
a, a:visited {
	color: #666666;
	text-decoration:none;
	outline:none;
}

a:hover{
	text-decoration: none;
}
