/* CSS Document */

body{
	padding :0;
	margin :0;
	font-family:ancizar_sansregular_italic, "MS Serif", "New York", serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	/*scrollbar-darkshadow-color: #928047;
	scrollbar-3d-light-color: #928047;
	scrollbar-base-color: #928047;
	scrollbar-arrow-color: #928047;
	scrollbar-face-color: #C7BF96;
	scrollbar-highlight-color: #C7BF96;
	scrollbar-shadow-color: #C7BF96;
	scrollbar-track-color: #E4DFB8;*/
}
#contenido {
	/*position:relative;*/
	width: 800px;
	margin-left: 350px;
	margin-bottom: 40px;
}
.contenido-uno {
	position:relative;
	width: 800px;
	margin-left: 350px;
}
.contenido-dos {
	/*position:relative;*/
	/*margin-left: 260px;
	padding-left: 30px;*/
	voice-family: "\"}\"";
	voice-family: inherit;
	/*margin-bottom:30px;*/
}

/* para las pestaņas */

#pestana, #pestana_seleccionada  {
	font-family:ancizar_sansregular_italic, "MS Serif", "New York", serif;
	font-size: 9px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	padding: 3px;
	padding-right:10px;
	padding-bottom:0px;
	position: relative;
	float: left;
}
/* DEL ASISTENTE */
.icono-asistente {
	width: 13px;
	height: 14px;
	float: right;
	text-decoration: none;
}
.icono-asistente:link, .icono-asistente:visited {
	background: 0px 0px no-repeat url(imagenes/iconos/asistente_gris_1.gif);
}
.icono-asistente:hover {
	background: 0px 0px no-repeat url(imagenes/iconos/asistente_gris1.gif);
}
/* BOTONES */
.btn {
	display:inline;
	border: 1px solid;
	border-left: solid 2px;
	border-bottom: solid 2px;
	text-decoration: none;
	padding-left: 4px;
	padding-right: 4px;
	background-repeat: no-repeat;
	height: 25px;
	white-space: nowrap;
	margin-top:5px;
	font-family:ancizar_sansregular_italic, "MS Serif", "New York", serif;
	font-size: 11px;
	voice-family: "\"}\"";
	voice-family: inherit;
}

#btn_regresar:link, #btn_regresar:visited {
	background:#76232f;
	color:#ffffff;
	display:block;
	voice-family: "\"}\"";
	voice-family: inherit;
	padding:7px;
	border-radius: 5px;
	border: 1px solid #76232f;
	border-left: solid 2px #76232f;
	border-bottom: solid 2px #76232f;
	text-decoration: none;
	margin-top:5px;
	margin-bottom:5px;
	font-family:ancizar_sansregular_italic, "MS Serif", "New York", serif;
	font-size: 11px;
	display:inline;
}
#btn_regresar:hover {
	background-color:#5b4045;
	text-decoration:none;
}
#btn-blanco:link, #btn-blanco:visited {
	background:#FFFFFF;
	border-color:#666666;
	color:#333333;
	margin-left:20px;
	padding-bottom:1px;
}
#btn-blanco:hover {
	background-color:#FFFF00;
}

#btn-inactivo {
	color: #888888;
	margin-left:20px;
	padding-bottom:1px;
}


#area-regreso {
	padding:25px;
	text-align: center;	
}

#area-regreso-sup {
	margin-bottom:10px;
	text-align: center;	
}
/* mensajes estandar */
#tituloMensaje{
	font-family:ancizar_sansregular_italic, "MS Serif", "New York", serif;
	color: #544701;
	text-transform: none;
	font-size: 26px;
}
#descripcionMensaje{
	font-family:ancizar_sansregular_italic, "MS Serif", "New York", serif;
	color: #996600;
	text-transform: none;
	font-size: 18px;
}

/* OTROS*/
a {
	text-decoration: none;	
}

h2 {
	display: block;
	font-family:ancizar_sansregular_italic, "MS Serif", "New York", serif;
	font-size: 10px;
	color: #999999;
	text-transform: uppercase;
	margin-top:0px;
	margin-bottom:0px;
}

hr {
	display:none;
}
.show {
	display:block;
}

.hide {
	display:none;
}
form {
	display:inline;
}

.pestana-periodo {
	display: block;
	width: 515px;
	height: 20px;
	text-align: left;
}
.etiqueta-periodo {
	display: inline-table;
	float: left;
	width: 270px;
	height: 20px;
	padding-top: 2px;
	padding-left: 18px;
	font-family:ancizar_sansregular_italic, "MS Serif", "New York", serif;
	font-size: 9px;
	color: #999999;
	background: no-repeat 6px 6px url("imagenes/flechaamarilla.gif");
	background-color: #333333;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 252px;
	height: 18px;
}
.etiqueta-periodo span {
	letter-spacing: 1px;
	font-weight: bold;
	color: #FFCC00;
}
.pestana-periodo .esquina-periodo{
	display: inline-table;
	float: left;
	width: 20px;
	height: 20px;
	background: no-repeat url("imagenes/esquinasupdere.gif");
}
