@import url(cuerpo.css);
@import url(menuses.css);
html { overflow:hidden; }
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	font-weight: normal;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
}
h3 {
	font-size: 1.1px;
	font-weight: bold;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
}
.bloque {
	padding: 5px;
	border: 10px;
	background-color: #d0d0d0;
	border: 1px dashed #b0b0b0;
}

.oculto {	display: none;
}
.sangrado {
	font-size:0.9em;
	padding-left: 25px;
}
.textochico {
	font-size: .8em;
}
div#artesano {
	width: 300px;
	/*background-color: #D2C600;*/
	background-color: #FFFFFF;
	padding: 5px;
	margin-left: 25px;
	font-size: 0.9em;
}
div#cabecera {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 110px;
	z-index: 1;
	background : url("../img/cabecera.jpg") no-repeat;
}
div#cabecerastd {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 221px;
	z-index: 1;
	background : url("../img/cabecerastd.jpg") no-repeat;
}
div#localizacion {
	display: none;
}
div#enlaceprincipal {
	position: absolute;
	top: 0px; left: 0px;
	width: 150px;
	height: 110px;
	z-index: 2;
}
div#enlaceprincipal a {
	display: block;
	position: absolute;
	top: 0px; left: 0px;
	width: 150px;
	height: 110px;
	background:  url("../img/ms_vacio.gif") no-repeat top;
}
div#menusuperior {
	position: absolute;
	width: 435px;
	height: 22px;
	top: 34px;
	left: 302px;
	margin: 0px;
	z-index: 2;
}
div#enlacefedac{
	position: absolute;
	top: 2px; left: 169px;
	z-index:200;
}
div#enlacefedac a {
	display: block;
	width: 117px;
	height: 70px;
	background: url("../img/ms_vacio.gif") no-repeat top;
}
div#enlacefedac a:hover, div#enlacefedac a:focus {
	background:  url("../img/fedac_iluminado.gif") no-repeat top;
}
#enlacecultura a {
	display: block;
	position: absolute;
	top: 0px; left: 0px;
	width: 95px;
	height: 22px;
	background:  url("../img/ms_vacio.gif") no-repeat top;
}
#enlacecultura a:hover, #enlacecultura a:focus {	background:  url("../img/ms_cultura.gif") no-repeat top;
}
#enlacecarta a {
	display: block;
	position: absolute;
	top: 0px; left: 113px;
	width: 95px;
	height: 22px;
	background:  url("../img/ms_vacio.gif") no-repeat top;
}

#enlacecarta a:hover, #enlacecarta a:focus {
	background:  url("../img/ms_carta.gif") no-repeat top;
}

#enlacefondo a {
	display: block;
	position: absolute;
	top: 0px; left: 226px;
	width: 95px;
	height: 22px;
	background:  url("../img/ms_vacio.gif") no-repeat top;
}

#enlacefondo a:hover, #enlacefondo a:focus {
	background:  url("../img/ms_fondo.gif") no-repeat top;
}

div#pageContainer {
	float: left;
	position: absolute;
	top: 120px; left: 165px;
	width: 859px;
	height: 460px;
	overflow-y: auto;
	overflow-x: auto;
	z-index: 2;
}

div#contenido {
	position: relative;
	width: 90%;
	min-height: 400px;
	top: 45px;
	left: 0px;
	padding-left: 10px;/*10*/
	padding-right: 25px;/*25*/
	margin-left: 10px;
	margin-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	font-size: 10pt;
	z-index: 4;
}

div#contenido a {
	text-decoration: none;
}

div#contenido a:hover, div#contenido a:focus {
	text-decoration: underline;
}

div#contenido p {
	font-size: 10pt;
}

div#contenido * img{
	float:none;
}

div#correo {
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	top: 100px;
	width: 1000px;
	text-align: right;
	font-size: 8pt;
	z-index: 3;
}

div#correo a {
	text-decoration: none;
}

div#formulario {
	/*width: 55%;*/
	width: 600px;
	min-width: 500px;
	background-color: #C8BC00;
	border: 1px dotted #747882;
	padding: 5px;
	margin-left: 25px;
	font-size: 0.9em;
	text-align: center;
}

div.row {
  clear: both;
  padding-top: 5px;
}

div#precarga img {
	position: absolute; top: -500px; left: -600px;
}

div.row span.label {
  float: left;
  font-size: small;
  width: 65px;
  text-align: right;
}

div.row span.labelProductos {
  float: left;
  font-size: small;
  width: 120px;
  text-align: right;
}

div.row span.formw {
  float: left;
  width: 250px;
  text-align: left;
  padding-left: 10px;
}

div#titular {
	position: absolute;
	top: 0px; left: 0px;
	width: 555px;
	height: 100px;
	text-align: left;
	background: url("../img/fondo_titular.gif") top left no-repeat;
	z-index: 3;
}

div#titular h1 {
	font-size: 18pt;
	display: inline;
	line-height: normal;
}

div#titulo{
	width: 25em;
	background: url("../img/fondo_titulo.jpg") no-repeat left bottom;
	z-index: 2;
	height:2em;
}
div#titulo h2{
	font-size: 12pt;
	display:inline;
}
body {
	font-size: 85%;
}
body p {
  	voice-family: "\"}\"";
  	voice-family: inherit;	font-style: normal;
}
body h3 {
  	voice-family: "\"}\"";
  	voice-family: inherit;
 	font-size: 11pt;
}
html>body h3 {
	font-size: 11pt;
}
li {
	font-size: 10pt;
}#map{
	height:300px;
	width:490px;
 	border: 2px solid #747882;
}

#contenido table.ficha_artesano{
width:200px;
}

