
/* standard elements */
* {
	margin: 0;
	padding: 0;
}

a {color: #682;}

a:hover {color: #9A6;}

body {
	background: #619746 url(img/bg1.gif); /*#3399CC*/ /*color de afuerita*/
	color: #265F7C;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
	margin: 1% 0; /*donde lo de afuerita se convierte en lo de adentro*/
}

p,ul {
	padding-bottom: 1em;
}

ul {margin-left: 1.2em;}

li {list-style: none;}
.main li {list-style-image: url(img/li.gif);}

h1 {font-size: 1.2em;}

blockquote p {padding: 1px 0;}

h1,h2,h3 {color: #994;}

/* misc */
.clearer {clear: both;}
.main_right .padded {padding: 6px 2px 6px 6px;}
.main .padded {padding: 18px 24px;}
.meta {font-size: 0.8em; color: #666;}
.left {float: left;}
.right {float: right;}

/* structure */
.container {
	font-size: 1.2em;
	background: url(img/bgcontainer2.jpg) repeat-y;
	margin: 0 auto;
	width: 950px;
	border: 10px solid #3801DE;  /* Borde del contenedor */
}

/* header */
.header {
	float: left;
	width: 950px;
	background:url(img/header.gif) no-repeat; ; /* #29617C */

	font: normal 2.4em Verdana,sans-serif;
	line-height: 61px;
	text-align: center;	
}

/* structure */
.top {
	background: #BBAB8E; 
	
	color: #DDD;
	float: left;
	font: normal 1.4em Verdana;
	height: 50px;
	text-align: center;
	width: 639px;
}

/*amplia y reduce el tamaño de las lineas negras*/
.subnav {
	float: left;
	width: 140px;
}
.main { /*Aqui se cambia el tamaño de la rincipal*/
	float: left;
	width: 950px; 
}
.main_right {
	float: right;
	width: 200px;
	color: #CCC;
}

/* sub-navigation */
.subnav h1 {
	background: #804000; /*Color de fondo de los Menús laterales*/
	color: #7584AA; /*Color de las letras de los Menús laterales*/
	font: bold 1.1em Verdana,sans-serif;
	line-height: 18px;  /*ancho del fonde de los menus consultar por, empresas, docs*/
	padding-left: 8px; /*sangria*/
}
.subnav ul {margin: 0; padding: 0;}
.subnav li {
	border-bottom: 1px solid #804000;/*Color de los separadores de los Menús laterales*/
	list-style: none;
}
.subnav li a {
	background: #F29000;	/* Color de Fondo de los Submenus Laterales */
	color: #FFDCA9;
	font: bold 1.1em Verdana,sans-serif;
	display: block;
	padding: 6px 0 8px 12px;
	width: 128px; /* enciende 128*/
	text-decoration: none;
}
.subnav li a:hover {
	background: #EEEEFF;
	color: #000000;
}

/* footer */
.footer {
	background: url(img/bgfooter.gif) repeat-x;
	color: #CCC;
	font-size: 0.9em;
	line-height: 70px;
	width: 100%;
	text-align: center;
}
.footer .left,.footer .right {padding: 0 16px;}/*16*/
.footer a {color: #EEE;}
.footer a:hover {color: #FAFCB0;}

.pie {
	float:left;
	font-size: 12px;
	color: #CCC;
	width: 950px;
	height:52px;
	background: url(img/bgfooter.gif) repeat-x;
	background-color:#FFFFFF;
	/*border: solid #966000;	*/
	border-right-width: 0px;
	border-top-width: 3px;
	border-left-width: 0px;	
}

