/******************************************************************************
 *
 *
 *
 *
 *
 *
 *****************************************************************************/
@import url( 'defaults.css' );
@import url( 'normalize.css' );
@import url( 'main.css' );
@import url( 'internal.css' );
/*=============================================================================
 =
 ============================================================================*/
body {
   clear: both;
   float: left;
   width: 100%;
   /*min-width: 75em;*/
   height: auto;
   margin: 2px;
   padding: 2px;
   color: rgb(121, 121, 121);
   /*
   font-weight: bold;
   font-size: 1.2em;
   border: thin solid rgb(0,0,0);
   font-size: 1.3em;
   font-family: "Roboto,sans-serif";
   font-size: 13px;
   height: auto !important;
   line-height: 18.2px;
   margin-bottom: 0px;
   margin-left: 0px;
   margin-right: 0px;
   margin-top: 0px;
   padding: 10em 0 5em;
   */
   /*
   background: -webkit-linear-gradient(top, #FFFFFF 50%, #006699 90%);
   background-attachment: fixed;
   background-color: rgba(231, 231, 231,0.4);
   background-image: url("http://www.palomodeonis.net/Escudo_Familia_de-ONIS.gif");
   background-position: 50% 100%;
   background-repeat: no-repeat;
   */
   background-image: url("../img/fondos/rosa-amarilla.gif");
   background-attachment: fixed;
   background-position: 0% 0%;
   background-repeat: repeat;
}
/*-----------------------------------------------------------------------------
 - 
 ----------------------------------------------------------------------------*/
.header {
   position: fixed;
   z-index: 5;
   clear: both;
   float: left;
   height: 7em;
   width: 99%;
   /*
   border: thin solid rgb(255,0,0);
   margin: 2px auto 2px auto;
   padding: 2px;
   border-radius: 0px 0px 5px 5px;
   border-top: thin solid rgb(151, 12, 21);
   border-bottom: thin solid rgb(151, 12, 21);
   background-color: rgba(255, 255, 0, 0.698);
   background-color: #f8e7c9;
   background-color: rgba(255, 255, 0, 0.698);
   background: #f8e7c9;
	background: -moz-linear-gradient(top, #f8d291 0%, #f8e7c9 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8d291), color-stop(100%,#f8e7c9));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8d291', endColorstr='#f8e7c9',GradientType=0 );
   */
   /* Warning! 
	-moz-box-shadow: 0px 1px 4px #000000;
   height: auto !important;
   */
	/*
	box-shadow: 0px 1px 4px #000000;
   -webkit-box-shadow: 0px 1px 4px #000000;
   -webkit-box-shadow: 0 0.063em 0.25em rgba( 37, 50, 55, .25 ); / <--> * 1 4 * <--> /
	box-shadow: 0 0.063em 0.25em rgba( 37, 50, 55, .25 ); / <--> * 1 4 * <--> /
   */
	/*
   -webkit-transition-duration: .5s;
	transition-duration: .5s;
	-webkit-transition-timing-function: cubic-bezier( 0.215, 0.610, 0.355, 1.000 );
	transition-timing-function: cubic-bezier( 0.215, 0.610, 0.355, 1.000 );
	-webkit-transition-property: -webkit-transform, height, padding-top, padding-left;
	transition-property: transform, height, padding-top, padding-left;
   */
}
.header header {
   height: 7em;
}
.header footer {
   height: 2em;
}
.header--hidden {
   -webkit-transform: translateY( -75% );
   -ms-transform: translateY( -75% );
   transform: translateY( -75% );
}
.header--narrow {
   height: 3em; /* 5em = 80 */
}
/*-----------------------------------------------------------------------------
 -
 ----------------------------------------------------------------------------*/
#logo {
   text-align: center;
   /*
   text-shadow: rgb(150,150,150) 1px 3px 1px;
   background-color: rgba(231, 231, 231, 0.4);
   */
}
#logo img{
   -webkit-box-shadow: 0 0 0.313em rgba( 0, 0, 0, .05 ); /* 5 */
   box-shadow: 0 0 0.313em rgba( 0, 0, 0, .05 ); /* 5 */
   -webkit-box-shadow: 0 0 0.313em rgba( 0, 0, 0, .05 ); /* 5 */
   box-shadow: 1em 1em 1em 1em rgba( 255, 255, 255, .05 ); /* 5 */
}
/*-----------------------------------------------------------------------------
 -
 ----------------------------------------------------------------------------*/
.header p {
   color: #f8d291;
   font-size: 4em;
   text-align: center;
   text-shadow: rgb(150,150,150) 1px 3px 1px;
   /*
   border: thin solid rgb(0,255,0);
   background-color: rgba(231, 231, 231, 0.4);
   margin: 2px auto 2px auto;
   padding: 2px;
   font-family: Scriptina, normal;
   font-family: 'Deadly Inked';
   font-family: 'Pacifico';
   font-family: 'AquilineTwo';
   font-family: 'Arizonia-Regular';
   font-weight: bold;
   */
   /*font-stretch : expanded | extra-expanded | ultra-expanded */
}
/*-----------------------------------------------------------------------------
 -
 ----------------------------------------------------------------------------*/
#menu {
   position: relative;
   float: left;
   z-index: 5;
   height: auto;
   width: 100%;
   display: block;
   overflow: hidden;
   text-align: center;
   font-size: 1.3em;
   /*
   line-height: 1.1em;
   border: thin solid rgb(0,0,255);
	margin: 0px auto 0px auto;
	margin: 2px auto 2px auto;
   border-radius: 15px 15px 15px 15px;
   border-top: thin solid rgb(151, 12, 21);
   border-bottom: thin solid rgb(151, 12, 21);
   border-left: thin solid rgb(151, 12, 21);
   border-right: thin solid rgb(151, 12, 21);
	box-shadow: 0px 1px 4px #000000;
   -webkit-box-shadow: 0px 1px 4px #000000;
	-moz-box-shadow: 0px 1px 4px #000000;
   */
}
	
#menu table {
/*
   background-color: rgba(255, 127, 0, 0.698);
   background: #f8e7c9;
	background: -moz-linear-gradient(top, #f8e7c9 0%, #f8d291 100%);
*/
/* No soportado en Firefox 20.0 */
/*
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8e7c9), color-stop(100%,#f8d291));
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8e7c9', endColorstr='#f8d291',GradientType=0 );
*/
   width: 99%;
   height: auto;
	float: left;
   text-align: center;
/*
	margin: auto;
   margin: 0px auto 0px auto;
	margin: 2px auto 2px auto;
   border: thin solid rgb(0,0,255);
*/
}

/*-----------------------------------------------------------------------------
 -
 ----------------------------------------------------------------------------*/
/* No soportado en Firefox 20.0 */
/*
@supports ( background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,red), color-stop(0%,red)) ) {
#menu nav {
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8e7c9), color-stop(100%,#f8d291));
}
} 
@supports ( filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 ) ) {
#menu nav {
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8e7c9', endColorstr='#f8d291',GradientType=0 );
}
} 
*/
/*-----------------------------------------------------------------------------
 -
 ----------------------------------------------------------------------------*/
#menu table tr {
   width: 99%;
	list-style: none;
   /*
   display: table-row;
   border: 1px solid rgb(255, 0, 0);
	padding-left: 0.2em;
	padding-right: 0.2em;
	margin-left: 0.2em;
	margin-right: 0.2em;
   border-top: 1px solid rgb(102, 255, 102);
   margin-left: 5%;
   margin-right: 5%;
   margin-left: 5%;
   border-bottom: 1px solid rgb(102, 102, 102);
   */
}
#menu table tr td {
   text-align: center;
   width: 16.5%;
   text-shadow: rgb(250,250,250) 1px 1px 1px;
   /*
   border-left: 1px solid rgb(102, 255, 102);
   border-right: 1px solid rgb(102, 255, 102);
   list-style-position: inside;
   */
}
#menu table tr td a{
	padding-left: 0.1em;
/* No soportado en Firefox 20.0 */
/*
   background-color: rgba(255, 127, 0, 0.698);
   background: #f8e7c9;
	background: -moz-linear-gradient(top, #f8e7c9 0%, #f8d291 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8e7c9), color-stop(100%,#f8d291));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8e7c9', endColorstr='#f8d291',GradientType=0 );
*/
	text-align:center;
	text-decoration:none;
	color: #888;
   /*text-shadow: rgb(110,110,110) 1px -1px 1px;*/
}

#menu table tr td a:hover{
/* No soportado en Firefox 20.0 */
/*
	background-color: rgba(63, 55, 0, 0.698);
   background: #f8e7c9;
	background: -moz-linear-gradient(top, #f8e7c9 0%, #f8d291 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8e7c9), color-stop(100%,#f8d291));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8e7c9', endColorstr='#f8d291',GradientType=0 );
*/
	color: #888;
	font-weight: bold;
}
/*=============================================================================
 = 
 ============================================================================*/
.content {
   top: 6.7em;
   /*
   margin-bottom: 6.7em;
   bottom: 6.7em;
   position: relative;
   */
   bottom: 3.7em;
   position: absolute;
   float: left;
   clear: both;
   width: 98%;
   height: auto !important;
   /*
   border: thin solid rgb(255, 127, 127); 
   height: auto;
   background-color: rgba(231, 231, 231, 0.4);
   height: 1024px;
   padding: 2px; 
   margin: 2px auto 2px auto;
   position: absolute;
   height: auto !important;
   background-attachment: fixed;
   background-color: rgba(231, 231, 231,0.4);
   background-image: url("http://www.palomodeonis.net/Escudo_Familia_de-ONIS.gif");
   background-position: center center;
   background-repeat: no-repeat;
   background-attachment: relative;
   background-color: rgba(231, 231, 231,0.4);
   background-image: url("../imagenes/fondos/fondo_floreado.gif");
   background-position: center center;
   background-repeat: no-repeat;
   */
}

/*
border-radius: 5px 5px 5px 5px;
border-top: thin solid rgb(151, 12, 21);
border-bottom: thin solid rgb(151, 12, 21);
border-left: thin solid rgb(151, 12, 21);
border-right: thin solid rgb(151, 12, 21);
box-shadow: 0px 1px 4px #000000;
-webkit-box-shadow: 0px 1px 4px #000000;
-moz-box-shadow: 0px 1px 4px #000000;
*/

#gallery {
   position: relative;
   float: left;
   clear: none;
   width: 98%;
   height: auto !important;
   /*
   border: thin solid rgb(0,0,0);
   padding: 2px; 
   margin: auto 1% auto 1%;
   */
}

.central {
   position: relative;
   float: none;
   clear: both;
   margin: 1em auto 1em auto;
   width:85%;
   font-size: 1.3em;
   /*
   border: thin solid rgb(0,0,0);
   */
}
.central_izq {
   position: relative;
   float: left;
   clear: both;
   margin: .1em auto .1em auto;
   width:69%;
   text-align: right;
   /*
   height: auto;
   border: thin solid rgb(127,0,0);
   */
}
.central_der {
   position: relative;
   float: right;
   margin: 1em auto 1em auto;
   width:30%;
   /*
   height: auto;
   border: thin solid rgb(0,127,0);
   */
}

h2 {
   font-size: 1.5em;
   line-height: 1em;
}

/*=============================================================================
 =
 ============================================================================*/

.footer {
   display: block;
   height: 4em;
   width: 99%;
   position: fixed;
   float: left;
   bottom: 0;
   z-index: 5;
/* No soportado en Firefox 20.0 */
/*
   background-color: rgba(255, 255, 0, 0.698);
   background: #f8e7c9;
	background: -moz-linear-gradient(top, #f8e7c9 0%, #f8d291 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8e7c9), color-stop(100%,#f8d291));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8e7c9', endColorstr='#f8d291',GradientType=0 );
*/
   border-radius: 15px 15px 0px 0px;
   /*
   margin: 2px auto 2px auto;
   padding: 2px;
   border: thin solid rgb(255,0,0);
   border-top: thin solid rgb(151, 12, 21);
   border-bottom: thin solid rgb(151, 12, 21);
   border-left: thin solid rgb(151, 12, 21);
   border-right: thin solid rgb(151, 12, 21);
   vertical-align: baseline;
   left: 5%;
   right: 5%;
   */

   background-image: url("../img/pie-flores-verdes.gif");
   background-attachment: fixed;
   background-position: 50% 100%;
   background-repeat: no-repeat;

}
.footer ul li{
   text-align: center;
   width: 33%;
   height: auto;
   line-height: 3em;
   color: #f8d291;
   font-size: .8em;
   vertical-align: middle;
   text-shadow: rgb(150,150,150) 1px 1px 1px;
}
.footer ul li a{
   text-decoration: none;
	padding-left: 0.3em;
/* No soportado en Firefox 20.0 */
/*
   background-color: rgba(255, 127, 0, 0.698);
   background: #f8e7c9;
	background: -moz-linear-gradient(top, #f8e7c9 0%, #f8d291 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8e7c9), color-stop(100%,#f8d291));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8e7c9', endColorstr='#f8d291',GradientType=0 );
*/
	text-align: center;
	color: #999;
   /*
   font-stretch: expanded;
	float:left;
	display:block;
	padding-right: 0.3em;
	background-color: rgba(255, 127, 0, 0.698);
	border-right:1px solid #666;
   text-shadow: rgb(110,110,110) 1px -1px 0px;
   */
   font-stretch: expanded;
}
.footer ul li a:hover{
/* No soportado en Firefox 20.0 */
/*
	background-color: rgba(63, 55, 0, 0.698);
   background: #f8e7c9;
	background: -moz-linear-gradient(top, #f8e7c9 0%, #f8d291 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8e7c9), color-stop(100%,#f8d291));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8e7c9', endColorstr='#f8d291',GradientType=0 );
*/
	color: #888;
	font-weight: bold;
}
/*=============================================================================
 =
 ============================================================================*/

.izq {
   float:left;
}
.der {
   float: right;
}
.cen {
   float:left;
}
.current {
   font-weight: bold;
}
/******************************************************************************
 *
 *****************************************************************************/

