/* 
Hoja de Estilos para Layout Centrado de 2 Columnas con Cabecera y Pie de pagina.

Libreria de Layouts es un proyecto de USEME.
http://www.useme.cl/layouts

Obra bajo licencia Creative Commons  Atribución-LicenciarIgual 2.0
http://www.creativecommons.cl/cc/deeds/by-sa.html

*/




/*  Estilos basicos de TEXTO */

body{	
	font-size: 76%;
	color: #111;
}

h1{
	margin:0;
	padding:5px 5px 5px 20px;
	font-family: 'Helvetica', 'Arial', sans-serif;
	font-size: 1.8em;
	line-height: 1.2em;
	color:#575757;
}

h2{
	margin:0;
	padding:5px;
	font-family: 'Helvetica', 'Arial', sans-serif;
	font-size: 1.2em;
	line-height: 1.2em;
	color:#575757;
}

h3{
	margin:20px 0 0 0;
	padding:5px;
	font-family: 'Helvetica', 'Arial', sans-serif;
	font-size: 1.1em;
	line-height: 1.2em;
	color:#575757;
}

p{
	margin:0;
	padding:5px;
	font-family: 'Helvetica', 'Arial', sans-serif;
	font-size: 1em;
	line-height: 1.2em;
	color:#1a1a1a;	
}

a:link, a:visited, small a:link, small a:visited{
	margin:0;
	padding:0;
	border:0;
	color:#9e1f1b;	
	text-decoration:none;
}

 a:hover, small a:hover {
	text-decoration:underline;
	background:#000000;	
	color: #ffffff;
}

small {
	font-family: 'Helvetica', 'Arial', sans-serif;
	padding: 10px 20px 10px 20px;
	margin: 0 0 10px 0;
}

ul, li{
	list-style: none;
	font-family: 'Helvetica', 'Arial', sans-serif;
	line-height: 1.5em;
}

/* Estilos de LAYOUT */ 
 

body{
	margin:0;
	padding:0;
	border:0;
	text-align:center;
	background-color: #000;
	}
	
#contenedor{
	margin:auto;
	padding:0;
	border:0;
	width:760px;  /*  Ancho total del layout  */
	background: url('img/page.png') repeat-y;
	text-align:center;
	}

#cuerpo{
	margin:auto;
	padding:0;
	border:0;
	width:100%;
	clear:both;
	text-align:center;
	}

#top{
	margin:auto;
	border:0;
	width:770px;
	text-align:left;
	height: 371px;
	}	
	
#topimg {
	background: url('img/header.png') no-repeat;
	margin: 0 35px 0 35px;
	height: 319px;
	width: 700px;
	margin:auto;
}



/* Navigation Bar */
#navigation{
	background: #000000;
	padding-top: 0px;
	padding-right: 20px;
	margin-bottom:10px;
	height: 20px;
	background: transparent;
	}

 #navigation ul
{
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}

#navigation ul li { 
display: inline;
   }

#navigation ul li a {
text-decoration: none;
padding: 15px 1em;
color: #9e1f1b;
text-transform: lowercase;
font-size:10px;
letter-spacing:0px;
font-family: 'Helvetica', 'Arial', sans-serif;
font-weight: bold;
}

#navigation ul li a:hover
{
background: url('img/hover.png') bottom no-repeat;
}
/* end Navigation Bar*/

#bottom{
	margin:auto;
	padding:0 20px 0 10px;
	border:0;
	width:740px;
	height: 70px;
	text-align:left;
	clear:both;
	}

.ledlogo{
	float: right;
	margin: auto;
}
	
#derecha{
	margin:20px 0 0 0;
	padding-right:20px;
	border:0;
	width:300px; /*  Ancho de columna Derecha  */
	min-height:400px;
	text-align:left;
	float:right;
	}


#centro{
	margin:20px 0 0 0;
	padding-left:20px;
	border:0;
	width:410px; /*  Ancho de columna Central */
	min-height:400px;
	text-align:justify;
	float:left;
	border-right: 1px #000000 dotted;
	}