@charset "utf-8";
/* CSS Document */

/************ LOGIN **************/
body.index{background-color: #4c4c4c; font-size: 11px;}

body.index #main
{
	position: relative;
	width: 500px;
	background: #fff;
	border-radius:3px;
	-webkit-box-shadow: 0 0 18px -3px #141414;
	box-shadow: 0 0 18px -3px #141414;
	margin: 95px auto 0;
}
body.index #main::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
body.index #main #contenLogin
{
	width:500px;
	margin:0 auto;
	background: #fff;
	display: block;
	clear: both;
}

#main #colLeft
{
	float:left;
	display:inline;
	width:218px;
	padding:15px;
	background:#f2f5fa;
	font-family: Verdana,Geneva,sans-serif;
}

#main #logoLogin
{
	height:107px;
	border-bottom:1px solid #BBBEC3;
	background:url("../images/skin_001/logo.png") no-repeat center center;
}

#main #colLeft #titleLogin
{
	margin: 10px 0 20px 50px;
	padding-bottom: 10px;
	font-family: Verdana,Geneva,sans-serif;
	color: #5b6571;
	line-height:12px;
	width: 127px;
}

#main #colLeft #txtLogin
{
	background:url("../images/skin_001/candado.gif") no-repeat bottom left;
	font-family: font-family: Arial, Helvetica, sans-serif;;
	color:#5b6571;
	padding-left: 50px;
}

#main #colLeft #txtLogin span
{
	display: block;
    font-size: 16px;
    font-weight: bold;
}

#main #colLeft #txtLogin p
{
	line-height:12px;
}
#main #colRight
{
	float:left;
	display:inline;
	height:185px;
	width:282px;
	padding:15px 15px 0 15px;;
	background:url("../images/skin_001/flecha_login.gif") no-repeat top left;
	font-family: arial;
}

#loginForm {margin-top:8px;}

#loginForm .campo
{
	margin-bottom:20px;
	margin-left:15px;
}

#loginForm .campo span
{
	display: inline;
	float: left;
	width: 70px;
}

#loginForm .campo label
{
	font-family: font-family: Arial, Helvetica, sans-serif;;
	font-size: 14px;
	font-weight: normal;
	color:#5b6571;
}

#loginForm .campo label{margin-bottom:0;}
#loginForm .campo input
{
	font-size:10px;
	height: 18px;
	border:1px solid #CCCCCC;
	width: 155px;
}

.input_error { border:1px solid #D8000C !important; }


#loginForm input[type=submit], #loginForm input[type=button]
{
	float:right;
	float: right;
    margin-right: 22px;
	background-color: #333333 !important;
    border: medium none !important;
    color: #ffffff !important;
    padding: 8px 20px !important;
	margin-top: 20px;
}


body.index #footer
{
	position: relative;
	clear: both;
	margin:0;
	margin-top: 50px;
	width:auto;
	background:#4c4c4c;
}

body.index #footer #footer-content {
	border:none;
	background:#4c4c4c;
	padding-bottom: 10px;
	text-align: center;
	width:auto;
	margin:0;
	color: #999;
}

#footer p {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
}
/**********************/
