@charset "utf-8";
/* CSS Document */

/********************************************************************* GENERAL */

p{
	margin:0px;
	padding:0px 0px 13px 0px;
}
ul{
	margin:0px;
	padding:0px 0px 8px 15px;
}
li{
	margin:0px;
	padding:0px 0px 4px 0px;
}
img{
	border:none;
}
.clear{
	display:block;
	clear:both;	
}
.strong{
	font-weight: bold;
}
.taronja{
	color: #FF9E2E;
}
.verd{
	color: #9bc131;
}
.lnk{
	color: #BBB;
	text-decoration: none;
}
.lnk:hover{
	color: #FF9E2E;
	text-decoration: underline;
}
/*contenedores*/
#div_centrado {
	position:relative;
	left:50%;
	width: 1000px;
	margin-left:-500px;
}
/*footer*/
#div_footer{
	clear:both;
	width: 100%;
	height: 247px;
	padding: 0px;
	color: #FFF;
	background-color: #000;
	background-image:url(../imagesWEB/bck_footer.png);
	background-repeat:repeat-x;
}
#div_footer_centrado{
	position:relative;
	left:50%;
	width: 1000px;
	margin-left:-500px;	
}
#div_footer .row_1{
	padding:0px 47px;
	height:88px;
	border-bottom:1px solid #696969;
}
#div_footer .row_1 .col_1{
	float:left;
}
#div_footer .row_1 .col_2{
	float:left;
	width:180px;
	padding:18px 28px;
	font-size:11px;
	font-weight:bold;
	color:#fff;
}
#div_footer .row_1 .col_3{
	float:left;
	width:387px;
	padding:18px;
	font-size:11px;
	font-weight:bold;
	color:#939393;
}
#div_footer .row_2{
	padding:20px 0px;
	text-align:center;
}

#creditos {
	clear:both;
	font-size: 11px;
	text-align: center;
	font-weight: bold;
	padding-top: 20px;
}
#creditos a 			{ font-size: 11px; font-weight:bold; color:#FFF; text-decoration: none; }
#creditos a:hover { color:#FF9E2E; text-decoration: underline; }
#creditos img {
	clear: both;
	margin-bottom: 8px;
}
#creditos span {
	color: #C3C3C3;
	font-weight: normal;
}
#div_partners{
	float: left;
	width: 410px;
	margin: 16px 0px 0px 296px;
}
#div_facebook {
	width: 134px;
	float: left;
	text-align: center;
	margin: 16px 0px 0px 98px;
}
#div_facebook img{
	clear: both;
	margin-top: 8px;
}
#div_partners img{
	clear: both;
	margin-top: 10px;
}
