@import url("weirdo.css");
a, .subtitulo
{
	color: #FF9900;
	font-weight: bold;
	text-decoration: none;
}
a:hover
{
	color: #FFFF00;
	text-decoration: underline;
}
body
{
	background: #29231B;
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	text-align: center;
}
#contenido
{
	padding: 0px 0px 0px 0px;
}
#legal
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
#sombra_inferior
{
	background: url("/images/general/base-inferior.png") no-repeat bottom center;
	padding: 15px 0 0 0;
}
#sombra_superior
{
	background: #29231B url("/images/general/base-superior.png") no-repeat top center;
	margin: 0px auto;
	width: 950px;
}
.textoCabecera16{
	color:#0092bc;
	font-size:16px;
	font-weight:bold;
	letter-spacing:inherit;
	font-family: Arial, Helvetica, sans-serif;
}

/*********** FORMULARIO ******************/
.celda1{
	border-bottom:#d1cfcf 1px solid;
	vertical-align:top;
	padding-top:3px;
	font-size:12px;
	color:#454545;
	width:122px;
}
.celda2{
	border:#d1cfcf 1px solid;
	width: 250px;
	height: 22px;
	background-color: #FFFFFF;
	vertical-align:bottom;
	padding-left:3px;
	padding-right:3px;
}
/* BOTONES */
.btn_base_off {
	font-size: 11px;
	text-align:center;
	background:#ffffff url(../images/botonon.jpg)  repeat-x  left;
	border:#ffc19d solid 1px;
	border-right:#ffc19d solid 3px;
	color: #242424;
}

.btn_base_on {
	font-size: 11px;
	color: #ec732c;
	text-align:center;
	background: #ffffff url(../images/botonon.jpg)  repeat-x  left;
	border:#ec732c solid 1px;
	border-right:#ec732c solid 3px;
	cursor:pointer;
}
#separadorgenerico {
	width:100%;
}