 @charset "utf-8";
/* CSS Document */


/*
 * jQuery FlexSlider v1.8
 * http://flex.madebymufffin.com
 *
 * Copyright 2011, Tyler Smith
 * Free to use under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
/* Browser Resets */
.flex-container a:active, .flexslider a:active {
	outline: none;
}
.slides, .flex-control-nav, .flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {
	width: 100%;
	margin: 0 0 10px;
	padding: 0;
}
.flexslider .slides > li {
	display: none;
} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
	display: block;
	width:auto !important;
	max-width: 100%;
	max-height: 580px;
	margin:0 auto;
}
#home .flexslider .slides img {
	max-height: 500px;
}
.flex-pauseplay span {
	text-transform: capitalize;
}
/* Clearfix for the .slides element */
.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .slides {
	display: block;
}
* html .slides {
	height: 1%;
}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
	display: block;
}
/* FlexSlider Default Theme
*********************************/
#raya {
	background-image: url(../img/carrusel/raya_carrusel.png);
	position: absolute;
	top: 530px;
	width: 882px;
	height: 90px;
	z-index: 2;
	background-repeat: no-repeat;
	background-position: left bottom;	
}

.flexslider {
	background: #fff;
	border: 0px solid #fff;
	position: relative;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
	zoom: 1;
	/*margin-top:20px;*/
/*	border-left:#e6e3d4 solid 1px;
border-right:#e6e3d4 solid 1px;
	border-top:#e6e3d4 solid 1px;*/
	border-bottom:0px;

}
.flexslider .slides {
	zoom: 1;

	
}
.flexslider ul {
	

	
}
.flexslider .slides li{
	/*padding-bottom:40px;*/
/*	padding-bottom:90px;*/
	
}
.flexslider .slides > li {
	position: relative;
	height:580px;
}
#home .flexslider .slides > li {
	height:500px;
}
/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flex-container {
	zoom: 1;
	position: relative;
}
/* Caption style */
/* IE rgba() hack */
p.flex-caption span {
	
}
p.flex-caption {
	/*font: 14px "Times New Roman", Times, serif;
	font-style: italic;
	z-index: 1;*/
}
.flex-caption {
	/*background: none;
	zoom: 1;*/
}
.flex-caption {
	position: absolute;
	/*left: 0px;*/
	left: -230px;
	/*bottom: -100px;*/
	bottom: -35px;
	width:190px;
	height:90px;
	font-size:13px;
	line-height:normal;
	text-align:right;
	/*color: #000;*/
}
.flex-caption.dos {
	padding-top: 5%
}
.flex-caption.tres {
	padding-top: 1%
}
p.flex-caption {
	margin: 0px
}
/* Direction Nav */
.flex-direction-nav li a {width: 19px; height: 38px; margin:0; display: block; position: absolute; top: 200px; cursor: pointer; text-indent: -9999px;}
.flex-direction-nav li .next {background:url(../img/flecha_right.png) no-repeat 0 0; right: -30px;}
.flex-direction-nav li .prev {background:url(../img/flecha_left.png) no-repeat 0 0; left: -30px;}
.flex-direction-nav li .disabled {opacity: .3; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {
	position: absolute;
	/*right:50px;*/
	bottom: -35px;
	width:100%;
	text-align: center;
}
.flex-control-nav li {
	margin: 0 0 0 5px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.flex-control-nav li:first-child {
	margin: 0;
}
.flex-control-nav li a {
	width: 9px;
	height: 11px;
	display: block;
	background: url(../img/bg_control_nav.png) no-repeat 0 0;
	cursor: pointer;
	text-indent: -9999px;
}
.flex-control-nav li a:hover {
	background-position: 0 -12px;
}
.flex-control-nav li a.active {
	background-position: 0 -12px;
	cursor: default;
}


/* Carrusel con fondo */

/*.flex-caption {
    bottom: 90px;
    color: #000;
    font-size: 95%;
    left: 0;
    line-height: 150%;
    padding-left: 83%;
    position: absolute;
    width: 18%;
}*/