td {
	font-family: Tahoma;
	font-size: 8pt;
	color:#333333;
}

.listado td {
	font-family: Tahoma;
	font-size: 8pt;
	color:#333333;
	padding:3px;
	background-color:#DFDFDF;
}

body {
	background-position: center top;
	margin: 0;
	background-image: url('../../images/app/obj_interface/fondo_general.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: #DCE4EF;
}

#DivVentana {
    width:820px;
    margin: 90px auto
}

.Textbook {
	background-color: #DBDBDB;
	border: 1px solid #666666;
	font-family: Tahoma;
	font-size: 8pt;
	color: #333333;
	/*height:18px;*/
}

.Textarea {
	background-color: #DBDBDB;
	border: 1px solid #666666;
	font-family: Tahoma;
	font-size: 8pt;
	color: #333333;
	width:703px;
	/*width:750px;*/
	height:80px;
}

.TextareaRechazo {
	background-color: #DBDBDB;
	border: 1px solid #666666;
	font-family: Tahoma;
	font-size: 8pt;
	color: #333333;
	width:750px;
	height:50px;
}

.titulo_ventana {
	font-size: 18px;
	color:#ffffff;
}

.titulo_menu {
	font-size: 11px;
	color:#ffffff;
	font-weight: 700;
}

.texto_menu {
	font-size: 11px;
	color:#ffffff;
	padding-left:5px;
	padding-top:5px;
	padding-bottom:5px;
}

.titulo01 {
	font-size: 18px;
	font-weight: 700;
}

.titulo02 {
	font-size: 16px;
}

.titulo03 {
	font-size: 13px;
}

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../../images/app/loader.gif') 50% 50% no-repeat rgb(249,249,249);
    opacity: .8;
}