@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
}


html, body{
    margin:0;
    padding:0;
    height:100%; /* needed for container min-height */
 
	background-color:#BFBBA9;

    font-family:arial,sans-serif;
    font-size:small;
}



.wrapper {
	min-height: 100%;
	
	height: auto !important;
	height: 100%;
	margin: 0 auto -30px; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
	width:100%;
	height: 250px; /* .push must be the same height as .footer */

}



/*

Sticky Footer by Ryan Fait
http://ryanfait.com/

*/
#boton_index
{
top:-10px;
width:100px;
height:auto;
position:relative;
float:right;
margin-left:2px;
left:-200px;

}

#idioma_index
{
margin:0 auto; /* center, not in IE5 */
width:950px;
height:50px;
position:absolute;
z-index:900;
padding-left:360px;
top:-27px;

}

#datos_index
{
margin:0 auto; /* center, not in IE5 */
width:950px;
height:50px;
position:absolute;
z-index:800;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#666666;
padding-left:170px;
padding-top:25px;

}



#foto_slide
{
width:1172px;
height:auto;
background:url(images/fondo_transparente2.png);
padding:10px;
}


#id
{
	width:auto;
	height:auto;
	float:left;
	display:block;
}


	
	
	
#contiene_franja_logo
{
width:auto;
height:auto;
float:left;
left:100px;
z-index:500;
position:absolute;
top:-100px;
}


