

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000080; /*Color del texto navy */
}

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 500;
}

h1 {
	font-size: 2.4em;
}

h2 {
	font-size: 2.4em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top:0;
	line-height: 180%;
}

a {
	text-decoration: underline;
	color: #ffaa00; /* Color de enlaces hipertexto #0082B4 */
}

img.border {
	border: 6px solid #ff7b00; /*#E1F1F6  Bordes de las imágenes*/
}

img.alignleft {
	float: left;
	margin-right: 25px;
}

img.alignright {
	float: right;
}

img.aligncenter {
	margin: 0px auto;
}

table{
	line-height: 1.6em; 
	font-size: 1em;
	width: 100%;
	text-align: left;
	vertical-align: top;
	border-spacing: 10px 20px;
}
th{
	text-align: left;
	vertical-align: top;
	width: 28%;
}

#hoja {
	overflow: auto;
	margin: 0px auto;
	background: #FFFFFF; /*url(imagenes/Torre-Oro.jpg) no-repeat center center fixed;*/
	background-size: cover;
}

/* Header */

#header {
	overflow: hidden;
	width: 900px;
	height: 260px;
	margin: 0 auto;
}

/* Logo */

#logo {
	height: 100px;
	margin: 0;
	padding: 0px 0px 0px 0px;
	color: #000080; /* #007272;*/ /*#DBB960;*/
}

#logo h1, #logo p {
	margin: 0;
	padding: 0;
	color: #000080; /* #007272;*/ /*#DBB960;*/
}

#logo h1 {
	padding-left: 15px;
	padding-top: 10px;
	font-family: verdana, arial;
	font-size: 30px;
	font-style: bold;
	color: #000080; /* #007272;*/ /*#DBB960;*/
}
#logo h2 {
	padding-left: 35px;
	padding-top: 20px;
	font-family: verdana, arial;
	font-size: 20px;
	color: #000080; /* #007272;*/ /*#DBB960;*/
}
#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #0B0B3B;
}

/* Menu */

.menu {
	width: 900px;
	height: 40px;
	margin: 0 auto;
	padding: 0px 40px;
	list-style: none;
	 
}

.menu ul {
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
	line-height: normal;
	 
}

.menu > li {
	float: left;
	 
	
}

.menu li  ul{
	display: none;
	position: absolute;
	min-width: 150px;
	 
	
}
.menu li a {
	display: block;
	height: 40px;
	margin-right: 1px;
	padding: 20px 20px 0px 20px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'Abel', sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000080; /* #000000;*/
	
	border: none;
	border-radius: 15px;
}

.menu li:hover > ul{
	display: block;
	/*color: #ffffff;*/ /* #99FFCC;*/
	background:  #ffaa00;   /* #007272;*/ /*url(imagenes/albero.png) repeat;*/
	border-radius: 15px;
}



.menu li a:hover {
	color: #000080; /* #007272;*/
	background: url(imagenes/cyan.png) repeat;
	
}

/* Page */
#page {
	overflow: hidden;
	width: 820px;
	margin: 0px auto;
	padding: 30px 40px;
	background: url(imagenes/cyan.png) repeat;
	border-radius: 20px;
}

/* Content */
#content {
	float: left;
	width: 520px;
	padding: 0px 20px;
}

.post {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 5px solid #000080; /* #007272;*/
}

.post .title {
	padding-bottom: 5px;
	letter-spacing: -1px;
	color: #000080; /* #007272;*/
}

.post .title h2 {
	padding-bottom: 5px;
	letter-spacing: -1px;
	color: #000080; /* #007272;*/
}

.post .title p {
	padding-bottom: 5px;
	letter-spacing: -1px;
	color: #000000;
}

.post .title a {
	border: none;
	color: #000000;
}

.post .meta {
	padding-bottom: 5px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
}

.post .entry {
	text-align: justify;
	margin-bottom: 5px;
	padding: 10px 0px 0px 0px;
}

.links {
	display: block;
	width: 96px;
	padding: 2px 0px 2px 0px;
	background: #A53602;
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
	color: #FFFFFF;
}

/* Footer */
#footer p {
	margin: 0;
	line-height: normal;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #000080; /* #007272;*/
}

/*Videos*/
.YTvideos {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.YTvideos iframe,
.YTvideos object,
.YTvideos embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 75%;
    height: 75%;
}

/*Galeria*/
#galeria, #galeria * {box-sizing:border-box,-moz-box-sizing:border-box}
#galeria {
border: 1px solid #EAEAEA;  /* Borde de la galería */
padding: 10px;
padding-bottom: 0;
width: 800px;  /* Ancho de la galería */
}
#galeria_miniaturas {
display: table;
margin: 0 auto;
}
#imgGaleria {
border: 1px solid #F2F2F2;  /* Borde de la imagen */
padding: 3px;
width: auto; /* Ancho de la imagen */
height: 500px; /* Alto de la imagen */
text-align:center;
}
.miniatura {
width:  60px;  /* Ancho de las miniaturas */
height:  60px;  /* Alto de las miniaturas */
float: left;
cursor: pointer;
padding: 5px;
margin: 10px 5px;
}
.miniatura:hover {
opacity:.8;   /* Opacidad */
-moz-opacity:.8;
-khtml-opacity:.8;
filter:alpha(opacity=80);
}
.miniatura:active {
opacity:1;
-moz-opacity:1;
-khtml-opacity:1;
filter:alpha(opacity=80);
}