﻿/* -------------------------------
	HTML
------------------------------- */
input, select, textarea
{
	font-family: Tahoma;
	font-size: 11px;
	color: #838383;
}
a
{
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
div
{
	clear: both;
	float: none;
}
body
{
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Tahoma;
	font-size: 11px;
	overflow-y: scroll;
}



/* -------------------------------
	AREAS
------------------------------- */
.popup
{
	margin: 0px;
	background-color: #018bb2;
	overflow: hidden;
}
.areaAbsoluta
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
.areaRelativa
{
	position: relative;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}
.areaTotal
{
	width: 100%;
	height: 100%;
}



/* -------------------------------
	FONDOS
------------------------------- */
.fondoBlanco1
{
	background-color: White;
}
.fondoAzul1
{
	background-color: #4c94b7;
}
.fondoRojo1
{
	background-color: Red;
}
.fondoMarron1
{
	background-color: #7b1f3d;
}
.fondoAmarillo1
{
	background-color: #fff1d0;
}
.fondoAmarillo2
{
	background-color: #fff8e8;
}
.fondoAmarillo3
{
	background-color: #fffcf6;
}
.fondoNegro1
{
	background-color: #360101;
}
.fondoGris1
{
	background-color: #ebedef;
}
.fondoGris2
{
	background-color: #7c7e82;
}
.fondoGris3
{
	background-color: #ced2d8;
}
.fondoGris4
{
	background-color: #808080;
}
.fondoGris5
{
	background-color: #cccccc;
}
.fondoGris6
{
	background-color: #eeeeee;
}
.fondoGris7
{
	background-color: #f7f7f7;
}
.fondoGris8
{
	background-color: #eff0f0;
}
.fondoNaranja1
{
	background-color: #fff0cf;
}
.fondoNaranja2
{
	background-color: #f6d8b4;
}
.fondoCeleste1
{
	background-color: #cee0e7;
}
.fondoCeleste2
{
	background-color: #cde3e9;
}
.fondoVerdeClaro
{
	background-color: #d3ddd2;
}
.fondolineas
{
	background-image: url(/virtual/imageshandler/url/images/backgrounds/fondo_lineas.gifx);
	background-position: center center;
	background-repeat: repeat-x;
}
.fondo_bullet_flecha1
{
	background-image: url(/virtual/imageshandler/url/images/iconos/ico_flecha_bullet.gifx);
	background-repeat: no-repeat;
	background-position: center 5px;
}
.fondoHeaderGris
{
	background-image: url(/virtual/imageshandler/url/images/backgrounds/pixGrisHeader.gifx);
}



/* -------------------------------
	CURSORES
------------------------------- */
.cursorDefault
{
	cursor: default;
}
.cursorPointer
{
	cursor: pointer;
}



/* -------------------------------
	TEXTOS
------------------------------- */
/* fuentes */
.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;
}
.cuerpo25px
{
	font-size: 25px;
}
.cuerpo36px
{
	font-size: 36px;
}
.cuerpo48px
{
	font-size: 48px;
}

/* pesos */
.normal
{
	font-weight: normal;
}
.bold
{
	font-weight: bold;
}

/* decoraciones*/
.underline
{
	text-decoration: underline;
}
.italic
{
	font-style: italic;
}

/* alineaciones */
.justificado
{
	text-align: justify;
}

/* efectos */
.blink
{
	text-decoration: blink;
}

/* colores */
.blanco1, .blanco1 a:link, .blanco1 a:visited, .blanco1 a:active
{
	color: White;
}

.negro1, .negro1 a:link, .negro1 a:visited, .negro1 a:active
{
	color: Black;
}
.negro2, .negro2 a:link, .negro2 a:visited, .negro2 a:active
{
	color: #360101;
}

.gris1, .gris1 a:link, .gris1 a:visited, .gris1 a:active
{
	color: #6e6e6e;
}
.gris2, .gris2 a:link, .gris2 a:visited, .gris2 a:active
{
	color: #666666;
}
.gris3, .gris3 a:link, .gris3 a:visited, .gris3 a:active
{
	color: #838383;
}
.gris4, .gris4 a:link, .gris4 a:visited, .gris4 a:active
{
	color: #999999;
}
.marron1, .marron1 a:link, .marron1 a:visited, .marron1 a:active
{
	color: #7b1f3d;
}

.azul1, .azul1 a:link, .azul1 a:visited, .azul1 a:active
{
	color: Blue;
}
.azul2, .azul2 a:link, .azul2 a:visited, .azul2 a:active
{
	color: #8099b3;
}
.azul3, .azul3 a:link, .azul3 a:visited, .azul3 a:active
{
	color: #0f6f9f;
}
.azul4, .azul4 a:link, .azul4 a:visited, .azul4 a:active
{
	color: #006599;
}
.azul5, .azul5 a:link, .azul5 a:visited, .azul5 a:active
{
	color: #006699;
}
.azul6, .azul6 a:link, .azul6 a:visited, .azul6 a:active
{
	color: #00234a;
}
.azul7, .azul7 a:link, .azul7 a:visited, .azul7 a:active
{
	color: #1170a0;
}
.azul8, .azul8 a:link, .azul8 a:visited, .azul8 a:active
{
	color: #227aa7;
}

.naranja1, .naranja1 a:link, .naranja1 a:visited, .naranja1 a:active
{
	color: #f7941d;
}
.naranja2, .naranja2 a:link, .naranja2 a:visited, .naranja2 a:active
{
	color: #ff9900;
}

.celeste1, .celeste1 a:link, .celeste1 a:visited, .celeste1 a:active
{
	color: #348bb0;
}



/* -------------------------------
	MARGENES / SEPARADORES
------------------------------- */
/* margenes */
.margen3px
{
	margin: 3px;
}
.margen_h_3px
{
	margin-left: 3px;
	margin-right: 3px;
}
.margen_h_5px
{
	margin-left: 5px;
	margin-right: 5px;
}
.padding3px
{
	padding: 3px;
}
.padding5px
{
	padding: 5px;
}

/* separadores */
.separador_gris_v1
{
	background-image: url(/virtual/imageshandler/url/images/genericos/separator_vertical_gris1.gifx);
	background-position: center center;
	background-repeat: repeat-y;
}
.separador_gris_h1
{
	background-image: url(/virtual/imageshandler/url/images/genericos/separator_horizontal_gris1.gifx);
	background-position: center center;
	background-repeat: repeat-x;
}
.separador_azul1
{
	background-image: url(/virtual/imageshandler/url/images/backgrounds/pixAzul.gifx);
	background-position: center center;
	background-repeat: repeat-x;
}
.separador_celeste1
{
	background-image: url(/virtual/imageshandler/url/images/backgrounds/separador_celeste.gifx);
	background-position: center center;
	background-repeat: repeat-x;
}

.popup_header
{
	background-color: #ebedef;
	padding: 5px;
}

/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup 
	{
		background-color:#eeeeee;
		border-width:2px;
		border-style:solid;
		border-color:#404c92;
		padding:3px;
		width:250px;
		color:#404c92;
		font-size:10px;
	}
