/*------------------------------ Estilos Basicos ------------------------------*/

*{
	font-family: Helvetica;
}

body{
	background: #262626 url("../images/style/bg.png") left repeat-y;
	font-size: 62.5%;
}

h1{ 
	font-size:  24px;
	color: #8a8a8a;
	border-bottom: 1px solid #8a8a8a;
	margin-top: 12px;
}

h2{
	font-size:  18px;
	color: #8a8a8a;
	margin-top: 12px;	
	margin-bottom: 8px;	
}

h3{
}

h4{
}

a{
	text-decoration: none;
}

p{
	color: #8a8a8a;
	padding-bottom: 6px;
	font-size: 12px;
}

strong{
}

#wrapper{
}

/*------------------------------ Estilos Generales ------------------------------*/

#header{
	background: url(../images/style/header_bg.gif);
	height: 62px;
	padding: 10px 15px 5px 10px;
}

#header .logo_doro{
	float: right;
}

#login{
	text-align: center;
	background: url(../images/style/login_bg.png) no-repeat center;
	height: 315px;
	margin-top: 80px;
	padding-top: 134px;
}

#login table{
	width: 480px;
	margin: 0px auto;
	text-align: left;
}

#login table td.label{
	padding-left: 25px;
	font-size: 24px;
	color: white;
	width: 132px;
}

#login table td.input input{
	font-size: 22px;
	color: white;
	width: 306px;
	background: #7a7a7a;
	border: none;
}

#login table td.submit{
	text-align: center;
	padding-top: 10px;
}

#login tr{
	height: 38px;
	vertical-align: top;
}

#lateral{
	width: 236px;
	background: #333333;
	border-right: 1px solid #777777;
	float: left;
}

#lateral li{
	border-bottom: 1px solid #151515;
	border-top: 1px solid #777777;
	padding-left: 19px;
	height: 28px;
	padding-top: 10px; 
	color: #8a8a8a;
}

#lateral li.over{
	background: #454545;
}

#lateral a li{
	color: #8a8a8a;
	font-size: 14px;
	font-weight: normal;
}

#lateral a{
	color: #8a8a8a;
	font-size: 14px;
	font-weight: normal;
}

#lateral #addon_up{
	margin-left: 9px;
	margin-top: 15px;
	padding: 5px;
	padding-bottom: 0px;
	padding-top: 1px;
	width: 207px;
	background: url(../images/style/addon_up.png) no-repeat;
}
#lateral #addon_foot{
	margin-left: 9px;
	width: 217px;
	height: 10px;
	background: url(../images/style/addon_foot.png) no-repeat;
	margin-bottom: 15px;
}

#main {
	margin-left: 260px;
	padding-right: 25px;
}

#main input.text{
	font-size: 14px;
	color: #8a8a8a;
	width: 98%;
	background: #333333;
	border: none;
	padding: 5px;
	margin-bottom: 5px;
}

#main input.image{
	font-size: 14px;
	color: #8a8a8a;
	width: 35%;
	background: #333333;
	border: none;
	padding: 5px;
	margin-bottom: 5px;
}

#main img.add_image{
	float:left;
	margin-top: 5px; 
	margin-right: 5px;
}

#main textarea{
	font-size: 14px;
	color: #8a8a8a;
	width: 98%;
	height: 100px;
	background: #333333;
	border: none;
	padding: 5px;
	margin-bottom: 5px;
}

#main ul.data li{
	font-size: 14px;
	color: #8a8a8a;
	width: 98%;
	background: #333333;
	border: none;
	padding: 5px;
	margin: 5px 0px;
	overflow: hidden;
	
}

.data_explain{
	color: #6a6a6a;
	font-size: 12px;
	font-weight: normal;
}

#main h3{
	color: #c5c5c5;
}

#main a{
	color: #8a8a8a;
}

#main #edit{
	background: #1b1b1b;
	padding: 10px;
	padding-top: 1px;
	margin-top: 10px;
	border: 1px solid #313231;
}

#main div.del{
	padding: 10px;
	background-color: #5c1c1c;
	border: 1px solid #951313;
	font-size: 12px;
	margin-top: 10px;
}

#main div.add{
	padding: 10px;
	background-color: #3d4f20;
	border: 1px solid #5a752a;
	font-size: 12px;
	margin-top: 10px;
}

/*------------------------------ Estilos Generales ------------------------------*/

table.tax{
	color: white;
	font-size: 12px;
	margin: 15px;
}

table.tax tr{
	text-align: right;
	margin-left: 5px;
}

table.tax td{
	width: 70px;
}

table.tax td.header{
	text-align: left;
}

input.tax{
	width: 30px;
	text-align: right;
	margin-left: 10px;
	margin-top: 5px;
	background: #333333;
	border: none;
	padding: 5px;
}
