html,body{height:100%;}
body{
	background: #313639;
	font:14px/22px Arial, Helvetica, sans-serif;
	color:#889297;
	position:relative;
	min-width:960px;
}
/*********************************header*************************************/
header{
	width:100%;
    background-color: #f8f8f8;
	/*background:url(../images/content-tail.gif) center top repeat;*/
	padding:30px 0 35px;
}
	#page1 header{padding:30px 0 15px;}
header .indent-bottom{padding-bottom:35px;}

/* Por css no se adapta bien a ciertas resoluciones */
h1{float:left;}
	h1 a{
		display:block;
		width:260px;
		height:100px;
		overflow:hidden;
		text-indent:-100%;
		font-size:0;
		line-height:0;
		background:url(../images/desing/pavigalia_logo.png) 0 0 no-repeat;
	}
		h1 a:hover{text-decoration:none;}

/********************************* Content **********************************/
#content{
	width:100%;
    background-color: #f8f8f8;
	/*background:url(../images/content-tail.gif) center top repeat;*/
	padding-bottom:54px;
}
.content{
	width:100%;
    background-color: #f8f8f8;
	/*background:url(../images/content-tail.gif) center top repeat;*/
	padding-bottom:54px;
}

/* ---------- Titles ---------*/
h3, h1{
	font:400 20px/24px 'Oswald', sans-serif;
	color:#596266;
	text-transform:uppercase;
	word-spacing:2px;
	padding-top:12px;
	border-top:5px solid #d4d8d9;
}
h3.title2{padding-top:0; border-top:none; color:#596266;}
h3.title3{color:#596266; text-decoration:none;}
h3 a{color:inherit; text-decoration:none;}
h3 a:hover{color:#5D95CA; text-decoration:none;}

h6{font:normal 14px/22px Arial, Helvetica, sans-serif; color:#596266;}

/*---------- Columns --------*/
.col-9{float:right; margin-left:10px; margin-right:10px; width:700px;}
/*----------- Other -----------*/
.fleft{float:left; width:75%;}
.fright{float:right;}
/*---------- Links ----------*/
a{color:#5D95CA; outline:none; cursor:pointer; text-decoration:underline;}
	a:hover{text-decoration:none;}
a[href^="tel:"]{color: inherit; text-decoration:none;}
.button{
	display:inline-block;
	cursor:pointer;
	font:14px/22px Arial, Helvetica, sans-serif;
	color:#fff;
	text-decoration:none;
	padding:6px 13px 7px;
	background:#5D95CA;
}
	.button:hover{text-decoration:none; background-color:#313639;}
.magnify{
	display:block;
	width:34px;
	height:35px;
	overflow:hidden;
	background:url(../images/desing/magnify.png) center top no-repeat;
}
	.magnify:hover{background-position:center -57px;}
/*----- Images -----*/
.img-indent{float:left; margin-right:20px;}
/*---------- Lists -----------*/
.last-item{margin-right:0 !important; margin-bottom:0 !important;}
.list-1 li{
	font:14px/22px Arial, Helvetica, sans-serif;
	color:#3f3f3f;
	padding-left:9px;
	background:url(../images/desing/marker-1.gif) 0 7px no-repeat;
	margin-bottom:5px;
}
	.list-1 a{text-decoration:none; color:#5D95CA;}
		.list-1 a:hover{text-decoration:none; color:inherit;}
/*---------- Indents ---------*/
p{margin-bottom:22px}
.p0{margin-bottom:0;}
.p0-1{margin-bottom:3px;}
.p1{margin-bottom:5px;}
.p1-1{margin-bottom:8px;}
.p2{margin-bottom:10px;}
.p3{margin-bottom:15px;}
.p3-1{margin-bottom:18px}
.p4{margin-bottom:20px;}
.p4-1{margin-bottom:22px;}
.p5{margin-bottom:25px;}
.p5-1{margin-bottom:28px;}

.indent-top1{padding-top:6px;}
.indent-top2{padding-top:10px;}

.indent-bottom2{padding-bottom:10px;}
.indent-bottom4{padding-bottom:20px;}
.indent-bottom4-1{padding-bottom:23px;}
.indent-bottom8{padding-bottom:40px;}
/*----------- Map ------------*/
#map iframe{width:100%; height:255px;}
#map dl{width:100%; position:relative; overflow:hidden;}
#map dt{font:400 20px/27px 'Oswald', sans-serif; color:#596266; text-transform:uppercase; word-spacing:2px; margin-bottom:5px;}
#map dl span {float:left; width:84px;}
#map dl a{text-decoration:none;}
#map dl a:hover{text-decoration:underline;}
/************************************** Footer *************************************/
footer{width:100%; padding:48px 0; line-height:24px;}
	footer h3{
		padding-top:0;
		border-top:0;
		font-size:24px;
		line-height:30px;
		color:#fff;
	}
	footer h6{font-weight:bold; color:#fff; line-height:inherit;}
	.footer-text{color:#fff;}
		.footer-text strong{font-weight:bold;}
		.footer-text a{color:inherit; text-decoration:none;}
			.footer-text a:hover{color:#889297; text-decoration:none;}

/*----------- Back to top --------------*/
#toTop {
	display:none;
	width:55px;
	height:55px;
	overflow:hidden;
	background:url(../images/desing/totop.jpg) center top no-repeat;
	position:fixed;
	margin-right:-560px !important;
	right:50%;
	bottom:100px;
	z-index:999;
}
#toTopHover {
	float:left;
	display:block;
	background:url(../images/desing/totop.jpg) center -70px no-repeat;
	width:55px;
	height:55px;
	overflow:hidden;
	opacity: 0;
}
#toTop:active, #toTop:focus {outline:none;}

/*=================================================================================*/
@media only screen and (max-width: 995px) {
	p, .p3, .p3-1{margin-bottom:15px}
		.p4-1, .p5, .p5-1, .p6, .p6-1, .p7, .p7-1, .p8, .p8-1{margin-bottom:20px;}
	.img-indent:not(.img-indent-none-tp) img{width:auto;}
	.col-9{width:556px;}
	.indent-bottom6-1, .indent-bottom8{padding-bottom:30px;}
	/*-----------------------------------------*/
	body{min-width:768px;}
	.social-icons li{float:none; width:100%;}
	#toTop {display:none !important;}
}

@media only screen and (max-width: 767px) {
	.img-indent:not(.img-indent-none-ml) img{width:auto;}
	.col-9{float:none; margin:0 0 30px; width:100%;}
	.indent-top1{padding-top:0;}
	.indent-bottom4-1, .indent-bottom5{padding-bottom:30px;}
	/*-----------------------------------------*/
	body{min-width:420px;}
	.social-icons li{float:left; width:50%;}
}

@media only screen and (max-width: 479px) {
	.img-indent:not(.img-indent-none-mp) img{width:auto;}
	/*-----------------------------------------*/
	body{min-width:300px;}
}
