﻿@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/fondoKraft.jpg);
	height: 100%;
}

#bannersTop  {
	background-color: #BABC83;
	background-image: url(images/bgBannerTop.jpg);
	background-repeat: repeat-x;
	width: 100%;
	height: 110px;
	padding-top: 10px;
	display: inline-block;
}
#bannersTop #bannerContainer {
	height: 64px;
	width: 930px;
	display: inline;
}

#bannerContainer img {
	margin-right: 5px;
	margin-left: 5px;
}

#logo {
	z-index: 6;
	position: absolute;
	margin-top: -107px;
	margin-left: -11px;
}


#container  {
	width: 966px;
	margin-right: auto;
	margin-left: auto;
	top: 90px;
	position: relative;
	z-index: 0;
	margin-top: 10px;
	background-image: url(images/bgContainer120.jpg);
	background-repeat: repeat-y;
} 
#container #imgBeta {
	margin-top: -15px;
	margin-left: 181px;
	position: absolute;
	z-index: 8;
}


#container #nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	position: absolute;
	margin-left: 181px;
	background-repeat: no-repeat;
	height: 48px;
	display: inline;
	margin-top: -48px;
	z-index: 10;
	background-image: url(images/bgNav.jpg);
	}

#container #nav ul   {
	list-style-type: none;
	width: 640px;
	float: left;
	display: inline;
	padding-left: 0px;
	margin-top: 25px;
	margin-left: -3px;
}

#container #nav  ul  li {
	list-style-type: none;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #9C3;
	padding-left: 7px;
	display: inline;
	padding-right: 4px;
	margin-top: 0px;
	line-height: 1.5em;
}

#nav ul   li.last{
	list-style-type: none;
	float: left;
	padding-left: 3px;
	display: inline;
	padding-right: 3px;
	margin-top: -5px;
	line-height: 2em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#container #nav   ul  a {
font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #060;
	text-decoration: none;
	display: block;
	font-weight: normal;
}

#container #nav  ul  a:hover {
	color: #990;
}



#franjaDecora {
	height: 80px;
	width: 515px;
	position: absolute;
	margin-left: 300px;
	margin-top: -77px;
}

#header  { 
	background: #DDDDDD; 
	padding: 0 10px 0 20px;  /* 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. */
} 
#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 */
}
#rightSidebar  {
	float: right; /* since this element is floated, a width must be given */
	width: 120px;
	margin-right: 22px;
	margin-top: 5px;
	display: inline;
}
#rightSidebar img {
	margin-bottom: 5px;
}
#mainContent  {
	margin-right: 120px;
	padding-top: 70px;
	padding-right: 25px;
	padding-left: 25px;
	margin-bottom: 0px;
	left: -10px;
	margin-left: 12px;
	padding-bottom: 20px;
} 
#mainContent  #leftNav  {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #693;
	width: 150px;
	padding-right: 20px;
	float: left;
	margin-top: 50px;
	margin-bottom: 20px;
}
#mainContent  #leftNav ul {
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#mainContent #leftNav h1  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 25px;
	color: #FFF;
	font-weight: normal;
	margin-top: 5px;
	background-color: #996;
	border: 1px dotted #360;
	text-align: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#mainContent   #leftNav  ul li {
	padding-bottom: 7px;
	list-style-type: none;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	line-height: 15px;
}

#mainContent   #leftNav  ul li a {
	font-family: Arial, Helvetica, sans-serif;
	color: #330;
	text-decoration: none;
}
#mainContent #leftNav ul li a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #690;
	text-decoration: underline;
}
#mainContent .topRightFrase {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #693;
	position: absolute;
	top: 20px;
	line-height: 17px;
	width: 260px;
	right: 170px;
}

#mainContent #searchInt {
	position: absolute;
	top: 15px;
	width: 250px;
	right: 180px;
	background-image: url(images/busqueda2.jpg);
	height: 175px;
	background-repeat: no-repeat;
	color: #FFF;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	letter-spacing: 1px;
	font-weight: normal;
	margin-top: 15px;
	 
}



#mainContent #centralContent{
	margin-top: 130px;
	margin-left: 200px;
	margin-right: 50px;
	
}
#leftNav a   {
	text-decoration: underline;
	color: #660;
}
#leftNav a:hover {
	text-decoration: none;
	color: #930;
}
#centralContent .boxResult {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #360;
	margin-right: 100px;
	padding-bottom: 15px;
	padding-top: 0px;
}
#centralContent .boxHighlight {
	padding-bottom: 10px;
	padding-top: 10px;
	background-image: url(images/bgHighlightResult.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	height: 160px;
	width: 510px;
}
#centralContent .boxHighlight img {
	float: right;
	margin-top: 18px;
	margin-right: 25px;
	margin-left: 5px;
}


#centralContent .boxHighlight3 {
	padding-bottom: 10px;
	padding-top: 10px;
	background-image: url(images/bgHighlightResultg_2.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	height: 250px;
	width: 510px;
}
#centralContent .boxHighlight3 img {
	float: right;
	margin-top: 18px;
	margin-right: 25px;
	margin-left: 5px;
}



#centralContent .boxHighlight2 {
	padding-bottom: 5px;
	padding-top: 5px;
	background-image: url(images/bgHighlightResultg.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	height: 250px;
	width: 560px;
}
#centralContent .boxHighlight2 img {
	float: right;
	margin-top: 7px;
	margin-right: 20px;
	margin-left: 5px;

}
#centralContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #360;
	margin-bottom: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#centralContent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #330;
}
#centralContent .datos {
	font-size: 12px;
	color: #660;
	margin-right: 20px;
	line-height: 16px;
	margin-bottom: 25px;
	margin-top: -5px;
}
#centralContent .categoria {
	font-weight: bold;
	color: #660;
	margin-top:5px;
	margin-bottom: 0px;
}
#centralContent ul li  {
	list-style-type: none;
}
#centralContent ul {
	line-height: 17px;
	margin-top: 0px;
	margin-left: -20px;
}
#centralContent a   {
	text-decoration: underline;
	color: #660;
}
#centralContent a:hover {
	text-decoration: none;
	color: #930;
}
#homeBoxes a {
	font-size: 14px;
	color: #690;
	text-decoration: underline;
}
#homeBoxes a:hover {
	font-size: 14px;
	color: #690;
	text-decoration: none;
}

#mainContent #leftShdw {
	background-image: url(images/shdwLeft.jpg);
	background-repeat: repeat-y;
	width: 15px;
	margin-left: -30px;
}


#mainContent #rightShdw{
	background-image: url(images/shdwRight.jpg);
	background-repeat: repeat-y;
	width: 15px;
	top: 0px;
	position: absolute;
	left: 780px;
	height: 100%;
}
#homeBoxes .box1 {
	width: 140px;
	display: inline;
	float: left;
	margin-top: 50px;
	clear: right;
	margin-left: 115px;
	position: absolute;
	height: 140px;
}
#homeBoxes .box2 {
	width: 145px;
	margin-top: 50px;
	display: inline;
	clear: right;
	float: left;
	margin-left: 365px;
	position: absolute;
	height: 140px;
}
#homeBoxes .box3 {
	width: 130px;
	display: inline;
	margin-top: 50px;
	margin-left: 615px;
	clear: right;
	float: left;
	position: absolute;
	height: 140px;
}



#footer  {
	background-image: url(images/bgFooter.jpg);
	background-repeat: no-repeat;
	margin-left: 1px;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	margin-bottom: 0px;
	height: 32px;
	font-size: 11px;
	color: #FFF;
	padding-bottom: 0px;
} 
#footer p  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #330;
	margin: 0;
	font-weight: normal;
	text-align: center;
}
#footer a   {
	text-decoration: underline;
	color: #FFF;
	margin-right: auto;
	margin-left: auto;
}
#footer a:hover {
	text-decoration: none;
}
.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-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
