/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clear{
	clear:both;
}

/*BODY*/

body{
	background: url(../img/bg_body_top2.jpg) repeat-x;
	background-position:top;
	background-color:#EAEAEA;
}
#body {
	background:url(../img/bg_body_bottom.jpg) repeat-x;
	background-position:bottom;
}


/*WRAPPER*/

#wrapper{
	width:960px;
	background: url(../img/bg_wrapper.jpg) repeat-y;
}
/*--NAVI--*/
#navi{
	width:960px;
	height:36px;
	 clear: both;
	 background: url(../img/navi.jpg) no-repeat;
}


/*HEADER*/

#header{
	width:960px;
	height:161px;
	background: url(../img/header2.jpg) no-repeat;
}

#login{
	width:320px;
	height:463px;
	float:left;
	background: url(../img/loginbox.jpg) no-repeat;
	margin-left:150px;
}

#ul_login{
	width:250px;
	height:200px;
	margin-top:50px;
}

#ul_login li{
	float:left;
	margin-bottom:10px;
}

#ul_login li .input{
	padding:10px;
	font-size:18px;
}

#mensajes{
	border:1px dashed #ccc;
	width:250px;
	height:50px;
	padding-top:15px;
}

#imglogin{
	background: url(../img/imglogin.jpg) no-repeat;
	width:250px;
	height:317px;
	margin-left:50px;
	margin-top:50px;
	float:left;
}


/**CONTENT*/

.content{
	width:940px;
	margin-bottom:2px;
}



/*/////////////////////////////////////////////////////////////////////////////////////*/
/*FOOTER*/
#footer{
	width:960px;
	height:70px;
	background: url(../img/footer.jpg);
	padding-top:55px;
}

#footer p{
	color:#fff ;
	text-align:center;
}

#footer a{
	color:#ccc;
	text-decoration:none;
}
#footer a:hover{
	color:#fff;
	text-decoration:underline;
}
label.error{
	text-align:center;
	color:#FA5858;
	font-size:13px;
	font-weight:normal;
}

input.error{
	border:0.1px dashed #FA5858;
}
