/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 660px;
	height:90px;
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accommodate scrollable items.
	it's enough that you set width and height for the root element and
	not for this element.
*/
.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
}

/*
	a single item. must be floated in horizontal scrolling.
	typically, this element is the one that *you* will style
	the most.
*/
.items div {
	float:left;
}

body {
	background-color: #0B0B0B;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;

	
}
.agenda_fecha {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	line-height: 14px;
	color: #F30;
	text-decoration: none;
	padding: 0px;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 2px;
	margin-left: 10px;
}
.agenda_titulo {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	color: #900;
	text-decoration: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 2px;
	margin-left: 10px;
	text-transform: uppercase;
}
.agenda_corrido {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #CCC;
	text-decoration: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 2px;
	margin-left: 10px;
}
.agenda_corrido a {
	color: #999;
	text-decoration: none;
}
.agenda_corrido a:hover {
	color: #F30;
}
.agenda_titulo_interior {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	color: #900;
	text-decoration: none;
	padding: 0px;
	margin-right: 10px;
	margin-bottom: 2px;
	margin-left: 0px;
	text-transform: uppercase;
	margin-top: 0px;
}
.agenda_titulo_interior2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 14px;
	color: #F30;
	text-decoration: none;
	padding: 0px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 0px;
	text-transform: uppercase;
	margin-top: 10px;
}

.agenda_ver_mas {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	line-height: 14px;
	color: #CCC;
	text-decoration: none;
	padding: 0px;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.agenda_ver_mas a {
	color: #F00;
	text-decoration: none;
}
.agenda_ver_mas a:hover {
	color: #F90;
}
.back_agenda {
	background-image: url(img/borde_agenda.gif);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	background-position: 259px;
	vertical-align: top;
}
.back_columna_banners {
	margin: 0px;
	padding-top: 29px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: right;
}
.back_firulete {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	text-decoration: none;
	background-color: #000;
	background-image: url(img/back_firuletes.gif);
	background-repeat: no-repeat;
	margin: 0px;
	vertical-align: top;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}

.back_login {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	text-transform: uppercase;
	color: #999;
	text-decoration: none;
	background-image: url(img/back_login.gif);
	margin: 0px;
	padding: 0px;
	height: 70px;
	background-repeat: no-repeat;
}
.back_novedades {
	background-image: url(img/borde_novedades.gif);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	background-position: 480px;
	vertical-align: top;
}
.banner_box {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 2px;
}

.bottom_agenda {
	background-image: url(img/bottom_agenda.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 10px;
}
.bottom_noticias {
	background-image: url(img/bottom_novedades.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 10px;
}

.contenido {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
	margin: 0px;
	padding-top: 28px;
	padding-right: 100px;
	padding-bottom: 0px;
	padding-left: 220px;
	line-height: 14px;
}

.contenido_destacado {
	font-size: 14px;
	text-transform: uppercase;
	color: #900;
	line-height: 14px;
}
.contenido_subtitulo {
	font-size: 14px;
	text-transform: uppercase;
	color: #FFF;
	line-height: 14px;
	font-weight: normal;
}
.contenido_noticias {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
	margin: 0px;
	padding-top: 28px;
	padding-right: 100px;
	padding-bottom: 0px;
	padding-left: 220px;
}
.contenido p a {
	color: #F30;
	text-decoration: none;
}
.contenido p a:hover {
	color: #900;
}
.corrido {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #FFF;
	margin-top: 0px;
	margin-bottom: 10px;
}
.form_campo1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCC;
	background-color: #333;
	padding: 2px;
	height: 20px;
	width: 270px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 1px;
}
.form_campo2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCC;
	background-color: #333;
	padding: 2px;
	height: 75px;
	width: 270px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	overflow: auto;
	scrollbar-arrow-color: #ccc;
	scrollbar-face-color: #333;
	scrollbar-track-color: #222;
	scrollbar-3dlight-color: #333;
	scrollbar-darkshadow-color: #333;
	scrollbar-highlight-color: #666;
	scrollbar-shadow-color: #666;
	margin: 0px;
}
.form_item {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	text-align: left;
	vertical-align: top;
	margin-top: 2px;
	margin-right: 10px;
	margin-bottom: 2px;
	margin-left: 2px;
	text-transform: uppercase;
}

.form_btn {
	background-color: #999;
	margin: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 10px;
	vertical-align: middle;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	height: 18px;
	width:75px;
}

.form_registro1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCC;
	background-color: #333;
	padding: 2px;
	height: 20px;
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 1px;
}
.form_registro2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	background-color: #FFF;
	padding: 2px;
	height: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 1px;
	width: 24px;
}
.form_registro3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCC;
	background-color: #333;
	padding: 2px;
	height: 100px;
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 1px;
	scrollbar-arrow-color: #ccc;
	scrollbar-face-color: #333;
	scrollbar-track-color: #222;
	scrollbar-3dlight-color: #333;
	scrollbar-darkshadow-color: #333;
	scrollbar-highlight-color: #666;
	scrollbar-shadow-color: #666;
	overflow-y: auto;
	overflow-x: hiden;
}

.form_registro_celda {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	background-color: #090909;
	padding: 5px;
	margin-top: 2px;
	margin-bottom: 2px;
}
.form_registro_celda table p {
	margin: 0px;
}
.form_registro_item {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	text-align: left;
	vertical-align: top;
	margin-top: 2px;
	margin-right: 10px;
	margin-bottom: 2px;
	margin-left: 2px;
	text-transform: uppercase;
}
.form_aclaracion {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-style: italic;
	color: #FF6;
}
.form_registro_desplegable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	padding: 2px;
	height: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.form_registro_btn {
	background-color: #666;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 11px;
	vertical-align: middle;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 24px;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
	font-weight: bold;
}

.login_txt1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #999;
	text-decoration: none;
	margin: 0px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: left;
}
.login_txt2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCC;
	text-decoration: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.login_txt2 a {
	text-decoration: none;
	color: #666;
}
.login_txt2 a:hover {
	color: #FFF;
}

.login_usuario {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	background-color: #666;
	width: 75px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 18px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
	text-align: left;
	vertical-align: bottom;
}

.novedades_fecha_interior {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	line-height: 14px;
	color: #F30;
	text-decoration: none;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 2px;
	margin-left: 0px;
	padding: 0px;
}
.novedades_fecha_interior img {
	margin-top: 2px;
	margin-left: -170px;
	margin-right: 30px;
	text-align: left;
	float: left;
	margin-bottom: 20px;
}
.novedades_corrido_int {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #CCC;
	text-decoration: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.novedades_corrido_int a {
	color: #666;
	text-decoration: none;
}
.novedades_corrido_int strong {
	font-size: 14px;
	font-weight: normal;
	color: #F60;
}
.novedades_corrido_int a:hover {
	color: #F30;
}


.novedades_titulo_interior {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	color: #CCC;
	text-decoration: none;
	padding: 0px;
	margin-right: 10px;
	margin-bottom: 2px;
	margin-left: 0px;
	text-transform: uppercase;
	margin-top: 0px;
}


.novedades_fecha_home {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	line-height: 14px;
	color: #F30;
	text-decoration: none;
	padding: 0px;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 2px;
	margin-left: 150px;
}
.novedades_fecha_home img {
	margin-left: -150px;
	text-align: left;
	float: left;
	margin-top: 3px;
}
.novedades_titulo_home {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	color: #CCC;
	text-decoration: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 2px;
	margin-left: 150px;
	text-transform: uppercase;
}
.novedades_corrido_home {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #999;
	text-decoration: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 2px;
	margin-left: 150px;
}
.novedades_corrido_home a {
	color: #999;
	text-decoration: none;
}
	
.novedades_corrido_home a:hover {
	color: #F30;
}
.novedades_ver_mas {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #CCC;
	text-decoration: none;
	padding: 0px;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 150px;
	font-style: italic;
}
.novedades_ver_mas a {
	color: #F00;
	text-decoration: none;
}
.novedades_ver_mas a:hover {
	color: #F90;
}
.pie_pagina {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999;
	text-decoration: none;
	text-align: right;
	background-color: #333;
	height: 60px;
	vertical-align: middle;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
.pie_pagina_logo {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999;
	text-decoration: none;
	text-align: left;
	background-color: #333;
	height: 60px;
	vertical-align: middle;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin: 0px;
}
.pie_pagina p {
	margin: 0px;
	padding: 0px;
}
.pie_pagina_logo img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


.titulo_seccion {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 26px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	font-weight: normal;
	text-transform: uppercase;
	color: #900;
}
.top_noticias {
	background-image: url(img/top_noticias.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 39px;
}
.top_agenda {
	background-image: url(img/top_agenda.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 39px;
}
.txt_intro {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #999;
	margin-top: 30px;
	margin-right: 200px;
	margin-bottom: 30px;
	margin-left: 200px;
	text-align: justify;
}
.txt_intro a {
	color: #F30;
	text-decoration: none;
}
.txt_intro a:hover {
	color: #900;
}

.volver {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
	margin-top: 15px;
	margin-bottom: 15px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #900;
	padding-top: 5px;
}
.volver a {
	color: #900;
	text-decoration: none;
}
.volver a:hover {
	color: #F30;
}
.corrido_bold {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 14px;
	font-weight: bold;
	color: #FFF;
}
 .back_login2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-image: url(img/back_login2.gif);
	margin: 0px;
	padding: 0px;
	height: 102px;
	background-repeat: no-repeat;
	vertical-align: top;
	text-align: left;
}

.logueado_item {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 20px;
	background-color: #666;
	height: 14px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 14px;
}
.logueado_item a {
	text-decoration: none;
	color: #000;
}
.logueado_item a:hover {
	color: #000;
}

.logueado_item_link {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 20px;
	height: 14px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 14px;
}
.logueado_item_link a {
	text-decoration: none;
	color: #FFF;
}
.logueado_item_link a:hover {
	color: #F00;
}


.logueado_tit {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F00;
	text-decoration: none;
	margin-top: 11px;
	margin-right: 3px;
	margin-bottom: 10px;
	margin-left: 20px;
	text-transform: uppercase;
	line-height: 14px;
	font-weight: bold;
}

.back_perfil {
	background-image: url(img/borde_novedades.gif);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	background-position: 542px;
	vertical-align: top;
}
.back_perfil2 {
	background-image: url(img/borde_novedades.gif);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	background-position: 362px;
	vertical-align: top;
}
.mensaje_cabezal_fecha {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	line-height: 14px;
	color: #F30;
	text-decoration: none;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 2px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-transform: uppercase;
}
.mensaje_cabezal_remitente a {
	color: #C00;
	text-decoration: none;
}
.mensaje_cabezal_remitente a:hover {
	color: #F30;
}

.mensaje_cabezal_fecha img {
	text-align: left;
	float: left;
	margin-top: 3px;
	margin-left: -135px;
	position: relative;
}
.mensaje_cabezal_remitente {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	line-height: 14px;
	color: #F30;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding: 0px;
	text-transform: uppercase;
}
.mensaje_corrido {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #999;
	text-decoration: none;
	padding: 0px;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 2px;
	margin-left: 10px;
}
.miniatura {
	margin-right: 10px;
	margin-left: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 5px;
	margin-bottom: 5px;
}
.curva_top {
	background-image: url(img/curva_top.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 12px;
}
.curva_bottom {
	background-image: url(img/curva_bottom_men.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 12px;
	
}

.dxdvControlCell
{
	padding : 0px 0px;
}
.form_btn2 {
	background-color: #CCC;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 10px;
	vertical-align: middle;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 16px;
	text-transform: uppercase;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
	line-height: 12px;
	margin: 0px;
}


/* -- Buttons -- */
.dxeButtonEditButton_Ancho, .dxeCalendarButton_Ancho,
.dxeSpinIncButton_Ancho, .dxeSpinDecButton_Ancho,
.dxeSpinLargeIncButton_Ancho, .dxeSpinLargeDecButton_Ancho
{	
	vertical-align: middle;
	border: solid 1px #7f7f7f;
	cursor: pointer;
	cursor: hand;
} 
.dxeButtonEditButton_Ancho, .dxeCalendarButton_Ancho, .dxeButtonEditButton_Ancho td.dx, .dxeCalendarButton_Ancho td.dx,
.dxeSpinIncButton_Ancho, .dxeSpinDecButton_Ancho, .dxeSpinLargeIncButton_Ancho, .dxeSpinLargeDecButton_Ancho,
.dxeSpinIncButton_Ancho td.dx, .dxeSpinDecButton_Ancho td.dx, .dxeSpinLargeIncButton_Ancho td.dx, .dxeSpinLargeDecButton_Ancho td.dx
{	
    font-family: Tahoma;
    font-size: 11px;        
    font-weight: normal;
	text-align: center;
	white-space: nowrap;
} 
.dxeButtonEditButton_Ancho,
.dxeSpinIncButton_Ancho, .dxeSpinDecButton_Ancho, .dxeSpinLargeIncButton_Ancho, .dxeSpinLargeDecButton_Ancho
{
    padding: 0px 2px 0px 3px;
	background-image: url('<%=WebResource("DevExpress.Web.ASPxEditors.Images.edtDropDownBack.gif")%>');
    background-repeat: repeat-x;
    background-position: top;    
    background-color: #e6e6e6;
}
.dxeSpinIncButton_Ancho
{
	background-image: url('<%=WebResource("DevExpress.Web.ASPxEditors.Images.edtSpinIncBtnBack.gif")%>');
    background-repeat: repeat-x;
    background-position: top;
	background-color: #F0F0F0;
}
.dxeSpinDecButton_Ancho
{
	background-image: url('<%=WebResource("DevExpress.Web.ASPxEditors.Images.edtSpinDecBtnBack.gif")%>');
    background-repeat: repeat-x;
    background-position: top;
	background-color: #E6E6E6;
}

.dxeButtonEditButton_Ancho table.dxbebt,
.dxeSpinIncButton_Ancho table.dxbebt, .dxeSpinDecButton_Ancho table.dxbebt, 
.dxeSpinLargeIncButton_Ancho table.dxbebt, .dxeSpinLargeDecButton_Ancho table.dxbebt
{
	width: 10px;
}
.dxeCalendarButton_Ancho      
{
	font-size: 9pt;
	background-image: url('<%=WebResource("DevExpress.Web.ASPxEditors.Images.edtCalendarButtonBack.gif")%>');
    background-repeat: repeat-x;
    background-position: top;    
    background-color: #e5e5e5;
	padding: 4px 11px;
	padding-top: 3px;
	width: 32px;
}
.dxeCalendarButton_Ancho td.dx
{
	font-size: 9pt;    
	text-align: center;
	white-space: nowrap;
}
.dxeCalendarButton_Ancho table.dxbebt 
{
	width: 100%;
}
.dxbButton_Ancho
{
	background-color: #CCC;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 10px;
	vertical-align: middle;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 16px;
	text-transform: uppercase;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
	line-height: 12px;
	margin: 0px;
	cursor: pointer;
}
/* -- Pressed -- */
.dxeCalendarButtonPressed_Ancho, .dxeButtonEditButtonPressed_Ancho,
.dxeSpinIncButtonPressed_Ancho, .dxeSpinDecButtonPressed_Ancho, .dxeSpinLargeIncButtonPressed_Ancho, 
.dxeSpinLargeDecButtonPressed_Ancho
{
	background-image: none;
	background-color: #D5D5D5;
	border: Solid 1px #7F7F7F;	
}
/* -- Hover -- */
.dxeCalendarButtonHover_Ancho, .dxeButtonEditButtonHover_Ancho,
.dxeSpinIncButtonHover_Ancho, .dxeSpinDecButtonHover_Ancho, .dxeSpinLargeIncButtonHover_Ancho, .dxeSpinLargeDecButtonHover_Ancho
{
	background-image: url('<%=WebResource("DevExpress.Web.ASPxEditors.Images.edtDropDownButtonHoverBack.gif")%>');
    background-repeat: repeat-x;
    background-position: top;
    background-color: #F2F2F2;
	border: Solid 1px #606060;
}
.dxeCalendarButtonHover_Ancho
{
	background-image: url('<%=WebResource("DevExpress.Web.ASPxEditors.Images.edtCalendarButtonHBack.gif")%>');
    background-repeat: repeat-x;
    background-position: top;    
}

.dxeButtonEdit_Ancho
{
    background-color: white;
    border: solid 1px #9F9F9F;
    width: 170px;
}
.dxeButtonEdit_Ancho .dxeEditArea_Ancho, .dxeButtonEdit_Ancho td.dxic
{
	width: 100%;
}
.dxeButtonEdit_Ancho td.dxic
{
    padding: 0px 2px 0px 1px;
}
.dxeTextBox_Ancho, .dxeMemo_Ancho
{
    background-color: white;
    border: solid 1px #9f9f9f;
}
.dxeTextBox_Ancho td.dxic
{
	padding: 1px 2px;
}
.dxeTextBox_Ancho td.dxic
{
	width: 100%;
}
.dxeRadioButtonList_Ancho
{
    border: Solid 1px #9F9F9F;
}
.dxeRadioButtonList_Ancho, .dxeRadioButtonList_Ancho table
{
    font-family: Tahoma;
    font-size: 9pt;    
}
.dxeRadioButtonList_Ancho td.dxe
{
    padding: 7px 5px 6px 11px;
}
.dxeRadioButtonList_Ancho label
{
	margin-right: 6px;    
}

