@import url(http://fonts.googleapis.com/css?family=Ubuntu:500);
body {
	background-image: url(../img/pixel-back-b-p2.jpg);
	background-repeat: repeat;
	color: #000;
	margin-left: 0px;
	margin-right: 0px;
	/*font-family: Arial, Verdana, Helvetica, sans-serif;*/
	font-family: 'Ubuntu', sans-serif;
	font-size: 12px;
}

img {
  border:0;
}

.listaServicios ul {
	margin: 10px 0px 0px 10px;
	padding-left: 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

.listaServicios ul li {
	padding: 3px 0px 3px 0px;
}

#logo {
	width: 189px;
	margin: 0 auto;
	margin-top: 15px;
	display: inline-block;
	margin-bottom: 20px;
}

#head {
	margin-bottom: 3px;
	text-align: center;
}

#head-menu {
	height: 45px;
	line-height: 45px;
	/*background-color: #CFCFBA;*/
	/*opacity: 0.6;*/
	/*background-color: rgba(207, 207, 186, 0.6);*/
	/*background-color: rgba(187, 228, 210, 0.6);*/
	background-color: #8FBEBE;
	text-align: center;
	font-size: 12.5px;
	min-width: 743px;
	/*font-weight: bold;*/	
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-family: 'Ubuntu', sans-serif;
}

#head-menu ul {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
	/*width: 981px;*/
	display: inline-block;
}

#head-menu > ul > li {
	float: left;
	margin: 0px 5px 0px 5px;
	cursor: pointer;
	/*width: 106px;*/
	padding: 0px 5px 0px 5px;
	display:block; 
	position:relative;
	z-index:500; 
}

#head-menu li a {
	display: block; 
	text-decoration: none; 
	/*color: #137696;*/
	color: #FFF;
}

#head-menu li > ul {

	display: none; 
	overflow: hidden; 
	margin-top: 0px; 
	margin-bottom: 0px; 
	padding-top: 0px; 
	padding-bottom: 0px; 
	background-color: #A7C2C2; 
	width: 108px;
	
}

#head-menu li > ul > li:hover {
	/*background-color: #B7D8C7;*/
	background-color: #78C2C2;
}

#head-menu ul > a {
	display:block;  
}

#head-menu li:hover {
	color: #FFF;
	/*background-color: #BFBFAA;*/
	/*background-color: #B9E2C9;*/
	background-color: #75B0B0;
}

#head-menu a:hover {
	color: #FFF;
}

#head-fb{
	width: 750px;
	margin: 0 auto;
	margin-bottom: 3px;
	text-align: right;
}

#main {
	width: 100%;
	height: 332px;
	overflow: hidden;
	position: relative;
	display: block;
}

#fotos {
	width: 1920px;
	height: 332px;
	position: absolute;
	left: 50%;
	margin-left: -960px;
}

#footer {
	background-image: url(../img/pixel-back-2-b-p.jpg);
	background-repeat: repeat;
	height: 60px;
	padding-top: 20px;
	line-height: 23px;
	font-size: 15px;
	text-align: center;
	color: #333;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.scroll_d > a {
	cursor: default!important;
}

.clearfix {
	display: inline-block;
}

.clearfix:after {
	clear: both;
	content: '.';
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}