/**
 * 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/home_bkg.png');
    background-repeat: repeat-x;
    background-position: 0px 24px;
}

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;
    background-position: 0px 24px;
}

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: 144px;

}

DIV.header DIV.logo {
    width: 180px;
    float: left;
    position: relative;
    top:0px;
}

DIV.header DIV.red_social {
    position: absolute;
    right:0px;
    top:10px;
}

DIV.header DIV.advertise {
	margin: 18px 5px 0px 5px; 
	width: 728px;
	height:90px;
	float: left;
    position: relative;
    top:10px;
}

DIV.left-column DIV.weather {
	margin: 0px 0px 10px 0px;
	float: left;
	width: 225px;
	height: 104px;
	border: solid silver 1px;
	font-size: 10px;
	position: relative;
	background-image:url('../images/fondoW.jpg');
	backround-repeat:5;
}

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

DIV.left-column DIV.weather DIV.next {
	position: absolute;
	right: 0px;
}

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

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

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

DIV.left-column 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_center{
	 width: 920px; margin: 0px auto; 
}
DIV.footer_center DIV.logo{
	float: left;
/*	margin: 0px 0px 0px 50px;*/
}

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

DIV.footer_center DIV.red_social_footer{
    float: left;
    margin: 6px 0px 0px 20px;
}

DIV.footer_center DIV.links{
	float: right;
	/*margin: 0px 50px 0px 0px;*/
}

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

/**************************************************************************************/
DIV.bannerRotatSecc {
	position: relative;
	width: 468px;
	height: 60px;
	margin: 5px auto;
}