/* CSS Document */

body {
	background-color: #333333;
	background-image: url(../imgs/main_imgs/bkg_general.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
html,body {
	height: 100%;
}



/* DIVs */
#container {
	margin: 0 auto;
	width: 720px;
	text-align: center;
}
#topSection {
	width: 720px;
	background-image: url(../imgs/main_imgs/bkg_top.jpg);
	background-repeat: no-repeat;
	height: 170px;
	background-position: center top;
	text-align:center;
}
#midSection {
	width: 666px;
	height: 160px;
	padding-left: 54px;
}
#botSection {
	width: 720px;
	height:300px;
	text-align:left;
	float:left;
	background-image: url(../imgs/main_imgs/bkg_solu.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#footer {
	width: 720px;
	float:left;
	text-align:center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #444444;
	padding-top: 8px;
	padding-bottom: 8px;
}
#footer_text {
	width: 420px;
	height: 35px;
	float:left;
	text-align:right;	
}
#footer_validation {
	width: 300px;
	height: 35px;
	float:left;
	text-align:center;
	
}

#validation {
	padding-top: 20px;
	text-align:center;
}

#idiomas{
	color:#AAAAAA;
	padding-left:65px;
	text-align:left; 
	vertical-align:bottom; 
	width:200px; 
	float:left;
	
}
#novedades {
	width:208px;
	height:140px;
	text-align:left;
	float:left;
	background-image: url(../imgs/main_imgs/bkg_nove.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 30px;
	padding-right: 14px;
	padding-left: 14px;
}
#respuestas{
	width:208px;
	height:140px;
	text-align:left;
	float:left;
	background-image: url(../imgs/main_imgs/bkg_resp.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 30px;
	padding-right: 14px;
	padding-left: 14px;
	margin-left: 2px;
}
#navMenu{
	width:136px;
	height:154px;
	text-align:left;
	float:left;
	background-image: url(../imgs/main_imgs/bkg_nav.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-left: 6px;
	padding-top: 16px;
}
#recent {
	width: 720px;
	height: 110px;
	background-image: url(../imgs/main_imgs/bkg_reci.gif);
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
}
#soluContent {
	width:400px;
	text-align:left;
	padding-left:240px;
	padding-top: 50px;
}
#recentContent {
	width:636px;
	text-align:left;
	padding-top: 20px;
	padding-left: 84px;
}

#conTentA {
	width: 474px;
	height:13px;
	text-align:center;
}
#conTentB {
	width: 413px;
	text-align:left;
	background-image: url(../imgs/inner_imgs/contentW_patt.jpg);
	background-repeat: repeat-y;
	background-position: center;
	padding-right: 30px;
	padding-left: 30px;
	margin:0px;
}
#conTentC {
	width: 474px;
	height:12px;
	text-align:center;
	margin-bottom: 10px;
}
#conTentD {
	width: 130px;
	height:13px;
	text-align:center;
}
#conTentE {
	width: 130px;
	text-align:left;
	background-image: url(../imgs/inner_imgs/navW_patt.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
#conTentF {
	width: 130px;
	height:12px;
	text-align:center;
	margin-bottom: 10px;
}

/* CLASs */
.recentWs {
	float:left; 
	width:140px;
}
.recentWs img {
	margin-right: 10px;
	float:left
}
.linea_punteada{
	height:2px; 
	width:411px; 
	background-image:url(../imgs/punteada.jpg); 
	background-repeat:repeat-x; 
	padding-top:2px; 
	padding-bottom:2px;
}
