body{
	background-color: #1c1c1c;
	position: relative;
}

#webContent{
        width: 1024px;
        overflow:hidden;
        text-align: center;
}
.wrapperGeneral{
    width:970px;
    margin:auto;
    text-align: left;
    border:0px solid black;
    overflow:hidden;
}
.wrapperContent{
    width:1000px;

}
a{
        text-decoration: none;
}
p{
    font-weight: normal;
}
.fontRosario{
    font-family: 'Rosario', sans-serif;
    font-weight: 400;
}
h1.sectionTitle{
	font-family: 'Terminal Dosis', sans-serif;
	text-align: left;
	color: #baaba9;
	font-size: 16px;
	clear: both;
	margin-bottom: 20px;
	width: 150px;
}
.squareTitle{
	height: 16px;
	width: 10px;
	display: block;
	background: #baaba9;
	float:left;
	margin-right: 10px;
}
/*******************************/
/** SPAN IMAGENES **************/
/*******************************/

.logoTop{
	display: block;
	font-size: 24px;
	width: 366px;
	background: url('img/logoTopBig.png');
	text-indent: -9999px;
	overflow: hidden;
}

.contactMe{
	display: block;
	height: 70px;
	width: 21px;
	background: url(img/mail.png) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	float: left;
	background-position-y: 2px;
	margin-right: 13px;
	
}

.lessInfo{
	display: block;
	width: 110px;
	height: 48px;
	background: url(img/lessInfo.png);
	text-indent: -99999px;
	overflow: hidden;
	position: absolute;
	left: 400px;
	top:0px;
	cursor: pointer !important;
}

/*******************************/
/** MENU ***********************/
/*******************************/

#menuTop{
	width: 963px;
	font-family: 'Terminal Dosis', sans-serif;
	font-size: 18px;
	color: #BAABA7;
	margin-top: 30px;
	margin-bottom: 35px;
}

#menuTopList{
	height: 18px;
	margin-bottom: 15px;
}

#menuTopList li{
	float: left;
	
}
#menuTopList li.sep{
        border:0px solid red;
        margin:0px 9px;
}

#menuTopList a{
	height: 16px;
	padding-top: 2px;
	text-decoration: none;
	color: #BAABA7;
       
}

#menuTopList a:hover,#menuTopList a.activo{
	height: 16px;
	background: url(img/menuHover.png) repeat-x;
	background-position-y: 0;
}










/*footer*/
#footer{
    color:#baaba9;
    padding:7px 0px;
    border-top:1px solid #4b4a4a;
    margin-top:40px;
    font-family: 'Terminal Dosis', sans-serif;
}
#footer li{
display: inline-block;
vertical-align: top;
}
#footer li.sep{
margin:0px 5px;
}
#footer a{
    color: #baaba9;
    font-family: 'Terminal Dosis', sans-serif;
}