@charset "utf-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	background-image: url(bg.jpg);
}
#contenedor {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(bg_contenido.gif);
	background-repeat: repeat-y;
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
	overflow: hidden;
}
h2 {
	font-size: 18px;
}

#top_contenedor {
	background-image: url(bg_top.gif);
	height: 14px;
	width: 920px;
	background-repeat: no-repeat;
	background-position: top;
}
#pie-contenedor {
	background-image: url(bg_fin.gif);
	clear: both;
	height: 140px;
	width: 920px;
	background-repeat: no-repeat;
	background-position: bottom;
	display: block;
}


#menu {
	width: 302px;
	background-image: url(bg_menu.gif);
	background-repeat: repeat-y;
	display: block;
	float: left;
	padding-left: 14px;
	background-position: 14px;
}

#campana {
	display: block;
	background-image: url(campana_sola.png);
	background-repeat: no-repeat;
	height: 530px;
	width: 205px;
	position: absolute;
	z-index: 100;
	top: 0px;
	background-position: right;
	right: 0%;
}


ul {
	list-style-type: none;
}
li {
}
li a {
	display: block;
	height: 30px;
	padding-top: 10px;
	background-image: url(punteado.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 16px;
	padding-left: 14px;
}
li a:hover {
	color: #CC6600;
}
#activo {
	background-image: url(activo.gif);
	background-repeat: no-repeat;
	font-weight: bold;
}

#slide {
	width: 580px;
	float: right;
	padding-right: 14px;
}
#contenido {
	float: right;
	width: 580px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #481802;
	line-height: 18px;
	padding-top: 14px;
	padding-right: 14px;
	padding-bottom: 14px;
}
#contenido a {
	color: #CF4111;
}
.galeria  {
	border: 4px solid #CCCCCC;
	margin-right: 12px;
	margin-top: 12px;
}

#pie {
	width: 890px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	height: 30px;
}
#pie a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
#pie img {
	float: left;
}
 /* Formulario*/
label {
	display:block;
	font-weight:normal;
	float: left;
	width: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #35290D;
	clear: left;
} 

legend {
	font-size:16px;
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
	color: #4A3A13;
	font-weight: lighter;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	width: 900px;
	clear: both;
} 
input, textarea {
	border:1px solid #622203;
	margin: 5px;
	float: left;
	background-color: #662604;
	padding: 2px;
	clear: right;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
} 
.submit {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	height: 40px;
	width: 100px;
	font-weight: normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 155px;
	font-size: 16px;
	background-color: #CD3907;
}
.reset {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	height: 40px;
	width: 100px;
	font-weight: lighter;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 20px;
	font-size: 16px;
	background-color: #6F371C;
}
input:focus, textarea:focus {
	background-color: #481802;
}  

