/*Magic Tooltip*/
.tip {
	color: #fff;
	display: none;
	position: absolute;
	z-index: 999;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 10px;
	background-color: #034991;
	text-decoration: none;
}
#container {
	width: 960px;
	overflow: hidden;
	margin: 0 auto;
	position: absolute;
}
/*Fin Magic Tooltip*/

/* -- Stupid Simple Accordion -- */
#wrapper {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 00px;
	height: auto;
}
.accordionButton {
	width: 740px;
	float: left;
	border-bottom: 1px solid #FFFFFF;
	cursor: pointer;
	background-color: #218cfa;
	margin: 0px;
	height: 25px;
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
}
.accordionContent {
	width: 740px;
	float: left;
	background-color: #b7dafe;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.on {
	background-color: #0462c3;
}
.over {
	background-color: #0462c3;
}
.Titulo-Acordeon {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #FFF;
	margin: 0px;
	display: inline;
	padding: 0px;
}
/* -- Stupid Simple Accordion -- */
/* -- Tablas Autos -- */
.contenedor{
	border: 0.1em solid #999;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 700px;
	}
.cabecera-autos{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #FFF;
	background-color: #045ab2;
	text-align: center;
	padding: 5px;
	margin: 0px;
	}
.cabecera-autos:hover{
	background-color: #1184fa;
	}
.celda-autos-texto{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #333;
	font-weight: bold;
	background-color: #e9f4ff;
	margin: 0px;
	padding: 10px;
	text-align: left;
	text-decoration: none;
	}
.celda-autos-texto:hover{
	background-color: #c8e2fe;
	color: #000;
	}
.celda-autos-texto a:link{
	color: #034991;
	text-decoration: none;
	}
.celda-autos-texto a:hover{
	color: #0090D7;
	text-decoration: none;
	}
.celda-autos-precio {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #333333;
	font-weight: bold;
	background-color: #e9f4ff;
	margin: 0px;
	padding: 8px;
	text-align: center;
}
.celda-autos-precio:hover {
	background-color: #c8e2fe;
	color: #000;
}
/* -- Tablas Autos -- */

/* -- Tablas Individuales -- */
.contenedor-individuales{
	padding: 0px;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 0.1em solid #CCC;
	}
.cabecera-individuales{
	background-color: #023870;
	margin: 0px;
	padding: 10px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #FFF;
	}
.celda-individuales{
	background-color: #0351a2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	margin: 0px;
	padding: 5px;
	}
.celda-individuales:hover{
	background-color: #439efb;
	}
.precio-individuales{
	background-color: #0462c3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	color: #FFF;
	margin: 5px;
	padding: 10px;
	}
.precio-individuales:hover{
	background-color: #439efb;
	}
/* -- Fin Tablas Individuales -- */

/* -- Tablas Crucero -- */
.contenedor-crucero{
	padding: 0px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.cabecera-crucero{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #FFF;
	background-color: #00a7f9;
	text-align: center;
	margin: 0px;
	padding: 10px;
}
.dia-crucero{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
	background-color: #93dbff;
	text-align: left;
	margin: 0px;
	padding: 10px;
	font-weight: bold;
}
.dia-crucero-2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
	background-color: #c6ecff;
	text-align: left;
	margin: 0px;
	padding: 10px;
	}
.hora-crucero{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
	background-color: #93dbff;
	margin: 0px;
	padding: 10px;
	text-align: center;
}
/* -- Fin Tablas Crucero -- */

/* -- City Tour -- */
.contenedor-city{
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.cabecera-city{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #FFF;
	background-color: #00a7f9;
	text-align: center;
	margin: 0px;
	padding: 10px;
	border: 1px solid #FFF;
	}
.cabecera-city:hover{
	background-color: #93dbff;
	color: #000;
	}
.precio-city{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
	background-color: #93dbff;
	text-align: center;
	margin: 0px;
	padding: 10px;
	font-weight: bold;
	border: 1px solid #FFF;
	}
.precio-city:hover{
	color: #FFF;
	background-color: #00a7f9;
	}
/* -- Fin City Tour -- */
#fondo_1280{
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px;
	border-radius: 10px 10px 10px 10px;
	height: 1280px;
	width: 900px;
	background-color:#FFF;
	padding: 10px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	alignment-adjust:central;
}
#fondo_1000{
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px;
	border-radius: 10px 10px 10px 10px;
	height: 1000px;
	width: 900px;
	background-color:#FFF;
	padding: 10px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	alignment-adjust:central;
}
#fondo_950{
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px;
	border-radius: 10px 10px 10px 10px;
	height: 950px;
	width: 900px;
	background-color:#FFF;
	padding: 10px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	alignment-adjust:central;
}

#fondo_15{
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px;
	border-radius: 10px 10px 10px 10px;
	height: 1300px;
	width: 900px;
	background-color:#FFF;
	padding: 10px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	alignment-adjust:central;
}
#fondo_880{
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px;
	border-radius: 10px 10px 10px 10px;
	height: 880px;
	width: 900px;
	background-color:#FFF;
	padding: 10px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	alignment-adjust:central;
}
#fondo_780{
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px;
	border-radius: 10px 10px 10px 10px;
	height: 780px;
	width: 900px;
	background-color:#FFF;
	padding: 10px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	alignment-adjust:central;
}
#fondo_680{
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px;
	border-radius: 10px 10px 10px 10px;
	height: 680px;
	width: 900px;
	background-color:#FFF;
	padding: 10px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	alignment-adjust:central;
}
#fondo_500{
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px;
	border-radius: 10px 10px 10px 10px;
	height: 500px;
	width: 900px;
	background-color:#FFF;
	padding: 10px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	alignment-adjust:central;
}
#fondo_350{
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px;
	border-radius: 10px 10px 10px 10px;
	height: 350px;
	width: 900px;
	background-color:#FFF;
	padding: 10px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	alignment-adjust:central;
}
#fondo_deportes{
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px;
	border-radius: 10px 10px 10px 10px;
	height: 1200px;
	width: 900px;
	background-color:#FFF;
	padding: 10px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	alignment-adjust:central;
}
.precio {  margin: 0px;
           float: right;
           height: auto;
           width: 100px;
           padding: 0px; }
.descargas {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	height: auto;
	width: 120px;
	border: 2px solid #0090D7;
	padding: 0px;
	margin-top: 12px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #ADDDF2;
	float: right;
}
.inversion {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	height: 62px;
	width: 120px;
	border: 2px solid #0090D7;
	padding: 0px;
	margin-top: 12px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #ADDDF2;
	float: right;
}
#left {
	width: 700px;
	height: 180px;
	overflow: hidden;
	border: 2px solid #0090D7;
	padding: 0px;
	clear: both;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}


#Destacados{
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px;
	border-radius: 10px 10px 10px 10px;
	height: 220px;
	width: 800px;
	background-color: #c8e2fe;
	padding: 10px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	alignment-adjust:central;
}
/* Carousel  */
.image_carousel{position:relative;margin:0;padding:5px 25px 25px;}
.image_carousel img{border:1px solid #ccc;background-color:#FFF;display:block;float:left;margin:5px 5px 5px 10px;padding:10px;}
.image_carousel img:hover{background-color:#1cb4ff;cursor:pointer;}
a.prev,a.next{width:45px;height:50px;display:block;position:absolute;top:70px;background-color:transparent;background-image:url(../img/Carousel/miscellaneous_sprite.png);background-repeat:no-repeat;}
a.prev{background-position:0 0;left:0;}
a.prev:hover{background-position:0 -50px;}
a.prev.disabled{background-position:0 -100px !important;}
a.next{right:0;background-position:-50px 0;}
a.next:hover{background-position:-50px -50px;}
a.next.disabled{background-position:-50px -100px !important;}
a.prev.disabled,a.next.disabled{cursor:default;}
.pagination{text-align:center;margin-top:10px;padding:0;}
.pagination a{width:15px;height:15px;display:inline-block;background-color:transparent;background-image:url(../img/Carousel/miscellaneous_sprite.png);background-repeat:no-repeat;background-position:0 -300px;margin:0 5px 0 0;}
.pagination a.selected{background-position:-25px -300px;cursor:default;}
.clearfix{float:none;clear:both;}

/*Image Slide On Hover */
.clear{overflow:auto;}
#vertical,#horizontal{width:760px;margin:0 auto;padding:0;}
#vertical div,#horizontal div{margin-right:9px;float:left;width:170px;height:160px;border:medium solid #0090D7;position:relative;overflow:hidden;padding:0;}
#vertical img,#horizontal img{position:absolute;}
#Slide-On-Hover{height:auto;width:730px;margin:0 auto 20px;padding:0;}
#kwick1,.ticker-controls li.jnt-prev.down{background-position:0 0;}
.js-hidden,.nivo-html-caption,a.prev span,a.next span,.pagination a span{display:none;}
#Santander {
	position: fixed;
	width: 140px;
	height: 100px;
	top: 0px;
	right: 10px;
	z-index: 99;
	margin: 0px;
	padding: 0px;
}
.navigation{
    position:relative;
    margin:0 auto;
    width:920px;
}
/* Inicio Servicios*/
.da-thumbs {
	list-style: none;
	width: 920px;
	height: 900px;
	position: relative;
	margin: 0px auto;
	padding: 0;
}
.da-thumbs li {
	float: left;
	margin: 5px;
	background: #fff;
	padding: 8px;
	position: relative;
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
	height: 200px;
	width: 200px;
}
.da-thumbs li a,
.da-thumbs li a img {
	display: block;
	position: relative;
}
.da-thumbs li a {
	overflow: hidden;
}
.da-thumbs li a div {
	position: absolute;
	background: rgba(75,75,75,0.7);
	width: 100%;
	height: 100%;
}
.da-thumbs li a div.da-animate {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
/* Initial state classes: */
.da-slideFromTop {
	left: 0px;
	top: -100%;
}
.da-slideFromBottom {
	left: 0px;
	top: 100%;
}
.da-slideFromLeft {
	top: 0px; 
	left: -100%;
}
.da-slideFromRight {
	top: 0px;
	left: 100%;
}
/* Final state classes: */
.da-slideTop {
	top: 0px;
}
.da-slideLeft {
	left: 0px;
}
.da-thumbs li a div span {
	display: block;
	padding: 10px 0;
	margin: 40px 20px 20px 20px;
	text-transform: uppercase;
	font-weight: normal;
	color: rgba(255,255,255,0.9);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	border-bottom: 1px solid rgba(255,255,255,0.5);
	box-shadow: 0 1px 0 rgba(0,0,0,0.1), 0 -10px 0 rgba(255,255,255,0.3);
}
/* Final  Servicios*/
/* Inicio Galeria Noticias*/
@font-face {
    font-family: 'BebasNeueRegular';
    src: url('fonts/BebasNeue-webfont.eot');
    src: url('fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/BebasNeue-webfont.woff') format('woff'),
         url('fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* CSS reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
html,body {
	margin:0;
	padding:0;
	height: 100%;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
section, header{
	display: block;
}
body{
	font-family: Cambria, Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;
	background: #fff url(../images/bg.jpg) repeat top left;
	font-weight: 400;
	font-size: 15px;
	color: #3a2127;
	overflow-y: scroll;
}
a{
	color: #333;
	text-decoration: none;
}
.container{
	width: 100%;
	height: 100%;
	position: relative;
	text-align: center;
}
.clr{
	clear: both;
}
.container > header{
	padding: 20px 30px 10px 30px;
	margin: 0px 20px 10px 20px;
	position: relative;
	display: block;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    text-align: center;
}
.container > header h1{
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	font-size: 35px;
	line-height: 35px;
	position: relative;
	font-weight: 400;
	color: rgba(26,89,120,0.9);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
    padding: 0px 0px 5px 0px;
}
.container > header h1 span{
	color: #7cbcd6;
	text-shadow: 0px 1px 1px rgba(255,255,255,0.8);
}
.container > header h2{
	font-size: 16px;
	font-style: italic;
	color: #2d6277;
	text-shadow: 0px 1px 1px rgba(255,255,255,0.8);
}
/* Header Style */
.codrops-top{
	line-height: 24px;
	font-size: 11px;
	background: rgba(255, 255, 255, 0.4);
	text-transform: uppercase;
	z-index: 9999;
	position: relative;
	box-shadow: 1px 0px 2px rgba(0,0,0,0.2);
}
.codrops-top a{
	padding: 0px 10px;
	letter-spacing: 1px;
	color: #333;
	text-shadow: 0px 1px 1px #fff;
	display: block;
	float: left;
}
.codrops-top a:hover{
	background: #fff;
}
.codrops-top span.right{
	float: right;
}
.codrops-top span.right a{
	float: left;
	display: block;
}

p.codrops-demos{
	text-align:center;
	display: block;
	padding: 14px;
}
p.codrops-demos a,
p.codrops-demos a.current-demo,
p.codrops-demos a.current-demo:hover{
    display: inline-block;
	font-size: 11px;
	font-style: italic;
	width: 60px;
	height: 60px;
	margin: 0px 3px;
	line-height: 60px;
	border-radius: 50%;
	font-weight: 800;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.05) inset;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
	background: rgba(104,171,194,0.5);
}
p.codrops-demos a:hover{
	background: #4fa2c4;
}
p.codrops-demos a.current-demo,
p.codrops-demos a.current-demo:hover{
	color: rgba(104,171,194,1);
	background: rgba(255,255,255,0.9);
	box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
}
/* Final Galeria Noticias */


/* Gallery styles */

#gallery{
	/* CSS3 Box Shadow */
	
	/* CSS3 Rounded Corners */
	-moz-border-radius-bottomleft:56px;
	-webkit-border-bottom-left-radius:56px;
	border-bottom-left-radius:56px;
	-moz-border-radius-bottomright:56px;
	-webkit-border-bottom-right-radius:56px;
	border-bottom-right-radius:56px;
	border:0px  solid white;
	/* The width of the gallery */
	width:920px;
	overflow:hidden;
}
#slides{
	/* This is the slide area */
	height:400px;
	
	/* jQuery changes the width later on to the sum of the widths of all the slides. */
	width:600px;
	overflow:auto;
}
.slide{
	float:left;
}
#menu{
	/* This is the container for the thumbnails */
	height:45px;
}
ul{
	margin:20px;
	padding:0px;
}
li{
	/* Every thumbnail is a li element */
	display:inline-block;
	list-style:none;
	height:45px;
	overflow:hidden;
}
li.inact:hover{
	/* The inactive state, highlighted on mouse over */
	background:url(images/pic_bg.png) repeat;
}
li.act,li.act:hover{
	/* The active state of the thumb */
	background:url(images/active_bg.png) no-repeat;
}

li.act a{
	cursor:default;
}
.fbar{
	/* The left-most vertical bar, next to the first thumbnail */
	width:2px;
	background:url(images/divider.png) no-repeat right;
}

li a{
	display:block;
	height:20px;
	padding-top:10px;
}

a img{
	border:none;
}

/* The styles below are only necessary for the demo page */


#main{
	text-align:center;
	width:920px;
	position:relative;
	margin: 5px;
}
a, a:visited {
	color:#0196e3;
	text-decoration:none;
	outline:none;
}
a:hover{
	text-decoration:underline;
}

body{
	/* Setting default text color, background and a font stack */
	color:#444444;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
}
body,quote,small,form,input,ul,li,ol,label{
	/* Page reset */
	margin:0px;
	padding:0px;
}
/* Final  Gallery styles */
/* Inicio Titos Titulos */

.Alertas {
	font-family: Verdana, Geneva, sans-serif;
	color: #00F;
	font-weight: bold;
	font-size: 12px;

}
.AlertasRoja {
	font-family: Verdana, Geneva, sans-serif;
	color: #F00;
	font-weight: bold;
	font-size: 12px;
	text-align:left;
	background-color: #FFFFC1;
	text-align:center;
}
.TextosFormularios
{
	font-family: Verdana;
	font-weight: bold;
	color: #000;
	font-size: 12px;
	text-align:left;
}
.TextosPequeno
{
	font-family: Verdana;
	font-weight: bold;
	color: #000;
	font-size: 11px;
	text-align:left;
}
.TitulosFormularios
{
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #050;
	font-style: normal;
	background-color:#A5CD52;
}
.SubTitulosFormularios
{
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #050;
	font-style: normal;
	background-color:#FFF;
}
.TitulosSinVerde
{
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #050;
	font-style: normal;
	background-color:#E2E2E2;
}

.CopiRight
{
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #FFF;
	font-style: normal;
	background-color:#A5CD52;
}
.TitulosBienvenidaUsuario
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #00F;
	font-style: normal;
}
.TitulosMenu
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #000;
	font-style: normal;
	 margin-top:-1px;
  border:1px solid #ccc;
  border-collapse: collapse;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  -moz-box-shadow: 0 0 15px #666;
  -webkit-box-shadow: 0 0 15px #666;
  background-color: #F4F4F4;	
}

/* Final  Tipos Titulos */

h1{font-family:Arial, Helvetica, sans-serif;font-size:1.6em;font-weight:700;color:#034991;margin:0;padding:0;}
h2{font-family:Arial, Helvetica, sans-serif;font-size:1.2em;font-weight:700;color:#046bd4;margin:0;padding:0;}
h3{font-family:Arial, Helvetica, sans-serif;font-size:1.2em;font-weight:700;color:#84C225;margin:0;padding:0;}
h4{font-family:Arial, Helvetica, sans-serif;font-size:0.7em;color:#666;margin:0;padding:0;}
h5{font-family:Arial, Helvetica, sans-serif;font-size:0.8em;font-weight:700;color:#034991;margin:0;padding:0;}
h6{font-family:Arial, Helvetica, sans-serif;font-size:0.8em;color:#FFF;font-weight:700;margin:0;padding:0;}
p{font-family:Arial, Helvetica, sans-serif;font-size: 36px;font-weight:400;color:#000;line-height:120%;margin:0;padding:0.9em 0 0;}
h7{
font-family: Agency FB;
font-size: 24px;
font-weight:700;
color:#046bd4;
margin:0;
padding:0;
text-align:left;
}
h8{
font-family: Agency FB;
font-size: 18px;
font-weight: 200;
text-align: justify;
color: #333;
margin: 0;
padding: 0;
}
h9{
font-family: Agency FB;
font-size: 20px;
font-weight: 200;
text-align: justify;
color: #FFF;
margin: 0;
padding: 0;
}
h10{
font-family: Agency FB;
font-size: 28px;
font-weight:700;
text-align:center;
color: #0B54A0;
margin:0;
padding:0;
}
h12{
font-family: Agency FB;
font-size: 36px;
font-weight:700;
text-align:center;
color: #C0F;
margin:0;
padding:0;
}
/* -- Deportes Extremos -- */
.contenedor-deportes{
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.titulo-deportes{
	width:800px;
	background-color: #0090d7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #FFF;
	text-align: center;
	padding: 10px;
	font-weight: bold;
	border: 0.1em solid #3ebfff;
}
.contenido-deportes{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	color: #333;
	text-align: justify;
	margin: 0px;
	padding: 20px;
	background-color: #e8f7ff;
	border: 1px solid #c6ecff;
}
.rafting{
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	height: 150px;
	width: 250px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/deportes/Rafting.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	padding: 0px;
	}
.parapente{
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	height: 150px;
	width: 250px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/deportes/Parapente.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	padding: 0px;
	}
.rappel{
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	height: 150px;
	width: 250px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/deportes/Rappel.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	padding: 0px;
	}
.torrentismo{
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	height: 150px;
	width: 250px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/deportes/Torrentismo.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	padding: 0px;
	}
.espeleologia{
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	height: 150px;
	width: 250px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/deportes/Espeleologia.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	padding: 0px;
	}
.paintball{
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	height: 150px;
	width: 250px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/deportes/Paintball.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	padding: 0px;
	}
.cuatrimotos{
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	height: 150px;
	width: 250px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/deportes/Cuatrimotos.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	padding: 0px;
	}
.cabalgata{
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	height: 150px;
	width: 250px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/deportes/Cabalgata.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	padding: 0px;
	}
/* -- Deportes Extremos -- */

