
/* ********************************************************** *
   NORMALIZAR LOS ELEMENTOS
 * ********************************************************** */
* { 
	padding:0px;
	margin:0px;
	border: 0px;
	empty-cells: show;
	font-weight: normal;
}
div
{
	position: relative;
	width:100%;
	height: auto;
	/*top: 0px; 
	left: 0px;*/
}
html,body { height: 100%; width: 100%; }


select { text-align: left; }
option { text-align: left; }
input { text-align: left; }
th { text-align: right; }
td { text-align: left; }
li { text-align: left; }
strong,b { font-weight: bold; }


a { text-decoration: none; }
a:hover { text-decoration: underline; }

body
{
	margin: 0px;
	padding: 0px;
}
body
{
	background-color: black;
}

*
{
	color: white;
	font-family: 'Arial',Arial,sans-serif;
	font-size: 10pt;
}

a:hover
{
	text-decoration: none;
	color: #fc0204;
}


div#cabecera
{
	position:relative;
	top: 0px; left: 0px;
	
		min-width: 890px; 
	width: 100%;
		
	
	height: 94px;
	overflow: hidden;

	margin: 0px auto 0px auto; 

	background-image: url('img/cabeceraverdi.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	
	text-align: left;
	z-index: 2;
}
		div#cabecera_centro
		{
			position:relative;
			top: 0px; left: 0px;
			
			margin: 0px auto 0px auto; 
			width: 890px;
			
			height: 94px;
			
			text-align: left;
			z-index: 2;
		}
				div#idiomas
				{
					position: absolute;
					width: 200px;
					height: 20px;
					left: 690px;
					text-align: right;
				}


div#menu_princ
{
	position:relative;
	top: 0px; left: 0px;
	
	width: 100%;
	min-width:890px;
	overflow: hidden;
	height: 28px;

	margin: 0px auto 0px auto; 
	
	text-align: left;
	z-index: 2;
	
	margin-bottom: 6px;
	
	background-color: black;
	border-top: 1px solid #fc0204;
	border-bottom: 1px solid #fc0204;
}

	/*
	div#menu_princ div.fondo
	{
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 17px;
		
		/*
					background-repeat: repeat-x;
			background-position: center top;
			background-image: url('img/menu_px_fondo.png');
					
	}*/

	
		div#menu_princ_centro
		{
			position:relative;
			top: 0px; left: 0px;
			
			margin: 0px auto 0px auto; 
			width: 890px;
			
			height: 30px;
			
			text-align: left;
			z-index: 2;
		}

		div#menu_princ_centro img
		{	
			margin-right: 1px;
		}


div#contenido_global
{
	position:relative;
	top: 0px; left: 0px;
	
	margin: 0px auto 0px auto; 
	width: 100%;
	
	height: auto;
	
	padding-bottom: 10px;
	
	clear: both;
	
	background-image: url('img/fondoverdi3.jpg');
	background-repeat: repeat-y;
	background-position: center bottom;
}


div#contenido
{
	position:relative;
	top: 0px; left: 0px;
	
	margin: 0px auto 0px auto; 
	width: 890px;
	
	height: auto !important;
	min-height: 400px;
	height: 400px;
	
	text-align: left;
	z-index: 2;
	
	clear: both;
}


div#pie
{
	position:relative;
	top: 0px; left: 0px;
	
	margin: 10px auto 0px auto; 
	width: 888px; /* 890 - 2px borde*/
	
	height: 25px;
	
	text-align: left;
	
	border: 1px solid #585757;
	
	background-color: black;
	clear: both;
}

	div#pie table
	{
		width: 100%;
		height: 100%;
	}

	div#pie td
	{
		vertical-align: middle;
	}

div#pie_copy
{
	position:relative;
	top: 0px; left: 0px;
	
	margin: 0px auto 0px auto; 
	width: 890px;
	height: 15px;
	font-size: 8pt;
	
	text-align: right;
	clear: both;
}

div#pie_copy * 
{
	font-size: 8pt;
}




div.barra_navegacion
{
	border-bottom: 1px solid #fc0204;
	padding-bottom: 2px;
	margin-bottom: 10px;
}



/* ****************************************************************** */

div.limpia
{
	width:0px;
	height:0px;
	clear: both;
	overflow:hidden;
}
