@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_gradiente.jpg);
	background-repeat: repeat-x;
	background-color: #FEFFB7;
	background-position: 0px 0px;
	z-index: 1;
}
#wood {
	background-image: url(bg_madera.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	height: 304px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	font-weight: lighter;
	color: #395400;
	padding-bottom: 5px;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	color: #395400;
	width: 260px;
	float: left;
	font-weight: lighter;
	display: block;
	text-align: center;
	padding-bottom: 20px;
}
#logo {
	float: left;
	position: absolute;
	top: 0px;
	z-index: 100;
	padding-left: 30px;
	padding-top: 10px;
	left: 0px;
}


.contenedor {
	margin-right: auto;
	margin-left: auto;
	width: 960px;
	position: relative;
}
.menu {
	position:relative;
	height:30px;
	width:680px;
	display: block;
	float: right;
	padding-top: 90px;
	clear: both;
}

.menu ul {
	list-style:none;
	z-index:10;
	position:absolute;
	z-index:100;
}
.menu li {
	float:left;
	margin-right: 5px;
}
#menu li a {
	padding: 4px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#menu li a:hover {
	color: #FFFFFF;

}
#barra {
	position:absolute;
	bottom:0;
	height:4px;
	z-index:10;
	background-color: #FFFFFF;
}
.slide {
	clear: both;
	float: left;
	display: block;
	width: 960px;
	height: 320px;
	padding-top: 20px;
}
.contenido {
	clear: all;
	float: left;
	width: 640px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #395501;
	font-style: italic;
}
.contenido ul {
	list-style-type: disc;
	list-style-position: inside;
	padding-left: 10px;
	list-style-image: url(bullet.gif);
}

.galeria {
	float: left;
	margin-top: 20px;
	margin-right: 20px;
	border: 4px solid #415E01;
}
.pie {
	background-image: url(pie.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 80px;
	float: left;
	clear: both;
	display: block;
	width: 920px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 13px;
	padding-top: 30px;
	text-align: right;
	padding-right: 20px;
	padding-left: 20px;
	background-color: #4B7000;
}
#formulario {
	float: right;
	width: 260px;
	background-image: url(bg_formulario.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
}
.titulo_tabla {
	color: #FFFFFF;
	background-color: #2B4714;
	padding: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FEFEC8;
}
.color_tabla {
	color: #FFFFCD;
	background-color: #333333;
	padding: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FEFFC6;
	font-size: 12px;
	margin: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FEFFC6;
}



.pie a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.ipatsa {
	float: left;
	width: 400px;
	font-size: 10px;
	text-align: left;
	font-weight: lighter;
	text-decoration: none;
	margin-top: 30px;
}




















/* formulario */ 
fieldset {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 

legend {
	font-size:16px;
	text-decoration: none;
	font-weight: lighter;
	padding-top: 10px;
	padding-bottom: 20px;
	height: 30px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
} 

label {
	display:block;
	width: 70px;
	margin: 0px;
	height: 20px;
	vertical-align: middle;
	clear: left;
	font-size: 12px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #395400;
} 
 label.error{
	display:block;
	font-weight:lighter;
	width: 200px;
	font-size: 11px;
	color: #C93A14;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	padding-top: 6px;
	padding-bottom: 5px;
	background-image: url(error.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	height: 30px;
	padding-left: 24px;
} 
input, textarea, select {
	float: left;
	background-color: #FFFFFF;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	margin-bottom: 8px;
	border: 1px solid #DADBA4;
	width: 180px;
} 
.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;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 14px;
	background-color: #2B4714;
	margin-left: 90px;
}
input:focus, textarea:focus {
	background-color: #FEFFB7;
}  

