/* SOLICITUD DE ALTA //////////////////////// */
h2 {
	font-size: 16px;
	color: #665128;
	margin-top: 15px;
}
#alta table {
	font-size: 12px;
}
#alta table td {
	padding: 2px;
}
#alta ul {
	padding-left: 25px;
	list-style-type: square;
}
#alta ul li {}
table#tarifas th {
	text-align: left;
	background-color: #665128;
	color: #fff;
}
table#tarifas td, table#meses td {
	border-bottom: 1px solid #666666;
}
fieldset {
	border: 1px solid #665128;
	padding: 10px;
	margin-bottom: 10px;
	font-size: 12px;
}
legend {
	font-weight: bold;
	color: #665128;
}
fieldset#imagen {
	border-color: #FF0000;
}
fieldset#imagen legend {
	color: #ff0000;
}
input,textarea {
	border: 1px solid #665128;
	font-family: "trebuchet MS", tahoma, verdana, arial;
	font-size: 12px;
}
.requerido {font-weight: bold; color: #ffcc66; font-size: 16px;}
.promocion {
	color: #ff0000;
}
.tachado {
	text-decoration: line-through;
}