@CHARSET "UTF-8";
img {
	border: 0;
	max-width: 100%;	
}

html {
	font-family: 'Times New Roman';
	font-size: 16px;
	height: 99.99999%;	
}

body { 
	background-image: url("../imagenes/web/fondo1.png");
	background-position: 0 -300px;
	background-attachment: fixed;
	background-repeat:repeat-x; 
	padding: 0; margin: 0; 
	background-color: #919be8;
	height: 100%;
}

#puerta  {
	/*background-image: url("../imagenes/web/sombrapuerta.png");
	background-repeat: no-repeat;
	background-position: 90% 100%;
	background-attachment: fixed;*/
	min-height: 100%;
}

#cerezo {
	background-image: url("../imagenes/web/cerezo.png");
	background-repeat: no-repeat;
	background-position: left bottom;
	background-attachment: fixed;
	min-height: 100%;	
}

p {
	margin: 0;
	padding: 5px;
	padding-left: 0;	
}


.primera {
	font-size: 1.3em;	
}

a, a:LINK, a:ACTIVE, a:VISITED {
	color: white;
	text-decoration: none;	
}

a:HOVER {
	color:#7BDC47;
}
#principal a:HOVER {
	color: #60AD38 !important;
}

#logo {
	position: absolute;
	z-index: 1;
}

#marcoPrincipal {
	background-image: url("../imagenes/web/marco2.png");
	background-repeat: no-repeat;
	height: 190px;
	margin: 0;
	padding: 0;
	position: relative;
	z-index:0;
}


#marcoLateral {
	position: absolute;
	width: 100%;
	height: 164px;
	overflow: hidden;
}
#marcoLateral div {
	background-image: url("../imagenes/web/marcolateral.png");
	background-repeat: repeat-x;
	height: 164px;
	width: 100%;
	margin-left: 868px;
}

.ventanaSuperior {
	position: relative;	
}
.ventanaSuperior div {
	background-image: url("../imagenes/web/ventana-arriba.png");
	background-repeat: repeat-x;
	height: 19px;
	margin: 0 19px;
}

.ventanaDerecha {
	padding-right: 10px;
	background-image: url("../imagenes/web/ventana-derecha.png");
	background-repeat: repeat-y;
	background-position: right;
}

.ventanaIzquierda {
	padding-left: 10px;
	background-image: url("../imagenes/web/ventana-izquierda.png");
	background-repeat: repeat-y;
}

.ventanaCentro {
	background-image: url("../imagenes/web/ventana-centro.png");
	background-repeat: repeat;
	padding: 0 20px;
}



.ventanaInferior div {
	background-image: url("../imagenes/web/ventana-abajo.png");
	background-repeat: repeat-x;
	height: 19px;
	margin: 0 19px;
}

h1, h3 {
	margin: 0;
	padding: 0;
}

h3  a, h3 a:LINK, h3 a:VISITED,  h1 a, h1 a:LINK, h1 a:VISITED {
		color: white !important;
}

#principal h3  a:HOVER, #principal h1 a:HOVER {
	color:#7BDC47 !important;	
}

h1 {
	text-shadow: 2px 2px 2px black;
	text-align: center;
	font-weight: bolder;
	font-size: 1.5em;
	color: white;
	position: relative;
	top: -5px;
}

h3{
	text-shadow: 2px 2px 2px black;
	text-align: center;
	font-weight: bolder;
	font-size: 1.2em;
	color: white;	
	margin-bottom: 10px;
}


h5 {
	font-weight: normal;	
}

#textologo {
	position: relative;
	top: -130px;
	left: -45px;
}


#menu {
	margin-left: 250px;
	margin-right: 30px;
	position: relative;
	z-index: 3;
	font-size: 1.2em;
}

#usuariosMenu {
	position: relative;
	z-index: 3;
	font-size: 1.2em;
}



.desplegable ul {
	padding: 0;
	margin: 0;	
}

.desplegable li {
	color: white;
	font-weight: bolder;
	margin: 0;	
	text-shadow: 2px 2px 2px black;
	list-style: none;
	float: left;
	cursor: pointer;
}

.desplegable li + li {
	margin: 0 0 0 12px;	
}

.desplegable li ul {
	font-size: 0.9em;
	margin: 0;
	padding: 10px 0 0 0;
}

.desplegable li li {
	float: none;
	padding: 0;
	margin: 0;	
}

.desplegable .ventanaCentro {
	padding: 0 10px;
}

.desplegable .submenu {
	margin-top: 12px;	
	position: absolute;
	z-index: -1;
}

.desplegable .submenu > div {
	display: none;
}


#principal {
	position: relative;
	z-index: 1;
	margin: 10px 30px 0 250px;
}

#contenido {
	/*padding-bottom: 50px;	*/
}

#principal a, #principal a:LINK, #principal a:ACTIVE, #principal a:VISITED {
	color: #1474cd;
}



.float {
	float: left;
}

.float-derecha {
	float: right;	
}

.centro {
	text-align: center;
}

.clear {
	clear: both;	
}

.paginador {
	text-align: right;	
}


.compartirSocial div {
	display: none;
}

.compartirSocial:HOVER div {
	display: block;	
}

.compartirSocial div:HOVER {
	display: block;	
}

.compartirSocial li {
	float: left;
	list-style: none;	
}

.error {
	border: solid 1px red;
	padding: 5px;
	background-color: #FF7E80;
	border-radius: 5px;
}

.error ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.error li {
	padding: 0 0 0 15px;
	margin: 0;
}

#usuarios {
	position: absolute;
	margin-left: 65%;
	margin-top: 30px;
	font-size: 1.2em;
	z-index: 4;
	background-image: url("../imagenes/web/puerta.png");
	background-position: center;
	background-repeat: no-repeat;
	width: 250px;
	height: 130px;
		
}

#usuarios img {
	max-height: 70px;
}

#usuarios h3 {
	float:left;
	margin-top: 22px;
	width: 250px;
	color: white;	
}

#usuarios .desplegable {
	margin: 84px 0 0 20px;	
}

#usuarios .desplegable > ul > li {
	margin-right: 45px;	
}


#usuarios .noidentificado {
	margin: 84px 0 0 10px;	
}
#usuarios .noidentificado > ul li {
	margin-right: 20px;
}

#usuarios .avatar {
	position: absolute;
	text-align: center;
	width: 250px;
	bottom: 10px;	
	z-index: -4;
}

#usuarios .mensajes {
	top: -25px;
	font-size: 0.9em;
	position: absolute;	
}

.derecha {
	text-align: right;	
}



.seccion:HOVER {
	color: #7BDC47
}

.mensaje {
	padding: 15px;
	font-size: 1.1em;	
}

.texto img {
	margin: 5px;	
}

.hr {
	border-bottom: groove 2px #E0E0E0;
	clear: both;
	margin: 10px 0;
}

.hr > * {
	margin-bottom: 10px;	
}


.cita {
	margin: 5px;
	border: groove 2px #E0E0E0;
	padding: 5px;	
}

.cita .autor {
	font-weight: bolder;
	padding: 2px;
	border-bottom: groove 2px #E0E0E0;
}

blockquote {
	margin-left: 25px;
	padding-left: 15px;
	border-left: groove 2px #E0E0E0;
	color: #3F3F3F;
		
}

span.entry-title {
	display: none;	
}

.ie {
	font-size: 0.8em;
	border: solid 1px #FF0000;
	background-color: #FF9D9D;
	padding: 10px;
	margin: 5px 50px;
}

.youtube-player, .pdf {
	text-align: center;	
	clear: both;
	display: block;
}
.youtube-player iframe {
	width: 100%;
	min-height: 400px;
	max-width: 600px;
}

.pdf iframe{
	height: 400px;
	width: 600px;
}




 table {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	padding-bottom: 20px;
	font-size: 1.2em;
}


th {
	font-size: 18px;
	color: white;
	text-shadow: 2px 2px 2px black;
	text-align: left;
	padding-bottom: 10px;		
}


 th+th {
	text-align: center;	
}

 td p {
	font-size: 15px;
	font-weight: bold;	
}

 td {
	border-top: groove 2px #E0E0E0;	
	border-bottom: groove 2px #E0E0E0;	
	padding: 6px 5px;
	font-size: 12px;
	vertical-align: middle;		
}

 td+td {
	text-align: center;
	font-size: 12px;
}

 tr+tr+tr td {
	border-top: 0;	
}


.titulo-imagen, .titulo-video {
	font-size: 0.8em;
	text-align: center;
	font-weight: bold;	
	margin: 0 10px;
	display: block;
}

.titulo-video {
	padding: 10px;	
}

#social {
	text-align: center;	
}

#social .social {
	margin: 0 25px;	
}

#socialFacebook2 {
	position: relative;
	top: -5px;	
}

.migasPan a {
	font-weight: bold;
}

#valid {
	margin-top: 50px;	
}

