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

#textos {
	width:300px;
	margin:0 auto;
}
#textos > .mensaje {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#666;
	margin-bottom:15px;
}
#textos > .registrarse {
	width:150px;
	height:30px;
	text-align:center;
	padding:0;
	margin:0 auto 19px;
	background:#EEE;
	border:1px solid #CCC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bolder;
	box-shadow:#ddd 2px 2px 5px;
	-moz-box-shadow:#ddd 2px 2px 5px;
	-webkit-box-shadow:#ddd 2px 2px 5px;
}
#textos > .registrarse a {
	display:block;
	width:150px;
	height:25px;
	padding:5px 0 0 0;
	color:#0C81CF;
	text-decoration:none;
}
#textos > .registrarse a:hover {
	background:#D9DCE2;
}
#textos > .regresar {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	clear:both;
}
#textos > .regresar a {
	color:#0C81CF;
	text-decoration:none;
}

#login {
	width:320px;
	height:155px;
	padding:25px 70px 0 0;
	background-image:url(../img/bg_login.jpg);
	background-repeat:repeat-x;
	margin:0 auto 19px;
	border:1px solid #a2bdcd;
	text-align:right;
	border-radius:30px;
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
	box-shadow:#999 3px 3px 15px;
	-moz-box-shadow:#999 3px 3px 15px;
	-webkit-box-shadow:#999 3px 3px 15px;
}
#login p {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#333;
}
#login input {
	height:20px;
	padding:5px;
	margin-bottom: 15px;
}
#login input:focus {
	background-color:#FFFFE6;
}

#login .btningresar {
	width:80px;
	height:30px;
}
#login .btningresar:focus{
	background:#EEE;
}
#login .txtprincipal {
	width:200px;
	display:block;
	margin:-8px auto 0 auto;
	padding:3px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color: #C10000;
	text-align:center;