/***********************************************************
    Widgets in column right
************************************************************/
.widget {
	clear:both;
	font-family: arial;
	border:1px solid #ececec;
	background-color: #FFF;
	padding-top: 0px;
	padding-right: 5px;
	padding-left: 5px;
    padding-bottom: 5px;
}
 
.widget .title{
	font-style:normal;
	font-size: 15px;
	font-weight:bold;
	text-align:left;
    padding-top: 6px;
}

.widget .titleCenter{
	font-style:normal;
	font-size: 15px;
	font-weight:bold;
	text-align:center;
    padding-top: 6px;
}

.widget .mini{
    margin:4px;
    border:2px solid #CCCCCC;
    width:120px;
}

.widget .body{
	font-style:normal;
	font-size: 12px;
	text-align:left;
}

.widget  .linea_horizontal{
	width: 100%;
	border-bottom:1px solid #D0D0D0;
	margin-bottom: 1px;
	clear: both;
}

.widget .more_infor{
    text-align:right;
}


.widget input[type="text"]{
    padding:3px 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #ccc;
    font-family:.9em;

}


.widget input[type="submit"]{
    padding:3px 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #ccc;
    font-family:.9em;
    margin:4px;
}

.share img{
    height: 18px;

}

.widget .cajaBusqueda input[type="text"]{

    width:270px;

}
/***********************************************************
    Footer content definition
************************************************************/
#wrapper-footer{
	margin:10px 0 !important;
}


#footer{
    color:#9b9da0;
}
div#footer li{

}
div#footer a{
    color:#9b9da0 !important;
    font-size: 11px;
}
div#footer div.publi-footer{
    background:#ccc;
    margin-bottom:5px;
    background:#ccc;
    margin-bottom:6px;
    height:90px;
    overflow:hidden;
}
div#footer hr.new-separator{ margin:0; padding:0; height:2px; }

div#footer ul{
    margin:0;
    padding:0;
    margin-bottom:3px;
}
div#footer ul li{
    display:inline;
    margin:0;
    padding:0;
    padding-right:10px;    
}

div#footer ul li img{vertical-align:middle}
div#footer ul li.last{ border:none;}

div#footer .developed-by{
    text-align:right;
    margin-top:0px;
}

.span-7 {width:270px;float:left;margin-right: 10px;}
.span-12 {width:470px;float:left;margin-right: 10px;}
.span-17 {width:670px;float:left;margin-right: 10px;}
.span-24 {width:960px;margin-right:0;float:left;}