@charset "utf-8";
/* GENERAL HTML */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../../imagenes/web/fondo.jpg);
}

a {
	color:#DDDDDD;
	text-decoration:none;
	text-transform: capitalize;
}

a:hover, a:active {
	color:#FFFFFF;
}

a:link a:visited{
	text-decoration:none;
}

#ConteGeneral {
	width:1024px;
	height:auto;
	margin: 0 auto;
	background:#000000;
}

#header{
	width:1024px;
	height:273px;
	background-image: url(../../imagenes/web/ima01.jpg);
	background:#000000;
}

#footer{
	width:1024px;
	background:#000000;
	margin: 0 auto;
}

/* PAGINACION */
.paginacion{
	color:#a0a0a0;
}

.paginacion_normal{
	display:block;
	font-size: 10px;
	color: #c0c0c0;
	text-decoration: none;
	height:28px;
	width:28px;
	padding-top: 7px;
	background-image:url(../../imagenes/form/over.png);
	background-repeat:no-repeat;
}

.paginacion_normal_out{
	display:block;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	height:28px;
	width:28px;
	padding-top: 7px;
	background-image:url(../../imagenes/form/out.png);
	background-repeat:no-repeat;
}

.paginacion_actual{
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	height:28px;
	width:28px;
	padding-top: 7px;
	background-image:url(../../imagenes/form/out.png);
	background-repeat:no-repeat;
	font-weight: bolder;
}

.paginacion_desactivado{
	font-size: 10px;
	color: #626262;
	text-decoration: none;
	height:28px;
	width:28px;
	padding-top: 7px;
	background-image:url(../../imagenes/form/out.png);
	background-repeat:no-repeat;
}

/* Controles */

.FocusCaja{
	width:250px;
	background-image: url(../../imagenes/form/text-bg.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
	font-size: 11px;
	background-color: #FFFFFF;
	color: #2E3251;
	border-style: solid;
	border-width: 1px;
}

a.boldbuttons{
	background: transparent url(../../imagenes/form/boton01.gif) no-repeat top left;
	display: block;
	float: left;
	line-height: 13px;
	height: 21px;
	padding-left: 8px;
	text-decoration: none;
	font-weight: bolder;
	color: #FFFFFF;
}

a:link.boldbuttons, a:visited.boldbuttons, a:hover.boldbuttons, a:active.boldbuttons{
	color: white;
	text-decoration: none;
	font-weight: bolder;
}

a.boldbuttons span{
	background: transparent url(../../imagenes/form/boton02.gif) no-repeat top right;
	display: block;
	padding: 4px 10px 4px 2px; 
}

a:hover.boldbuttons{
	text-decoration: none;
}

.buttonwrapper{ 
	overflow: hidden;
	width: 100%;
}

SELECT                     {FONT-FAMILY: Arial, Helvetica, sans-serif; COLOR: #5C6976; FONT-SIZE: 10px; background: White;}

.AreaProgreso{
	width: 1px;
	height: 14px;
	color: #FFFFFF;
	overflow: hidden;
	padding-left: 5px;
}

/* CALENDARIO */

.img_data_unfocus{
	height:20px;
	width: 17px;
	background-image: url(../../imagenes/form/date-trigger.gif);
	background-repeat: no-repeat;
	float: left;
	cursor:hand;
}

.img_data_focus{
	height:20px;
	width: 17px;
	background-image: url(../../imagenes/form/date-trigger.gif);
	background-repeat: no-repeat;
	float: left;
	cursor:hand;
	background-position: -17px 0px;
}

.img_data_over{
	height:20px;
	width: 17px;
	background-image: url(../../imagenes/form/date-trigger.gif);
	background-repeat: no-repeat;
	float: left;
	cursor:hand;
	background-position: -68px 0px;
}

.img_data_press{
	height:20px;
	width: 17px;
	background-image: url(../../imagenes/form/date-trigger.gif);
	background-repeat: no-repeat;
	float: left;
	cursor:hand;
	background-position: -34px 0px;
}

.FocusData{
	height:20px;
	width: 17px;
	background-image: url(../../imagenes/form/date-trigger.gif);
	background-repeat: no-repeat;
	float: left;
	cursor:hand;
	background-position: -17px 0px;
}

.UnFocusData{
	height:20px;
	width: 17px;
	background-image: url(../../imagenes/form/date-trigger.gif);
	background-repeat: no-repeat;
	float: left;
	cursor:hand;
}

/* CUADROS */

.FondoCuadro{
	background-image: url(../../imagenes/cuadro/ima11.jpg);
	background-repeat:  repeat-x;
}

.TituloCuadro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: bold;
}

/* PAGINA */

#menufooter{
	list-style:none;
	padding:0;
	margin:0;
}

#menufooter li {
	text-align: center;
	display: block;
	width:1024px;
}

#MenuLat{
	list-style:none;
	margin:0;	
	padding:0;	
}

#MenuLat li a{
	font-family: Calibri;
	font-size: 12px;
	text-transform: uppercase;
	color: #FFFFFF;
}

#MenuLat h3{
	font-family: "Trebuchet MS";
	font-size: 17px;
	font-weight: bolder;
}

#MenuRss a{
	text-transform: uppercase;
}

#MenuRss h3{
	font-family: "Trebuchet MS";
	font-size: 17px;
	font-weight: bolder;
}

.MarcoImg{
	border: 3px double #FFFFFF;
}

.error{
	color: #FF0000;
}
/* FORMATO */
.calumna{
	text-transform: capitalize;
	color: #FFFFFF;
	background-color: #787878;
	text-align: center;
	font-weight: bolder;
	font-size: 13px;
}

.calumna_left{
	text-transform: capitalize;
	color: #FFFFFF;
	background-color: #787878;
	text-align: left;
	font-weight: bolder;
	font-size: 13px;
}

.calumna_right{
	text-transform: capitalize;
	color: #FFFFFF;
	background-color: #787878;
	text-align: right;
	font-weight: bolder;
	font-size: 13px;
}

.fondoTAG{
	background-image: url(../../imagenes/web/ima14.jpg);
	background-repeat:  repeat-x;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #b3adad;
	border-bottom-color: #b3adad;
	background-color: #636365;
	border-top-width: 1px;
	border-bottom-width: 1px;
}

.tool-tip {
	color: #fff;
	width: 139px;
	z-index: 13000;
}
 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 8px 8px 4px;
	background: url(../../imagenes/web/bubble.png) top left;
}
 
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(../../imagenes/web/bubble.png) bottom right;
}

.tag10{
	font-size: 8px;
	color: #8C8C8C;
}

.tag20{
	font-size: 12px;
	color: #c3acab;
}

.tag30{
	font-size: 16px;
	color: #b99797;
}

.tag40{
	font-size: 20px;
	color: #ab7a7a;
}

.tag50{
	font-size: 24px;
	color: #9e5d5c;
}

.tag60{
	font-size: 28px;
	color: #8e3e3e;
}

.tag70{
	font-size: 32px;
	color: #822425;
}

.tag80{
	font-size: 36px;
	color: #790f10;
}

.tag90{
	font-size: 40px;
	color: #5B0B0B;
}

.tag95{
	font-size: 44px;
	color: #A21A1A;
}

.tag100{
	font-size: 48px;
	color: #D12121;
}

/* Efecto de IMG*/
.nofix{

}

/* TABLAS PREV */

.NormalTipo{
	font-size: 9px;
	font-weight: bolder;
	text-transform: uppercase;	
}

.NormalTitulo{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	text-transform: uppercase;	
}

.NormalHeader{
	border-bottom: 3px double #666666;
	border-top: 1px solid #666666;
}

.NormalFotter{
	border-top: 3px double #666666;

}

.FechaPublicada{
	font-family: Calibri;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #666666;	
}