/*  
Theme Name: Formulario
Theme URI: http://www.autosbol.com
Description: Un estilo para el formulario de oferta o consulta del usuario.
Version: 0.1
Empresa: Softbol.net
Author: J. Sandor Clavijo Aguilar
*/
body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #434343;
	background-position:center;
	color: white;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 6pt;
	text-align: center;
}
h1 {
	width: 100%;
	text-align: center;
	font-size: 14pt;
	color: silver;
}
h2 {
	width: 100%;
	text-align: center;
	font-size: 12pt;
	color: silver;
}
caption {
	background-color: silver;
	color: black;
	font-weight: bold;
}
table {
	font-size: 9pt;
	width: 480px;
	text-align: center;
}
th {
	text-align: left;
	vertical-align: top;
	background-color: #252525;
}
td {
	vertical-align: top;
	border: 1px solid #252525;
	text-align: left;
}
a {
	color: #F5F5F5;
	text-decoration: none;
}
a:hover {
	background-color: #F5F5F5;
	color: black;
	width: 480px;
}
input {
	width: 300px;
}
select {
	width: 300px;
}
textarea {
	width: 300px;
}
td.foto {
	background-color: #252525;
	width: 195px;
	text-align: center;
}
td.botones {
	text-align: center;
}
#principal {
	margin: 10px 0px;
	padding: 5px 0px;
	width: 500px;
	background-color: #333333;
	text-align: center;
	display: block;
}

#datos_vehiculo {
	border: 1px solid silver;
}
#datos_vehiculo th {
	width: 100px;
}
#datos_personales {
	border: 1px solid silver;
}
#datos_personales th {
	width: 150px;
}
#datos_personales td.botones {
	text-align: center;
}
#empresa {
	text-align: center;
	font-size: 8pt;
}
.aviso {
	background-color: #FFFFE0;
	color: Black;
	width: 480px;
	font-size: 8pt;
	text-align: left;
	border: 1px dotted Yellow;
}
.boton {
	width: 100px;
	height: 25px;
	background-color: #DC143C;
	text-align: center;
}
.boton a {
	width: 80px;
	height: 25px;
	background-color: #DC143C;
	text-align: center;
	vertical-align: middle;
	font-size: 15px;
	color: White;
}
.boton a:hover {
	width: 80px;
	background-color: #B81233;
	font-size: 16px;
	color: White;
}
