body {
	background-color: #844200;
	background-image: url(../img/background.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px;
	padding-top: 68px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.cabecera {
	clear: both;
	margin-left: 10px;
	margin-right: auto;
	margin-right: 10px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	overflow: hidden;
	padding: 10px;
	-moz-box-shadow: inset 0px 1px 2px #000, 0px 1px #A50;
	-webkit-box-shadow: inset 0px 1px 2px #000, 0px 1px #A50;
	box-shadow: inset 0px 1px 2px #000, 0px 1px #A50;
	background-image: url(../img/fondo_menu.png);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
/*	margin-top: 65px;*/
}


.cabecera img {
	float: left;
	border-top: 1px solid rgba(255, 255, 255, 0.5);
	border-bottom: 1px solid rgba(0, 0, 0, 1);
	border-left: 1px solid rgba(255, 255, 255, 0);
	border-right: 1px solid rgba(255, 255, 255, 0);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	overflow: hidden;
	-moz-box-shadow: 0px 0px 10px #000;
	-webkit-box-shadow: 0px 0px 10px #000;
	box-shadow: 0px 10px 10px #000;
}
.cabecera img:hover {
	border-top-color: #698C00;
	border-right-color: #698C00;
	border-bottom-color: #698C00;
	border-left-color: #698C00;
/* CSS3 standard */
  opacity:1;
}
.titulo_recurso {
	float: left;
	width: 70%;
	margin-left: 10px;
}

.contenedor {
	margin-right: 10px;
	margin-left: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #C16100;
	border-bottom-color: #422100;
	padding-top: 10px;
	padding-bottom: 20px;
}
.contenedor_up {
	border-top-style: none;
	padding-top: 10px;
}
.contenedor_down {
	padding-bottom: 0px;
	border-bottom-style: none;
}
.contenedor_gris {
	background-color: #999;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 0px;
	padding-bottom: 20px;
	border-top-color: #666;
	background-image: url(../img/fondo_btn.png);
	background-position: center 22px;
	background-repeat: repeat-x;
	-moz-box-shadow: inset 0px 2px 10px #000;
	-webkit-box-shadow: inset 2px 0px 10px #000;
	box-shadow: inset 0px 2px 10px #000;
	margin-top: -1px;
	text-align: center;
}
.contenedor_video {
	margin-right: auto;
	margin-left: auto;
	width: 270px;
}

/* CSS Document */

.contenidos {
	font-size: 1em;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	overflow: hidden;
	list-style-type: none;
	padding: 3%;
	text-align: left;
	-moz-box-shadow: inset 0px 1px 2px #000, 0px 1px #A50;
	-webkit-box-shadow: inset 0px 1px 2px #000, 0px 1px #A50;
	box-shadow: inset 0px 1px 2px #000, 0px 1px #A50;
	background-image: url(../img/fondo_menu.png);
	font-family: Arial, Helvetica, sans-serif, "Arial Narrow";
	clear: both;
	margin: 0px;
}
.text_blanco {
	color: #FFF;
	font-size: 0.9em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	text-align: center;
	text-shadow: 0px -1px #000;
}
.left {
	text-align: left;
}


.foto {
	height: auto;
	width: 100%;
	margin-bottom: 15px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	overflow: hidden;
	-moz-box-shadow: inset 0px 10px 10px #000, 0px 1px #753A00;
	-webkit-box-shadow: inset 0px 10px 10px #000, 0px 1px #753A00;
	box-shadow: inset 0px 10px 10px #000, 0px 1px #753A00;
	border: 1px solid #000;
	color: #753A00;
}
.atras {
	background-color: #314200;
	float: right;
	position: fixed;
	top: 10px;
	right: 10px;
	z-index: 10;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif, "Arial Narrow";
	text-decoration: none;
	font-size: 0.85em;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: inset 0px 1px 2px #000, 0px 1px #567300;
	-webkit-box-shadow: inset 0px 1px 2px #000, 0px 1px #567300;
	box-shadow: inset 0px 1px 2px #000, 0px 1px #567300;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #263300;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
	text-shadow: 0px -1px #000;
}
.atras a {
	float: left;
	background-image: url(../img/fondo_btn.png);
	background-repeat: repeat-x;
	background-position: center center;
	background-color: #9C0;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color:#9C3;
	color: #FFF;
	text-decoration: none;
}
.atras span:hover {
	background-color: transparent;
	background-image: none;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	cursor: pointer;
}
.volver {
	background-color: #314200;
	top: 10px;
	right: 10px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif, "Arial Narrow";
	text-decoration: none;
	font-size: 1em;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: inset 0px 1px 2px #000, 0px 1px #A50;
	-webkit-box-shadow: inset 0px 1px 2px #000, 0px 1px #A50;
	box-shadow: inset 0px 1px 2px #000, 0px 1px #A50;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #263300;
	margin-top: 20px;
	height: 37px;
	width: 99%;
	float: left;
	margin-bottom: 20px;
	padding-top: 3px;
	padding-bottom: 6px;
	padding-right: 4px;
	padding-left: 3px;
	text-shadow: 0px -1px #000;
}
.volver_menu  {
	background-image: url(../img/fondo_btn.png);
	background-repeat: repeat-x;
	background-position: center center;
	background-color: #9C0;
	padding-top: 11px;
	padding-bottom: 11px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color:#9C3;
	text-align: center;
	width: 80%;
	float: left;
	position: relative;
	height: 18px;
	color: #FFF;
	text-decoration: none;
}
.volver_menu:hover {
	background-color: transparent;
	background-image: none;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	cursor: pointer;
}
.volver_arriba  {
	background-image: url(../img/fondo_btn.png);
	background-repeat: repeat-x;
	background-position: center center;
	background-color: #9C0;
	padding-top: 0px;
	padding-bottom: 11px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color:#9C3;
	text-align: center;
	width: 19%;
	float: right;
	position: relative;
	height: 29px;
	color: #FFF;
	text-decoration: none;
}
.volver_arriba span {
	width: 100%;
	height: 41px;
	float: left;
	background-image: url(../img/arrow.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.volver_arriba:hover {
	background-color: transparent;
	background-image: none;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	cursor: pointer;
}
.slide.in {
	    -webkit-transform: translateX(0);
	    -webkit-animation-name: slideinfromright;
	}

	.slide.out {
	    -webkit-transform: translateX(-100%);
	    -webkit-animation-name: slideouttoleft;
	}

	@-webkit-keyframes slideinfromright {
	    from { -webkit-transform: translateX(100%); }
	    to { -webkit-transform: translateX(0); }
	}
	@-webkit-keyframes slideouttoleft {
	    from { -webkit-transform: translateX(0); }
	    to { -webkit-transform: translateX(-100%); }
	}
	
.text_piefoto{
	color: #DD8807;
	font-size: 0.8em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-align: center;
}
