﻿/* CSS Document */
html { height:100%; width:100%; }
body {
	margin:0 auto;
	background:#FFF url(../images/bg.jpg) top center no-repeat;
	font-family:"Lucida Sans", sans-serif;
	font-size:12px;
	color:#666666;
}

img { border:0px; }

p { margin-bottom: 6px; }

a, a:visited, a:active {
	color:#39ACAC;
	text-decoration:none;
}
a:hover {
	color:#39ACAC;
	text-decoration: underline;
}
span.vermas a {
	color:#39ACAC;
	text-decoration:none;
	font-weight:bold;
}
span.vermas a:hover {
	color:#39ACAC;
	text-decoration:underline;
	font-weight:bold;
}

#wrap {
	width:950px;
	margin:0 auto;
}

#wrap-top {
	width:950px;
	height:118px;
	margin:0 auto;
	position:relative;
}

#wrap-top .logo1 {
	top: 7px;
	left: 0px;
	position: absolute;
	width: 352px;
	height: 98px;
}
#wrap-top .logo2{
	right:0px;
	top: 7px;
	position:absolute;
	width:194px;
	height:98px;
}
#wrap-top .telefono{
	position: absolute;
	top: 30px;
	left: 430px;
}
#wrap-top .telefono p {
	text-align: center;
	font-size: 16px;
	font-weight:normal;
	font-style:italic;
	color: #646665;
}
#menu-nav {
	width:950px;
	height:30px;
	padding-bottom:8px;
	margin:0 auto;
}
#menu-nav ul.menu {
	list-style:none;
	width:950px;
	margin:0;
	padding:0;
	position:absolute;
	z-index: 1;
	line-height: 30px;
}
#menu-nav ul.menu li {
	font-size:14px;
	text-align:left;
	float:left;
	font-style:italic;
}
#menu-nav ul.menu li a {
	color:#39ACAC;
	text-decoration:none;
	padding:0 12px 0 12px;
	margin:0 0 0 6px;
	font-weight:bold;
	display:block;
}
#menu-nav ul.menu li a:hover {
	color:#FFF;
	text-decoration:none;
	display:block;
	background:url(../images/bgmenu.jpg) repeat-x center;
}


/* PAGE LAYOUT */

#wrap-slider {
	width:950px;
	height:340px;
	border:1px solid #FFF;
	margin:0 auto;
	position:relative;
	left:-7px;
	overflow:hidden;
	padding:0;
}

#wrap-content {
	width:950px;
	margin:35px auto;
	position:relative;
	left:-7px;
}
#wrap-content .leftcol {
	float:left;
	margin-left:10px;
	width:296px;
}
#wrap-content .midcol {
	float:left;
	margin:0 20px 0 20px;
	width:296px;
}
#wrap-content .rightcol {
	float:left;
	margin-right:10px;
	width:296px;
}

#footer {
	width:950px;
	height:76px;
	margin:36px auto;
	position:relative;
	left:-7;
	font-size:11px;
}
#footer .foot-left {
	position:absolute;
	width:332px;
	left:0px;
	padding-top:18px;
}
#footer .foot-mid {
	position:absolute;
	width:325px;
	left:352px;
	padding-top:18px;
}
#footer .foot-right {
	position:absolute;
	width:261px;
	right:0px;
	text-align:right;
	margin-top:9px;
	padding-top:10px;
	padding-right:46px;
	background:url(../images/paw.jpg) top right no-repeat;
}

.clearfix {
	clear:both;
}

#footer .h-row2 {
	width:950px;
	height:1px;
	margin:0 auto 0 auto;
	padding:0;
	background:url(../images/line-down.jpg) top center no-repeat;
}
#wrap-top .h-row1 {
	width:950px;
	height:1px;
	margin:0 auto 0 auto;
	padding:0;
	background:url(../images/line-down.jpg) top center no-repeat;
	top:106px;
	position:absolute;
}
#wrap-top .h-row1b {
	width:950px;
	height:13px;
	margin:0 auto 0 auto;
	padding:0;
	background:url(../images/line-up.jpg) top center no-repeat;
	top:108px;
	position:absolute;
}
/*Logos footer*/
footer {
	width: 960px;
	margin: 0 auto 0 auto;
}
footer .logos-f {
       width: 950px;
       height: 81px;
       text-align: center;
       background:url(../images/line-down.jpg) top center no-repeat;
       margin: 43px auto 0 auto;
}
footer .logos-f p {
       display: inline-block;
   		margin-top: 19px;
}
footer .logos-f p a {
       display: inline-block;
       margin-right: 55px;
}
footer .logos-f p a:last-child {
       margin-right: 0;
}

.social {
	position: absolute;
	left: 638px;
	top: 40px;
	list-style-type: none;
	z-index: 500000;
}


.social li {
	float:left;
	list-style-type:none;
	margin-right:6px;
}


