﻿/* -----------------------------------------------------------------------------
	TAGS / TIPOS COMPUESTOS
----------------------------------------------------------------------------- */
body
{
	font-family: Verdana, Trebuchet MS, Tahoma, Arial;
	font-size: 11px;
	background-color:#fff;
	height:100%;
	

}
input, select, textarea
{
	font-family: Trebuchet MS, Tahoma, Verdana, Arial;
	font-size: 11px;
}
a
{
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
.popup
{
	margin: 0px;
	background-color: #018bb2;
	overflow: hidden;
}



/* -----------------------------------------------------------------------------
	fondos
----------------------------------------------------------------------------- */

.fondo_buscardor_top
{
	background-image: url(/../images/fondo_top_center_bk.png);
	background-repeat: repeat;
	background-position: top;
}

.fondo_buscardor_bottom
{
	background-image: url(/../images/fondo_bottom_center_bk.png);
	background-repeat: repeat;
	background-position: top;
}

.fondo_grid_top
{
	background-image: url(/../images/fondo_top_center.png);
	background-repeat: repeat;
	background-position: top;
}

.fondo_grid_bottom
{
	background-image: url(/../images/fondo_bottom_center.png);
	background-repeat: repeat;
	background-position: top;
}

.fondo_footer
{
	background-image: url(/../images/pix_footer.gif);
	background-repeat: repeat-x;
	background-position: center center;
}


/* -----------------------------------------------------------------------------
	TEXTOS
----------------------------------------------------------------------------- */
/* fuentes */
.Trebuchet
{
	font-family: Trebuchet MS;
}
.verdana
{
	font-family: Verdana;
}
.tahoma
{
	font-family: Tahoma;
}

/* cuerpos */
.cuerpo6px
{
	font-size: 6px;
}
.cuerpo7px
{
	font-size: 7px;
}
.cuerpo8px
{
	font-size: 8px;
}
.cuerpo9px
{
	font-size: 9px;
}
.cuerpo10px
{
	font-size: 10px;
}
.cuerpo11px
{
	font-size: 11px;
}
.cuerpo12px
{
	font-size: 12px;
}
.cuerpo13px
{
	font-size: 13px;
}
.cuerpo14px
{
	font-size: 14px;
}
.cuerpo15px
{
	font-size: 15px;
}
.cuerpo16px
{
	font-size: 16px;
}
.cuerpo17px
{
	font-size: 17px;
}
.cuerpo18px
{
	font-size: 18px;
}
.cuerpo19px
{
	font-size: 19px;
}
.cuerpo20px
{
	font-size: 20px;
}

/* pesos */
.normal
{
	font-weight: normal;
}
.bold
{
	font-weight: bold;
}

/* decoraciones*/
.underline
{
	text-decoration: underline;
}
.italic
{
	font-style: italic;
}

/* colores */
.blanco1, .blanco1 a:link, .blanco1 a:visited, .blanco1 a:active
{
	color: White;
}
.negro2, .negro2 a:link, .negro2 a:visited, .negro2 a:active
{
	color: Black;
}
.gris1, .gris1 a:link, .gris1 a:visited, .gris1 a:active
{
	color: #6e6e6e;
}
.gris2, .gris2 a:link, .gris2 a:visited, .gris2 a:active
{
	color: #3e3e3e;
}
.azul1, .azul1 a:link, .azul1 a:visited, .azul1 a:active
{
	color: #1c5ba2;
}
.azul2, .azul2 a:link, .azul2 a:visited, .azul2 a:active
{
	color: #1b5ea3;
}
.azul3, .azul3 a:link, .azul3 a:visited, .azul3 a:active
{
	color: #426d7e;
}
.azul4, .azul4 a:link, .azul4 a:visited, .azul4 a:active
{
	color: #0083a9;
}
.celeste1, .celeste1 a:link, .celeste1 a:visited, .celeste1 a:active
{
	color: #5c8bbd;
}
.celeste2, .celeste2 a:link, .celeste2 a:visited, .celeste2 a:active
{
	color: #4eadc9;
}
.bordo1, .bordo1 a:link, .bordo1 a:visited, .bordo1 a:active
{
	color: #ad0100;
}
.verde1, .verde1 a:link, .verde1 a:visited, .verde1 a:active
{
	color: #73983b;
}
.naranja1, .naranja1 a:link, .naranja1 a:visited, .naranja1 a:active
{
	color: #f17c0e;
}

/* -----------------------------------------------------------------------------
	LINEAS
----------------------------------------------------------------------------- */
.separador_naranja1
{
	background-image: url(/images/pix_lineaNaranja.gif);
	background-position: center center;
	background-repeat: repeat-x;
}
.bottom_line
{
	border-bottom: solid 1px Navy;
}
.top_line
{
	border-top: solid 1px Navy;
}
/* -----------------------------------------------------------------------------
	PopUps
----------------------------------------------------------------------------- */
.popupControl 
{
	background-color:#AAD4FF;
	position:absolute;
	visibility:hidden;
	border-style:solid;
	border-color: Black;
	border-width: 2px;
}

.modalBackground 
{
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup 
{
	background-color:#FFFFFF;
	border-width:1px;
	border-style:solid;
	border-color:#cb2128;
	padding:0px;
}

/* -----------------------------------------------------------------------------
	FONDOS
----------------------------------------------------------------------------- */

.fondoNegro1
{
	background-color: Black;
}
.fondoNegro2
{
	background-color: #242423;
}
.fondoBlanco1
{
	background-color: White;
}
.fondoBlanco2
{
	background-color: #b6b5b6;	
}
.fondoAzul1
{
	background-color: #018bb2;
}
.fondoAzul2
{
	background-color: #134f98;
}
.fondoAzul3
{
	background-color: #426d7e;
}
.fondoGris1
{
	background-color: #f3f3f3;
}
.fondoGris2
{
	background-color: #f9f9f9;
}
.fondoGris3
{
	background-color: #cfcfcf;
}
.fondoGris4
{
	background-color: #a3a3a3;
}
.fondoGris5
{
	background-color: #b8b7b7;
}
.fondoGris6
{
	background-color: #b6b5b6;
}

.fondoRojo1
{
	background-color: #cb2128;
}


/* -----------------------------------------------------------------------------
	CONTENEDORES
----------------------------------------------------------------------------- */
.contenedorNaranja1
{
	border: 1px solid #ffb001;
}

.contenedorRojo1
{
	border: 1px solid #cb2128;
}

.ContextMenuItem
{
	border: 1px solid #cb2128;
	display: block;
	color: #003399;
	text-decoration: none;
	cursor: pointer;
	white-space: nowrap;
}

.ContextMenuItem:hover
{
	background-color: #ffe5eb;
	color: #ffe5eb;
	border: 1px solid #cb2128;
}

a.ContextMenuItem-Selected
{
	font-weight: bold;
}

/* -----------------------------------------------------------------------------
	PAGINADOR
----------------------------------------------------------------------------- */
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:active 
{
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	color: #fff;
	background-color: #cb2128;	
}
.wp-pagenavi a:hover 
{	
	color: #FFF;
	background-color: #cb2128;
}

.wp-pagenavi span.pages 
{
	padding: 2px 4px 2px 4px; 
	margin: 2px 2px 2px 2px;
	color: #003333;
}
.wp-pagenavi span.current 
{
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #000099;
	font-weight: bold;
	background-color: #000099;
	color: #FFF;
}
.wp-pagenavi span.extend 
{
	padding: 2px 4px 2px 4px; 
	margin: 2px;	
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}

