@charset "utf-8";
/* CSS Document */

* {
margin: auto;
padding : 0;
}
img {
border : 0;
}
body {
background : url(../images/back_all.gif) repeat-x #255e0a;
color : #000;
font-family : Helvetica, Arial;
font-size : 15px;
text-align : left;
width : 917px;
}
header {
height : 328px;
background : url(../images/header.jpg) no-repeat;
}
header h1 {
float : left;
position : absolute;
z-index : -1;
font-size : 4em;
font-weight : bold;
width : 920px;
}
header h3 {
float : left;
position : absolute;
z-index : -1;
font-size : 1.5em;
font-weight : bold;
width : 920px;
}
header p {
font-size : 4em;
font-weight : bold;
letter-spacing: -2px;
margin-top : 0;
padding-left : 36px;
text-shadow : #000 -2px 2px 5px;
}
header span {color : #fff;}
header h2 {
width : 920px;
font-size : 2em;
margin-top : -18px;
margin-left: 38px;
letter-spacing: -1.5px;
text-shadow : #fff -1px 1px 2px;
}
header .tel {
font-size : 4em;
margin-top : 171px;
margin-left : 40px;
letter-spacing: 2px;
text-shadow : #fff -1px 1px 4px;
}

nav {
width : 892px;
height : 48px;
padding-left : 25px;
background : url(../images/buttons.gif) no-repeat;
}
nav ul {
list-style : none;
}
nav li {
display : inline;
}
nav a {
float : left;
width : 124px;
height : 33px;
display : block;
text-align : center;
text-decoration : none;
color : #fff;
font-weight : bold;
font-size : 15px;
padding-top : 15px;
text-transform : uppercase;
}
nav a:hover {
width : 124px;
height : 33px;
color : #f00;
text-decoration : underline;
background : url(../images/buttons_r.gif) repeat-x;
}
section {
width : 578px;
float : left;
background : url(../images/back_top.png) top no-repeat;
background-color : #fff;
padding : 30px;
padding-top : 50px;
}
article {
width : 550px;
padding : 10px;
margin-left : 0px;
}
article a {
color : #255e0a;
text-decoration : none;
}
article p {
margin : 5px;
padding : 0;
padding-bottom : 10px;
}
article h2 {
margin : 0;
padding : 0;
padding-top : 10px;
font-size : 1.5em;
color : #255e0a;
}
article h3 {
font-size : 0.6em;
color : #255e0a;
margin-bottom: 30px;
}
article ol {
margin-left : 30px;
}
aside {
	background : url(../images/back_top_.png) top no-repeat;
width : 249px;
padding-right : 30px;
padding-top : 10px;
float : right;
}
aside .ofertas {
width : 224px;
height : 34px;
font-size : 24px;
font-weight : bold;
padding-left : 25px;
padding-top : 9px;
text-transform : uppercase;
color : #ffffff;
background : url(../images/title.gif) repeat-x;
}
aside .titulo {
font-size : 15px;
font-weight : bold;
}
aside ul {
list-style : none;
margin-bottom : 10px;
background : url(../images/title_back.gif) top no-repeat;
}
aside li {
padding : 20px;
padding-bottom : 5px;
}
aside a {
text-decoration : none;
color : #000000;
}
aside a:visited {
color : #000000;
}
aside p {
font-size : 12px;
}
aside .precio {
text-align : center;
font-size : 14px;
font-weight : bold;
color : #255e0a;
}
aside .email a {
	padding-bottom: 20px;
font-size : 16px;
font-weight : bold;
color : #27600b;
}
aside .email2 a {
	padding-bottom: 20px;
	letter-spacing: -1px;
font-size : 15px;
font-weight : bold;
color : #27600b;
}
#footer {
	height: 54px;
	clear: both;
	padding-top: 20px;
	border-top: 5px solid #FEFA8B;
	margin-left: 20px;
	margin-right: 20px;
	background: url(../images/footer.gif) repeat-x top;
	background-color : #fff;
}

footer {
	background-color : #fff;
}

footer p {
	margin: 0;
	font-size: 12px;
	text-align: center;
	color: #333333;
}
footer h4 {
	margin-top:-8px;
	margin-bottom: 20px;
	margin-left: 5px;
	margin-right: 5px;
	font-size: 0.5em;
	text-align: center;
	color: #333333;
}
footer a {color: #333333;}



.error { color: #f00; font-weight: bold; font-size: 1.4em; }
.success { color: #00f; font-weight; bold; font-size: 1.5em; }
.note { font-size: 18px; }
.derecha {text-align: center;}

label {display:block;font-weight:bold;margin-top:8px;margin-bottom: 2px;} 
legend {font-size:0.7em;} 
fieldset {padding-left: 10px;} 
input, textarea {border:1px solid #000;} 
input:focus, textarea:focus {background:#FFF799;} 

.ads {
	font-size: 14px;
	border-radius: 0.5em;
	box-shadow: 0px 5px 10px rgba(0,0,0,0.5);
	display: block;
	margin: 1em auto;
	padding: 1em;
	width: 85%;
}

#galeria li{
list-style-type:none;
	width: 260px;
	height: 200px;
	float: left;
}
.galeria img {border:1px solid green;}

#delegaciones li {
	font-size: 14px;
	width: 270px;
	height: 90px;
	float: left;
}
#hide {display:none;}