html,body{
	color:#666;
	margin:0;
	height: 100%;
	padding: 0;
	background-image: url(../images/fondo.png);
	background-position: center fixed;
	background-repeat: no-repeat;
	background-color:#000000;
	-webkit-background-size: cover;
    	-moz-background-size: cover;
    	-o-background-size: cover;
    	background-size: cover;
	font-family: 'Dosis', sans-serif;
}

#wrapper {
    min-height: 100%;
    position: relative;
}

html,a {
cursor: url(../images/cur.cur), auto;
}
	A:hover {
cursor: url(../images/cur2.cur), auto;
}
	input#ahrre:hover {
cursor: url(../images/cur2.cur), auto;
} 


a, a:link, a:hover{
	text-decoration:none;
	color:#268cff;
}

.textin{
	color:#fff;
	font-size: 30px;
	background-color: #268cff;
	height: 40px;
	width: 100%;
	border-radius: 10%;
	padding:-50px;
}

.textin:hover{
	color:#268cff;
	font-size: 30px;
	background-color: #fff;
	height: 40px;
	width: 100%;
	border-radius: 1%;
	border: 1px solid #00e958;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
}

.textin a:link{
	text-decoration:none;
	color:#268cff;
}
.textin a{
	color:#fff;
}

.textin a:hover{
	color:#268cff;
}

.header{
	height:100px;
  	left:0;
  	top:0;
  	width:100%;
	background-color: #EBECEE;
	border-bottom: 3px solid #268cff;
	border-bottom-left-radius: 10px 10px;
	border-bottom-right-radius: 10px 10px;
  	z-index: 6000;
  	box-shadow: 0px 1px 5px 1px #2d2d2d;
	-webkit-box-shadow:0px 1px 5px 1px #2d2d2d;
 	-moz-box-shadow: 0px 1px 5px 1px #2d2d2d;
}

.contenido{
	margin-left: auto;
	margin-right: auto;
	left:0;
	right:0;
	padding: 20px;
	margin-bottom: 10px;
	margin: 0 auto;
  	margin-top:30px;
	padding-bottom:80px;
}

.center{
	text-align: center;
}

.logo{
	padding:0px;
	padding-left: 10%;
}

.logo img{
	float:left;
	padding: 0px 0px 0px 20px;
	margin:7px;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
}


.logo img:hover{
	padding:0px 0px 0px 50px;
	background-color:#e0e0e0;
	border-radius: 10px;
	-webkit-transition:all 200ms ease-in-out;
	-moz-transition:all 200ms ease-in-out;
	-o-transition:all 200ms ease-in-out;
	transition:all 200ms ease-in-out;
}

.redes{
	padding:0px;
	padding-right: 10%;
}

.redes img{
	float:right;
	padding: 20px 0px 0px 0px;
	margin:7px;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
}

.redes img:hover{
	padding:0px 0px 40px 0px;
	background-color:#e0e0e0;
	border-radius: 10px;
	border-bottom: 3px solid #268cff;
	-webkit-transition:all 200ms ease-in-out;
	-moz-transition:all 200ms ease-in-out;
	-o-transition:all 200ms ease-in-out;
	transition:all 200ms ease-in-out;
}


.footer{
	position: absolute;
	width: 100%;
	height:80px;
	bottom: 0;
    	left: 0;
	background-color: #EBECEE;
	text-align:center;
	border-top: 3px solid #268cff;
	border-top-left-radius: 10px 10px;
	border-top-right-radius: 10px 10px;
	box-shadow: 0px 1px 10px 1px #2d2d2d;
	-webkit-box-shadow:0px 1px 10px 1px #2d2d2d;
 	-moz-box-shadow: 0px 1px 10px 1px #2d2d2d;
}
.creditos_center{
  color:#8d8d8d;
  font-weight: bold;
  font-size: 15px;
  padding-left: 5%;
  padding-top: 3px;
}

.bordes img {
	border-radius: 50%;
	padding: 0;
	border: 0;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	box-shadow: 0 0 5px #409aff;
	height: 200px;
	width: 200px;
}

.bordes img:hover{
	box-shadow: 0;
	border-radius: 10%;
	height: 200px;
	width: 200px;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	box-shadow:0 0px 20px 5px #409aff;
	-webkit-box-shadow: 0px 0px 20px 5px #409aff;
 	-moz-box-shadow: 0 50px 20px 5px #409aff;
}

.full_bo {
	padding:3px;
	font-weight:bold;
	width:97px;
	font-size: 17px;
	color: #f4f4f4;
	background: none repeat scroll 0 0 #268cff; 
        border: 1px solid #222222; 
        padding: 4px 20px;
	font-family: 'Dosis';
	cursor: url(../images/cur2.cur), auto;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
}
.full_bo:hover {
	padding:3px;
	font-weight:bold;
	width:97px;
	font-size: 17px;
	margin-right:5px;
	color: #268cff;
	background: none repeat scroll 0 0 #f4f4f4; 
        border: 1px solid #268cff;
        padding: 4px 20px;
	font-family: 'Dosis';
	cursor: url(../images/cur2.cur), auto;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
}

.infoweb{
	max-width: 800px;
	display: block;
	margin-bottom: 5px;
	background-color: #000000;
	margin:30px auto;
	border-radius: 6px;
	opacity: 0.85;
	filter:alpha(opacity=85);
	color: #ffffff;
	padding: 10px;
	box-shadow: 0px 0px 5px #000;
	-webkit-box-shadow: 0px 0px 5px #000;
 	-moz-box-shadow: 0px 0px 5px #000;
}

.infoserver{
	max-width: 300px;
	display: block;
	margin-bottom: 5px;
	background-color: #000000;
	margin:30px auto;
	border-radius: 6px;
	opacity: 0.85;
	filter:alpha(opacity=85);
	color: #ffffff;
	padding: 10px;
	box-shadow: 0px 0px 5px #000;
	-webkit-box-shadow: 0px 0px 5px #000;
 	-moz-box-shadow: 0px 0px 5px #000;
}

.infoserver_de {
    	margin: 5px 0px 5px 0px;
	background-color: #0f0f0f;
	border: 1px solid #2a2a2a;
	border-radius: 6px;
	color: #ffffff;
}

.carac1 img {
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	box-shadow: 0 0 5px #409aff;
}

.carac1 img:hover{
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	box-shadow:0 0px 20px 5px #409aff;
	-webkit-box-shadow: 0px 0px 20px 5px #409aff;
 	-moz-box-shadow: 0 50px 20px 5px #409aff;
}

.carac2 img {
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	box-shadow: 0 0 5px #409aff;
}

.carac2 img:hover{
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	box-shadow:0 0px 20px 5px #409aff;
	-webkit-box-shadow: 0px 0px 20px 5px #409aff;
 	-moz-box-shadow: 0 50px 20px 5px #409aff;
}