@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,800,700,600,300);

/*
 * jQuery Nivo Slider v3.2
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
.slider-wrapper{
	margin-top: 20px;
	min-height: 270px;
	margin: 0 auto;
	background: #FFF;
}
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	overflow: hidden;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
	background:white; 
	filter:alpha(opacity=0); 
	opacity:0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	position: absolute;
	left: 6%;
	top: 20%;
	height: auto;
	background: url(../imagenes/bg-slide.png);
	color: #000;
	width: 46%;
	z-index: 8;
	padding-top: 1%;
	overflow: hidden;
	display: none;
	-moz-opacity: 0.8;
	filter: alpha(opacity=8);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.nivo-caption p {
	padding:5px;
	margin:0;
	font-size:16px;
}
.nivo-caption a {
	display:inline !important;
	color:#000;
	/*background-color:#FFF;*/
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:80%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:center;
	padding: 15px 0;
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
.nivo-caption h2{
	font-weight:300;
	font-size:56px;
	display:block;
	color:#fff;
	padding:10px 16px 12px 16px;
	letter-spacing:1px;
	background:rgba(0,118,23,0.8);
	text-shadow: 2px 0 1px #333;
	text-transform:uppercase;
}
.nivo-caption h2 strong{
	color:#fff;
	font-weight:bold !important;
	border-bottom:5px solid #b31d24;
	padding-bottom:4px;
	background:rgba(0,118,23,0.6);
}
.nivo-caption h4{
	font-weight:normal;
	font-size:22px;
	display:block;
	text-align:left;
	margin-bottom:10px;
	color:#253934;
	padding:10px 16px 20px 16px;
	background:rgba(234,234,234,0.8);
	border-bottom:4px solid rgba(0,118,23,1);
	line-height: 28px;
}
.nivo-caption figure{
	width:70px;
	height:23px;
	margin:auto;
	background:url(../imagenes/adorno-slide.png);
	margin-bottom:10px;}

.nivo-caption p{
	display:block;
	text-align:left;
	font-size:18px;
	padding:0px 16px 16px 16px;
	color:#000;
	font-weight:300;
	float:left;
}
.btn-1{
	color:#fff;
    border-bottom:1px dotted #fff;
	background: #5179da;
	padding: 10px;
	border-radius: 10px;
	margin-left:16px !important;
	float:left;
	margin-bottom:10px;
}





