/*--------------------------
		HTML 
----------------------------*/
html {

	}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
	}
body{
	background:url(images/bg_html.jpg) center #334CB3 repeat-x;
	font:normal 12px/18px Verdana, Arial, Helvetica, sans-serif;
	}
/* Tamaños de los headers */
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	}
h1{
color:#07127C;
font-size:13pt;
font-weight:bold;
margin-bottom:9px;
}	
h2{
color:#07127C;
font-size:11pt;
font-weight:bold;
margin-bottom:9px;
}	
h3{
color:#07127C;
font-size:9pt;
font-weight:bold;
margin-bottom:9px;
}	
	
/* Clases útiles */
.p_relative{
	position:relative;
	}
/*vinculos generales*/
a:link {
 	color: #5B005E;
 	text-decoration: none;
	}
a:visited {
 	text-decoration: none;
 	color: #5B005E;
	}
a:hover {
 	text-decoration: underline;
 	color: #5B005E;
	}
a:active {
 	text-decoration: none;
	}	
/*Espacios en los parrafos*/	
p{ 
	margin-bottom:20px;
	}
/*Alineacion del las tablas*/	
td{	
	text-align:left;
	}
a img{
	vertical-align:middle;
	
	}
img{
	border:none;
	}	
/*headers*/	
#header h2{
	font-size:15px;
	color:#ece41c;
	}

#lang a:link {
 	color: #ECE41C;
 	text-decoration: none;
	}
#lang a:visited {
 	text-decoration: none;
 	color: #ECE41C;
	}
#lang a:hover {
 	text-decoration: underline;
 	color: #ECE41C;
	}
#lang a:active {
 	text-decoration: none;
	}	
.success, .emergency {
    border: 1px solid;
    margin: 5px 5px;
    margin-left:20px; 
    padding:13px 20px 13px 30px;
    background-repeat: no-repeat;
    background-position: 10px center;
}
.success {
    color: #4F8A10;
    background-color: #DFF2BF;
}
.emergency {
    color: #D8000C;
    background-color: #FFBABA; 
}
				
/*---------------------------
	SITE
------------------------------*/	
#wrapper{
	width:1000px;
	margin:0 auto;
	overflow:hidden;
	}
#wrapper:after{
	content:".";
	display:block;
	visibility:hidden;
	height:0;
	}	
	
#header{
	background:url(images/header.jpg) no-repeat;
	height:200px;
	position:relative;
	}
#lang{
	float:right;
	margin-right:15px;
	}
#lang span{
	color:#FFFFFF;
	font-weight:bold;
	}		
#lang a{
	color:#FFFFFF;
	}	
	
#col_left{
	width:200px;
	height:410px;
	background:url(images/bg_col_left.gif) repeat-y ;
	}
#content{
	width:800px;
	}
#content ul{
	padding-left:25px;
	}	
#col_left, #content{
	float:left;
	margin-bottom:-32768px;
	padding-bottom:32768px;
	}			
#footer{
	height:53px;
	background: url(images/bg_footer.gif) no-repeat;
	clear:both;
	overflow:hidden;
	width:1000px;
	margin:0 auto;
	color:#FFFF00;
	font-size:10px;

	}
#footer td{
	text-align:center;
	}
table.foot{
	width:95%;
	}
.clearfix{
	clear:both;

	}			
.locations_map{
	text-align:center;
	width:178px;
	margin:0 auto;
	padding:4px;
	}
table.driving_tb{
	border-collapse:collapse;
	width:95%;
	}
table.driving_tb th{
	color:#FFFFFF;
	font-weight:bold;
	border:1px solid #07127C;
	}	
table.driving_tb td{
	border:1px solid #999999;
	}
table.driving_tb span{
	color:#07127C;
	font-weight:bold;
	}
.videoclip{
	float:right;
	border:2px solid #000066;
	margin-right:50px;
	
	 
	}	
.contact_tb	input[type='text']{
	width:150px;
	border:1px solid #CCCCCC
	}
.contact_tb	input[type='select']{
	width:150px;
	border:1px solid #CCCCCC
	}	
	
/*---------------------------
	Buttons
------------------------------*/
.buttons a, .buttons button{
    display:block;
    margin:0 7px 0 0;
    background:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
	}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
	}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
	}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
	}


/* STANDARD */

button:hover, .buttons a:hover{
    background:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
	}
.buttons a:active{
    background:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
	}

/* POSITIVE */

button.positive, .buttons a.positive{
    color:#529214;
	}
.buttons a.positive:hover, button.positive:hover{
    background:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
	}
.buttons a.positive:active{
    background:#529214;
    border:1px solid #529214;
    color:#fff;
	}

/* NEGATIVE */

.buttons a.negative, button.negative{
    color:#d12f19;
	}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
	}
.buttons a.negative:active{
    background:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
	}	
/*---------------------------
	DropDowns Menu
------------------------------*/
	
div.menu_drop {
        width: 93%;
        border-style: solid solid none solid;
        border:1px solid #060F5F;
		margin-left:5px;
        }
	
div.menu_drop  ul  li {
        list-style: none;
        margin: 0;
        padding: 0;
		border-bottom:1px solid #060F5F;
		border-left:1px solid #060F5F;
        }
		
div.menu_drop li a {
        height: 32px;
        voice-family: "\"}\"";
        voice-family: inherit;
        height: 24px;
        text-decoration: none;
        }

div.menu_drop  li a:link, div.menu_drop  li a:visited {
        color: #1a278f;
		font-weight:bold;
        display: block;
        background: url(images/bg_nav_left.gif) no-repeat #ffca00;
        padding: 8px 0 0 25px;
        }

div.menu_drop  li a:hover, div.menu_drop li #current { 
        color: #F00233;
		font-weight:bold;
        background: url(images/bg_nav_left.gif) no-repeat 0 -33px #F3E26C;  
        padding: 8px 0 0 25px;
		text-decoration:none;
        }

div.menu_drop  li.submenu  a:link, div.menu_drop  li.submenu a:visited {
        color: #1a278f;
		font-weight:bold;
        display: block;
        background: url(images/bg_nav_left.gif) no-repeat 17px -33px #F3E26C;
        padding: 8px 0 0 40px;
        }

div.menu_drop  li.submenu a:hover, div.menu_drop li.submenu #current { 
        color: #F00233;
		font-weight:bold;
        background: url(images/bg_nav_left.gif)no-repeat 17px -33px #F3E26C ;  
        padding: 8px 0 0 40px;
		text-decoration:none;
        }					
/*---------------------------
	NAVEGATION
------------------------------*/		
		
div.navglobal {
		margin-top:71px;
		margin-left:398px;
  		height:38px;
		font:normal 13px Arial, Helvetica, sans-serif;
		width:400px;
		float:left;
	   }

div.navglobal_es {
		margin-top:71px;
		margin-left:390px;
  		height:38px;
		font:normal 13px Arial, Helvetica, sans-serif;
		width:400px;
		float:left;
	   }
	   
div.navglobal  ul  li {
        list-style: none;
        margin: 0;
        padding: 0;
		float:left;
		text-align:center;
		text-indent:-9999em;
        }
		
div.navglobal li a {
        height: 34px;
        voice-family: "\"}\"";
        voice-family: inherit;
        height: 34px;
        text-decoration: none;
		outline:0;
        }

div.navglobal  li.about a:link, div.navglobal  li.about a:visited {
        display: block;
		background:url(images/nav_top.gif) 0 0;
		width:78px;
        }

div.navglobal  li.about a:hover, div.navglobal li.about #current { 
       display: block;
		background:url(images/nav_top.gif) 0 -39px;
		width:78px;
        }

div.navglobal  li.classes a:link, div.navglobal  li.classes a:visited {
        display: block;
		background:url(images/nav_top.gif) -75px 0;
		width:70px;
        }

div.navglobal  li.classes a:hover, div.classes li.about #current { 
       display: block;
		background:url(images/nav_top.gif) -75px -39px;
		width:70px;
        }							
		
div.navglobal  li.resources a:link, div.navglobal  li.resources a:visited {
        display: block;
		background:url(images/nav_top.gif) -143px 0;
		width:82px;
        }

div.navglobal  li.resources a:hover, div.classes li.resources #current { 
       display: block;
		background:url(images/nav_top.gif) -143px -39px;
		width:82px;
        }		
div.navglobal  li.locations a:link, div.navglobal  li.locations a:visited {
        display: block;
		background:url(images/nav_top.gif) -224px 0;
		width:82px;
        }

div.navglobal  li.locations a:hover, div.classes li.locations #current { 
       display: block;
		background:url(images/nav_top.gif) -224px -39px;
		width:82px;
        }
		
div.navglobal  li.contact a:link, div.navglobal  li.contact a:visited {
        display: block;
		background:url(images/nav_top.gif) -304px 0;
		width:78px;
        }

div.navglobal  li.contact a:hover, div.classes li.contact #current { 
       display: block;
		background:url(images/nav_top.gif) -304px -39px;
		width:78px;
        }	
		
									
/*EN ESPAÑOL*/
div.navglobal_es {
		margin-top:71px;
		margin-left:410px;
  		height:38px;
		font:normal 13px Arial, Helvetica, sans-serif;
		width:400px;
		float:left;
	   }
	   
div.navglobal_es  ul  li {
        list-style: none;
        margin: 0;
        padding: 0;
		float:left;
		text-align:center;
		text-indent:-9999em;
        }
		
div.navglobal_es li a {
        height: 34px;
        voice-family: "\"}\"";
        voice-family: inherit;
        height: 34px;
        text-decoration: none;
		outline:0;
        }		
div.navglobal_es  li.about_es a:link, div.navglobal_es  li.about_es a:visited {
        display: block;
		background:url(images/nav_top_es.gif) 0 0;
		width:74px;
        }

div.navglobal_es  li.about_es a:hover, div.navglobal_es li.about_es #current { 
       display: block;
		background:url(images/nav_top_es.gif) 0 -39px;
		width:74px;
        }

div.navglobal_es  li.classes_es a:link, div.navglobal_es  li.classes_es a:visited {
        display: block;
		background:url(images/nav_top_es.gif) -75px 0;
		width:60px;
        }

div.navglobal_es  li.classes_es a:hover, div.navglobal_es li.classes_es #current { 
       display: block;
		background:url(images/nav_top_es.gif) -75px -39px;
		width:60px;
        }							
		
div.navglobal_es  li.resources_es a:link, div.navglobal_es  li.resources_es a:visited {
        display: block;
		background:url(images/nav_top_es.gif) -134px 0;
		width:80px;
        }

div.navglobal_es  li.resources_es a:hover, div.navglobal_es li.resources_es #current { 
       display: block;
		background:url(images/nav_top_es.gif) -134px -39px;
		width:80px;
        }		
		
div.navglobal_es  li.locations_es a:link, div.navglobal_es  li.locations_es a:visited {
        display: block;
		background:url(images/nav_top_es.gif) -214px 0;
		width:79px;
        }

div.navglobal_es  li.locations_es a:hover, div.navglobal_es li.locations_es #current { 
       display: block;
		background:url(images/nav_top_es.gif) -214px -39px;
		width:79px;
        }
		
div.navglobal_es  li.contact_es a:link, div.navglobal_es  li.contact_es a:visited {
        display: block;
		background:url(images/nav_top_es.gif) -291px 0;
		width:87px;
        }

div.navglobal_es  li.contact_es a:hover, div.navglobal_es li.contact_es #current { 
       display: block;
		background:url(images/nav_top_es.gif) -291px -39px;
		width:87px;
        }			