/* global reset */
*{ 
margin: 0; 
padding: 0; 
}

*:focus, :active { 
outline: 0; 
}

body { 
 font: .9em Georgia, "Times New Roman", Sans-Serif ; 
 background: #fff url(../images/bg2.png) repeat-x; 
 color: #333; 
}

a { 
 color: #A82A15; 
 text-decoration: none; 
}

img { 
 border: 0; 
}

img.header {
 float:left;
 margin: 0 0 50px 0;	
}

h1 { 
 float: left; 
 margin: 20px 0 50px; 
 font-size: 4em; 
 color: #fff; 
}

h2 { 
	font-size: 2.4em; 
	font-weight: normal; 
	margin: 0 0 20px;
	/*text-align:right;*/
}

h2 a:hover { 
 background: #A82A15; 
 color: #fff; 
}

h2.warning {
	color: #fff;
	text-align: center;
	background-color: #A82A15;
	padding-bottom: 0;
	margin-bottom:0;
}

p.warning a{
	color: rgb(247,147,30); 
 	text-decoration: none;
}

h3.titleform {
	text-align:center;
}

.hr { 
 color: #ccc; 
}

p { 
 margin: 5px 0 15px; 
 line-height: 1.6em; 
}

p.warning{
	font-size: 1.7em;
	font-weight:bold;
	background-color: #A82A15;
	padding:0 15px 15px;
	margin-top:0;
}

.remarca {
	color: #A82A15;
	font-weight: bolder;
}

.coche {
	/*width: 500px;*/
	height: 125px;
	border: 1px;
}

.coche img {
	width: 80px;
	height: 60px;
}

p#entradilla{
	font-size: 1.2em;
	text-justify: auto;
}

p#slogan{
	font-size: 1.5em;
	color: #A82A15;
	font-weight: bolder;
}
#content { margin: 0 auto; width: 900px; }

#top { 
 float: right; 
 margin: 38px 0 30px 0;
}

#top li { 
 list-style: none; 
 display: inline; 
}

#top li a {
 border: 0px;
 float: left; 
 padding: 6px 20px; 
 margin: 3px 2px 0 0; 
 color: #ccc;
 background: rgb(255,194,14);
 color: black;
 font-weight: bolder;
 }

#top li a.current { 
 color: rgb(75,73,105); 
 background: rgb(247,147,30); 
 color: black;
 font-weight: bolder;
}

#top li a:hover { 
 background: #808080; 
 color: black;
 font-weight: bolder;
}

#lastcars li{
	list-style: none;
}

#intro {
	clear: both;
	padding: 5px 0 0 15px;
	border: 1px solid #dedede;
	font-size: 1.3em;
	background: #eee;
	margin: 0 0 30px;
}

#intro img{
	padding: 0 2px 0 2px;
}
.carousel img {
	padding: 5px;
}

#left {
	float: left;
	width: 580px;
	margin: 0 0 15px;
}

#left img {
	margin: 5px 5px 5px 0;
}

#publi_hertz {
	margin-left: 170px;
	margin-top: 125px;
}

#contratos {
	display:none;
}
#right { float: right; width: 280px; }
#right h3 { border-bottom: 1px solid #ccc; margin: 0 0 10px; }
#right img { margin: 0 3px 3px 0; border: 2px solid #eee; padding: 2px; }
#right li { list-style: none; }
	#right li a { display: block; border-bottom: 1px solid #ccc; padding: 5px 5px; }

#login_links {
	text-align:center;
	font-size: 0.9em;
	margin-bottom: 10px;
}

#footer { clear: both; padding: 15px 0; border-top: 1px solid #ccc; }
#r { float: right; }
	
/* Code for pagination */
div.paginate {
	text-align:center;
	padding: 10px;
}

.paginate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
}

a.paginate {
	border: 1px solid #A82A15;
	padding: 2px 6px 2px 6px;
	text-decoration: none;
	color: #A82A15;
}

a.paginate:hover {
	background-color: #A82A15;
	color: #FFF;
	text-decoration: underline;
}

a.current {
	border: 1px solid #A82A15;
	font: bold Arial,Helvetica,sans-serif;
	padding: 2px 6px 2px 6px;
	cursor: default;
	background:#A82A15;
	color: #FFF;
	text-decoration: none;
}

/*** FORMULARIOS ***/

#formulario {
	width: 550px;
	margin-top: 25px;
}

#formulario label {
	font-size: 1.2em;
}

#formulario #matriculado {
	clear: left;
}

#formulario fieldset {
	border: 2px solid #ccc;
	width: 380px;
	float: right;
	margin: 5px 0 15px 0;
	font-size: 1.2em;
	clear: both;
}

#formulario fieldset legend {
	margin-left: 20px;
}

#formulario fieldset label{
	float:left;
  	text-align:right;
	width: 180px;
}


#formulario fieldset input {
	width: 150px;
	
}

#formulario input, #formulario textarea {
	padding: 5px;
	width: 300px;
	font-family: Helvetica, sans-serif;
	font-size: 1.0em;
	margin: 0px 0px 5px 0px;
	border: 2px solid #ccc;
}

#formulario input#acepto {
	width: 20px;
	padding: 50px;
	border: none;
	margin-left: 190px;
}

#formulario textarea {
	height: 150px;
}

#formulario text-area:focus, #formulario input:focus {
	border: 2px solid #900;
}

#formulario input.submit {
	width: 200px;
	float: right;
	margin-right: 70px;
	margin-top: 15px;
}

#formulario label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 150px;
	padding-top: 5px;
	font-size: 1.0em;
}

#formulario select {
	float: left;
	font-size: 1.0em;
	width: 290px;
	margin: 5px;
}

/**** FORMULARIO DE REGISTRO ***/

#formu_reg {
	width: 550px;
	margin-top: 25px;
}

#formu_reg input, #formu_reg textarea {
	padding: 5px;
	width: 300px;
	font-family: Helvetica, sans-serif;
	font-size: 1.4em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#formu_reg textarea {
	height: 150px;
}

#formu_reg text-area:focus, #formu_reg input:focus {
	border: 2px solid #900;
}

#formu_reg input.submit {
	width: 200px;
	float: right;
}

#formu_reg label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 150px;
	padding-top: 5px;
	font-size: 1.2em;
}

#formu_reg #clientes, #formu_reg #contratos, #formu_reg #acepto, #formu_reg #precios{
	padding: 10px 0 10px 0;
}

#acepto {
	font-size: 1.2em;
}

#formu_reg select {
	font-size: 1.2em;
	width: 300px;
}

/**** Formulario Login *****/

#form_login {
	width: 280px;
	margin-top: 5px;
	float: left;
}

#form_login input {
	padding: 5px;
	width: 150px;
	font-family: Helvetica, sans-serif;
	font-size: 1em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#form_login input:focus {
	border: 2px solid #900;
}

#form_login input.submit {
	width: 100px;
	float: right;
}

#form_login label{
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 70px;
	padding-top: 5px;
	font-size: 1em;
}

/******* Tabla página principal *****/
table {
	width: 575px;
	border:1px solid #000000;
	border-spacing: 0px;
	
}

table a, table, tbody, tfoot, tr, th, td {
	font-family: Arial, Helvetica, sans-serif;
}

table caption {
	font-size: 1.8em;
	text-align: left;
	text-indent: 100px;
	background: url(../images/bg_caption.gif) left top;
	height: 40px;
	color: #FFFFFF;
	border:1px solid #000000;
	padding-top: 5px;
	margin-top: 40px;
}

thead th {
	background: url(../images/bg_th.gif) left;
	height: 21px;
	color: #FFFFFF;
	font-size: 1.0em;
	font-family: Arial;
	font-weight: bold;
	padding: 0px 7px;
	margin: 20px 0px 0px;
	text-align: center;
}

tbody tr {
	background: #ffffff;
}

tbody tr.odd {
	background: #f0f0f0;
}

tbody th {
	background-position: 5px;
	text-align: center;
}

tbody tr.odd th {
	background-position: 5px;
}

tbody th, tbody td {
	font-size: 1.0em;
	line-height: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	padding: 1px;
	border-bottom: 1px solid #800000;
	text-align: center; }

tbody a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

tbody a:hover {
	color: #ffffff;
	text-decoration: underline; }

tbody tr:hover th {
	background: #800000;
	background-position: 5px;
	color: #ffffff; }

tbody tr.odd:hover th {
	background: #000000;
	background-position: 5px;
	color: #ffffff; }

tbody tr:hover th a, tr.odd:hover th a	{
		 color: #ffffff; }

tbody tr:hover td, tr:hover td a, tr.odd:hover td, tr.odd:hover td a {
	background: #800000;
	color: #ffffff;	 }

tbody tr.odd:hover td, tr.odd:hover td a{
	background: #000000;
	color: #ffffff;	 }

tfoot th, tfoot td {
	background: #ffffff url(../images/bg_footer.gif) repeat-x bottom;
	font-size: 1.0em;
	color: #ffffff;
	height: 21px;
}
