body {
	font-family: "Segoe UI", "Segoe UI Web Regular", "Segoe UI Symbol", "Helvetica Neue", "BBAlpha Sans", "S60 Sans", Arial, "sans-serif";
	color: #000;
	font-size: 0.75em;
	color: #666;
	list-style: none;
	text-shadow: 0 1px 0 #fff;	
	background-color: #EEEEEE;
}


.content
{
	width: 100%;
	text-align: center;
}

.panel_login 
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 150px;
	border: 1px solid #ddd;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	width: 520px;
	height: 390px;
	background-color: #FFFFFF;
	overflow: hidden;
}

.panel_title
{
	text-align: left;
	float: none;
	height: 3em;
	font-weight: bold;
	margin: 0;
	height: 28px;
	border-bottom: 1px solid #ddd;
	padding-left: 10px;
	padding-top: 10px;

}

.panel_logos
{
	height: 35px;
	width: 500px;
	float: left;
	text-align: center;
	padding-top: 10px;
	
}

.panel_leyend 
{
	float: left;
	width: 209px;
			
	padding: 10px;
	height: 150px;
	color: #666666;
	font-size: 0.9em;
	text-align: justify;
}

 h3
{
	color: #003366;
font-family: arial;
font-size: 12px;
font-weight: bold;
letter-spacing: 0.5px;
text-transform: capitalize;


}

.panel_form 
{
	font-size: 0.55em;
	float: right;	
	width: 250px;
	padding: 10px;
	height: 150px;
	
}

.panel_bottom 
{
	text-align: right;
	float: right;	
	width: 500px;
	padding: 10px;
	font-size: 0.95em;
	margin-top: 8px;

}

.panel_tools_necesary
{
	text-align: left;
	float: left;	
	width: 500px;
	padding: 10px;
	font-size: 0.85em;
	display: block;
	
}

.panel_error 
{
	width: 300px;
	float: left;
}


.messages_hide {
	visibility: hidden;
}

.messages
{
	margin-top: 20px;	
}

.messages li {
	font-size:0.75em !important;
	overflow: hidden;
	font-weight:bold !important;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	text-align: left;
	min-height:23px !important;
	padding:5px 5px 5px 25px !important;

	margin-left: auto;
	margin-right: auto;
}

.error-msg {
	background:#FAEBE7 url(../imgs/icon/error_msg_icon.png) no-repeat scroll 5px 5px !important;
	border:1px solid #F16048 !important;
	color:#DF280A !important;
}

.messages ul li {
	border:0 none !important;
	margin:0 0 3px !important;
	padding:0 !important;
}


.footer 
{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 520px;
	font-size:0.95em !important;
	margin-top: 10px;
}

a
{
	color: #004165;
	text-decoration: none;
	font-weight: bolder;
	font-size:0.90em !important;
}

a:hover
{
	font-weight: bolder;
	text-decoration: underline;
	color: #004165;
}

            #container {
    width: 100%;
    
    float: left;
    margin-right: -150px;
}
#content {
    
    margin-right: 120px;
    vertical-align:middle;
    margin-top: -10px;
     float: right;
}
#sidebar {
    
    margin-left: 40px;
    float: left;