﻿html {
   height:100%;
}
body 
{
	margin:0px;    
    font-family:Arial,Verdana;
    font-size:12px;
  

min-width: 100%;
width: 100%;

top:0px;
left:0px;
position:fixed;
margin:0px;
padding:0px;
min-height:100%;
height:100%;
float:left;



}
img
{
	border:0px;
}
#contenedor_general
{
	width:1000px;
	margin:0px auto 0px;
background-image:url('../img/fondo1000.jpg');
background-repeat:repeat-y;

z-index:0;
height: auto!important; /* para los browsers buenos */
height:100%;

min-height:100%;

overflow:hidden;

top:80px;



}
.contenedor_secundario
{
	width:1000px;
	margin:0px auto 0px;
background-image:url('../img/fondo1000.jpg');
background-repeat:repeat-y;
position:absolute;
z-index:0;
height: auto!important; /* para los browsers buenos */
height:100%;
min-height:100%;


top:80px;
float:left;



}
#contenedor_arriba
{
	width:100%;
    float:left;
margin:0px;
position:fixed;
top:0px;
left:0px;
z-index:5;

	
}

.cabecera
{
	width: 100%;
	height:80px;
	 background-color:#043351;

	background-image:url("../img/world.jpg");
	background-repeat:repeat-y;
    float:right;
    margin:0px;

}

.cabecera img
{
   width: 480px;
   float:left;
   margin:0px;
   border:0px;
   

}
.cabecera .world
{
	float:right;
	width:480px;
	height:80px;
	background-image:url('../img/world.jpg');
}



.menu_principal
{
	
	width:150px;
	
	float:left;
	padding-top:5px;
	padding-bottom:5px;
	font-weight:bold;
	margin-left:10px;


	

}
*html .menu_principal
{
	margin-left:5px;
}
.menu_principal a
{
	width:110px;
	
	margin-left:10px;
	float:left;
	margin-top:5px;
	text-decoration:none;
		text-align:left;
			padding-top:5px;
			padding-bottom:5px;
			padding-left:15px;

}
.menu_principal a:hover
{
	text-decoration:underline;
}

.menu_principal a.especial 
{
	background-color:#033250;
	color:#fff;
}




.separador
{
	height:11px;
	width:960px;
	background-color:#fe0000;
	
	float:left;
}

#contenedor_abajo
{

	width:960px;

	
	margin:0px;
	float:left;
	
	padding-bottom:20px;
	
}


.path
{
    
    float:right;
    color:#000; 
  
    padding-top:6px;
    padding-bottom :6px;
    padding-right:30px;
    width:500px;
   
  
  text-align:right;
 
    
    
}
.path a
{
    font-size:10px;
    color:#000;
    text-decoration:none;
    text-align:right;

}
.path a:hover
{
    font-size:10px;
    color:#000;
    
}


.Banner
{
	width:537px;
	height:285px;
	float:left;
	overflow:hidden;

}



.abajo
{
	width:960px;

	float:inherit ;

	
	background-image:url('../img/fondo1000.jpg');
background-repeat:repeat-y;


}




.pie
{
	width:1000px;

     background:transparent;
	float:left;


	
}

.pie a
{
	border:0px;
}
.pie img
{
	border:0px;
	margin:4px 4px 4px 4px;
		width:80px;
		margin-left:20px;

}
.logo_pie
{

	
	width:80px;
	height:30px;
	margin-top:10px;
	margin-left:10px;
}
.logo_pie a
{
	width:80px;
	height:30px;
}
.menu_pie
{
	float:right;
	
	margin-top:27px;
	text-align:right;
	margin-right:30px;
	
}
.menu_pie a
{
	margin-right:10px;
	color:#000;
	text-decoration:none;
	font-size:10px;
}
.menu_pie a:hover
{
	text-decoration:underline;
}


.menu_lateral
{
	width:250px;
	float:right;
	margin-right:10px;
}

.menu_lateral img
{
	border:0px;
	margin-top:20px;
}



