/**
 * COMMON
 */
HTML,BODY{
	margin: 0px;
	padding: 0px;
}
BODY.common{
	font-size: 11px;
	font-weight: normal;
    font-family: verdana,arial,helvetica,sans-serif;
    background-image: url('../images/common_bkg.png');
    background-repeat: repeat-x;
}

BODY.home{
	font-size: 11px;
	font-weight: normal;
    font-family: verdana,arial,helvetica,sans-serif;
    background-image: url('../images/home_bkg.png');
    background-repeat: repeat-x;
}

IMG{
    color: #a0a0a0;
    font-size: .7em;
    border: 0px;
}
FORM,H1,H2{
    margin: 0px;
    padding: 0px;
}

/**
 * CLEARFIX
 */
.clearfix:after{
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

.maxWidth{
    width: 100%;
}

/**
 * MAIN
 */
DIV.main-container{
    position: relative;
    width: 920px;
}

/* ##################################################################### */
/*                                   									HEADER																				*/
/* #####################################################################*/
DIV.header{
    position: relative;
    width: 100%;
    height: 120px;
    background-image: url('../images/header_bkg.png');
}

DIV.header DIV.logo {
	width: 277px;
	float: left;
}

DIV.header DIV.advertise {
	margin: 18px 5px 0px 5px; 
	width: 430px;
	float: left;
}

DIV.header DIV.weather {
	margin: 10px 0px 0px 0px;
	float: right;
	width: 195px;
	height: 104px;
	border: solid silver 1px;
	font-size: 10px;
	position: relative;
}

DIV.header DIV.weather DIV.prev {
	position: absolute;
	left: 0px;
}

DIV.header DIV.weather DIV.next {
	position: absolute;
	right: 0px;	
}

DIV.header DIV.weather DIV.content {
	width: 165px;
	position: absolute;
	top: 0px;
	left: 15px;
	text-align: center;
}

DIV.header DIV.weather DIV UL.weather {
		list-style: none;
		margin: 0px 0px 0px 0px;
		padding: 0px;
		font-size: 11px;
		text-align: center;
}

DIV.header DIV.weather DIV UL.weather LI.date{
		font-weight: bold;
}

DIV.header DIV.weather DIV UL.weather LI SPAN.label{
		font-weight: bold;
}
/* ##################################################################### */
/*                                   									CONTENIDO																		*/
/* #####################################################################*/
DIV.body-content {
	width: 100%;
	position: relative;
	margin-top: 40px;
}

/* ##################################################################### */
/*                                   									FOOTER																				*/
/* #####################################################################*/
DIV.footer{
	padding: 13px 0px 0px 0px;
	width: 100%;
	height: 70px;
	background-image: url('../images/footer_bkg.gif');
	font-size: 11px;
	color: #888888;
	
}

DIV.footer DIV.logo{
	float: left;
	margin: 0px 0px 0px 50px;
}

DIV.footer DIV.copyright{
	float: left;
	margin: 0px 0px 0px 10px;
}

DIV.footer DIV.links{
	float: right;
	margin: 0px 50px 0px 0px;
}

A.contacto-footer {
	font-size: 11px;
	color: #888888;
}