@charset "utf-8";
html,body {
	background:#E7E7;
	font-family:Verdana, Geneva, sans-serif;
	height:100%;
}

#page-wrap{
	width: 1100px;
	margin: auto;
	height: auto;
	min-height:100%;
}
 
#page-wrap:after{
	width: 100%;
	height:120px;
	display:block;
	clear:both;
}

.show{
	background:url(images/show_window.png) no-repeat left;
	cursor:pointer;
	width:16px;
	height:16px;
}
#logssm{
	float:right;
	margin: 10px 50px 0 auto;
	width:234px;
	height:83px;
}
#logts{
	margin: auto 190px 0 auto;
	width:267px;
	height:137px;
}
#cerceve{
	float:right;
	margin:50px 180px 0 auto;
	width:300px;
	height:300px;
}
.header{
	/*background:url(images/header_bg.png) no-repeat top;*/
	/*background:#F56E00;*/
	height:40px;
	border-top-left-radius: 1px;
	border-top-right-radius: 1px;
	line-height:40px;
	padding-left:20px;
	text-shadow:1px 1px rgba(53,16,56,0.5);
	color:#fff;
	font-weight:bold;
}
.formbody{
	width:400px;
	height:340px;
	/*background:url(images/formbody.png) no-repeat top;*/
}
form .text{
	width:250px;
	height:30px;
	margin:20px 0 0 22px;
	outline:none;
	font-weight:bold;
	padding-left:20px;
	border:0;
	color:#a9a9bc;
}
form .submit{
	width:100px;
	height:40px;
	margin:20px 20px 0 22px;
	/*background:url(images/login.png) no-repeat;*/
	font-weight:bold;
	text-shadow:1px 1px rgba(53,16,56,0.5);
	color:#fff;
	cursor:pointer;
	border:0;
}
form a{
	text-decoration:none;
	color:#a9a9bc;
	font-size:14px;
	font-weight:bold;
	text-shadow:1px 1px rgba(255,255,255,0.75);
}

.error{ 
    color: red; 
    /*font-weight: bold;*/
	font-size:13px; 
    margin: 10px; 
    text-align: left; 
} 

#foot{
	width: 100%;
	height: 120px;
	margin: -120px auto 0;
	background-color:#f1f1f1;
}

#contenedor{
	float:left;
	margin: -50px auto auto 85px; 
	border-radius:5px; 
	-moz-border-radius:5px; /* Firefox */ 
	-webkit-border-radius:5px; /* Safari y Chrome */ 
	
	/* Otros estilos */ 
	border:1px solid #8D57A0;
	background:#f1f1f1;
	width:450px;
	padding:10px;
	text-align:justify;
}

a:link {
	color: #39F ;
 	text-decoration:none;   
}  

a:visited {
	color: #39F ;
 	text-decoration:none;   
}   