@import url(http://fonts.googleapis.com/css?family=Open+Sans:600italic,400,300,600);
/*=================================*/
/* Nivo Slider Demo
/* November 2010
/* By: Gilbert Pellegrom
/* http://dev7studios.com 
/*=================================*/

/*====================*/
/*=== Reset Styles ===*/
/*====================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}
body {
	line-height:1;
	color:black;
	background:#fff;
}
table {
	border-collapse:separate;
	border-spacing:0;
}
caption, th, td {
	text-align:left;
	font-weight:normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:"";
}
blockquote, q {
	quotes:"" "";
}
/* HTML5 tags */
header, section, footer,
aside, nav, article, figure {
	display: block;
}

/*===================*/
/*=== Main Styles ===*/
/*===================*/
body {
	font-family: 'Open Sans', sans-serif;
	color:#333;
	background:#fff;
}

a, a:visited {
	color:blue;
	text-decoration:none;
}
a:hover, a:active {
	color:#000;
	text-decoration:none;
}


.slider-wrapper { 
	width: 100%; 

	margin:0px auto;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}



.botones {
	text-align: center;
	max-width: 1280px;
	margin: 0 auto;
}
.btn {
	background: #EAEAEA;
	width: 19.5%;
	height: 200px;
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
	-webkit-transition: all .15s linear;
	   -moz-transition: all .15s linear;
	    -ms-transition: all .15s linear;
	     -o-transition: all .15s linear;
	        transition: all .15s linear;
}

.btn:hover {
	background: #fff;
	box-shadow: 0px 0px 30px rgba(0,0,0,0.5);
	-webkit-transform: scale(1.05);
	   -moz-transform: scale(1.05);
	    -ms-transform: scale(1.05);
	     -o-transform: scale(1.05);
	        transform: scale(1.05);
}

.btn:hover > .titulo > p#p_1 {
	color: #16a085;
	display: none;
}
.btn:hover > .titulo > p#p_2{
	color: #2980b9;
	display: none;
}
.btn:hover > .titulo > p#p_3{
	color: #f39c12;
	display: none;
}
.btn:hover > .titulo > p#p_4{
	color: #e74c3c;
	display: none;
}
.btn:hover > .titulo > p#p_5{
	color: #3d3d3d;
	display: none;
}
#btn_1 {
	border-top: 20px solid #16a085;

}
#btn_2 {
	border-top: 20px solid #2980b9;
}
#btn_3 {
	border-top: 20px solid #f39c12;
}
#btn_4 {
	border-top: 20px solid #e74c3c;
}
#btn_5 {
	border-top: 20px solid #3d3d3d;
}

.imagen {
	width: 100%;
	-webkit-transition: all .15s linear;
	   -moz-transition: all .15s linear;
	    -ms-transition: all .15s linear;
	     -o-transition: all .15s linear;
	        transition: all .15s linear;
	height: 100px;
}
.titulo {
	width: 100%;

	vertical-align: center;
	height: 90px;
}

.titulo p:first-child{
	font-size: 15px;
	padding: 10px;
	color: #7E7E7E;
	line-height: 18px;
	font-weight: 600;
 	text-transform: uppercase;
}

#imagen_1 {
	background: url(images/btn1.png) center top no-repeat;
}

.btn:hover >  #imagen_1 {
	background: url(images/btn1.png) center bottom no-repeat;

}

#imagen_2 {
	background: url(images/btn2.png) center top no-repeat;
}

.btn:hover >  #imagen_2 {
	background: url(images/btn2.png) center bottom no-repeat;

}

#imagen_3 {
	background: url(images/btn3.png) center top no-repeat;
}

.btn:hover >  #imagen_3 {
	background: url(images/btn3.png) center bottom no-repeat;

}

#imagen_4 {
	background: url(images/btn4.png) center top no-repeat;
}

.btn:hover >  #imagen_4 {
	background: url(images/btn4.png) center bottom no-repeat;

}

#imagen_5 {
	background: url(images/btn5.png) center top no-repeat;
}

.btn:hover >  #imagen_5 {
	background: url(images/btn5.png) center bottom no-repeat;

}

@media screen and (max-width:768px){

	.titulo p{
	font-size: 12px;
	}

	.btn {
	width: 32%;
	margin-top: 10px;
	}
}

@media screen and (max-width:480px){

	.titulo p{
	font-size: 15px;
	}

	.btn {
	width: 49%;
	}
}
@media screen and (max-width:320px){

	

	.btn {
	width: 100%;
	}
}

.overly {
	width: 100%;
	height: 120%;
	background: rgba(0,0,0,0.5);
	position: fixed;
	z-index: 5;
	left: 0;
	top: 0;
	display: none;

}

.zindex {
	position: absolute;
	z-index: 999;
}

p.descripcion {
	font-style: normal !important;
	text-align: justify;
	padding: 15px;
	color: #6C6C6C;
	margin-top: -70px;
	position: absolute;
	max-width: 220px;
		opacity: 0;
	visibility: hidden;



	-webkit-transition: all .25s linear;
	   -moz-transition: all .25s linear;
	    -ms-transition: all .25s linear;
	     -o-transition: all .25s linear;
	        transition: all .25s linear;
}

.btn:hover > .titulo > p#desc1 {
	color: #16a085;
	visibility: visible;
	opacity: 1;
	margin-top: -20px;

}
.btn:hover > .titulo > p#desc2{
	color: #2980b9;
	visibility: visible;
	opacity: 1;
	margin-top: -15px;

}
.btn:hover > .titulo > p#desc3{
	color: #f39c12;
	visibility: visible;
	opacity: 1;
	margin-top: -15px;
	
}
.btn:hover > .titulo > p#desc4{
	color: #e74c3c;
	visibility: visible;
	opacity: 1;
	margin-top: -15px;


}
.btn:hover > .titulo > p#desc5{
	color: #3d3d3d;
	visibility: visible;
	opacity: 1;
	margin-top: -15px;

}