@charset "UTF-8";
body {
	background: #666666;
	margin: 0; /* 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: #333333;
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 14px;
}
.PrimerParrafo {
	font-size: 16px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #890000;
	text-transform: uppercase;
	font-weight: normal;
}
h4 {
	color: #890000;
	font-size: 14px;
	text-transform: uppercase;
}
h5 {
	font-size: 13px;
	text-transform: uppercase;
}
a {
	text-decoration: none;
	color: #000000;
}
a:hover {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
.oneColLiqCtrHdr #container {
	width: 100%;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(imagenes/fondo-general.gif);
	background-repeat: repeat-y;
}
.oneColLiqCtrHdr #header {
	background-color: #FFFFFF;
	background-image: url(imagenes/fondo-header.jpg);
	background-repeat: no-repeat;
}
.oneColLiqCtrHdr #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 */
}
.oneColLiqCtrHdr #logo a {
	border-style: none;
}
.oneColLiqCtrHdr #topNav {
	float: right;
	position: absolute;
	top: 125px;
	padding-left: 280px;
	text-transform: uppercase;
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 12px;
}
.oneColLiqCtrHdr #topNav ul{
	text-align: right;
	display: inline;
}
.oneColLiqCtrHdr #topNav a{
	color: #333333;
}
.oneColLiqCtrHdr #topNav ul li{
	line-height: 9px;
	list-style: none;
	display: inline;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 6px;
}
.oneColLiqCtrHdr #banner {
	background-color: #FFFFFF;
	height: 124px;
	background-image: url(imagenes/fondo-pleca.gif);
	background-repeat: repeat-x;
}
.oneColLiqCtrHdr #banner h1{
	color: #FFFFFF;
	font-family: "Lucida Grande", Arial, sans-serif;
	text-align: right;
	margin-top: -80px;
	font-weight: normal;
	margin-right: 88px;
}
.oneColLiqCtrHdr #mainContent {
	margin-right: 88px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 330px;
	margin-top: 25px;
	margin-bottom: 25px;
}
.oneColLiqCtrHdr #cajas {
	width: 590px;
}
.oneColLiqCtrHdr #container #mainContent a {
	color: #bc3333;
	text-decoration: none;
}
.oneColLiqCtrHdr #container #mainContent a:hover {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #bc3333;
}
.oneColLiqCtrHdr #mainContent p{
	line-height: 20px;
}
.oneColLiqCtrHdr #footer {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 330px;
	background-color: #666666;
	color: #FFFFFF;
	font-size: small;
} 
.oneColLiqCtrHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 177px;
	background: #E1E1E1; /* top and bottom padding create visual space within this div  */
	padding-right: 15px;
	padding-left: 15px;
	border: thin solid #CCCCCC;
	margin-top: 70px;
	margin-right: 20px;
	margin-left: 20px;
	padding-top: 0px;
	padding-bottom: 10px;
}
.oneColLiqCtrHdr #sidebar1 p {
	margin-left: 0px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
	font-size: 12px;
}
.oneColLiqCtrHdr #sidebar1 h3 {
	background-color: #6699cc;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFFFFF;
	width: 177px;
	padding-right: 22px;
	padding-left: 12px;
	margin-left: -17px;
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 12px;
}
.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;
}
.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;
}
.oneColLiqCtrHdr #footer p {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 330;
}
.subtitulito {
	font-size: x-small;
	text-transform: uppercase;
}
.oneColLiqCtrHdr #bannerHome {
	height: 300px;
	background-repeat: repeat-x;
	width: 100%;
	background-image: url(imagenes/fondo-banner-home.gif);
}
.oneColLiqCtrHdr #cajita1 {
	width: 281px;
	background-color: #626262;
	float: left;
	margin-bottom: 30px;
}
.oneColLiqCtrHdr #cajita1 p {
	color: #FFFFFF;
	padding-right: 10px;
	padding-left: 30px;
}
.oneColLiqCtrHdr #containerHome #mainContentHome #cajita1  a  {
	text-transform: uppercase;
	color: #FFFF99;
	text-decoration: none;
}
.oneColLiqCtrHdr #cajita1 h1 {
	color: #FFFFFF;
	background-color: #76abd5;
	font-weight: normal;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 0px;
	font-size: 24px;
}
.oneColLiqCtrHdr #containerHome #mainContentHome #cajita1 a:hover {
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #FFFF99;
}
.oneColLiqCtrHdr #cajita2 {
	width: 281px;
	background-color: #626262;
	float: right;
	margin-bottom: 30px;
}
.oneColLiqCtrHdr #cajita2 p {
	color: #FFFFFF;
	padding-right: 10px;
	padding-left: 30px;
}
.oneColLiqCtrHdr #containerHome #mainContentHome #cajita2  a  {
	text-transform: uppercase;
	color: #FFFF99;
	text-decoration: none;
}
.oneColLiqCtrHdr #cajita2 h1 {
	color: #FFFFFF;
	background-color: #76abd5;
	font-weight: normal;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 0px;
	font-size: 24px;
}
.oneColLiqCtrHdr #containerHome #mainContentHome #cajita2 a:hover {
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #FFFF99;
}
.oneColLiqCtrHdr #containerHome {
	width: 100%;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(imagenes/fondo-home.gif);
	background-repeat: repeat-y;
}
.oneColLiqCtrHdr #containerHome #mainContentHome a {
	color: #bc3333;
	text-decoration: none;
}
.oneColLiqCtrHdr #mainContentHome {
	margin-right: 88px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 120px;
	padding-left: 330px;
	margin-top: 25px;
	margin-bottom: 25px;
}
