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

body{
	margin:0px;
	padding:0px;
	background:#FFFFFF;
	font-family:sans-serif;
	font-size:12px;
	color:#999;
}

#contenedor1{
	width:960px;
	height:800px;
	background:url(../img/fondo1.jpg) no-repeat;
	margin:0px auto;
}

#contenedor2{
	width:960px;
	height:auto;
	background:url(../img/fondo2.jpg) no-repeat;
	margin:0px auto;
}

a.back{	
	padding:5px;
	background:#0099CC;
	color:#FFF;
	text-decoration:none;
	margin:0px auto;
}

a.back:hover{
	background:#999999;
}

#logo{
	margin:25px 0px 0px 70px;
	width:250px;
	float:left;
}

#lema{
	float:left;
	width:200px;
	padding-top:250px;
	font-size:25px;
	font-family:Verdana, Geneva, sans-serif;
}

#lema h1{
	font-size:38px;
	color:#4a90cf;
	font-weight:normal;
	padding:0px;
	margin:0px;
}

#lema h5{
	font-size:24px;
	color:#999;
	font-weight:normal;
	padding:0px;
	margin:0px;
}

#cajatexto{
	float:right;
	width:350px;
	height:auto;
	padding-right:50px;
	margin-top:45px;
}

#cajabotones{
	height:85px;
}

a.btn{
	background:#00cdf0;
	color:#FFF;
	font-size:10px;
	font-weight:bold;
	text-align:center;
	width:70px;
	height:70px;
	border-radius:35px;
	display:block;
	float:left;
	text-decoration:none;
	-webkit-transition-property:background; 
	-webkit-transition-duration:0.2s; 
	-webkit-transition-timing-function: linear, ease-in;
	-moz-transition-property:background; 
	-moz-transition-duration:0.2s; 
	-moz-transition-timing-function: linear, ease-in;
	border:2px solid #FFF;
	box-shadow:0px 1px 2px #999999;
}

a.btn:hover{
	background:#3C3;
}

a.btn span{
	position:relative;
	top:20px;
}

#cajainfo{
	margin-top:140px;
	height:auto;
	padding-bottom:15px;
}

#info{
	float:left;
	width:250px;
	text-align:center;
	color:red;
}

#info strong{
	color:gray;
}
	
#pie{
	width:800px;
	height:100px;
	margin:0px auto;
	text-align:center;
}

.clear{
	clear:both;
}

ul{
	margin:0px;
	padding:0px;
}


a.button5{
-moz-border-radius:50px;
-webkit-border-radius:50px; 
border-radius:50px;

-moz-box-shadow:0 1px 0 rgba(0, 0, 0, 0.9);
-webkit-box-shadow:0 1px 0 rgba(0, 0, 0, 0.9);
box-shadow:0 1px 0 rgba(0, 0, 0, 0.9);
background:#4183D4;
background: -moz-linear-gradient(19% 75% 90deg, #4183D4, #55a9e8);

background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#55a9e8), to(#4183D4));

color:#f0f0f0;
font-family:arial,helvetica,sans-serif;
font-size:13px;
font-weight:bold;
padding:8px 16px;
text-shadow:0 -1px 0 rgba(0, 0, 0, 0.5);
margin:0px auto;
text-decoration:none;
width:90px;
display:block;
height:18px;
}

a.button5:hover{
background: -moz-linear-gradient(19% 75% 90deg, #4183D4, #55a9e8);
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#378dcd), to(#20559A));
-moz-box-shadow:0 0 8px rgba(0, 0, 0, 0.6) inset;
-webkit-box-shadow: none;
box-shadow:0 0 8px rgba(0, 0, 0, 0.6) inset;
background:#55a9e8;
}

















