@charset "iso-8859-1";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #F8F1EB;
	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: #000000;
}
.twoColFixLtHdr #container {
	width: 900px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: left bottom;
	position: relative;
	margin-top: 40px;
	margin-bottom: 40px;
} 
.twoColFixLtHdr #header {
	padding: 0;  /* 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-image: url(../imagenes/head4.jpg);
	background-repeat: repeat-x;
	height: 125px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	position: absolute;
	top: -500px;
}
.twoColFixLtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px;
	padding-bottom: 20px;
	padding-top: 30px;
	margin-top: 0px;
	background-image: url(../imagenes/derechoFondo.gif);
	padding-left: 0px;
	padding-right: 0px;
	position: relative;
	background-color: #CCCCCC;
}
.twoColFixLtHdr #mainContent {
	margin-right: 27px;
	margin-bottom: 0;
	margin-left: 0;
	padding-bottom: 0px;
	margin-top: 0px;
	position: relative;
} 
.twoColFixLtHdr #footer {
	height: 100px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #a5a5a5;
	position: relative;
} 
.twoColFixLtHdr #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 */
	color: #8A5B31;
	text-align: right;
}
.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;
}
p {
	font-size: 85%;
	line-height: 1.3;
}
blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	background-color: #999;
	margin: 10px;
	padding: 0;
	background-image: url(file:///C|/wamp/www/images/top_quote.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
blockquote p {
	margin: 10px 0px 0px 10px;
	padding: 10px 10px 0px;
	text-indent: 20px;
}
#quote_attrib {
	font-size: 70%;
	background-image: url(file:///C|/wamp/www/images/btm_quote.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	text-align: right;
	text-indent: 0;
	margin-top: 0px;
	padding-bottom: 30px;
}
.menuTop {
	background-color: #FFF;
	width: 900px;
	height: 40px;
	background-image: url(../imagenes/MENU3.gif);
	background-repeat: no-repeat;
}
.bannerTop{
	width:900px;
	background-image:url(../imagenes/bannerTop_sample%20.gif);
	height: 80px;
	}
.placementLogo {
	background-image: url(../imagenes/logo.gif);
	background-repeat: no-repeat;
	position: top;
}
.botonFormato {
	margin-top: 0px;
	width: 22px;
	height: 23px;
	background-image: url(../imagenes/buscar.gif);
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: 0;
	border-right-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;
	font-size: 0pt;
	color: #666;
	background-repeat: no-repeat;
}
.logoPlacement {
	width: 900px;
	background-image: url(../imagenes/bkgd2.gif);
	background-repeat: repeat;
	height: auto;
	padding-bottom: 10px;
}
.tablaForm {
	margin-top: 60px;
}
.textField_formato {
	font-family: verdana;
	font-size: 1em;
	color: #333;
	text-align: left;
	vertical-align: middle;
	border: 1px solid #FFF;
	width: 200px;
	height: 20px;
}
.tablaMenu {
	height: 40px;
	width: 900px;
}

.menuText {
	font-family: Haettenschweiler;
	font-size: 1.2em;
	color: #333;
	font-weight: normal;
}
.formatoFecha {
	padding-bottom: 10px;
	padding-left: 10px;
}
.headTitle {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 18pt;
	font-weight: bold;
	color: #039;
	padding-left: 5px;
	padding-right: 20px;
}
.headTitle:hover {
	text-decoration:underline;
}

.newsTitle {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10pt;
	font-weight:bold;
	color: #039;
	padding-left: 10px;
	padding-right: 10px;
}
.newsTitle:hover {
	text-decoration:underline;
}
.txtContent{
	padding-left:15px;
	font-family: verdana;
	font-size: 10pt;
	font-weight: normal;
	color:#333;
	padding-right: 20px;
}
.txtsub{
	padding-left:0px;
	line-height:25pt;
	font-family: verdana;
	font-size: 0.7em;
	font-style: italic;
	font-weight: bold;
	color: #600;
}
.txtsub2{
	padding-left:25px;
	padding-top:15px;
	font-family: verdana;
	font-size: 0.8em;
	font-weight: bold;
	color:#333;
}
.txtsub3{
	font-family: verdana;
	font-size: 0.9em;
	font-weight: bold;
	color:#00F;
}
.leerMas{
	font-family: verdana;
	color:#900;
	font-size:0.7em;
	font-weight: bold;
	font-style: italic;
	padding-right: 15px;
	text-decoration: none;
}
.leerMas:hover{
	text-decoration:underline;
}
.detalleFoto {
	font-family: verdana;
	font-size: 0.7em;
	font-style: italic;
	color: #333;
	padding-top: 2px;
	padding-left: 3px;
}
.bannerM{
	margin-right:10px;
	margin-top: 15px;
	width: 670px;
	height: 80px;
	background-image: url(../imagenes/bannerM_sample.gif);
	margin-bottom: 30px;
	position: relative;
	}
.banner3{
	background-image:url(../imagenes/banner_300%20x%20250.gif);
	margin:0px 0px 15px 15px;
	width:300px;
	position: relative;
	background-repeat: no-repeat;
	height: auto;
	}
.subNews{
	margin-bottom:30px;
	width:680px;
	padding-right:0px;
	margin-right: 20px;
	position: relative;
}
.newsTable{
	margin-bottom:15px;
	position: relative;
	width: 354px;
}
.espacio{
	margin:0px 0px 15px 15px;
	position:relative;
	width: 204px;
	padding-bottom: 0px;
	padding-top: 0px;
}
.palabra{
	margin-bottom:0px;
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	font-size:0.9em;
	font-weight:normal;
	color:#FFF;
	width:700px;
	background-repeat: repeat-x;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #999;
}
.tablaDerecha{
	margin-top:10px;
	margin-left:20px;
	width:180px;
	position:relative;
	}
.tablaDerecha2{
	margin-top:10px;
	margin-left:10px;
	width:185px;
	position:relative;
	}
.latestNews {
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 15pt;
	font-weight: bold;
	color: #039;
	padding-left: 10px;
}
.latestNews_txt {
	font-family:verdana;
	font-size:10pt;
	color:#000;
	padding-right:10px;
	padding-bottom:5px;
}
.latestNews_txt:hover {
	text-decoration:underline;
}
.comentariosRecientes {
	font-family:verdana;
	font-size:10pt;
	color:#000;
	padding-right:10px;
	padding-bottom:5px;
}

.bannerDerecho{
	margin:15px 0px 15px 0px;
	width:200px;
	height:150px;
	position:relative;
	background-image:url(../imagenes/banner_200%20x%20150.gif);
}
.carburantesTXT{
	font-family:verdana;
	font-size:10pt;
	color:#333;
	font-weight:bold;
	padding-bottom:0px;
	padding-left: 20px;
	position: relative;
	line-height: 20pt;
	padding-right: 20px;
}
.carburantesPRECIO{
	font-family:verdana;
	font-size:9pt;
	color:#600;
	font-weight:bold;
}
.economicosHead{
	color:#333;
	font-family:Haettenschweiler;
	font-size:15pt;
	font-weight:normal;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 5px;
	text-align: left;
}
.spacerFormato{
	padding-top:5px;
}
.nombreComentario{
	color:#333;
	font-style:italic;
	font-family:verdana; font-size:0.9em; font-weight:bold;
	line-height:18pt;
}
.widget01{
	height:165px;
	width:200px;
	margin:15px 0px 15px 0px;
}
.footerFormato{
	font-family:Tahoma;
	font-size:0.8em;
	font-weight:bold;
	padding-top:15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #a5a5a5;
	position: relative;
	height: 40px;
	text-align: center;
	text-transform: uppercase;
	color:#069;
	padding-bottom: 15px;
	}
.designed{
	color:#360;
	font-family:tahoma;
	font-size:0.7em;
	text-transform:none;
	text-align:center;
	font-weight:bold;
}
.cierre{
	font-family:tahoma;
	color:#333;
	font-size:0.7em;
	text-align:center;
	font-weight:bold;
	padding-top:15px;
}
.banner4{
	width:300px;
	margin:15px 0px 15px 15px;
	position:relative;
}
.palabraDiaria{
	text-align:center;
	border: 1px solid #a5a5a5;
	padding:15px 15px;
	margin-right:27px;
	margin-left:20px;
	margin-top:0px;
	position: relative;
	margin-bottom: 20px;
	font-family: verdana;
	font-size: 1em;
	color: #333;
}
.bottonLine{
	width:600px;
}
