/*html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td{
	margin: 0 auto;
	padding: 0;
	font-family: 'verdana';
	font-size: 12px;
}*/
/******************************************************/
h5{
  margin-top: .5em;
  color: #888;
  font-size: 80%
}


#container{
	/*background: #60922E;*/
}
#cabeza{
	margin-top: 30px;
	width: 700px;
	height:  96px;
	background: transparent url('../imagenes/logo2.jpg') 0 0 no-repeat;
}
#registrar{
	float: right;
	position: relative;
	top: 75px;
	font-size: 160%;
	/*text-decoration: none;*/
	font-weight: bold;
	color: #16a41a;
}
#registrar:hover{
	background-color: #16a41a;
	color: #FFF;
}
#cuerpo{
	padding: 50px 0;
	width: 725px;
}
#login{
	position: relative;
/*	float: right;*/
/*	margin-right: 5em;*/
	width: 221px;
	/*height: 237px;*/
	padding: 40px 35px;
	background: #c8f29f url('../imagenes/kuser2.png') 100px -20px no-repeat;
	border: 1px solid #98c56c;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#login label{
	width: 100px;
	margin-bottom: 10px;
	color: #85af5c;
	font-size: 110%;
	font-weight: bold;
	text-transform: uppercase;
}
#login span a{
	color: #85af5c;
	font-size: 80%;
	font-weight: bold;
}
#btn_ingresar{
	margin-top: 10px;
	margin-left: 22px;
}
#contactenos{
	vertical-align: bottom;
	bottom: 0;
	background: #186fc7 url('../imagenes/bck_contactenos.jpg') 0 0 repeat-x;
	width: 100%;
	padding: 5px 0px 20px;
}
#contactenos_cont{
	width: 725px;
	/*height: 119px;*/
	background: url('../imagenes/logo_wtrmark.jpg') 0 10px no-repeat;
}
#contactenos_cont label{
	bottom:-16px;
	float:left;
	left:7px;
	position:relative;
	color: #666;
	font-size: 75%;
	display: in-line;
}
#contactenos_cont textarea{
	color: #333;
	font-size: 90%;
	margin: 0 15px 0 25px;
}
#contactenos_cont input[type=text], #contactenos_cont select{
	display: block;
	clear: both;
	width: 180px;
	color: #333;
	font-size: 90%;
	margin: 0 2px 0 2px;
}
#contactenos img{
	/*float: left;
	position: relative;
	top: -15px;*/
}
#contactenos_cont h4{
	margin-top: 5px;
	padding-top: 8px;
	color: #FFF;
	font-size: 170%
}
#registro ul, #recuperacion ul{
	list-style: none;
	margin-bottom: 1em;
}
#registro ul li, #recuperacion ul li{
	display: block;
	margin-top: 5px;
	/*background: transparent url('../imagenes/bck_li2.jpg') bottom 0 repeat-x;*/
	border-bottom: 1px solid #326ca7;
	border-left: 5px solid #326ca7;
	padding: 5px 10px;
}
#registro ul li label, span.requerido,#recuperacion ul li label{
	color: #555;
	font-size: 125%;
}
#registro ul li input[type=text], #registro ul li input[type=password], #registro ul li select, #recuperacion ul li input[type=text], #recuperacion ul li input[type=password], #recuperacion ul li select{
	border: 1px solid #888;
	font-size: 120%;
	color: #555;
}
span.requerido{
	font-weight: bold;
}
label.error{
    font-weight: bold;
    font-size: 8pt;
    display: block;
    margin: 5px 0 2px 7px;
    z-index: 9999
}
