﻿/*BEGIN Principal LAYOUT*/

body
{
	/*background-color:#004182;
	position:relative;
	top:0px;
	left:15%;
	/*text-align:center;
	margin-left:10%;
	margin-right:auto;*/
	display:block;
	background-image:url('../_imagenes/background.jpg');	
	background-repeat:repeat-x;
	height:1024px;
	width:5px;	
	margin-top:5px;
	margin-left:10%;
	margin-right:10%;
}

#contenedor 
{	
	/*min-width:774px;
	background:#DDEEFF;
	border:0px solid #000000;*/
	background-position: center; 
	display:block;
	height:auto;
	min-height:250px;
	max-width:775px;
	text-align:center;
	margin-top:20px;
	margin-bottom:20px;
	margin-left:auto;
	margin-right:auto;
	background-repeat:no-repeat;
	border:1px solid #CBDFE4;
}

#contenedor #cuerpo
{
	/*max-width:845px;
	width:815px; 
	background-position:center;*/
}

#encabezado 
{
	position:relative;
	height:155px;
    max-width:1600px;
    text-align:center;
    margin-top:-10px;
    margin-left:auto;
    margin-right:auto;
	background-repeat:no-repeat;
	background-position: center; 
	z-index:1;
}

/*Soluciona BUG de IE7*/
*+html #encabezado
{
	height:155px;
	margin-top:-15px;
}

#siteMap 
{
	position:relative;
	height:25px;
    max-width:510px;
    text-align:left;
    margin-top:-30px;
    margin-left:20%;
	background-repeat:no-repeat;
	background-position: center; 
	z-index:1;
}

#idioma
{
	position:absolute;
	top:122px;
	left:800px;
	z-index:5;
}

#fuenteGrande
{
	position:absolute;
	top:119px;
	left:935px;
	z-index:5;
}

#fuentePequena
{
	position:absolute;
	top:124px;
	left:960px;
	z-index:5;
}
	
#cuerpoCentro
{
	position:relative;
	background-position: center; 
	display:block;
	height:auto;
	min-height:250px;
	max-width:790px;
	text-align:center;
	margin-top:-5px;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
	background-repeat:no-repeat;
	background-color:White;
	z-index:0;
}

/*Soluciona BUG de IE7*/
*+html #cuerpoCentro
{
	position:relative;
	display:block;
	margin-top:-100px;
}

/*Soluciona BUG de IE6*/
*html #cuerpoCentro
{
	width:790px;
	margin-left:auto;
	margin-right:auto;
	top:-80px;
	background-color:White;
}

/*Descarta IE6 e IE7*/
*|html #cuerpoCentro
{
	z-index:0;
}

#menu
{
	position:absolute;
	top:-8px;
	left:250px;
	background-position: left; 
	display:block;
	height:44px;
	background-repeat:no-repeat;
	width:545px;
	margin-bottom:0px;
	z-index:2;
}

/*Soluciona BUG de IE7*/
*+html #menu
{
	left:250px;
	top:0px;
	max-width:545px;
	padding:0px;
	
}

/*Soluciona BUG de IE6*/
*html #menu
{
	left:250px;
	top:16px;
	max-width:545px;
	padding:0px;
}

/*Descarta IE6 e IE7*/
*|html #menu
{
	margin-top:8px;
	z-index:2;
}

#buscador
{
	position:absolute;
	top:45px;
	left:750px;
	text-align:center;
	background-image:url('../_imagenes/fondoBuscador.jpg');	
	background-repeat:no-repeat;
	background-position:0 0; 
	height:73px;
	width:268px;
	z-index:10;
}

/*Descarta IE6 e IE7*/
*|html #buscador
{
	top:40px;
	left:745px;
}

#pie 
{
	height:70px;
    max-width:1600px;
    text-align:center;
	background-repeat:no-repeat;
	background-position: center; 
}

#progressBackgroundFilter { 
  position:absolute; 
  top:0px; 
  bottom:0px; 
  left:0px; 
  right:0px; 
  overflow:hidden; 
  padding:0; 
  margin:0; 
  background-color:#000;  
  filter:alpha(opacity=50); 
  opacity:0.5; 
  z-index:1000; 
}
 
#processMessage {  
  position:absolute;  
  top:30%;  
  left:43%; 
  padding:10px; 
  width:310px; 
  height:125px; 
  z-index:1001; 
  background-color:#fff; 
} 

/*END Principal Layout*/

/*BEGIN Classes*/

.MenuFullClick
{
    display: block;
    font-size:11px;
    vertical-align:middle;
    padding:0px 0px 0px 0px;
}

.unwatermarked {
	height:18px;
	width:148px;
}

.watermarked {
	height:20px;
	width:150px;
	padding:2px 0 0 2px;
	border:1px solid #BEBEBE;
	background-color:#F0F8FF;
	color:gray;
}	

.escondeColumnas
{
	display:none;	
}

.top
{
	background-image:url('../_imagenes/_top.jpg');	
	background-repeat:no-repeat;
	height:35px;
	width:845px;
}

.bottom
{
	background-image:url('../_imagenes/bottomReflex.jpg');	
	background-repeat:no-repeat;
	height:185px;
	width:845px;
	text-align:right;
}


.topLeft
{
	background-image:url('../_imagenes/_topLeft.jpg');	
	background-repeat:no-repeat;
	height:35px;
	width:700px;
}

.topRepeater
{
	background-image:url('../_imagenes/_topRepeater.jpg');	
	background-repeat:repeat-x;
	height:35px;
	width:1px;
}

.topRight
{
	background-image:url('../_imagenes/_topRight.jpg');	
	background-repeat:no-repeat;
	height:35px;
	width:151px;
}

.topMiddle
{
	background-repeat:no-repeat;
	background-image:url('../_imagenes/_topMiddle.jpg');	
	height: 114px;
	width: 845px;	
	padding-top:5px;
	padding-right:25px;
}

.topMiddleAdmin
{
	background-repeat:no-repeat;
	background-image:url('../_imagenes/_topMiddleAdmin.jpg');	
	height: 114px;
	width: 845px;	
}

/*END TD,TR Classes*/

/*BEGIN Labels Classes*/

.lblEtiquetaRecibo
{
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	color:#0099CC;
}

.lblValorRecibo
{
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	color:Black;
}

.lblTituloModalPopUp
{
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;
	color:Black;
}

.lblMensajeRecibo
{
	text-align:center;
	font-family:Verdana;
	font-size:10px;
	font-weight:bold;
	color:#0099CC;
}

.lblTituloResaltado1
{
	font-family:Verdana;
	font-size:16px;
	font-weight:bold;
	color:#CC0000;
}

.lblTituloResaltado2
{
	font-family:Verdana;
	font-size:13px;
	font-weight:bold;
	color:Gray;
}

.lblTituloNoticias
{
	font-family:Verdana;
	font-size:18px;
	font-weight:bold;
	color:#333333;
}

.lblSubTituloNoticias
{
	font-family:Verdana;
	font-size:15px;
	font-weight:bold;
	color:#333333;
}

.lblTituloContenido
{
	font-family:Verdana;
	font-size:18px;
	font-weight:bold;
	color:Navy;
}

.lblSubtituloContenido
{
	font-family:Verdana;
	font-size:15px;
	font-weight:normal;
	color:Navy;
}

.lblIntroNoticias
{
	font-family:Verdana;
	font-size:12px;
	color:#333333;
	text-decoration:underline;
	text-align:justify;
}

.txtBusqueda
{
	font-family:Verdana;
	font-size:17px;
	font-weight:normal;
	border:1px solid #000000;
	height:25px;
	width:195px;
}

.btnBuscar
{
	background-image: url('../_imagenes/btnBuscar.jpg');
	background-repeat:repeat;
	height: 27px;
	width: 27px;
	border: none;
	color:#E8F3FF;
}

.btnAgrandarTexto
{
	background-image: url('../_imagenes/agrandarTexto.jpg');
	background-repeat:repeat;
	height: 20px;
	width: 26px;
	border: none;
	color:#E8F3FF;
}

.btnDisminuirTexto
{
	background-image: url('../_imagenes/disminuirTexto.jpg');
	background-repeat:repeat;
	height: 20px;
	width: 26px;
	border: none;
	color:#E8F3FF;
}

.linkButton
{
	font-family:Verdana;
	font-size:10px;
	font-weight:bold;
	color:Navy;
	text-decoration:underline;
	text-align:justify;	
}

.TabPane
{
	background-color:#E8F3FF;
}

.tablaLogin
{
	background-image:url('../_imagenes/fondoLogin.jpg');
	background-repeat:no-repeat;
}

.tdRecibo
{
	background-color:#BAD3ED;
	border-bottom:solid 1px Blue;
	border-left:solid 1px Blue;
	border-right:solid 1px Blue;
}

h5
{
	font-family:Verdana;
	font-size:12px;
	font-weight:normal;
	color:#333333;	
}


/*END Labels Classes*/

/* Rounded Corners*/

.roundedPanel
{	
	width:268px;
	height:63px;
	background-color:#E8F3FF;
	color:white;
	font-weight:bold;
}

/* ajax__tab_xp-theme theme */
.ajax__tab_xp-theme .ajax__tab_header 
{
    font-family:verdana,tahoma,helvetica;
    font-size:11px;
    background:url('../_imagenes/xp/tab-line.gif') repeat-x bottom;
}
.ajax__tab_xp-theme .ajax__tab_header .ajax__tab_outer 
{
    padding-right:4px;
    background:url('../_imagenes/xp/tab-right.gif') no-repeat right;
    height:21px;
}
.ajax__tab_xp-theme .ajax__tab_header .ajax__tab_inner 
{
    padding-left:3px;
    background:url('../_imagenes/xp/tab-left.gif') no-repeat;
}
.ajax__tab_xp-theme .ajax__tab_header .ajax__tab_tab
{
    height:13px;
    padding:4px;
    margin:0;
    background:url('../_imagenes/xp/tab.gif') repeat-x;
}
.ajax__tab_xp-theme .ajax__tab_hover .ajax__tab_outer 
{
    background:url('../_imagenes/xp/tab-hover-right.gif') no-repeat right;
}
.ajax__tab_xp-theme .ajax__tab_hover .ajax__tab_inner 
{
    background:url('../_imagenes/xp/tab-hover-left.gif') no-repeat;
}
.ajax__tab_xp-theme .ajax__tab_hover .ajax__tab_tab 
{
    background:url('../_imagenes/xp/tab-hover.gif') repeat-x;
}
.ajax__tab_xp-theme .ajax__tab_active .ajax__tab_outer 
{
    background:url('../_imagenes/xp/tab-active-right.gif') no-repeat right;
}
.ajax__tab_xp-theme .ajax__tab_active .ajax__tab_inner 
{
    background:url('../_imagenes/xp/tab-active-left.gif') no-repeat;
}
.ajax__tab_xp-theme .ajax__tab_active .ajax__tab_tab 
{
    background:url('../_imagenes/xp/tab-active.gif') repeat-x;
}
.ajax__tab_xp-theme .ajax__tab_body 
{
    font-family:verdana,tahoma,helvetica;
    font-size:10pt;
    border:1px solid #999999;
    border-top:0;
    padding:8px;
    background-color:#ffffff;
}

/* ajax__tab_yuitabview-theme theme (img/yui/sprite.png) */
.ajax__tab_yuitabview-theme .ajax__tab_header 
{
    font-family:arial,helvetica,clean,sans-serif;
    font-size:small;
    border-bottom:solid 5px #2647a0;
}
.ajax__tab_yuitabview-theme .ajax__tab_header .ajax__tab_outer 
{
    background:url('../_imagenes/yui/sprite.png') #d8d8d8 repeat-x;
    margin:0px 0.16em 0px 0px;
    padding:1px 0px 1px 0px;
    vertical-align:bottom;
    border:solid 1px #a3a3a3;
    border-bottom-width:0px;
}
.ajax__tab_yuitabview-theme .ajax__tab_header .ajax__tab_tab
{    
    color:#000;
    padding:0.35em 0.75em;    
    margin-right:0.01em;
}
.ajax__tab_yuitabview-theme .ajax__tab_hover .ajax__tab_outer 
{
    background: url('../_imagenes/yui/sprite.png') #bfdaff repeat-x left -1300px;
}
.ajax__tab_yuitabview-theme .ajax__tab_active .ajax__tab_tab 
{
    color:#fff;
}
.ajax__tab_yuitabview-theme .ajax__tab_active .ajax__tab_outer
{
    background:url('../_imagenes/yui/sprite.png') #2647a0 repeat-x left -1400px;
}
.ajax__tab_yuitabview-theme .ajax__tab_body 
{
    font-family:verdana,tahoma,helvetica;
    font-size:10pt;
    padding:0.25em 0.5em;
    background-color:#edf5ff;    
    border:solid 1px #808080;
    border-top-width:0px;
}

/* ajax__tab_technorati-theme theme */
.ajax__tab_technorati-theme .ajax__tab_header 
{
    font-family:"Helvetica Neue", Arial, Sans-Serif;
    background:url('../_imagenes/technorati/tab-line.png') repeat-x bottom;
    font-size:12px;
    display:block;
}
.ajax__tab_technorati-theme .ajax__tab_header .ajax__tab_outer 
{
    background:url('../_imagenes/technorati/tab.png') no-repeat left top;
    border-color:#222;
    color:#222;
    padding-left:10px;
    margin-right:3px;
}
.ajax__tab_technorati-theme .ajax__tab_header .ajax__tab_inner 
{
    background:url('../_imagenes/technorati/tab.png') no-repeat right top;
    border-color:#666;
    color:#666;
    padding:3px 10px 2px 0px;
}
.ajax__tab_technorati-theme .ajax__tab_hover .ajax__tab_inner 
{
    color:#000000;
}
.ajax__tab_technorati-theme .ajax__tab_active .ajax__tab_outer 
{
    background:url('../_imagenes/technorati/tab.png') no-repeat 0pt -40px;
    border-bottom-color:#ffffff;
}
.ajax__tab_technorati-theme .ajax__tab_active .ajax__tab_inner 
{
    background:url('../_imagenes/technorati/tab.png') no-repeat right -40px;
    color:#000000;
    border-color:#333
}
.ajax__tab_technorati-theme .ajax__tab_body 
{
    font-family:verdana,tahoma,helvetica;
    font-size:10pt;
    padding:8px;
    background-color:#ffffff;
    border:solid 1px #d7d7d7;
    border-top-width:0;
}

/* ajax__tab_msngallery-theme theme */
.ajax__tab_msngallery-theme .ajax__tab_header 
{
    background:url('../_imagenes/msngallery/tab-line.png') repeat-x bottom;
    font-size:12px;
    display:block;
}
.ajax__tab_msngallery-theme .ajax__tab_header .ajax__tab_outer 
{
    border:solid 1px #D7DCE1;
    padding:1px 1px 0px 1px;
    border-bottom:solid 2px #A8D4D9;
    background-color:#edf2fb;
}
.ajax__tab_msngallery-theme .ajax__tab_header .ajax__tab_tab 
{
    padding:6px 10px 6px 10px;
    color:#444444;
    width:117px;
    display:block;
    text-align:center;    
}
.ajax__tab_msngallery-theme .ajax__tab_header .ajax__tab_tab img
{
    height:24px;
    width:24px;
}
.ajax__tab_msngallery-theme .ajax__tab_header .ajax__tab_tab div
{
    font-family:Verdana, Arial, Sans-Serif;
    font-weight:bold;
    white-space:nowrap;
    line-height:145%;
    font-size:92%;
}
.ajax__tab_msngallery-theme .ajax__tab_active .ajax__tab_outer 
{
    padding:0px 0px 0px 0px;
    border:solid 2px #A8D4D9;
    border-bottom-color:#ffffff;
    background-color:#ffffff;
}
.ajax__tab_msngallery-theme .ajax__tab_body 
{
    font-family:verdana,tahoma,helvetica;
    font-size:10pt;
    padding:8px;
    background-color:#ffffff;
    border:solid 2px #A8D4D9;
    border-top-width:0;
}

/* ajax__tab_ie-theme theme */
.ajax__tab_ie-theme .ajax__tab_header 
{
    padding-left:2px;
}

.ajax__tab_ie-theme .ajax__tab_header .ajax__tab_tab
{
    margin-right:0px;
    background:url('../_imagenes/ie/tab_unselected.gif');
    width:116px;
    padding:9px 0px 3px 0px;
    text-align:center;    
    color:#006699;
    font-family:verdana;
    font-size:13px;
    display:block;
}

.ajax__tab_ie-theme .ajax__tab_active .ajax__tab_tab 
{
    padding:6px 0px 3px 0px;
    background:url('../_imagenes/ie/tab_selected.gif');
}
.ajax__tab_ie-theme .ajax__tab_body 
{
    background:url('../_imagenes/ie/ie_tabbacker_720x296.jpg') no-repeat;
    font-size:13px;
    font-family:verdana;
    height:250px;
    width:345px;
    border:1px solid #999999;
}
.ajax__tab_ie-theme .ajax__tab_body div
{
     padding:8px;
}

/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}
