@charset "utf-8";
body  {
	font-size: 11px;
	background: #084e01;
	margin: 15px 0px 25px 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-repeat:repeat-x;
	background-image: url(imagenes/fondo.png);
	background-position: top;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #CC6D01;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
h2 {
	font-family: Arial;
	font-size: 15px;
	color: #666666;
}


.thrColAbsHdr #container {
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 1011px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(imagenes/fondo-container.gif);
	background-repeat: repeat-y;
	background-position: center;
} 

/* Tips for absolutely positioned sidebars with header and footer:
1. Absolutely positioned (AP) elements must be given a top and side value, either right or left. (As a default, if no top value is given, the AP element will begin directly after the last element in the source order of the page. This means, if the sidebars are first element in the #container in the document's source order, they will appear at the top of the #container even without being given a top value. However, if they are moved later in the source order for any reason, they'll need a top value to appear where you desire.
2. Absolutely positioned (AP) elements are taken out of the flow of the document. This means the elements around them don't know they exist and don't account for them when taking up their proper space on the page. Thus, an AP div should only be used as a side column if you are sure the middle #mainContent div will always contain the most content. If either sidebar were to contain more content, that sidebar would run over the bottom of the parent div, and in this case the footer as well, and the sidebar would not appear to be contained.
3. If the above mentioned requirements are met, absolutely positioned sidebars can be an easy way to control the source order of the document.
4. If the source order is changed, the top value should be equal to the height of the header since this will cause the columns to visually meet the header.
*/
.thrColAbsHdr #header {
	height: 160px;
	background-image:url(imagenes/fondo-header.jpg);
	background-repeat:no-repeat;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-position: top center;
} 
.thrColAbsHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColAbsHdr #sidebar1 {
	float: left;
	width: 301px;
	#width: 301px;
	
	margin: 23px 0px 0px 6px;/* Para todos los Browsers */
	#margin: 23px 0px 0px 6px; /*Para Internet Explorer */
	_margin: 23px 0px 0px 3px;; /* Para Internet Explorer 6 */
		
}
.thrColAbsHdr #sidebar1 a:hover{
	color: #329900;
}
.thrColAbsHdr #sidebar2 {
	float: right;
	margin: 23px 19px 0px 0px;/* Para todos los Browsers */
	#margin: 23px 10px 0px 0px; /*Para Internet Explorer */
	_margin: 23px 10px 0px 0px; /* Para Internet Explorer 6 */
	width: 151px;
}
.thrColAbsHdr #mainContent {
	margin: 0px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
	padding: 10px 0px 0px 21px;
	width: 493px;
}
.thrColAbsHdr #masbuscados {
	height: 104px;
	margin: 0;
} 
.thrColAbsHdr #footer {
	background-image: url(imagenes/pie.jpg);
	background-repeat: no-repeat;
	height: 81px;
	float: left;
	width: 1011px;
} 
.thrColAbsHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.thrColAbsHdr #menu-varios p, a{
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: center;
	text-decoration: none;
}
.thrColAbsHdr #menu-varios a:hover{
	color: #329900;
	/*text-decoration: underline;*/
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin:0px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.thrColAbsHdr   #avisos, #noticias {
	padding: 11px 15px 6px 15px;
	background-color: #FFFFFF;
	border-bottom: 0px;
	border-left: 1px #d1d1d1 solid;
	border-right: 1px #d1d1d1 solid;

}
.thrColAbsHdr   #noticias   p{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
.thrColAbsHdr   #noticias   a{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
.thrColAbsHdr #avisos p {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
.thrColAbsHdr #avisos a {
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

.thrColAbsHdr #contenido {
	background-image: url(imagenes/fondo-contenido.gif);
	background-repeat: no-repeat;
	background-position: top center;
}

.thrColAbsHdr #menu {
	float:left;
    margin:104px 0px 0px 12px;/* Para todos los Browsers */
	#margin:104px 0px 0px 12px; /*Para Internet Explorer */
	_margin:104px 0px 0px 6px; /* Para Internet Explorer 6 */
	width:502px;
	height:21px;
	text-align:right;
}

.thrColAbsHdr #info {
	float:left;
	margin:12px 0px 0px 12px;/* Para todos los Browsers */







	#margin:12px 0px 0px 12px; /*Para Internet Explorer */
	_margin:12px 0px 0px 6px; /* Para Internet Explorer 6 */
	width:470px;
	height:22px;
	font:Arial;
	font-size:11px;
	color:#808080;
	text-align:right;
}

.thrColAbsHdr #menu a{
	font:Arial;
	font-size:10pt;
	color:#CCCCCC;
}
.thrColAbsHdr #categoriasder {
	text-align: left;
	float: right;
	width: 230px;
	padding: 0 10px 10px 10px;
	background-color: #FFFFFF;
}
.thrColAbsHdr #categoriasizq {
	text-align: left;
	float: left;
	width: 215px;
	padding: 0 10px 10px 10px;
	background-color: #FFFFFF;
}
.thrColAbsHdr #categoriasizq ul, #categoriasder ul {
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
	margin: 10px;
	list-style-type: decimal;
	text-align: left;
}
.thrColAbsHdr  #categoriasizq  li  a, #categoriasder  a  {
	padding: 0px;
	margin: 0px;
	font-size: 11px;
	cursor: pointer;
}
.thrColAbsHdr #menu a:hover{
	color:#7CBC5E;
	text-decoration:none;
}

.thrColAbsHdr #banners {
    float:right;
	width:441px;
	height:124px;

    margin:25px 27px 0px 0px;/* Para todos los Browsers */
	#margin:25px 27px 0px 0px; /*Para Internet Explorer */
	_margin:25px 13px 0px 0px; /* Para Internet Explorer 6 */
}


.thrColAbsHdr #colderecha {
    width:482px;
	float:right;
}
.thrColAbsHdr #clientes {
	background-color:#ffffff;
	text-align:center;
	margin:5px;
	border: 1px solid #cecece;
	font-family: Arial, Helvetica, sans-serif;
}
.thrColAbsHdr #clientes p {
	text-align:center;
	margin:0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cecece;
	height: 25px;
}
.thrColAbsHdr #clientes h1 {
	text-align:center;
	margin:0px;
	padding: 0px;
	background-color: #999999;
	font-size: 13px;
	color: #FFFFFF;
	font-style: normal;
	height: 19px;
	
}.thrColAbsHdr #contacto {
	width:482px;
	height:45px;
	float:right;
	padding: 0;
	#padding: 0px;
	margin:0px;/* Para todos los Browsers */
	#margin:0px; /*Para Internet Explorer */
	_margin:0px; /* Para Internet Explorer 6 */
	text-align: right;
}
.thrColAbsHdr #contacto p {
	padding: 5px 25px 0 0;
	_padding: 15px 25px 0 0;
	#padding: 15px 25px 0 0;
}

.thrColAbsHdr #contacto a {
	font:Arial;
	font-size:11px;
	color:#329900;
}
.thrColAbsHdr #contacto a:hover {
	color:#CCCCCC;
	text-decoration:none;
}



.thrColAbsHdr #clientes a {
	text-align:center;
	margin:0px;
	padding: 0px;
	font-size: 9px;
}
.thrColAbsHdr #clientes span {
	text-align:center;
	margin:0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cecece;
	height: 25px;
}
