@charset "utf-8";
/*
CSS Credit: http://www.templatemo.com/
*/

*{ margin: 0; padding: 0; }* 

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #fff;
	background-color: #343434;
    }

	h1 {
	height: 33px;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #FFFF00;
	background: url(images/layout_h1.jpg) no-repeat;
    }
	
	h2 {
	height: 33px;
	font-size: 13px;
	font-weight: bold;
	color: #0099CC;
	background: url(images/layout_gray.jpg) no-repeat;
    }
	
	h3 {
	height: 53px;
	font-size: 13px;
	font-weight: bold;
	color: #CCCCCC;
	background: url(images/layout_gray2.gif) no-repeat;
    }
	
	h4 {
	height: 33px;
	font-size: 16px;
	font-weight: bold;
	color: #FFCC00;
    }
	
#layout_container {
	width: 900px;
	margin: auto;
	margin-top:10px;
	background-color:#000;
	border: 1px solid #555;
    }
	

.layout_menu{
	float: left;
	width: 900px;
	height: 40px;
	margin: 0px;
	padding: 0px;
	background: url(images/layout_header.jpg) no-repeat;
	}

	.layout_menu ul {
	margin: 4px 0 0 0;
	padding-left: 90px;
	list-style: none;
	text-align: center;
	}

	.layout_menu li { display: inline; }

	.layout_menu li a{
	float: left;
	padding: 8px 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #fff;
	width: 120px;
	}

	.layout_menu li a:hover, .layout_menu li .current{
	color: #000000;
	background: url(images/layout_link_hover.jpg) center no-repeat;
	}
	
#layout_header {
	height: 117px;
	background: url(images/layout_slogan.jpg) no-repeat;
	}

#layout_header2 {
	height: 117px;
	background: url(images/layout_slogan2.jpg) no-repeat;
	}
	
#layout_header3 {
	height: 117px;
	background: url(images/layout_slogan3.jpg) no-repeat;
	}

p { margin-top: 10px; }

#layout_content { width: 900px; }
	
	#layout_content a:link, #layout_content a:visited {
	color: #71AB21;
	font-weight: bold;
	}
	
	#layout_content a:active, #layout_content a:hover {
	color: #CC0000;
	font-weight: bold;
	}
	
.imagentaxi {float: right; top:200px; }

#layout_top {
	float: left;
	width: 750px;
	margin-top: 30px;
	padding-left: 75px;	
	text-align: justify;
	}
	
#layout_left {
	float: left;
	width: 260px;
	margin: 30px 0 0 30px;
	text-align: justify;
	}
	
	#layout_left span {
	color: #e3c922;
	font-weight:bold;
	}
	
#layout_middle {
	float: left;
	width: 250px;
	margin: 30px 20px 0 30px;
	text-align: justify;
	}
	
#layout_right {
	float: right;
	margin: 30px 10px 0 0;
	width: 260px;
	text-align: justify;
	}
	
	#layout_right img {
	padding-left: 10px;
	}

/* ================================================================
|                                                                 |
|                       Inicia Formulario                         |
|                                                                 |*/

form {
	 left: 5px;
     width: 155px;
     padding: 0 7px;
     border: 1px solid #666;
	 background-color: #000;
     }

label { display: block; color: #fff; font-weight:bold;} /* Titulo en una linea propia */

/* campos de entrada iguales */

#email, #nombre, #telefono, textarea {
    width: 130px;
    border: 1px solid #666;
    margin-bottom: 0.7em;
	margin-left:7px;
    }

textarea {height: 5em;}
input:focus, textarea:focus {background-color: #FFCC33;}

/*|                                                                |
  |                       Finaliza Formulario                      |
  |                                                                |
  ================================================================*/

#layout_footer {
	clear: both;
	width: 900px;
	margin-top: 10px;
	height: 60px;
	background: #FEFBC6;
	}


	ul.contacto_imagenes {
	list-style: none;
	text-align: center;
	margin-top: 20px;
	}

	ul.contacto_imagenes li {display:inline; padding-left:50px;}
	
	ul.autos_imagenes {
	list-style: none;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 40px;
	}

	ul.autos_imagenes li {display:inline; padding-left:50px;}


	.footer_left {
	float: left;
	width: 470px;
	height: 50px;
	padding-top: 20px;
	padding-left: 10px;
	color: #333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	}
	
	.footer_left a:link, .footer_left a:visited { color: #fff; text-decoration: none; } 
	.footer_left a:active, .footer_left a:hover { color: #cc6; text-decoration: none; }

	.footer_dot {
	float: left;
	width: 1px;
	margin-top:5px;
	height: 45px;
	background: url(images/layout_dot.gif) repeat-y;
	}
	.footer_right {
	float: right;
	padding-top: 10px;
	width: 350px;
	height: 50px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;	
	}