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





.nivoSlider{
	box-shadow: none !important;
}	
.slider-wrapper{
	position: relative;
	margin: 0 auto;
	background: transparent !important;
	overflow: hidden;
}
.nivo-controlNav{
	padding: 0 0 5px 0 !important;
}
.nivo-directionNav a{
	top: 80%;
}
.nivo-caption{
	background: rgba(0,0,0,0.4);
}

#formulario{
	text-align: center;
}
#formulario label{
	padding: 0 5px 0 20px;
}
#formulario input{
		border:#20323B 1px solid;
		background:#FFF;
		box-shadow:#999 2px 2px 2px inset;
		padding: 3px 8px;
}
#formulario .boton{
	margin: 0 30px;
	background: #F60;
	color:#FFF;
	font-weight: bold;
	border:#666 1px solid;
	box-shadow: none !important; 
}
#formulario .boton:hover{
	background:#F90;
}

#botones{
	text-align: center;
}
#botones a{
	position: relative;
	display: inline-block;
	color: #000;
	font-family: 'Pacifico', cursive;
	font-size: 25px;
	text-align: center;
	padding: 15px;
	width: 28%;
	min-width: 160px;
	vertical-align: top;
}
#botones a img{
	display: block;
	margin-bottom: 8px;
	border: #DDD 4px solid;
	transition: border 0.2s;
	width: 100%;
}
#botones a span{
	display: inline-block;
	padding: 7px;
	position: absolute;
	left: -5px;
	top: 40px;
	background: #000;
	color: #FFF;
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	border-radius: 3px;
	transition: left 0.2s;
}
#botones a:hover img{
	border-color:#000;
	transition: border 0.5s;
}
#botones a:hover span{
	left: 40px;
	opacity: 0.4;
	transition: left 0.3s, opacity 0.8s;
}

#virus{
	display: block;
	width: 90%;
	text-align: center;
	margin: 15px -5%;
	background: #fccccc;
	padding: 10px 10%;
	color: #000;
}
#virus:hover{
	background: #f7b7b7;
}


.texto{
	margin: 50px 5%;
	background: #ffddbb;
	padding: 40px 3%;
	font-size:21px;
}
.texto p{
	padding: 2px 0 !important;
}
.texto p img{
	float:left;
	margin-right: 20px;
}

#parthners{
	text-align: center;
}
.widget{
	display: inline-block;
	width: auto;
	margin: 15px;
	vertical-align: top;
}




