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

html, body {
	height: 100%;
	width: 100%;
	margin: 0;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color:#535353;
}

a{
	text-decoration:none;
	color:#666;
}

.tabla_login
{
	color:#FFF;
	font-weight:bold;
	font-size: 11px;
}

.tabla_login td
{
	padding:4px;
}

.boton
{
	font-size: 11px;
}
.pie
{
	color:#999;
}
.input{
	font-size:11px;
	padding:3px;
}

.error
{
	border:solid 1px #F04A46;
	background-color:#FDE4E3;
	padding:10px;
	color:#E01712;
}

.exito {
	color:					#278F37;
	border: 				1px solid #89E094;
	padding: 				10px;
	background-color:		#E1F7E4;
}

/*
#caja {
	display: table;
	height: 100%;
	width: 100%;
	position: relative;
}

.centrado {
	display: table-cell;
	vertical-align: middle;
	margin: 0 auto;
	padding: 0 0px;
	height: 100%;
}

div.cont_login {
	position: relative;
	top: 0;
	display: block;
	background-repeat:repeat-x;
	height: 469px;
	width:100%;
}

div.login{
	margin-left:auto;
	margin-right: auto;
	width: 614px;
	height: 469px;
}

div.logo{
	width:296px;
	height: 160px;
	margin-top: 140px;
	float:left;
}

div.separador{
	width:2px;
	height: 469px;
	float:left;
	margin-left: 6px;
}

div.cont_formularioo{
	width: 264px;
	height:190px;
	float:left;
	margin-left: 12px;
	margin-top: 139px;
}

div.copy{
	width:200px;
	height: 10px;
	font-size: 9px;
	color: #535353;
	float:right;
	margin-right: 15px;
	margin-top: -20px;
}

div.segmento{
	width: 250px;
	height: 18px;
	float:left;
	margin-left: 2px;
}

div.boton{
	width: 60px;
	height:30px;
	float:right;
	margin-right: 70px;
	margin-top:16px;
}

input.campo{
	width: 200px;
	height:16px;
	border:#666 solid 1px;
    background-color: #f4fdff;
}
*/
