body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #EBEBEB;
	/*
	background-image: url(design/bg.jpg);
	background-repeat: repeat-x;
	*/
	margin: 0px;
	/*margin-top:10px;*/
	padding: 0px;
}

a {
	text-decoration: none;
	outline:none;
}
a:hover {
	color: #252525;
}
.centrado{
	width: 990px;
	margin: 0 auto;
}

.headerad {
	background-image: url(design/headerad.gif);
	background-repeat: repeat;
	text-align: center;
	display: block;
	margin: 0px;
	padding: 5px;
}
.headerad img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.headerad p {
	margin: 0px;
	padding: 0px;
}


form {
	margin: 0px;
	padding: 0px;
}
.error {
	width: 250px;
	padding: 4px;
	margin-top: 1px;
	margin-right: auto;
	margin-bottom: 4px;
	margin-left: auto;
	border: 1px solid #990000;
	background-color: #FFE8E8;
	display: block;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
.error a {
	font-weight: bold;
	color: #003399;
	text-decoration: none;
}
.error a:hover {
	color: #CC0000;
}


.exito {
	width: 250px;
	padding: 4px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 4px;
	margin-left: auto;
	border: 1px solid #006600;
	background-color: #D9FFD9;
	display: block;
	text-align: center;
}
.exito a {
	font-weight: bold;
	color: #003399;
	text-decoration: none;
}
.exito a:hover {
	color: #CC0000;
}


#sCont {
	margin: 0px;
	margin-left:auto;
	margin-right:auto;
	display: block;
	width: 990px;
	clear: both;
	background-color:#FFFFFF;
}



/* html #sCont .sHeader { */
/* menuTop */
#menuTop {
	padding-top:3px;
	padding-bottom:3px;
	height:22px;
}

#menuTop #menuTopMenu {
	float:left;
	font-weight: bold;
}

#menuTop #menuTopMenu a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
	line-height:20px;
	padding-left:10px;
	padding-right:10px;
	border-right:1px solid #FFFFFF;
}

#menuTop #menuTopMenu a:hover {
	text-decoration:underline;
}

#menuTop #menuTopInfo {
	float:right;
}

#menuTop #menuTopInfo span {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
	line-height:20px;
	padding-left:10px;
	padding-right:10px;
	/*border-left:1px solid #cccccc;*/
}

#menuTop #menuTopInfo a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
	line-height:20px;
	padding-left:10px;
	padding-right:10px;
	border-left:1px solid #cccccc;
}

#menuTop #menuTopInfo a:hover {
	text-decoration:underline;
}


/* Borde con sombra left*/

.borderLeft{
	height:100%;
	width:10px;
	float:left;
	background-image:url(../css/design/border_center_left.jpg);
	background-position:top left;
	background-repeat:repeat-y;
	
	clear:both;
}

/* Borde con sombra right*/

.borderRight {
	height:100%;
	width: 10px;
	float:right;
	background-image:url(../css/design/border_center_right.jpg);
	background-position:top right;
	background-repeat:repeat-y;
}



/* Borde con sombra bottom*/
.borderBottom{
	clear:both;
	width:990px;
	height:17px;
	background-image:url(../css/design/border_bottom_center.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	margin:auto;
}
.borderBottom .borderBottomLeft{
	float:left;
	width:10px;
	height:17px;
	background-image:url(../css/design/border_bottom_left.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}
.borderBottom .borderBottomRight{
	float:right;
	width:10px;
	height:17px;
	background-image:url(../css/design/border_bottom_right.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}





/* sHeader */

#sHeader {
	margin: 0px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	/*margin-bottom:10px;*/
	height: 238px;
	display: block;
	width: 990px;
	clear: both;
	padding: 0px;
	background-color:#EBEBEB;
	
}

#sHeader .infoDate {
	clear:both;
	float:left;
	margin-top:0px;
	width:242px;
	height:90px;
	background-color:#EBEBEB;
}

#sHeader .infoDate .Forecast {
	height: 55px;
	width: 242px;
	margin:0px;
	/*
	background-image:url(../css/design/forecast.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	*/
}

#sHeader .infoDate .siteDate{
	margin-top:10px;
	width:242px;
	text-align:center;
	font-family:"Myriad Pro",Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#676C72;
}

#sHeader .borderTop{
	clear:both;
	width:990px;
	height:17px;
	background-image:url(../css/design/border_top_center.jpg);
	background-position:top left;
	background-repeat:repeat-x;
}
#sHeader .borderTop .borderTopLeft{
	float:left;
	width:10px;
	height:17px;
	background-image:url(../css/design/border_top_left.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}
#sHeader .borderTop .borderTopRight{
	float:right;
	width:10px;
	height:17px;
	background-image:url(../css/design/border_top_right.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}

#sHeader .advertiseTop {
	height: 90px;
	width: 728px;
	float:right;
	display:block;
	margin-right:10px;
	background-image:url(../css/design/advertise_top.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

#sHeader .banner{
	clear:both;
	height: 131px;
	width: 990px;
	margin:0px;
	background-color:#FFFFFF;
}


#sHeader .banner .bannerCenter{
	width:970px;
	float:left;
	height:131px;
}

#sHeader .banner .bannerCenter .Logo {
	height: 131px;
	width: 283px;
	float:left;
	margin:0px;
	/*
	background-image:url(../css/design/logo.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	*/
}

#sHeader .banner .bannerCenter .searchForm {
	width:567px;
	height:27px;
	float:right;
	
	text-align:right;
	background-color:#EBEBEB;
	color:#101010;
	font-size:12px;
	font-family:"Tahoma",Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin-right:10px;
	margin-top:40px;
	padding:5px 10px 1px 0px;
}

#sHeader .banner .bannerCenter .searchForm .SearchFormInputBox{
	width:456px;
	height:19px;
	background-color:#FFFFFF;
	border-width:1px;
	border-color:#FFFFFF;
	border-style:solid;
	font-size:12px;
	font-family:"Tahoma",Arial, Helvetica, sans-serif;
	color:#525246;
	font-weight:normal;
	padding-left:5px;
}

#sHeader .banner .bannerCenter .menuExtra {
	float:right;
	height:50px;
	margin:0px;
	margin-right:5px;
	text-align:right;
	width:590px;
	text-transform:capitalize;
}

#sHeader .banner .menuExtra a {
	font-family:"Arial", Helvetica, sans-serif;
	font-size:12px;
	color:#6B6B6B;
	text-decoration: none;
	text-align: center;
	background-image:none;
	min-height: 22px;
	margin: 0px;
	padding: 0px;
	padding-left:10px;
	padding-right:10px;
	line-height: 30px;
	border-right:1px solid #6B6B6B;
	text-transform:capitalize;
}
#sHeader .banner .menuExtra a:hover {
	color:#000000;
}
#sHeader .banner .menuExtra a:last-child {
	border-right:0px;
}

#sHeader .banner .bannerCenter .sUserBox {
	height:31px;
	margin:0px;
	margin-right:5px;
	text-align:right;
	width:590px;
	text-transform:capitalize;
	font-weight:bold;
}

#sHeader .Logo .linkHome {
	display: block;
	height: 106px;
	text-decoration: none;
}


#sHeader .infoTop {
	height: 30px;
	min-height:30px;
	width: 955px;
	float:left;

	display:block;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:25px;
	border-top-color:#E6E6E6;
	border-top-width:2px;
	background-color:#FFFFFF;
	font-size:12px;	/*11px;*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	font-weight:bold;
	padding:5px 10px 5px 10px;
}

#sHeader .infoTop .line {
	height: 2px;
	clear:both;
	background-image:url(../css/design/line.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	margin-bottom:1px;
	
}

#menuTopInfo .date span{
	color:#FFFFFF;
	border: none;
}

#sHeader .infoTop .searchForm {
	float:right;
	margin-top:0px;
	text-align:right;
	/*vertical-align:text-bottom;*/
}

#sHeader .infoTop .searchForm .SearchFormInputBox{
	width:270px;
	height:16px;
	background-color:#F6F6F6;
	border-width:1px;
	border-color:#DBDBDB;
	border-style:solid;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	font-weight:normal;
	padding-left:5px;
	margin-top:2px;
}

#sHeader .infoTop .infoFrom {
	float:left;
	margin-top:0px;
	width:auto;
	text-transform:uppercase;
}



#sHeader .infoTop .infoFavorites {
	float:left;
	width:auto;
	padding-left:20px;
	background-image:url(../css/design/ico_favorite.jpg);
	background-position:center left;
	background-repeat:no-repeat;
	cursor:pointer;
}
#sHeader .infoTop .infoFavorites a{
	color:#666666;
	text-decoration:none;
}
#sHeader .infoTop .infoFavorites a:hover{
	color:#000000;
	text-decoration:none;
}


#sHeader .infoTop .infoRss {
	float:left;
	width:auto;
	padding-left:20px;
	background-image:url(../css/design/ico_rss.jpg);
	background-position:center left;
	background-repeat:no-repeat;
	cursor:pointer;
}

#sHeader .infoTop .infoRss a{
	color:#666666;
	text-decoration:none;
}
#sHeader .infoTop .infoRss a:hover{
	color:#000000;
	text-decoration:none;
}

#sHeader .infoTop .delimiter{
	float:left;
	margin-top:0px;
	background-image:url(../css/design/delimiter.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	width:40px;
}

/* sSections  */

#sCont .sSectionsL{
	clear:both;
	width:16px;
	height:37px;
	float:left;
	display:block;
	margin: 0px;
	padding: 0px;
	background-color:#FFFFFF;
	background-image:url(../css/design/menu_left.jpg);
	background-repeat: repeat-x;
}

#sCont .sSections{
	width:990px;
	height:40px;
	float:none;
	display:block;
	margin: 0px;
	padding: 0px;
	background-image:url(../css/design/menu_bg.jpg);
	background-repeat: repeat-x;
	
}

#sCont .sSectionsR{
	width:16px;
	height:37px;
	float:left;
	display:block;
	margin: 0px;
	padding: 0px;
	background-color:#FFFFFF;
	background-image:url(../css/design/menu_right.jpg);
	background-repeat: repeat-x;
}

#sCont .sSections a {
	color: #FFFFFF;
	/*font-family:"Myriad Pro",Arial,Helvetica,sans-serif;*/
	font-family:"Tahoma";
	font-size:11px; /*12px*/
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
	text-align: left;
	display: block;
	float: left;
	min-height: 22px;
	margin: 0px;
	margin-bottom:0px;
	padding: 0px;
	padding-left:5px;
	padding-right:8px;
	line-height: 40px;
	
	
	background-image:url(../css/design/menu_separator.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}



#sCont .sSections   ul {
    margin:0;
    padding:0;
    list-style:none;
}

#sCont .sSections li {
	display:inline;
    float:left;
    margin:0;
    padding:0;
}



#sCont .sSections li:hover {
	background-image:url(../css/design/tab_right.jpg);
	background-repeat:no-repeat;
	background-position:right top;
}


#sCont .sSections a:hover {
	background-image:url(../css/design/tab_left.jpg);
	background-repeat:no-repeat;
	background-position:left top;

}




#sCont .sSubSections{
	width:990px;
	height:25px;
	clear:both;
	display:block;
	margin: 0px;
	padding: 0px;
	background-color:#c9cdd1;
	padding-top:3px;
}

#sCont .sSubSections a {
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
	font-size:14px;
	font-weight:bold;
	text-decoration: none;
	text-align: left;
	display: block;
	float: left;	
	min-height: 23px;
	margin: 0px;
	margin-bottom:0px;	
	padding: 0px;
	padding-left:10px;
	padding-right:10px;
	line-height: 23px;
	border-right:1px solid #000000;
}

#sCont .sSubSections a:hover{
	text-decoration:underline;
}

/* sMain */
#sCont .sMainTopL{
	clear:both;
	width:10px;
	height:10px;
	float:left;
	display:block;
	margin: 0px;
	padding: 0px;
	background-color:#DBDBDB;
	background-image:url(../css/design/content_left.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	margin-left:10px;

}

#sCont .sMainTopR{
	width:945px;
	height:10px;
	float:left;
	display:block;
	margin: 0px;
	padding: 0px;
	background-color:#DBDBDB;
	background-image:url(../css/design/content_right.jpg);
	background-repeat:no-repeat;
	background-position: top right;
	
}

#sCont  #sMain {
	overflow: hidden;
	float: left;

	display: block;
	width: 980px;
	background-color:#F5F5F5;
	margin-left:10px;
	padding-top:10px;
	


	background-image:url(../css/design/border_center_right.jpg);
	background-position:top right;
	background-repeat:repeat-y;







}

* html #sCont  #sMain {
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	float: none;
	clear: both;
	display: block;
	width: 949px;
}

/* posFooter */

#sCont #sMain .posFooter {
	width:970px;
	margin-left:0px;
	height:94px;
	text-align:center;
	display:block;
	clear:both;
	background-color:#FFFFFF;
}

#sCont #sMain .posFooter .menuFooter {
	height:23px;
	margin:0px;
	text-align:center;
	width:970px;
	padding-top:3px;
	padding-bottom:15px;
	background-color:#FFFFFF;
	border-bottom:5px solid #F5F5F5;

}

#sCont #sMain .posFooter .menuFooter li{
	list-style-type:none;
	display:inline;
	border-right:1px solid #444444;
	height:11px;
	min-height: 11px;
	line-height: 10px;
	float:left;

}
#sCont #sMain .posFooter .menuFooter li:last-child {
	border-right:0px;
}

#sCont #sMain .posFooter .menuFooter li a{
	font-family:"Verdana", Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#444444;
	text-transform:uppercase;
	text-decoration: none;
	text-align: center;
	font-weight:bold;
	margin: 0px;
	padding: 0px;
	padding-left:5px;
	padding-right:5px;
}

#sCont #sMain .posFooter .menuFooter li a:hover {
	color:#CB1019;
}

#sCont #sMain .posFooter .menuFooterExtra {
	height:20px;
	margin:0px;
	text-align:center;
	width:970px;
	padding-top:10px;
	background-color:#FFFFFF;
}

#sCont #sMain .posFooter .menuFooterExtra a{
	font-family:"Verdana", Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#444444;
	text-transform:capitalize;
	text-decoration: none;
	text-align: center;
	font-weight:bold;
	margin: 0px;
	padding: 0px;
	padding-left:5px;
	padding-right:5px;
	border-right:1px solid #444444;	
}

#sCont #sMain .posFooter .menuFooterExtra a:hover {
	color:#CB1019;
}

#sCont #sMain .posFooter .menuFooterExtra a:last-child {
	border-right:0px;
}

#sCont #sMain .posFooter .copy, #sCont #sMain .posFooter .copy a {
	height:11px;
	margin:0px;
	text-align:center;
	width:970px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	vertical-align:top;
	background-color:#FFFFFF;
	padding-bottom:10px
}

#sCont #sMain .posFooter .copy a:hover {
	color:#000000;
}

#sCont #sMain .posFooter .infoFooter {
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	width:967px;
	height:157px;
	float:right;
	text-align:center;
	padding:0px;	
	background-color:#DBDBDB;
}

#sCont #sMain .posFooter .infoFooter p {
	margin:3px;
	color:#666666;
}

#sCont #sMain .posFooter .infoFooter a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
}

.linkWehaa {
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:21px;
	width:113px;
	height:34px;
	float:none; 
}

.linkWehaa a {
	display:block;
	width:113px;
	height:34px;
	background-image:url(../css/design/logoWehaa.jpg);
	background-repeat:no-repeat;
	color:#ECEDED;
}

#sCont #sMain #sClearFooter {
	display: block;
	clear: both;
	float: left;
}


#cA #sectionName {
	background-image:url(../css/design/ArticleTopHorizontal.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	color:#393E44;
	display:block;
	font-family:"Myriad Pro",Arial,Helvetica,sans-serif;
	font-size:11px; /*16*/
	font-weight:bold;
	height:24px;
	line-height:35px;
	margin:0pt 0pt 0px;
	padding:0pt 0pt 10px 37px;
	text-align:left;
	text-decoration:none;
	text-transform:uppercase;
}

#cA #sectionName a {
	/*color:#0072BB;*/
}

#cA #sectionName a:hover {
	/*text-decoration:underline;*/
}

#cA #sectionName em {
	/*
	font-style:normal;
	font-weight:bold;
	color: #233648;
	*/
}




#sCont  .sMainLinks {
	/*background-color:#1482B5;*/
	/*margin-top:40px;*/

	position:absolute;
	width:200px;
	z-index:5;
}
#sCont  .sMainLinks a {
	background-image:url(../css/design/menu_bg.jpg);
	background-position:left top;
	background-repeat:repeat-x;

	font-size: 12px;
	line-height: 28px;
	color: #FFFFFF;
	padding-right: 11px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 10px;
	text-decoration: none;
	font-weight: bold;
	height: 29px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	display:block;
	clear:both;
	
	border-bottom:1px solid #2B2D2A;
}
#sCont  .sMainLinks a:hover{
	background-image:url(../css/design/tab_left.jpg);
	background-position:left top;
	background-repeat:repeat-x;	
	
	text-decoration: none;
	color:#F5F5F5;
}
#sCont  .sMainLinks a:active{
	text-decoration: none;
}
