@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,400,300,700,600);
* {
	border: 0;
	padding: 0;
	margin: 0;
	outline: none;
}

body {
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	overflow: hidden;
}

.contenedor {
	width: 800px;
	height: 550px;
	background: url(../img/back.jpg);
	margin: 0 auto;
	position: absolute;
	left: 50%;
	margin-left: -480px;
	clip: rect(0px, 958px, 600px, 0px);

	
}
.contenedor > p {
	background: rgba(255, 255, 255, 0.71);
    max-width: 80%;
    margin: 0 auto;
    padding: 15px;
    margin-top: 20px;
    color: #0A6680;
	
}

.boton {
	width: 231px;
	height: 150px;
	background:#B86060;
	cursor: pointer;
	position: absolute;

	-webkit-transition: all .15s linear;
	   -moz-transition: all .15s linear;
	    -ms-transition: all .15s linear;
	     -o-transition: all .15s linear;
	        transition: all .15s linear;
}

.boton:hover {
	-webkit-box-shadow: inset 0px 0px 81px 1px rgba(255,255,255,0.25);
	-moz-box-shadow: inset 0px 0px 81px 1px rgba(255,255,255,0.25);
	box-shadow: inset 0px 0px 81px 1px rgba(255,255,255,0.25);
	margin-top:-10px;

}
.boton h6 {
	font-size:21px;
	font-weight:400;
	text-align: center;
	color:#fff;
	margin-top:50px;
	padding: 0 15px;
}
#boton1 {
	left: 21px;
    top: 200px;
    width: 150px;
    background:#0F8BBF;
}

#boton2 {
	    left: 220px;
    top: 200px;

    width: 150px;
    background:#0F8BBF;
}


#boton3 {
	left: 425px;
    top: 200px;
    width: 150px;
    background:#0F8BBF;
}


#boton4 {
	right: 21px;
    top: 200px;
    width: 150px;
    background:#0F8BBF;
}
#boton5 {
	left: 329px;
    top: 300px;
    width: 300px;
    background:#0F8BBF;
}
#boton6 {
	right: 21px;
    top: 300px;
    width: 300px;
    background:#0F8BBF;

}
h4 {
	color: #fff;
	text-shadow:1px 1px 1px rgba(0,0,0,1);
	text-align: center;
	margin-top: 80px;
	font-size: 21px;
	border-radius: 5px;
	display: none;

}

.w {
	overflow:auto;
	width: 800px;
	height: 600px;
	background: #fff;
	position: absolute;
	z-index: 5;
	top: -100%;
	left: 50%;
	margin-left: -380px;
	-webkit-transition: all .25s linear;
	   -moz-transition: all .25s linear;
	    -ms-transition: all .25s linear;
	     -o-transition: all .25s linear;
	        transition: all .25s linear;
	        overflow-x: hidden !important;



}

.w p {
	margin-top: 20px;
	margin-left: 20px;
	color: #5C5C5C;
	font-size: 16px;
	font-weight: 400;
	text-align:justify;
	font-weight:400;
	max-width: 90%;
}
.w p.p_ {
	margin-top: 10px;
	margin-left: 20px;
	color: #5C5C5C;
	font-size: 16px;
	font-weight: 400;
	text-align:justify;
	font-weight:400;
	max-width: 90%;
}
.w h2 {
	color: #11B28E;
	margin-top: 20px;
	margin-left: 50px;
	padding-right:20px;
	

}

.close {
	position: absolute;
	right:0;
	top: 550px;
	width: 50px;
	height: 50px;
	cursor: pointer;
	background: #383838 url(../img/close.png);
	z-index: 6;
	-webkit-transition: all .15s linear;
	   -moz-transition: all .15s linear;
	    -ms-transition: all .15s linear;
	     -o-transition: all .15s linear;
	        transition: all .15s linear;

}
.close:hover {
	background: #4E4E4E url(../img/close.png);
}

.over {
	width: 100%;
	height: 100%;
	background: #35464C;
	opacity: 0.5;
	position: absolute;
	z-index: 4;
	left: 0;
	top: 0;
	display: none;

	cursor: pointer;
}

.open {
	top: 0;
}

.w ul {
	margin-top: 15px;
	margin-left: 50px;
	color: #5C5C5C;
	font-size: 16px;
	font-weight: 400;
	padding:5px;
}
.w ul li {
	list-style:none;
	text-align:justify;
}
.w ul li span{
	color:#F83939;
	font-weight:bold;
}

span.color_ {
	font-weight:bold;
	color:#F94242;
}