#centro {



}


.enlace {
text-decoration: underline;
color:blue;
margin-left:2px;
cursor:pointer;

}

.vehiculo {
float:left;
width:120px;
height:100px;
/*background-color:blue;*/
margin-top:5px;
margin-bottom:15px;
margin-left:10px;
margin-right:10px;
text-align:center;

}

.tipo {

width:50px;
height:50px;
margin-top:100px; 



}

.form {
font-size:12px;

}

input {
border: 1px solid red;

}

.menu {
width:700px;
height:25px;
background-color:black;
font-weight:bold;
font-size:10px;

}

.menu li {
float:left;
list-style-type:none;


}

.menu ul {
float:left;
list-style-type:none;
padding:0;
margin:0;
text-align:center;


}

.menu a {
float:left;
width:100px;
height:25px;
text-decoration:none;
color:white;
background-color:	black;

border-right:1px solid white;

}
.menu a:hover {background-color:#ff3300}

.tablacampo {
padding-left:5px;
padding-right:5px;
font-size:12px;
background-color:	red;
color:white;
font-weight:bold;
}
