/* CSS Document */

body {
background: url('imagenes/bg160.gif') ;
}

#wrapper {
/*width: 100%;*/
width: 810px;
margin-left:auto;
margin-right:auto;
text-align: center;
margin-top: 10px;
background-color: #ffffff;
}

.barra {
background: url('imagenes/bg_left.gif') repeat-y ;
}

#container {
width: 810px;
margin-left:auto;
margin-right:auto;
background-color: #ffffff;
}

/* Encabezado que va en la parte superior de la página conteniendo al logo*/
/*Tiene un div que contiene a otros tres en su interior*/
#encabezado {
width: 100%;
background-color:#ffffff;
margin-bottom: 5px;
float:left;
}
#encabezado_izquierda {
width: 300px;
height: 70px;
background-color:#f00000;
margin-top: 10px;
margin-bottom: 5px;
float:left;
}

#encabezado_idiomas {
width: 100px;
height: 20px;
background-color:#ffffff;
margin-right: 20px;
margin-left: 40px;
margin-top: 60px;
margin-bottom: 5px;
float:left;
}
#encabezado_contacto {
width: 150px;
height: 20px;
background-color:#ffffff;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
margin-top: 50px;
margin-bottom: 5px;
float:left;
}
#encabezado_derecha {
width: 200px;
height: 20px;
background-color:#ffffff;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
margin-top: 60px;
margin-bottom: 5px;
float:left;
}

/* Encabezado que va en la parte superior de la página conteniendo diversas fotografías*/
#cabecera {
width:100%x;
height: 150px;
margin-bottom: 3px;
float:left;
}

/* Menú horizontal de la página de inicio*/
#menu_horizontal
{
width: 100%;
height: 30px;
margin-bottom: 5px;
}
#menu_horizontal_p
{
width: 90px;
height: 30px;
margin-bottom: 5px;
float:left;
}

/* Página en sí*/
#contenido {
width: 810px;
background-color:#ffffff;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
text-align:justify;
border-top: 1px solid #000000;
border-right: 1px solid #000000;  
/*border-bottom:1px solid #000000;*/
border-left: 1px solid #000000;
float:left;
} 

#contenido_izquierda {
width: 385px;
float:left;
background-color:#ffffff;
margin-left: 10px;
} 
#contenido_derecha {
width: 385px;
float:left;
background-color:#ffffff;
margin-left: 20px;
} 

#contenido_pagina_entera {
width: 800px;
background-color:#ffffff;
margin-left: 5px;

} 

#fila_equipo_intro {
width: 800px;
height: 150px;
margin-bottom: 10px;
margin-left:5px;
} 

#fila_equipo {
width: 800px;
height: 110px;
margin-bottom: 10px;
margin-left:5px;
} 

#fila_pie_equipo {
width: 800px;
height: 40px;
margin-bottom: 10px;
} 

#contenido_fila_equipo {
width: 260px;
float: left;
margin-bottom: 10px;
} 

#contenido_pie_fila_equipo {
width: 260px;
float: left;
} 

#contiene_fila_total {
width: 810px;
height: 500px;
margin-bottom: 5px;
/*float:left;*/
background-color: #ffffff;
} 
#fila {
width: 750px;
height: 150px;
margin-bottom: 5px;
margin-top: 10px;
float:left;
margin-left: 50px;
background-color: #ffffff;
} 

#contenido_fila {
width: 250px;
float:left;
background-color: #ffffff;
} 



.button-top a {
	display:block;
	
	}
	
.button-bottom a {
	display:block;
}
	
	

.foto_grande{
float:right; 
width:600px;
margin-top:30px;
}

.pie_foto{
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
text-decoration:overline;
text-align:center;
}
.pie_foto_grande{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
text-decoration:overline;
text-align:left;
}

/*Enlaces sin subrayar y rojos al pasar el ratón por encima*/
a:link, a:visited { text-decoration: none; color:#000000;}
a:hover { color: red; }

/*Imágenes en enlaces sin subrayar*/
a img{border:0;}

