body{
	margin : 0px 0px 0px 0px;
	background-color : White;
	text-shadow: #000 0 0;
	font-family : Arial, Helvetica, sans-serif;
	color : Black;
}
img{
	border : none;
}
form{
	margin : 0px 0px 0px 0px;
}
a {
	color : #085589;
	outline: none;
}
a:hover {
	text-decoration: none;
	color : #b50418;
}
td{
	font-size : 13px;
}
select, input{
	vertical-align : middle;
}
h1, h2{
	color : #820000;
	font-weight : lighter;
	font-size : 26px;
}
p{
	font-size : 14px;
}
/****************CARCAS*******************/
table#carcas{
	border:0px;
	border-collapse:collapse;
	width : 90%;
	height : 100%;
}
td#header{
	padding : 0px 0px 0px 0px;
	height : 0%;
	vertical-align : top;
	background-color : #820000;
	border-bottom : 8px solid White;
}
td#menus{
	padding : 0px 0px 0px 0px;
	font-size : 12px;
	font-weight : bold;
	white-space : nowrap;
	background-color : #820000;
}
td#content{
	font-size : 13px;
	height : 100%;
	vertical-align : top;
	text-align : justify;
	padding-bottom: 15px;
}
td#footer{
	padding : 10px 19px 10px 19px;
	font-size : 13px;
	font-weight : bold;
	background-color : #820000;
	color : White;
}
td#footer a, div#autorize a{
	color : White;
	text-decoration : none;
}
td#footer a:hover, div#autorize a:hover{
	color : #ff7c00;
}
/***********************LOGO*****************************/
div#logo{
	float : left;
	display : inline;
	margin : 0px 0px 0px 12px;
}
div#logo a{
	background:url(/images/template/logo.gif) 0 0 no-repeat;
	width:327px;
	height:69px;
	display:block;
}
div#logo span{
	display : none;
}
/************************AUTORIZE*************************/
div#autorize{
	float : right;
	display : inline;
	margin : 26px 19px 0px 0px;
	color : White;
	font-size : 14px;
	font-weight : bold;
	text-transform : uppercase;
}
div#autorize span{
	color : #ffdc08;
}
div#auto_small{
	text-align : right;
	font-size : 11px;
	font-weight : lighter;
	margin : 2px 0px 0px 0px;
}
/**************************MENU**************************/
td#menus ul {list-style:none;margin:0;padding:0;}
td#menus li {float:left;margin:0;padding:0;text-align:center;}
td#menus li a {display:block;padding:7px 19px;;color:#FFFFFF;text-decoration:none;border-right:1px solid #FFFFFF;}
td#menus li a {}
td#menus li a:hover, li a:focus, li a:active {
	background-color : #ff7c00;
	color : Black;
}
 a#active {background-color : #ff7c00;
	color : Black!important;}
	
/**************************FOOT***********************/
div#reclama{
	float : left;
	display : inline;
}	
div#copy{
	float : right;
	display : inline;
}
/**********************FORMA******************/
div.forma{
	padding : 15px 0px 15px 10px;
}
.section{
	height : 23px;
	font-size : 13px;
	color : #525151;
	width : 150px;
}
.section_two{
	height : 23px;
	font-size : 13px;
	color : #525151;
	width : 250px;
}
/************************AREA***********************/
table#area{
	border:0px;
	border-collapse:collapse;
	width : 100%;
}
td#cont_area{
	padding : 0px 15px 0px 10px;
	vertical-align : top;
	width : 100%;
	text-align : justify;
}
td#sidebar{
	vertical-align : top;
	width : 0%;
}
.both{
	clear : both;
}