@charset "utf-8";
/* Globals */
*, 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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  font: inherit;
  vertical-align: baseline;
  text-decoration: none;
  margin: 0px;
  padding: 0px;
  list-style-type: none; }


body {
	color: #333;
	font-family: gidolinya-regular;
	background-color: #FFFFFF;
	background-image: url(../imagenes/generales/fondo_cabecera.gif);
	background-repeat: repeat-x;
}
#cabecera {
	height: 180px;
	text-align: center;
	max-width: 1280px;
	margin-right: auto;
	margin-left: auto;
}


#logo_cabecera  {
	height: 100px;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 40px;
	font-size: 1.5em;
}
#logo_cabecera a {
	color: #333;
}
#logo_cabecera a:hover {
	color: #FD4F00;
}
.tf_cabecera {
	font-size: 2em;
}




a:hover {
	/* [disabled]text-decoration: underline; */
	color: #333;
}
#menu_cabecera {
	padding-top: 0;
	padding-right: 5%;
	padding-bottom: 0;
	padding-left: 5%;
	width: 90%;
	max-width: 1280px;
	visibility: visible;
	z-index: 1000;
}
/*
#menu_cabecera li {
	display: inline;
}
#menu_cabecera a {
	display: block;
	float: left;
	width: 12%;
	padding-right: 0.25%;
	padding-left: 0.25%;
	color: #FFF;
}
#menu_cabecera a:hover {
	color: #333;
}

*/


.galeria {
	width: 100%;
	margin: 50px auto;
	/* [disabled]z-index: -100; */
}

@media all and (min-width: 800px) {
.bodegon h1 {
	padding: 5px;
	margin-bottom: 30px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	color: #FD4F00;
	font-size: 2em;
	text-align: center;
}
.bodegon h1 a {
	color: #FD4F00;
}
.bodegon h1 a:hover {
	text-decoration: underline;
}


#contenedor {
	z-index: -1000;
	position: relative;
}


#cuerpo {
	margin-right: auto;
	margin-left: auto;
	max-width: 1280px;
	text-align: center;
}
#cuerpo h1 {
	font-size: 2em;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FD4F00;
	border-bottom-color: #FD4F00;
	margin-bottom: 25px;
	margin-top: 15px;
}
#cuerpo h3 {
	font-size: 1.75em;
	border-bottom-width: 3px;
	border-top-style: none;
	border-bottom-style: double;
	border-bottom-color: #666666;
	margin-bottom: 25px;
	margin-top: 15px;
	color: #FD4F00;
}

.miniatura {
	margin: 26px;
	float: left;
	height: 300px;
	width: 160px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #F60;
}
.miniatura h2 {
	background-color: #FC5003;
	color: #FFF;
	padding: 5px;
}
.miniatura a {
	color: #FC5003;
}
miniatura a:hover {
	text-decoration: underline;
}




.bodegon {
	margin-top: 25px;
	margin-bottom: 25px;
}
.textoficha {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FD5205;
	padding-top: 10px;
	float: right;
	width: 58%;
}
.textomini {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FD5205;
	padding-top: 10px;
}

.textoficha p , .textoficha br{
	margin-bottom: 1em;
}

.ficha {
	text-align: left;
	padding-bottom: 50px;
}



#pie {
	color: #333;
	background-color: #FD5205;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #333;
	text-align: center;
	height: 100px;
	margin-top: 50px;
	padding-top: 15px;
}
#pie a {
	color: #FFF;
}
#pie a:hover {
	text-decoration: underline;
}





  body {
    font-size: 100%; }
  body.home-page #site-header {
      background:30px;
      min-height: 196px; }
}

.flotar_dcha {
	float: right;
}
.flotar_izq {
	float: left;
}

.clear {
  clear: both; }
#cuerpo form  {
	font-size: 1em;
	line-height: 1.2em;
	padding-top: 20px;
	padding-bottom: 15px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 300px;
}
label {
	display: block;
	float: left;
	width: 100px;
	text-align: left;
	margin-left: 15px;
}

.campo {
	margin-bottom: 15px;
	display: block;
	float: left;
}
form #button {
	color: #FFFFFF;
	background-color: #FD4F00;
}
