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

* {margin: 0px;padding: 0px;}

a:link {color: #255E0A;}
a:hover {text-decoration: none;color: #FF0000;}
a:visited {color: #255E0A;}

body {
	background: #255E0A url(/images/back_all.gif) repeat-x;
	font: 13px Arial, Helvetica, sans-serif;
	color: #000000;
}

#content {
	margin: 0 auto;
	width: 917px;
	text-align: left;
}

#main {
width: 857px;
background: url(/images/back_top.png) no-repeat top;
padding: 30px;
padding-top: 50px;
}

#back {
width: 917px;
background: url(/images/table_back.gif) repeat-y;
}

#header {
	height: 376px;
	text-align: right;
	background: url(/images/header.jpg) no-repeat;		
}

#logo {
width: 877px;
height: 118px;
text-align: right;
padding-top: 210px;
padding-right: 40px;
}
#logo a {
	text-decoration: none;
	text-transform: lowercase;
	font-style: italic;
	font-size: 18px;
	color: #ffffff;
}
#logo h2 a {font-size: 10px;}

#menu {
width: 892px;
height: 48px;
padding-left: 25px;
background: url(/images/buttons.gif) no-repeat;
}
#menu ul {list-style: none;}
#menu li {display: inline;}
#menu a {
	float: left;
	width: 124px;
	height: 33px;
    display: block;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	font-size: 15px;
	padding-top: 15px;
	text-transform: uppercase;
}
#menu a:hover {
	width: 124px;
    height: 33px;
	color: #ff0000;
	text-decoration: underline;
	background: url(/images/buttons_r.gif) repeat-x;
}

#right {
	width: 249px;
	float: right;
}
#right h3 {
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
}
#right h4 {font-size: 16px;}
#right ul {
	list-style: none;
	margin-bottom: 10px;
	background: url(/images/title_back.gif) no-repeat top;
}
#right li  {
	padding: 20px;
	padding-bottom: 5px;
}
#right a {text-decoration: none;color: #000000;}
#right a:visited {color: #000000;}
#right p {font-size: 12px;}
#right .precio {text-align: center;font-size: 16px;font-weight:bold;color: #255E0A}

#left {
width: 550px;
padding: 10px;
}
#left a {
color: #255E0A;
text-decoration: none;
}
#left p {
	margin: 5px;
	padding: 0;
	padding-bottom: 10px;
}
#left h2 {
	margin: 0;
	padding: 0;
	padding-top: 10px;
	font-size: 22px;
	color: #255E0A;
}
#left h3 {font-size: 9px;}
#left ol{margin-left: 30px;}

#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;
}
#footer p {
	margin: 0;
	font-size: 10px;
	text-align: center;
	color: #333333;
}
.claves {
	margin-left: 5px;
	margin-right: 5px;
	font-size: 8px;
	text-align: right;
	color: #333333;
}
#footer a {color: #333333;}
.delega{
	width: 550px;
	height: 40px;
	float: left;
}

#delegaciones li {
	width: 270px;
	height: 90px;
	float: left;
}
#galeria li{
list-style-type:none;
	width: 260px;
	height: 200px;
	float: left;
}
label {display:block;font-weight:bold;} 
legend {font-size:115%;} 
fieldset {padding-left: 10px;} 
input, textarea {border:1px solid #000;} 
input:focus, textarea:focus {background:#FFF799;}
#hide {display:none;}