*{
	margin: 0;
	padding: 0;
	border: 0;
}
a{
	text-decoration: none;
	color: #FFF;
}
body{
	color: #000;
	background-color: #3E3E3E;
	font-family: Tahoma, Geneva, sans-serif;
	line-height: 1.3em;
	text-decoration: none;
	font-size: 0.78em;
}
img{
	max-width: 100%;
	max-height: 100%;
}
#contenedor {
	width: 100%;
}
#contenedor #cabecera {
	background-image: url(../imagenes/GIF/FondoCabecera.gif);
	background-repeat: repeat-x;
	background-position: left top;
	width: 100%;
	min-height: 120px;
	max-height: 120px;
	clear: both;
}
#contenedor #cuerpo {
	background-color: #333;
	clear: both;
	width: 100%;
	background-image: url(../imagenes/JPG/Grilla.jpg);
	background-repeat: repeat;
	background-position: left top;
}
#cuerpo #solaparyb {
	background-image: url(../imagenes/JPG/SolapaRojaBlanca.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding-bottom: 20px;
	clear: both;
}
#footer {
	background-image: url(../imagenes/GIF/FondoFooter.gif);
	background-repeat: repeat-x;
	background-position: left top;
	clear: both;
	width: 100%;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	min-height: 80px;
	font-size: 12px;
	background-color: #CC0001;
	padding-top: 20px;
}
#desarrollo {
	width: 100%;
	padding-top: 8px;
	padding-bottom: 8px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.8em;
	color: #CCC;
	text-decoration: none;
	text-align: center;
	clear: both;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.centrar {
	clear: both;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	max-width: 975px;
	overflow: hidden;
}
#izquierda {
	float: left;
	width: 18%;
	max-width: 170px;
	margin-right: 2%;
}
#derecha {
	float: right;
	width: 80%;
}
#izquierda #menu {
	background-color: #000;
	width: 100%;
	padding-bottom: 10px;
	max-height: 305px;
	border-radius: 0 0 8px 8px;
	-webkit-border-radius: 0 0 8px 8px;
	-khtml-border-radius: 0 0 8px 8px;
	-moz-border-radius: 0 0 8px 8px;
	-ms-border-radius: 0 0 8px 8px;
	clear: both;
	overflow: hidden;
}
#logo {
	float: left;
	width: 30%;
	margin-top: 14px;
	margin-bottom: 14px;
}
h1{
	color: #CC6300; 
	font-family:'Trebuchet MS'; 
	font-size: 1.2em; 
	font-weight: bold;
	margin-bottom: 15px;
}
h2{
	color: #CC6300; 
	font-family:'Trebuchet MS'; 
	font-size: 1.2em; 
	font-weight: bold;
	margin-bottom: 8PX;
}
#banner {
	width: 100%;
	max-height: 270px;
	background-color: #000;
	margin-top: 45px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	overflow: hidden;
	margin-bottom: 20px;
	-webkit-box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.7);
	-moz-box-shadow:    0px 0px 10px rgba(50, 50, 50, 0.7);
	box-shadow:         0px 0px 10px rgba(50, 50, 50, 0.7);
}
#mapa {
	background-color: #CC6733;
	width: 82%;
	clear: both;
	height: 212px;
	margin-top: 20px;
	border: 2px solid #FFF;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	overflow: hidden;
	padding: 9%;
	min-height: 212px;
	max-height: 212px;
}
.caja1 {
	background-color: #CC6733;
	width: 30%;
	height: 212px;
	float: left;
	margin-right: 2%;
	border: 2px solid #FFF;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	overflow: hidden;
	padding: 2%;
	min-height: 212px;
	max-height: 212px;
	position: relative;
}
.caja2 {
	float: right;
	width: 22%;
	background-color: #CC0001;
	border: 2px solid #FFF;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	overflow: hidden;
	padding: 2%;
	min-height: 212px;
	position: relative;
}
.campo_txt {
	padding: 3%;
	width: 94%;
	margin-bottom: 5px;
	clear: both;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1em;
	-webkit-box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    0px 0px 10px rgba(50, 50, 50, 0.5);
	box-shadow:         0px 0px 10px rgba(50, 50, 50, 0.5);
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-khtml-border-radius: 2px;
}
.area_txt {
	padding: 3%;
	width: 94%;
	height: 35px;
	margin-bottom: 5px;
	clear: both;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1em;
	resize: none;
	-webkit-box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    0px 0px 10px rgba(50, 50, 50, 0.5);
	box-shadow:         0px 0px 10px rgba(50, 50, 50, 0.5);
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-khtml-border-radius: 2px;
}
#submenu1 {
	clear: both;
	width: 100%;
	padding-top: 2px;
}
#submenu2 {
	clear: both;
	width: 100%;
	margin-top: 8px;
}
#datos {
	clear: both;
	width: 100%;
	margin-top: 12px;
}
.subBtn {
	vertical-align: top;
	display: inline-block;
	background-image: url(../imagenes/GIF/LineaVertical.gif);
	background-repeat: no-repeat;
	background-position: right center;
	margin-right: 4px;
	padding-right: 8px;
}
.subBtn:last-child {
	vertical-align: top;
	display: inline-block;
	background-image: none;
	margin-right: 0;
	padding-right: 8px;
}
.subBtn a {
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-khtml-transition: all 0.5s;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
.subBtn a:hover {
	background-color: #FFF;
	color: #F00;	
}
.titulo {
	text-align: center;
	width: 100%;
	margin-bottom: 8px;
}
/*************************** BORRAR ***************************/
.alignIzquierda2 {
	width: 100%;
	margin-bottom: 15px;
	clear: both;
	-webkit-box-shadow: 0px 0px 10px rgba(30, 30, 30, 0.5);
	-moz-box-shadow:    0px 0px 10px rgba(30, 30, 30, 0.5);
	box-shadow:         0px 0px 10px rgba(30, 30, 30, 0.5);
}
/*************************** BORRAR ***************************/
.btnPrincipal {
	width: 87%;
	margin-bottom: 5px;
	text-align: center;
	margin-right: 6.5%;
	margin-left: 6.5%;
	overflow: hidden;
	position: relative;
}
#menuHorizontal {
	float: right;
	width: 69%;
	margin-top: 4%;
}
.btn {
	width: 17%;
	float: left;
	margin-right: 1%;
	margin-left: 2%;
	overflow: hidden;
	position: relative;
}
.sobre {
	margin-top: 0px;
	margin-left: 0px;
	position: absolute;
	z-index: 1000;
	display: none;
	width: 100%;
}
#telefonos {
	font-family: "Myriad Pro";
	font-size: 1.4em;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	width: 100%;
	text-align: center;
	margin-top: 15px;
}
#telefonos .number {
	text-decoration: none;
	clear: both;
	width: 100%;
	margin-top: 20px;
	font-size: 1.05em;
	display: none;
	text-shadow: 2px 1px 0px rgba(0, 0, 0, 1);
}
#contenido {
	background-image: url(../imagenes/PNG/FondoContenido.png);
	background-repeat: repeat;
	background-position: left top;
	clear: both;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
}
#contenido2 {
	background-image: url(../imagenes/PNG/FondoContenido.png);
	background-repeat: repeat;
	background-position: left top;
	clear: both;
	width: 100%;
	margin-top: 45px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
}
#contenido a {
	color: #333;
}
#contenido a:hover {
	color: #CC0000;
}
.solapaNaranja {
	background-image: url(../imagenes/GIF/FondoTitulo.gif);
	background-repeat: repeat;
	background-position: left top;
	clear: both;
	width: 98%;
	padding-top: 10px;
	padding-bottom: 9px;
	padding-left: 2%;
	background-color: #CC6733;
	overflow: hidden;
}
.solapaNaranja2 {
	background-image: url(../imagenes/GIF/FondoTitulo.gif);
	background-repeat: repeat;
	background-position: left top;
	clear: both;
	width: 96%;
	padding-top: 9px;
	padding-bottom: 9px;
	padding-left: 4%;
	background-color: #CC6733;
	overflow: hidden;
}
.solapaRoja {
	background-color: #CC0000;
	clear: both;
	width: 98%;
	padding-top: 10px;
	padding-bottom: 9px;
	padding-left: 2%;
}
.texto {
	padding: 2%;
	clear: both;
	width: 96%;
	overflow: hidden;
}
.texto1a {
	padding: 4%;
	clear: both;
	width: 92%;
	overflow: hidden;
	min-height: 260px;
}
.texto1b {
	padding: 4%;
	clear: both;
	width: 92%;
	overflow: hidden;
}
.texto2 {
	padding: 2%;
	clear: both;
	width: 96%;
	min-height: 422px;
	overflow: hidden;
}
.texto2 a{
	color: #cc6300;
}
.texto2 a:hover{
	color: #cc0000;
}
hr {
	width: 100%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCC;
	border-bottom-color: #FFF;
	margin-top: 15px;
	margin-bottom: 15px;
	overflow: hidden;
	float: left;
}
.campo {
	float: left;
	width: 50%;
	margin-bottom: 8px;
}
#masInfo {
	clear: both;
	width: 100%;
	overflow: hidden;
	text-align: center;
}
.campo_texto {
	width: 92%;
	border: 1px solid #CCC;
	padding: 4px 3% 4px 3%;
	resize: none;
	font-size: 12px;
}
.campo_texto2 {
	width: 97%;
	border: 1px solid #CCC;
	padding: 4px 1.5% 4px 1.5%;
	resize: none;
	height: 40px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
}
.campo2 {
	float: left;
	width: 50%;
	margin-bottom: 8px;
	text-align: right;
}
.campo3 {
	clear: both;
	width: 100%;
	margin-bottom: 8px;
}
.campo3a {
	clear: both;
	width: 100%;
}
#detalles {
	margin-top: 15px;
	float: left;
	width: 100%;
	text-align: center;
	overflow: hidden;
}
#detalle_txt {
	clear: both;
	width: 100%;
	overflow: hidden;
}
.cajaS1 {
	float: left;
	width: 31%;
	margin-right: 3.5%;
	background-image: url(../imagenes/PNG/FondoContenido.png);
	background-repeat: repeat;
	background-position: left top;
	padding-top: 17px;
	padding-bottom: 18px;
	margin-top: 42px;
	overflow: hidden;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	position: relative;
}
.cajaS2 {
	float: right;
	width: 31%;
	background-image: url(../imagenes/PNG/FondoContenido.png);
	background-repeat: repeat;
	background-position: left top;
	padding-top: 17px;
	padding-bottom: 18px;
	margin-top: 45px;
	overflow: hidden;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	margin-bottom: 18px;
	position: relative;
}
.btn_formulario {
	background-image: url(../imagenes/JPG/Enviar2_01.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 0.9% 4% 1.2% 4%;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	max-height: 28px;
	cursor: pointer;
}
.btn_formulario:hover {
	background-image: url(../imagenes/JPG/Enviar2_02.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 0.9% 4% 1.2% 4%;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	max-height: 28px;
	cursor: pointer;
}
#load {
	float: right;
	width: 65%;
	padding-top: 4px;
	display: none;
}
.ingresar {
	position: absolute;
	z-index: 1000;
	width: 92%;
	padding-left: 4%;
	top: 83%;
	text-align: left;
}
ul {
	list-style-position: inside;
	list-style-type: disc;
	margin-top: 10px;
	margin-bottom: 15px;
}
.destacado {
	clear: both;
	width: 100%;
	margin-bottom: 5px;
}
.volver {
	float: right;
	width: 20%;
	text-align: right;
	padding-right: 4%;
}
.caja1 a {
	color: #CCCCCC;
	text-decoration: none;
}
.pliega{
	display: none;
}
.galeria {
	padding: 2%;
	width: 96%;
	margin-bottom: 20px;
	background-image: url(../imagenes/PNG/FondoContenido.png);
	background-repeat: repeat;
	background-position: left top;
	clear: both;
	/*max-height: 212px*/
	min-height: 215px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	overflow: hidden;
	display: none;
	position: relative;
	z-index: 1000;
}

#video {
	padding: 2% 0 2% 0;
	width: 100%;
	background-image: url(../imagenes/PNG/FondoContenido.png);
	background-repeat: repeat;
	background-position: left top;
	clear: both;
	/*max-height: 212px*/
	min-height: 215px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	overflow: hidden;
	display: block;
	z-index: 1;
}

#uno {
	width: 20%;
	float: left;
	padding-right: 2%; 
}

#tituloVideo {
	background: #cc6300;
	padding: 6px 0 4px 15px;
	width: auto;
}

#textoVideo {
	padding: 12px 0 0 15px;
	width: auto;
	line-height: 1.7em;
}

#dos {
	width: 42%;
	float: left;
	margin-right: 2%; 
	text-align: center;
	overflow: hidden;
	position: relative;
}
#dos img {
	max-width: 100%;
	height: auto;
}
#tres {
	width: 32%;
	float: left;
	padding-right: 2%; 
	overflow: scroll;
	max-height: 213px;
}

.mini {
	margin: 0 2% 2% 2%;
	float: left;
	width: 46%;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}

.cajaG1 {
	width: 10%;
	float: left;
	margin-right: 1%;
	margin-bottom: 1%;
	margin-left: 1%;
}
#respuesta {
	float: right;
	width: 65%;
	padding-top: 4px;
	display: none;
}
.submitForm {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1em;
	-webkit-box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    0px 0px 10px rgba(50, 50, 50, 0.5);
	box-shadow:         0px 0px 10px rgba(50, 50, 50, 0.5);
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-khtml-border-radius: 2px;
	cursor: pointer;
	padding: 3%;
	transition: color 0.5s, background-color 0.5s;
	margin-right: 5px;
}
.submitForm:hover {
	background-color: #D98F68;
	color: #FFFFFF;
	border: 1px solid #CC6733;
}
.submitForm2 {
	color: #000 !important;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1em;
	-webkit-box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    0px 0px 10px rgba(50, 50, 50, 0.5);
	box-shadow:         0px 0px 10px rgba(50, 50, 50, 0.5);
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-khtml-border-radius: 2px;
	cursor: pointer;
	padding: 3%;
	transition: color 0.5s, background-color 0.5s;
	margin-right: 5px;
}
.submitForm2:hover {
	background-color: #D98F68;
	color: #FFFFFF !important;
	border: 1px solid #CC6733;
}
#loader {
	clear: both;
	width: 100%;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 4px;
	display: none;
}
#respuesta2 {
	clear: both;
	width: 100%;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 4px;
	display: none;
}
#dos .videoVimeo {
	display: none;
	position: absolute;
	width: 100%;
	height: 208px;
	z-index: 1000;
	top: 0;
}
/***************************************************************** MAX 320PX *****************************************************************/
@media(max-width: 480px) {
	body{
		font-size: 0.8em;
	}
	#contenedor #cabecera {
		/*
		background-image: url(../imagenes/GIF/FondoCabecera.gif);
		background-repeat: repeat-x;
		background-position: left top;
		width: 100%;
		min-height: 120px;
		max-height: 120px;
		clear: both;
		*/
		background-color: #000;
		min-height: 120px;
		max-height: none;
	}
	#footer {
		/*
		background-image: url(../imagenes/GIF/FondoFooter.gif);
		background-repeat: repeat-x;
		background-position: left top;
		clear: both;
		width: 100%;
		color: #FFF;
		text-decoration: none;
		text-align: center;
		min-height: 80px;
		font-size: 12px;
		background-color: #CC0001;
		padding-top: 20px;
		*/
		padding-bottom: 20px;
	}
	.centrar {
		/*
		clear: both;
		width: 100%;
		margin-right: auto;
		margin-left: auto;
		max-width: 975px;
		overflow: hidden;
		*/
		width: 90%;
		margin: 0 auto;
	}
	#izquierda {
		/*
		float: left;
		width: 18%;
		max-width: 170px;
		margin-right: 2%;
		*/
		clear: both;
		width: 100%;
		max-width: none;
		margin-right: 0;
	}
	#derecha {
		/*
		float: right;
		width: 80%;
		*/
		width: 100%;
		clear: both;
	}
	#banner {
		/*
		width: 100%;
		max-height: 270px;
		background-color: #000;
		margin-top: 45px;
		border-radius: 8px;
		-webkit-border-radius: 8px;
		-khtml-border-radius: 8px;
		-moz-border-radius: 8px;
		-ms-border-radius: 8px;
		overflow: hidden;
		margin-bottom: 20px;
		-webkit-box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.7);
		-moz-box-shadow:    0px 0px 10px rgba(50, 50, 50, 0.7);
		box-shadow:         0px 0px 10px rgba(50, 50, 50, 0.7);
		*/
		margin-top: 15px;
	}
	#logo {
		/*
		float: left;
		width: 30%;
		margin-top: 14px;
		*/
		clear: both;
		width: 100%;
		margin-top: 14px;
		margin-bottom: 14px;
	}
	#mapa {
		/*
		background-color: #CC6733;
		width: 82%;
		clear: both;
		height: 212px;
		margin-top: 20px;
		border: 2px solid #FFF;
		border-radius: 8px;
		-webkit-border-radius: 8px;
		-khtml-border-radius: 8px;
		-moz-border-radius: 8px;
		-ms-border-radius: 8px;
		overflow: hidden;
		padding: 9%;
		min-height: 212px;
		max-height: 212px;
		*/
		background-color: #CC6733;
		width: 80.5%;
		clear: both;
		height: 212px;
		margin-top: 15px;
		text-align: center;
		padding: 9%;
		min-height: 212px;
		max-height: none;
	}
	.caja1 {
		/*
		background-color: #CC6733;
		width: 30%;
		height: 212px;
		float: left;
		margin-right: 2%;
		border: 2px solid #FFF;
		border-radius: 8px;
		-webkit-border-radius: 8px;
		-khtml-border-radius: 8px;
		-moz-border-radius: 8px;
		-ms-border-radius: 8px;
		overflow: hidden;
		padding: 2%;
		min-height: 212px;
		max-height: 212px;
		position: relative;
		*/
		clear: none;
		width: 88.5%;
		padding: 5%;
		margin-bottom: 10px;
		margin-right: 0;
		max-height: 0;
	}
	.caja2 {
		/*
		float: right;
		width: 22%;
		background-color: #CC0001;
		height: 212px;
		border: 2px solid #FFF;
		border-radius: 8px;
		-webkit-border-radius: 8px;
		-khtml-border-radius: 8px;
		-moz-border-radius: 8px;
		-ms-border-radius: 8px;
		overflow: hidden;
		padding: 2%;
		min-height: 212px;
		max-height: 212px;
		position: relative;
		*/
		clear: none;
		width: 88.5%;
		padding: 5%;
		max-height: none;
	}
	.subBtn {
		/*
		vertical-align: top;
		display: inline-block;
		background-image: url(../imagenes/GIF/LineaVertical.gif);
		background-repeat: no-repeat;
		background-position: right center;
		margin-right: 4px;
		padding-right: 8px;
		*/
		display: block;
		background-image: none;
		margin-right: 0;
		padding-right: 0;
		margin-bottom: 2px;
	}
	.subBtn:last-child {
		display: block;
		background-image: none;
		margin-right: 0;
		padding-right: 0;
		margin-bottom: 2px;
	}
	.subBtn a {
		/*
		border-radius: 8px;
		-webkit-border-radius: 8px;
		-khtml-border-radius: 8px;
		-moz-border-radius: 8px;
		-ms-border-radius: 8px;
		transition: all 0.5s;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-khtml-transition: all 0.5s;
		padding-top: 3px;
		padding-right: 5px;
		padding-bottom: 3px;
		padding-left: 5px;
		*/
		display: block;
		padding-top: 3px;
		padding-right: 0;
		padding-bottom: 3px;
		padding-left: 0;
		width: 100%;
		background-color: #ff2b2b;
	}
	/**************************  BOTONES PRINCIPAL DE LA WEB - HORIZONTALES Y VERTICALES **************************/
	.btnPrincipal {
		/*
		width: 87%;
		margin-bottom: 5px;
		text-align: center;
		margin-right: 6.5%;
		margin-left: 6.5%;
		overflow: hidden;
		position: relative;
		*/
	}
	#menuHorizontal {
		/*
		float: right;
		width: 69%;
		margin-top: 4%;
		*/
		clear: both;
		margin-bottom: 15px;
		margin-top: 0;
		width: 100%;
	}
	.btn {
		/*
		width: 17%;
		float: left;
		margin-right: 1%;
		margin-left: 2%;
		overflow: hidden;
		position: relative;
		*/
		width: 40%;
		float: left;
		margin-right: 5%;
		margin-left: 5%;
		margin-bottom: 4px;
		overflow: hidden;
		position: relative;
	}
	.btn:last-child {
		/*
		width: 17%;
		float: left;
		margin-right: 1%;
		margin-left: 2%;
		overflow: hidden;
		position: relative;
		*/
		width: 40%;
		float: left;
		margin-right: 30%;
		margin-left: 30%;
		overflow: hidden;
		position: relative;
	}
	.solapaNaranja {
		/*
		background-image: url(../imagenes/GIF/FondoTitulo.gif);
		background-repeat: repeat;
		background-position: left top;
		clear: both;
		width: 98%;
		padding-top: 10px;
		padding-bottom: 9px;
		padding-left: 2%;
		background-color: #CC6733;
		overflow: hidden;
		*/
		width: 95%;
		padding-top: 10px;
		padding-bottom: 9px;
		padding-left: 5%;
		background-color: #CC6733;
		overflow: hidden;
	}
	.solapaNaranja2 {
		background-image: url(../imagenes/GIF/FondoTitulo.gif);
		background-repeat: repeat;
		background-position: left top;
		clear: both;
		width: 96%;
		padding-top: 9px;
		padding-bottom: 9px;
		padding-left: 4%;
		background-color: #CC6733;
		overflow: hidden;
	}
	.texto {
		/*
		padding: 2%;
		clear: both;
		width: 96%;
		overflow: hidden;
		*/
		padding: 5%;
		clear: both;
		width: 90%;
		overflow: hidden;
	}
	.texto1a {
		/*
		padding: 4%;
		clear: both;
		width: 92%;
		overflow: hidden;
		min-height: 260px;
		*/
	}
	.texto1b {
		/*
		padding: 4%;
		clear: both;
		width: 92%;
		overflow: hidden;
		*/
	}
	.texto2 {
		/*
		padding: 2%;
		clear: both;
		width: 96%;
		min-height: 422px;
		overflow: hidden;
		*/
		padding: 5%;
		clear: both;
		width: 90%;
	}
	.cajaS1 {
		/*
		float: left;
		width: 31%;
		margin-right: 3.5%;
		background-image: url(../imagenes/PNG/FondoContenido.png);
		background-repeat: repeat;
		background-position: left top;
		padding-top: 17px;
		padding-bottom: 18px;
		margin-top: 45px;
		overflow: hidden;
		border-radius: 8px;
		-webkit-border-radius: 8px;
		-khtml-border-radius: 8px;
		-moz-border-radius: 8px;
		-ms-border-radius: 8px;
		position: relative;
		*/
		clear: both;
		width: 100%;
		margin-right: 0;
		margin-top: 20px;
		margin-bottom: 0;
		text-align: center;
	}
	.cajaS2 {
		/*
		float: right;
		width: 31%;
		background-image: url(../imagenes/PNG/FondoContenido.png);
		background-repeat: repeat;
		background-position: left top;
		padding-top: 17px;
		padding-bottom: 18px;
		margin-top: 45px;
		overflow: hidden;
		border-radius: 8px;
		-webkit-border-radius: 8px;
		-khtml-border-radius: 8px;
		-moz-border-radius: 8px;
		-ms-border-radius: 8px;
		margin-bottom: 22px;
		position: relative;
		*/
		clear: both;
		width: 100%;
		margin-right: 0;
		margin-top: 20px;
		margin-bottom: 20px;
		text-align: center;
	}
	.galeria {
		/*
		padding: 2%;
		width: 96%;
		background-image: url(../imagenes/PNG/FondoContenido.png);
		background-repeat: repeat;
		background-position: left top;
		clear: both;
		max-height: 212px;
		min-height: 212px;
		border-radius: 8px;
		-webkit-border-radius: 8px;
		-khtml-border-radius: 8px;
		-moz-border-radius: 8px;
		-ms-border-radius: 8px;
		overflow: hidden;
		display: none;
		*/
		padding: 5%;
		width: 90%;
		min-height: 212px;
		max-height: none;;
	}
	.cajaG1 {
		/*
		width: 10%;
		float: left;
		margin-right: 1%;
		margin-bottom: 1%;
		margin-left: 1%;
		*/
		width: 20%;
		float: left;
		margin-right: 2%;
		margin-bottom: 2%;
		margin-left: 2%;
	}
	
	#uno {
		width: 100%;
		clear: both;
		padding-right: 0; 
	}

	#tituloVideo {
		background: #cc6300;
		padding: 6px 15px 4px 15px;
		width: auto;
	}

	#textoVideo {
		padding: 12px 15px 0 15px;
		width: auto;
		line-height: 1.7em;
	}

	#dos {
		padding: 15px;
		clear: both;
		width: auto;
		text-align: center;
	}

	#tres {
		padding: 15px;
		clear: both;
		width: auto;
		text-align: center;
	}

	.mini {
		margin: 0 2% 2% 2%;
		float: left;
		width: 46%;
		
	}
	
	
}