body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #363636;
	text-align: center;
	color: #333;
}

#contenido{
    background-image: url(../Images/login_bg.jpg);
	background-repeat: no-repeat;
}
    
#central{
    position:absolute;
    left: 50%;
    margin-top: 25px;
    margin-left: -160px; 
}

h1 {
	color: #CCC;
	font-size: 12pt;
	font-weight: normal;
}

#log_data {
	margin: auto;
	height: auto;
	width: 270px;
	text-align: left;
	background-color: #ebebea;
	padding: 20px;
	-moz-border-radius-bottomright: 10px 10px;
	-webkit-border-radius-bottomright: 10px 10px;
	border-bottom-right-radius: 10px 10px;
	-moz-border-radius-bottomleft: 10px 10px;
	-webkit-border-radius-bottomleft: 10px 10px;
	border-bottom-left-radius: 10px 10px;
}

#tit {
	height: 50px;
}

#log_tit {
	margin: auto;
	height: 50px;
	width: 310px;
	text-align: left;
	background-image: url(../Images/body_bg.jpg);
	background-repeat: repeat-x;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	-moz-border-radius-topright: 10px 10px;
	-webkit-border-radius-topright: 10px 10px;
	border-top-right-radius: 10px 10pxx;
	-moz-border-radius-topleft: 10px 10px;
	-webkit-border-radius-topleft: 10px 10px;
	border-top-left-radius: 10px 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #4F4F4F;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #1E1E1E;
	border-left-color: #1E1E1E;
}

#login_table tr td {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
}

input {
	border: 1px solid #c1c1c1;
	color: #666;
	margin-right: 10px;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
}

.botonINPUT {
	border: 1px solid #C1C1C1;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	COLOR: #333;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 9pt;
	FONT-WEIGHT: bold;
	cursor: hand;
	height: 30px;
	width: 110px;
	padding-top: 5px;
	padding-right: 1px;
	padding-bottom: 5px;
	padding-left: 1px;
	background-color: #FFF;
}

#logo p {
	color: #787878;
	font-size: 12px;
}

#login_slogan {
	font-size: 12px;
	color: #727272;
	width: 300px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}


#copyright {
	margin: auto;
	height: 20px;
	width: 333px;
	color: #666;
	font-size: 8pt;
	padding: 20px;
}

#copyright a {
	color: #999;
	text-decoration: none;
}

#copyright a:hover {
	color: #CCC;
	text-decoration: none;
}