

:focus {
	outline: 0;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

a img, iframe {
	border: none;
}

ol, ul {
	list-style: none;
}

input, textarea, select, button {
	font-size: 100%;
	font-family: inherit;
}

select {
	margin: inherit;
}

/* Fixes incorrect placement of numbers in ol's in IE6/7 */
ol { margin-left:2em; }


#page_exty {
	width: 100%;
}

#pagey {
	position: relative;
	margin: 0 auto;
	width: 530px;
	height: 390px;
	overflow: hidden;
}


#canvas {
	position: absolute;
	left: 10px;
	top: 1px;
	z-index: 1;
	width: 530px;
	height: 390px;
	padding: 0;
}


#scroll {
	position: relative;
	margin: 40px auto 0 auto;
	width:530px;
	height: 390px;
	overflow: hidden;
}

.panel {
	width: 530px;
	height: 390px;
}


.info {
	float: left;
	width: 480px;
	margin-right: 2px;

}

.info h3 {
	padding: 5px;
	border-bottom: 1px dashed #98A973;
	font: bold 14pt "Lucida Grande", "Lucida Sans Unicode", "Arial Black", Gadget, sans-serif;
	color: #3A2413;
}

.info p {
	margin-top: 10px;
	font-size: 10pt;
	line-height: 130%;
	color: #333;
}


/*=INICIO=*/
#inicio {
	background: url(portada.png) center top no-repeat;
}

#inicio div {
	display: none;
}

/*=ACERCA=*/
#acerca {
	padding-top: 215px; 
	background: url(about.png) top center no-repeat;
}

#acerca_info {
	display: none;
}

#acerca ul {
	margin-left: 20px;
	font-size: 8pt;
}

#acerca li {
	margin-top: 4px;
}

/*=CONTACTO=*/
#explicacion {
	display: inline;
	float: left;
	width: 255px;
	padding: 20px 15px 20px 50px;
	text-align: right;
	border-right: 1px dotted #B9BD72;
	color: #454621;
}

#explicacion p {
	margin-bottom: 5pt;
}

#verdeo_datos {
	margin-top: 15pt;
	padding-top: 15pt;
	border-top: 3px double #D4D6A8;
	font-size: 9pt;
	line-height: 150%;
	color: #767939;
}

#formato {
	display: inline;
	float: left;
	width: 335px;
	margin-left: 15px;
	padding-left: 5px;
}

#formato br {
	display: none;
}

#formato label {
	display: block;
	width: 325px;
	text-transform: uppercase;
	font: 7pt Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
}

#formato input {
	display: block;
	width: 323px;
	height: 20px;
	margin-bottom: 4px;
	padding-left: 4px;
	padding-top: 2px;
	border: 1px solid #B9BD72;
	font: 12pt/10pt Arial, Helvetica, sans-serif;
	background: #F7F6D6;
	/*borde redondo*/
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#formato #telefono {
	height: 15px;
	font: 10pt monospace;
}

#formato textarea {
	width: 320px;
	height: 130px;
	overflow: auto;
	margin-bottom: 5px;
	padding-left: 5px;
	border: 1px solid #B9BD72;
	font: 10pt sans-serif;
	background: #F7F6D6;
	/*borde redondo*/
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#boton {
	border: 1px solid #333;
	color: #F7F6D6;
	background: #7F4A15;
	cursor: pointer;
	/*borde redondo*/
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.nota {
	font-size: 8pt;
}

/*=estilos para jQuery=*/
#formato .hover { border-color: #000; }
#formato .focus { background: #FFF; border-color: #B9BD72; }
#formato .fill { background: #E9E590; border-color: #B9BD72; }
#formato .bhover { background: #000; }



/*=Botones lineales=*/
#btnLeft, #btnRight {
	position: absolute;
	top:335px;
	display: block;
	width: 50px;
	height: 50px;
	text-decoration: none;
	background: url(arrows.gif) no-repeat;

}

#btnLeft {
	left: 425px;
	background-position: 0 0;
}

#btnRight {
	left: 475px;
	background-position: -50px 0;
}
