/* CSS main */

body{
	background:#FFF;
}

.padd{
	padding:10px;
}

.clear{
	clear:both;
}

#wrapper{
	width:970px;
	margin:auto;
	background:#FFF;
	/*background-image:url(../img/back-wrapp.gif);*/
}

#wrapper .padd{
	padding:10px;
	padding-bottom:0;
}

#topnav{
	width:970px;
	margin-bottom:20px;
	background:#FFFFFF;
}

#topnav #logo{
	margin-top:30px;
	margin-bottom:30px;
}

#topnav #botones{
	float:left;
	padding-top:10px;
	width:970px;
	background:#FFFFFF;
	background-image:url(../img/dot_blue.gif);
	background-repeat:repeat-x;
	background-position:top;
}

#topnav #botones-right{
	float:right;
	display:block;
	width:300px;
	height:30px;
	background:#FFFFFF;
	background-image:url(../img/dot_red.gif);
	background-repeat:repeat-x;
	background-position:top;
}

#topnav #botones-right #desarrollado{
	display:block;
	height:51px;
	background:url(../img/back-menu-mag.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	text-align:right;
	padding-right:10px;
	padding-top:5px;
}

#content{
	float:left;
	width:730px;
}

#content #content-left{
	float:left;
	width:390px;
}

#content #content-right{
	float:right;
	width:320px;
}

#content #content-left .padd,
#content #content-right .padd{
	padding:0;
	margin:0;
	border:0;
}

#panel-1, #panel-2{
	width:730px;
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	background:url(../img/back-panel.gif);
}

#panel-2{
	margin-bottom:20px;
}

#panel-1 .padd, #panel-2 .padd{
	padding:18px;
	
}

#col-right{
	float:right;
	margin-top:47px;
	width:200px;
}

#col-banners{
	background:#F2F2F2;
}

#col-banners .padd{
	padding:20px 20px 10px 20px;
}

#banner728-1, #banner728-2{
	padding:20px 0 20px 1px;
	/*padding:1px;*/
	background:#FFF;
}

.line1{
	/*margin-top:20px;*/
	width:950px;
	height:2px;
	display:block;
	background:#FFFFFF;
	background-image:url(../img/dot_blue.gif);
	background-repeat:repeat-x;
	background-position:top;
}

#footer{
	margin-bottom:10px;
	padding:20px;
	margin-top:9px;
	display:block;
	background:#E50083;
}
