hr{height:1px;background-color:#000;border:none}
.clear{clear:both}

/* GENERAL */
a { color: #FFF }
a:hover { color: #AAA; text-decoration: underline }

html,body{ background: #332B24; font-family:Helvetica,Arial,Tahoma,Verdana,sans-serif; font-size:12px; margin:0; } 

h1,h3{
	color:#66D33D;
}
h2,p{
	color:#FFFFFF;
}
h1,h2,h3{font-weight:normal;}
label{
	text-transform: uppercase;
	color:#8F8679;
}
img	{border-style:none;}
ol,ul{ list-style:none }
.input {
	width: 147px;
	height:30px;
	font-size:16px;
	background:#66D33D url("../imgs/boton.png") 0 0;
	border:none;
	color:#FFFFFF;
	padding-left:16px;
	text-transform:uppercase;
	cursor:pointer;
	text-align:left;
}
.input:hover{
	background:#66D33D url("../imgs/boton.png") 0 -30px;
}
.input:active{
	background:#66D33D url("../imgs/boton.png") 0 -60px;
}
#pie{
	clear:both;
	text-align:right;
	width:935px;
	padding-top:4px;
	color:#8F8679;
}
#pie span.direccion{
	float:left;
}
#pie span.capicor{
	float:right;
}
#pie span.capicor a{
	text-decoration:none;
}
#cabecera{
	clear:both;
	position:relative;
	height:150px;
}
#logo{
	float:left;
	width:350px;
	height:95px;
}
#info-cliente{
	height:70px;
}
#info-cliente p{
	color:#8F8679;
	text-transform: uppercase;
	margin: 5px 0px;
}
#logo-menu{
	position:relative;
	height:50px;
}
#menu{
	position:absolute;
	left:470px;
	width:300px;
	height:5px;
}
#menu ul{
	margin-top:10px;
}
#menu ul li{
	display:inline;
	border-right: 1px dotted #FFFFFF;

}
#menu ul a{
	color:#8F8679;

	text-decoration:none;
	text-transform:uppercase;
	padding: 0px 5px;
}
#menu ul li.last{border-right:0px;}
#menu ul li a.activo{ color:#66D33D;}
#menu ul a:hover{color:#FFF;}
#contenedor{
	margin:-325px -467.5px;
	width:935px;
	position:absolute;top:50%;left:50%;
}
#contenedor_login{
	margin:-283px -467.5px;
	width:935px;
	position:absolute;top:50%;left:50%;
}
#login{
	width:887px;
	height:500px;
	border:4px solid #2B241F;
	background:#403B33;
	margin:0 auto;
	padding:20px;
}
#login div{
	text-align:center;
}

#titulo{
	border-spacing:6px;
}

#titulo td{
	background:#332B24;
	font-size:16px;
	color:#998F82;
	vertical-align:middle;
}

#titulo #texto{
	text-align:left;
	width:767px;
	margin-right:6px;
	padding:2px 10px 0 40px;
	background:#332B24 url("../imgs/flecha.png") 16px center no-repeat;
}

#titulo span{
	color:#fff;
}

#titulo #capicor{
	width:40px;
	padding:10px 0px 12px 24px;
}

.login{
	margin:150px auto 0;
	border-spacing:6px;
}

.login td{
	background:#332B24;
	color:#998F82;
	font-size:16px;
	padding:6px 16px;
}

.login td.texto{
	width:115px;
}

.login input#identificacion,.login input#contrasena{
	background:#332B24;
	color:#998F82;
	font-size:16px;
	border:none;
	outline: 0 none;
}

.submit td{
	background:none;
	padding:16px 0 0 0;
}

#mensajes{
	padding:4px;
}
#mensajes .error{
	font-size:16px;
	color:#fff;
}

