﻿/* HTML ELEMENTS */
body
{    
    margin:0px 0px 0px 0px;  
    font-family:Arial;
    font-size:11px;
    color:#333333; 
    background:#efebdf;	
}
a
{
    color: #d2232a;
    text-decoration:none;
}
h2
{
	font-size:16px;
}
h3
{
	margin:5px 0px;
}
input, select
{
    font-family:Arial;
    font-size:11px;
    color:#333333; 
}
td
{
    padding:0px;
}
p
{
	padding:0px;
	margin:10px 0px;
}



/* CLASSES */
#main_header
{
	height:75px;
	background:#FFFFFF;
}
/*#main_footer
{
	height:50px;
	width: 100%; background-color: #FFC080; 
	bottom: 0%; left: 0px; position: fixed;    
	position: fixed;
	left: 50%;
	bottom: 0;
	margin: 0 0 0 -370px;

}*/
#main_contentholder
{
	background:#efebdf;	
	padding-top:80px;
	background-image:url(../../Images/backs/fondo2048x1080.jpg); 
}
#main_content
{
	margin:0px auto;
	width:1090px;	
	padding-top:10px;
}
#main_menu
{
	height:26px;
	background:#666666;
	background-image:url(../../Images/backs/bgk_menu.jpg); 	
}
#menu_options
{
	float:right;
	width:795px;
	font-size:0px;
	height:26px;
	overflow:hidden;
	
}
#menu_options div
{
	display:inline;
	z-index:10000;
}
#tests_offers
{
	background:#F6F5F5;
	padding:20px 10px 10px 10px;
	height:348px;
}

.menu_item p
{
	margin:0px;
	padding:0px;
}
#menu_options img
{
	cursor:pointer;
}
#home_content
{
	width:731px;
	border:1px solid #333333;	
	margin:30px auto;
	text-align:center;
	font-size:0px;	
	background:url(../../Images/backs/patern_fondo.jpg);
	padding-bottom:30px;
}
#login_content
{
	width:731px;
	border:1px solid #333333;	
	margin:0px auto;
	text-align:center;	
}
#buttons_bottom
{
	text-align:center;
	margin-top:24px;
}
#page_content
{
	font-size:0px;
}
.std_link
{
	color: #d2232a;
}
.clear
{
    clear:both
}
.messages
{
    text-align:center;
    color:#666666;
    padding:40px 0px;    
}
.popup_menu
{    
    background:#000000;
    padding:5px;
    margin:0px;
    color:#FFFFFF;
    list-style:none;   
}
.line_dotted_black
{
    height:1px;        
    background-image:url(../../Images/objects/point.gif);        
}
.line_dotted_white
{
    height:1px;        
    background-image:url(../../Images/objects/point_white.gif);    
}
.headers
{
	color:#c6181a;
	font-weight:bold;
}
.error_messages
{
	color:#cc3000;
	font-weight:bold;
	text-align:center;    
    padding:10px 0px; 
}
.modalBackground {
	background-color:Black;
	filter:alpha(opacity=70);
	opacity:0.7;
	position:absolute;
}
#dealer_google_map
{
	background:#EDECEC;
	width:800px;
}
#legal_info
{
	text-align:left;
	width:758px;	
	font-size:0px;
	 
}
#legal_info_content
{
	padding:0px 10px 0px 20px;
	background:url(../../Images/backs/legal_med.gif);
	margin:0px;
	font-size:11px;	
}

/***** Maquetacion FORMS *****/
form #myform {
  padding: 0;
  margin:0px;   
}
form #myform fieldset 
{	
	border:none;
	padding:0px;
	clear: both; 	
}

textarea {
  overflow: auto;
}

form #myform fieldset div {
  clear:none;
  margin: 2px 0px;
  padding: 1px 3px;     
  font-size:11px; 
}
form #myform fieldset div label {
  float: left;
  width: 170px;
  padding: 7px 5px 3px 0px;  
  text-align: right;    
}
.my_form_dealer_select
{
	float:left;
	width:480px;
	
}
#my_form_dealer_map
{
	float:left;
	width:420px;
	
}
#login_box
{
	padding-top:20px;
	width:600px;	
	margin:0px auto;
}
#login_vin
{
	width:280px;	
	float:left;
	text-align:right;
}
#login_id
{
	width:280px;	
	float:right;
	text-align:left;
}
.h
{
	display:none;
}
