@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #F1E8CE;
	text-align: center;
}

#contenido {
	background-color: #FFF;
	width: 780px;
}

.titulo {
	font-size: 16px;
	font-weight: bold;
}

.subtitulo {
	font-size: 14px;
	font-weight: bold;
}

.bloque {
	font-size: 12px;
	font-weight: bold;
}

.campoTitulo {
	font-weight: bold;
}
.recuadro {
	border: 1px solid #000;
	padding: 15px;
	width: 700px;
}

.sinrecuadro {
	padding: 15px;
	width: 700px;
	text-align:left
}

.tituloCategoria {	
	width: 330px;
	padding: 5px;
	text-align:left;
	background-color: #ba8d2e;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ba8d2e;
	font-weight: bold;
	color:#FFF;
}

.cabecera {	
	background-color: #ba8d2e;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ba8d2e;
	font-weight: bold;
	color:#FFF;
	height:20px;
}

input {
	border: 1px solid #666;
	text-transform: uppercase;
}

.correo{
	text-transform:none;
}

.msgValidacion{
	color:#FF0000;
	font-size:10px;
	font-family:Tahoma;
	font-weight:bold;
	visibility:hidden;
	position:absolute;
}

a.enlaceBoton {
    background: transparent url('../images/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.enlaceBoton span {
    background: transparent url('../images/bg_button_span.gif') no-repeat;
    display: block;		
    line-height: 14px;
    padding: 5px 0 5px 18px;	
} 
/* Note: Make sure the span's vertical padding (5 + 5) and line-height (14) amount to the total height of the button (24). Using a different padding, means setting a different height. */
a.enlaceBoton:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.enlaceBoton:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}

div.centrado{
	text-align: center;
}

div.centrado table {
	text-align: left;
	height:0;
}

.COMBO {
	font-family: verdana;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #4F9AF7;
	border-left-color: #4F9AF7;
}
