@charset "utf-8";
/* CSS Document */


.BTN_01, .BTN_02, .BTN_03, .BTN_04, .BTN_05, .BTN_06, .BTN_07, .LineaHorizontal1, .BG_1, .BG_Base_Menu, .BG_CABEZAL, .BG_PIE, .BG_SECCION, .BG_SECCION_CENTRO, .BG_SECCION_CIERRE, .BG_SECCION_INICIO_ABAJO, .BG_SECCION_CENTRO_ABAJO, .BG_SECCION_CIERRE_ABAJO, .BG_NOTA_ARRIBA, .BG_NOTA_ARRIBA_CIERRE, .BG_NOTA_ABAJO, .BG_NOTA_ABAJO_CIERRE{
	background-image:url(../img/Estilo.png?v2);
}

.BG_Base_Menu_Cierre, .BG_2, .bodyPG, .bodyPG_CIERRE, .FONDODESECCION{
	background-image:url(../img/Estilo_BG2.jpg);
}


/* //////////////////////////       STANDARD      //////////////////////////////////// */


* {
margin: 0;
padding: 0;
}


body {
	background-image:url(../img/Estilo_BG1.jpg);
	background-position: center 0px;
	background-repeat: no-repeat;
	fixed: center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align:center;
}

ul {
	list-style-type:square; padding-left:30px;}

a:link {
	text-decoration: none;
color: #0F4A7B; 
}
a:visited {
	text-decoration: none;
	color: #135E9B;
}
a:hover {
	text-decoration: none;
	color: #007AC4;
}
a:active {
	text-decoration: none;
	color: #0F4A7B;
}

a:focus {
	outline:0px;
	color: #0F4A7B;
}

object {
	outline:none;
}

h1 {
	font-size: 24px;
	line-height:26px;
	margin-top: 0px;
	margin-bottom: 5px;
}
h2 {
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: 0px;
}
h3 {
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 0px;
}
h4 {
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
}
h5 {
	font-size: 11px;
	margin-top: 0px;
	margin-bottom: 0px;
}
h6 {
	font-size: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
}


.Spacer_5 {
	font-size:5px;
	height:5px;
}
.Spacer_10 {
	font-size:10px;
	height:10px;
}
.Spacer_15 {
	font-size:15px;
	height:15px;
}
.Spacer_20 {
	font-size:20px;
	height:20px;
}
.Margin_5 {
	margin:5px;
}
.Margin_10 {
	margin:10px;
}
.Margin_15 {
	margin:15px;
}
.Margin_20 {
	margin:20px;
}
.Margin_B5 {
	margin-bottom:5px;
}
.Margin_B10 {
	margin-bottom:10px;
}
.Margin_B15 {
	margin-bottom:15px;
}
.Margin_B20 {
	margin-bottom:20px;
}
.Margin_T5 {
	margin-top:5px;
}
.Margin_T10 {
	margin-top:10px;
}
.Margin_T15 {
	margin-top:15px;
}
.Margin_T20 {
	margin-top:20px;
}
.Margin_R5 {
	margin-right:5px;
}
.Margin_R10 {
	margin-right:10px;
}
.Margin_R15 {
	margin-right:15px;
}
.Margin_R20 {
	margin-right:20px;
}
.Margin_L5 {
	margin-left:5px;
}
.Margin_L10 {
	margin-left:10px;
}
.Margin_L15 {
	margin-left:15px;
}
.Margin_L20 {
	margin-left:20px;
}
.Padding_3 {
	padding:3px;
}
.Padding_5 {
	padding:5px;
}
.Padding_10 {
	padding:10px;
}
.Padding_15 {
	padding:15px;
}
.Padding_20 {
	padding:20px;
}
.Padding_L5 {
	padding-left:5px;
}
.Padding_L10 {
	padding-left:10px;
}
.Padding_L15 {
	padding-left:15px;
}
.Padding_L20 {
	padding-left:20px;
}
.Padding_L30 {
	padding-left:30px;
}
.Padding_R5 {
	padding-right:5px;
}
.Padding_R10 {
	padding-right:10px;
}
.Padding_R15 {
	padding-right:15px;
}
.Padding_R20 {
	padding-right:20px;
}
.Padding_B5 {
	padding-bottom:5px;
}
.Padding_B10 {
	padding-bottom:10px;
}
.Padding_B15 {
	padding-bottom:15px;
}
.Padding_B20 {
	padding-bottom:20px;
}
.Padding_T3 {
	padding-top:3px;
}
.Padding_T5 {
	padding-top:5px;
}
.Padding_T10 {
	padding-top:10px;
}
.Padding_T15 {
	padding-top:15px;
}
.Padding_T20 {
	padding-top:20px;
}
.Width50 {
	width:50%;
}
.Upper {
	text-transform: uppercase;
}
.Bold {
	font-weight: bold;
}
.Normal {
	font-weight: normal;
}

.HeightAuto {
	height:auto;
}

.MarginAuto {
	margin:auto;
}

/* //////////////////////////    FIN   STANDARD      ///////////////////////////////////// */









/* ////////////////////////////       COLORES       //////////////////////////////////////// */

.Blanca 	  {	color: 				#FFFFFF;}
.BlancaBorder {	background-color: 	#FFFFFF;}
.BlancaBG 	  {	background-color: 	#FFFFFF;}
.Negra  	  {	color: 				#000000;}
.NegraBorder  {	background-color: 	#000000;}
.NegraBG	  {	background-color: 	#000000;}
.Roja 		  {	color: 				#E00D0D;}
.RojaBorder	  {	background-color: 	#E00D0D;}
.RojaBG 	  {	background-color: 	#E00D0D;}

.ColorBGBlanca{	background-color:	#FFFFFF;}

.Gris10 	{	color: #E0E0E0;}
.Gris20 	{	color: #CCC;}
.Gris40 	{	color: #999;}
.Gris50 	{	color: #737373;}
.Gris60 	{	color: #666;}
.Gris80 	{	color: #333;}

.GrisBG_10 {	background-color: #E0E0E0;}
.GrisBG_20 {	background-color: #CCC;}
.GrisBG_40 {	background-color: #999;}
.GrisBG_50 {	background-color: #737373;}
.GrisBG_60 {	background-color: #666;}
.GrisBG_80 {	background-color: #333;}

.LinkBlanca a {	color: #CCC;}
.LinkBlanca a:hover {	color: #FFF;}

/* ////////////////////////////   FIN    COLORES       /////////////////////////////// */









/* ////////////////////////////     ESTILOS    /////////////////////////////////////////// */

.Banners1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.Just {
	text-align: justify;
}

.Center {
	text-align: center;
}

.Left {
	text-align: left;
}

.Right {
	text-align: right;
}

.FlRight {
	float:right;
}

.FlCenter {
	float:center;
}

.FlLeft {
	float: left;
}

.T8 {
 font-size: 8px;
}

.T9 {
	font-size: 9px;
}

.T10 {
	font-size: 10px;
}

.T11 {
	font-size: 11px;
}

.T12 {
	font-size: 12px;
}

.T13 {
	font-size: 13px;
}

.T14 {
	font-size: 14px;
}

.T15 {
	font-size: 15px;
}

.T16 {
	font-size: 16px;
}

.T17 {
	font-size: 17px;
}

.T18 {
	font-size: 18px;
	letter-spacing: -0.02em;
}

.T19 {
	font-size: 19px;
	letter-spacing: -0.02em;
}

.T20 {
	font-size: 20px;
	letter-spacing: -0.02em;
}

.T21 {
	font-size: 21px;
	letter-spacing: -0.03em;
}

.T22 {
	font-size: 22px;
	letter-spacing: -0.03em;
}

.T23 {
	font-size: 23px;
	letter-spacing: -0.03em;
}

.T24 {
	font-size: 24px;
	letter-spacing: -0.04em;
}

.T25 {
	font-size: 25px;
	letter-spacing: -0.04em;
}

.T26 {
	font-size: 26px;
	letter-spacing: -0.04em;
}

.T27 {
	font-size: 27px;
	letter-spacing: -0.05em;
}

.T28 {
	font-size: 28px;
	letter-spacing: -0.05em;
}

.T29 {
	font-size: 29px;
	letter-spacing: -0.05em;
}

.T30 {
	font-size: 30px;
	letter-spacing: -0.05em;
}

.T31 {
	font-size: 31px;
	letter-spacing: -0.05em;
}

.T32 {
	font-size: 32px;
	letter-spacing: -0.05em;
}

.T36 {
	font-size: 36px;
	letter-spacing: -0.05em;
}

.InterLinea80 {
	line-height: 80%;
}

.InterLinea90 {
	line-height: 90%;
}

.InterLinea100 {
	line-height: 100%;
}

.InterLinea120 {
	line-height: 120%;
}

.InterLinea150 {
	line-height: 150%;
}

.InterLinea180 {
	line-height: 180%;
}

.InterLinea200 {
	line-height: 200%;
}

.Punto {
	align: justify;
	margin-bottom: 5px;
}

.cursor {
	cursor: pointer;
}


.LINK a {
display: block; // para poder darle altura y ancho;
line-height:40px;
width: 100%; 
}
.LINK a span  {
display: block; // para poder darle altura y ancho;
display: none; // oculto el texto;
}


a.LINK_01:visited {
	color:#9CC;
}
a.LINK_01:active {
	color:#FFF;
}
a.LINK_01:link {
	color:#9CC;
}
a.LINK_01:hover {
	color:#0CF;
}

BTN_01 {
	background-image: url(../img/Estilo.png?v2);
	background-position: center -290px;
	background-repeat:no-repeat;
	display:block;
	line-height:20px;
	width:100%;
	color:#FFF;
	vertical-align:middle;
}

a.BTN_01 {
	background-position: center -290px;
	background-repeat:no-repeat;
	font-size:18px;
	color: #FFF;
	display:block;
	font-weight:normal;
	line-height:20px;
	width:100%;
	vertical-align:middle;

}
	a.BTN_01:hover {
		background-position: center -346px;
		line-height:20px;
		height:52px;
		color:#FFF;
	}
	a.BTN_01:visited {
		color:#FFc;
	}
	a.BTN_01:active {
	}

.BTN_02 {
	border:1 0 1 0;
	border-color:#999;
}

.BTN_03 {
	background-position: -263px -371px;
	background-repeat:no-repeat;
	text-align:center;
	display:block;
	text-decoration:none;
	height:18px;
	width:56px;
	cursor: pointer;
	}
	a.BTN_03:hover {
		background-position: -325px -371px;
	}
	a.BTN_03:visited {
		background-position: -325px -371px;
}

.BTN_04 {
	background-position: -932px -725px;
	background-repeat:no-repeat;
	text-align:center;
	display:block;
	text-decoration:none;
	width:225px;
	height:24px;
	cursor: pointer;
		border: 0px solid #F3EDD6;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
		-webkit-box-shadow: #000 0px 0px 0px;
		-moz-box-shadow: #000 0px 0px 0px;
		box-shadow: #000 0px 0px 0px;
		background: #600;
		background: -webkit-gradient(linear, 0 0, 0 bottom, from(#600), to(#600));
		background: -webkit-linear-gradient(#600, #600);
		background: -moz-linear-gradient(#600, #600);
		background: -ms-linear-gradient(#600, #600);
		background: -o-linear-gradient(#600, #600);
		background: linear-gradient(#600, #600);
		-pie-background: linear-gradient(#600, #600);
		}

		a.BTN_04:hover {
				background-position: -932px -754px;
				-webkit-box-shadow: #000 0px 0px 0px;
				-moz-box-shadow: #000 0px 0px 0px;
				box-shadow: #000 0px 0px 0px;
				background: #C03;
				background: -webkit-gradient(linear, 0 0, 0 bottom, from(#C03), to(#C03));
				background: -webkit-linear-gradient(#C03, #C03);
				background: -moz-linear-gradient(#C03, #C03);
				background: -ms-linear-gradient(#C03, #C03);
				background: -o-linear-gradient(#C03, #C03);
				background: linear-gradient(#C03, #C03);
				-pie-background: linear-gradient(#C03, #C03);
				}
		
		a.BTN_04:active {
				background-position: -932px -754px;
				-webkit-box-shadow: #000 0px 0px 0px;
				-moz-box-shadow: #000 0px 0px 0px;
				box-shadow: #000 0px 0px 0px;
				background: #C03;
				background: -webkit-gradient(linear, 0 0, 0 bottom, from(#C03), to(#C03));
				background: -webkit-linear-gradient(#C03, #C03);
				background: -moz-linear-gradient(#C03, #C03);
				background: -ms-linear-gradient(#C03, #C03);
				background: -o-linear-gradient(#C03, #C03);
				background: linear-gradient(#C03, #C03);
				-pie-background: linear-gradient(#C03, #C03);
				}
		
		.BTN_04:hover {
				background-position: -932px -754px;
				-webkit-box-shadow: #000 0px 0px 0px;
				-moz-box-shadow: #000 0px 0px 0px;
				box-shadow: #000 0px 0px 0px;
				background: #C03;
				background: -webkit-gradient(linear, 0 0, 0 bottom, from(#C03), to(#C03));
				background: -webkit-linear-gradient(#C03, #C03);
				background: -moz-linear-gradient(#C03, #C03);
				background: -ms-linear-gradient(#C03, #C03);
				background: -o-linear-gradient(#C03, #C03);
				background: linear-gradient(#C03, #C03);
				-pie-background: linear-gradient(#C03, #C03);
				}
		
		.BTN_04:active {
				background-position: -932px -754px;
				-webkit-box-shadow: #000 0px 0px 0px;
				-moz-box-shadow: #000 0px 0px 0px;
				box-shadow: #000 0px 0px 0px;
				background: #C03;
				background: -webkit-gradient(linear, 0 0, 0 bottom, from(#C03), to(#C03));
				background: -webkit-linear-gradient(#C03, #C03);
				background: -moz-linear-gradient(#C03, #C03);
				background: -ms-linear-gradient(#C03, #C03);
				background: -o-linear-gradient(#C03, #C03);
				background: linear-gradient(#C03, #C03);
				-pie-background: linear-gradient(#C03, #C03);
				}
		

input[type="submit"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner { border : 0px; } /*for IE8 */ input[type="submit"]:focus, input[type="button"]:focus { outline : none; } 

.BTN_05 {
 	background-attachment: absolute;
	background-position:-1100px -663px;
	background-repeat:no-repeat;
	display:block;
	border:0;
	line-height:23px;
	width:57px;
	text-decoration:none;
	cursor: pointer;
	}
a.BTN_05 {
	color:#FFF;
	}
	a.BTN_05:hover {
		background-position:-1100px -686px;
	}
	a.BTN_05:visited {
		background-position:-1100px -686px;
}

.BTN_06{
	border-style:1px solid #58C1E4;
}
a.BTN_06 {
	border:1px solid;
}
a.BTN_06:hover {
	border:1px solid #58C1E4;
}

a.BTN_07 {
 	background-attachment: absolute;
	background-position:-1100px -663px;
	background-repeat:no-repeat;
	text-align:center;
	display:block;
	border:0;
	text-decoration:none;
	line-height:19px;
	cursor: pointer;
	width:57px;
	height: 19px;
	color:#CCC;
	}
	a.BTN_07:hover {
		background-position:-1100px -686px;
		height: 19px;
		color:#FFF;
}

.Form_InputText {
	background-image:url(../img/Estilo.png?v2);
	background-position: left top;
	background-repeat: repeat-x;
	padding:4px;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
		-webkit-box-shadow: #000 0px 6px 10px;
		-moz-box-shadow: #000 0px 6px 10px;
		box-shadow: #000 0px 6px 10px;
		background: #F3EDD6;
		background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFFFFF), to(#F3EDD6));
		background: -webkit-linear-gradient(#FFFFFF, #F3EDD6);
		background: -moz-linear-gradient(#FFFFFF, #F3EDD6);
		background: -ms-linear-gradient(#FFFFFF, #F3EDD6);
		background: -o-linear-gradient(#FFFFFF, #F3EDD6);
		background: linear-gradient(#FFFFFF, #F3EDD6);
		-pie-background: linear-gradient(#FFFFFF, #F3EDD6);
		
}

.LineaVertical1 {
	background-position: -964px -163px;
	background-repeat: repeat-y;
	background-color:#0C6;
}

.LineaHorizontal1 {
	background-repeat: no-repeat;
	background-position:center -574px;
	width:964px;
	height:1px;
}








/* ////////////////////////////     DIVS    //////////////////////////////////////////////// */


#contenedor {
	position: fixed;
	float:left;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color: #000;
	z-index:1;
	visibility:hidden;
	opacity: .65;
	filter:alpha(opacity=75);	
}

#contenedorB {
	position: fixed;
	float:left;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:1;
	visibility:hidden;
}

#contenedorC {
	position: fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:1;
}

.loading {
	background-color: #fff;
	background-image:url(../img/loading.gif);
	background-position:center center;
	background-repeat:no-repeat;
	margin: auto;
	height:50px;
	min-height:50px;
	height:53px;
	width:50px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	padding:10px;
}

.center {
   position: absolute;
   left: 50%;
   top: 50%;
   margin-left: -150px;
   margin-top: -150px;
}


/* ////////////////////////////     FIN     DIVS   ///////////////////////////////////////// */








/* ////////////////////////////     ESTILO         ///////////////////////////////////////// */


.BG_1 {
	background-position:center -616px;
	background-repeat: no-repeat;
}

.BG_2 {
	background-repeat: repeat;
}

.BG_Base_Menu {
	background-position:-218px -290px;
	height:52px;
	background-repeat: no-repeat;
	width:100%;
}

.BG_Base_Menu_Cierre{
	background-position:-1151px -100px;
	width:229px;
	height:242px;
	background-repeat: no-repeat;
	float:right;
	top:300px;
}

.BG_CABEZAL {
	background-repeat: no-repeat;
	background-position:-185px 0px;
	width:231px;
	height:170px;
}

.BG_PIE {
	background-repeat: no-repeat;
	background-position:-185px -1533px;
	width:100%;
	height:150px;
}

.BG_SECCION {
	background-repeat: no-repeat;
	background-position:-218px -477px;
	height:40px;
	width:auto;
}
.BG_SECCION_CENTRO {
	background-repeat: no-repeat;
	background-position:-238px -477px;
	width:auto;
}
.BG_SECCION_CIERRE  {
	background-repeat: no-repeat;
	background-position:-1138px -477px;
	width:24px;
}
.BG_SECCION_INICIO_ABAJO {
	background-repeat: no-repeat;
	background-position:-218px -508px;
	height:20px;
	width:auto;
}
.BG_SECCION_CENTRO_ABAJO {
	background-repeat: no-repeat;
	background-position:-238px -508px;
	height:20px;
	width:auto;
}
.BG_SECCION_CIERRE_ABAJO  {
	background-repeat: no-repeat;
	background-position:-1162px -508px;
	height:20px;
	width:20px;
}

.bodyPG {
	font-family: Arial, Helvetica, sans-serif;
	background-position: center -100px;
	background-repeat: no-repeat;
	fixed: center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: ;
	background-color: #1b3041;
}

.bodyPG_CIERRE  {
	background-repeat: no-repeat;
	background-position:-191px -885px;
	height:30px;
	width:635px;
}

.BG_NOTA_ARRIBA  {
	background-repeat: no-repeat;
	background-position:-218px -566px;
	height:21px;
	width:auto;
	display:block;
}

.BG_NOTA_ARRIBA_CIERRE  {
	float:right;
	background-repeat: no-repeat;
	background-position:-1162px -566px;
	height:21px;
	width:20px;
}

.BG_NOTA_ABAJO  {
	background-repeat: no-repeat;
	background-position:-218px -587px;
	height:21px;
	width:auto;
	display:block;
}

.BG_NOTA_ABAJO_CIERRE  {
	float:right;
	background-repeat: no-repeat;
	background-position:-1162px -587px;
	height:21px;
	width:20px;
}

.FONDODESECCION  {
	background-position:right;
	background-repeat:repeat-y;
}


.BG_NOTA_ABAJO, .BG_NOTA_ABAJO_CIERRE 	{
	line-height:Opx;
	height: 0px;
}


/* ----------------- gracias clearfix! -- */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}

































/* ////////////////////////////     REAJUSTES DE ESTILO         ///////////////////////////////////////// */



#BOTONERA_2 {
	position: absolute;
	z-index:200;
	}

#ZOOM {
	position: fixed;
	z-index:101;
	}

.BOTONERA_3 {
	margin:0; 
	text-align: left; 
	display:table;

	border: 0px solid #09C;
	}

.MENU_1 {
	padding:5px 0px;
	float:left;
	margin: auto; 
	text-align: center; 
	display: block;
	cursor:pointer;

	border: 0px solid #132091;
	color:#CCC;		
	}


.TITULO_SECCION_1 {
	border-bottom:2px #990 solid;
	font-size:18px;
	text-align:left;
	color:#666666;
	}	

#TITULO_SECCION_2 {
	font-size:16px;
	text-align:left;
	float:left;
	color:#003b63;
	width:100%;
	display:block;
	margin: 0 0 10px 0;
	}	
	#TITULO_SECCION_2 .IZQ {
		width:10px;
		height:28px;
		float:left;
		background-image:url(../img/Estilo.png?v2);
		background-position:-836px -930px;
		}	
	#TITULO_SECCION_2 .CEN {
		height:22px;
		padding:6px 0 0 0;
		float:left;
		text-align:center;
		background-color:#FFF;
		}	
	#TITULO_SECCION_2 .DER {
		width:10px;
		height:28px;
		float:right;
		background-image:url(../img/Estilo.png?v2);
		background-position:-991px -930px;
		}	

		#TITULO_SECCION_2 H2 {
			font-size:16px;
			}	
	

#TITULO_SECCION_3 {
	background-color:#043051;
	font-size:13px;
	font-weight:bold;
	text-align:left;
	float:left;
	color: #F90;
	display: table-row; 
	margin: 0 0 0px 10px;
	}	
	#TITULO_SECCION_3 .IZQ {
		width:10px;
		height:22px;
		float:left;
		background-image:url(../img/Estilo.png?v2);
		background-position:-661px -849px;
		}	
	#TITULO_SECCION_3 .CEN {
		height:16px;
		padding:4px 5px 0 5px;
		float:left;
		text-align:center;
		}	
	#TITULO_SECCION_3 .DER {
		width:10px;
		height:22px;
		float:right;
		background-image:url(../img/Estilo.png?v2);
		background-position:-816px -849px;
		}	
		#TITULO_SECCION_3 H3 {
			font-size:13px;
			}	
	

#DESCARGA_3 {
	background-color:#16cbff;
	font-size:13px;
	font-weight:bold;
	text-align:left;
	float:left;
	color: #d4f2ff;
	display: table-row; 
	margin: 20px 0 10px 0px;
	}

	#DESCARGA_3:hover {
		color: #fff;
		}

	#DESCARGA_3 .IZQ {
		width:3px;
		height:24px;
		float:left;
		background-image:url(../img/Estilo.png?v2);
		background-position:-807px -1373px;
		}	
	#DESCARGA_3 .CEN {
		height:16px;
		padding:4px 5px 0 5px;
		float:left;
		text-align:center;
		min-width:180px;
		}	
	#DESCARGA_3 .DER {
		width:3px;
		height:24px;
		float:right;
		background-image:url(../img/Estilo.png?v2);
		background-position:-828px -1373px;
		}	
		#DESCARGA_3 .PDF {
			background-image:url(../img/Estilo.png?v2);
			background-position:-810px -1373px;
			float:left;
			margin:-4px 0 0 0;
			height:24px;
			width:18px;
			}	
			#DESCARGA_3:hover .PDF {
				background-image:url(../img/Estilo.png?v2);
				background-position:-810px -1413px;
				float:left;
				margin:-4px 0 0 0;
				height:24px;
				width:18px;
				}	
		#DESCARGA_3 .ZIP {
			background-image:url(../img/Estilo.png?v2);
			background-position:-770px -1373px;
			float:left;
			margin:-4px 0 0 0;
			height:24px;
			width:18px;
			}	
			#DESCARGA_3:hover .ZIP {
				background-image:url(../img/Estilo.png?v2);
				background-position:-770px -1413px;
				float:left;
				margin:-4px 0 0 0;
				height:24px;
				width:18px;
				}	
	

.SECCION {
	border: 0px solid #F3EDD6;
	height:600; 
	min-height:600px; 
	height:expression(600 + 'px');
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: #000 0px 0px 0px;
	-moz-box-shadow: #000 0px 0px 0px;
	box-shadow: #000 0px 0px 0px;
	
	}

.NOTA_PORTAL {
	border: 0px solid #696;
	padding: 0 0 6px 0;
	text-align: center; width: 200px;
	background-color:#FFF;
	}

.ENCABEZADO_PORTAL {
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFF), to(#FFF));
	background: -webkit-linear-gradient(#FFF, #FFF);
	background: -moz-linear-gradient(#FFF, #FFF);
	background: -ms-linear-gradient(#FFF, #FFF);
	background: -o-linear-gradient(#FFF, #FFF);
	background: linear-gradient(#FFF, #FFF);
	-pie-background: linear-gradient(#FFF, #FFF);
	background-color:#FFF;
	}

.NOTA_1 {
	border: 0px solid #F3EDD6;
	margin: auto;
	margin-right:20px;
	min-height:600px; 
	height:expression(600 + 'px');
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: #000 0px 0px 0px;
	-moz-box-shadow: #000 0px 0px 0px;
	box-shadow: #000 0px 0px 0px;
	background: #FFF;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFF), to(#FFF));
	background: -webkit-linear-gradient(#FFF, #FFF);
	background: -moz-linear-gradient(#FFF, #FFF);
	background: -ms-linear-gradient(#FFF, #FFF);
	background: -o-linear-gradient(#FFF, #FFF);
	background: linear-gradient(#FFF, #FFF);
	-pie-background: linear-gradient(#FFF, #FFF);
	display:table;
	}

.NOTA_2 {
	border: 0px solid #F3EDD6;
	width:96%;
	margin: auto;
	padding:5px 5px 20px 5px;
	margin-right:20px;
	height:600; 
	min-height:600px; 
	height:expression(600 + 'px');
	
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: #000 0px 6px 10px;
	-moz-box-shadow: #000 0px 6px 10px;
	box-shadow: #000 0px 6px 10px;
	background: #F3EDD6;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFF), to(#FFF));
	background: -webkit-linear-gradient(#FFF, #FFF);
	background: -moz-linear-gradient(#FFF, #FFF);
	background: -ms-linear-gradient(#FFF, #FFF);
	background: -o-linear-gradient(#FFF, #FFF);
	background: linear-gradient(#FFF, #FFF);
	-pie-background: linear-gradient(#FFF, #FFF);
	display:table;
	}







.NOTA_TEXTO {
	border: 0px solid #F3EDD6;
	margin: auto;
	padding:5px;
	margin:0px 20px 15px 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: #000 0px 6px 10px;
	-moz-box-shadow: #000 0px 6px 10px;
	box-shadow: #000 0px 6px 10px;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FC6), to(#F3EDD6));
	background: -webkit-linear-gradient(#FC6, #F3EDD6);
	background: -moz-linear-gradient(#FC6, #F3EDD6);
	background: -ms-linear-gradient(#FC6, #F3EDD6);
	background: -o-linear-gradient(#FC6, #F3EDD6);
	background: linear-gradient(#FC6, #F3EDD6);
	-pie-background: linear-gradient(#FC6, #F3EDD6);
	background: #FFF;
	
	display:table;
	}


.NOTA_LISTADO {
	border: 0px solid #DDD;
	-webkit-border-radius: 0px 0px 0px 0px;
	-moz-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
	-webkit-box-shadow: #222 0px 0px 0px;
	-moz-box-shadow: #222 0px 0px 0px;
	box-shadow: #222 0px 0px 0px;
	display: table;
	}

.FOTO_NOTA {
	text-align:center; 
	margin:auto auto auto auto;
	border: 6px solid #FFF;
	background-color:#FFF;
	margin:10px;
	}


.FOTO_NOTA_LISTADO {
	text-align:center; 
	margin:auto auto auto auto;
	border: 0px solid #FFF;
	background-color:#FFF;
	margin: 3px 10px 10px 10px ;
	}

.FOTO_ZOOM {
	text-align:center; 
	margin:auto auto auto auto;
	border: 6px solid #FC6;
	background-color:#FC6;
	-webkit-box-shadow: #000 0px 12px 12px;
	-moz-box-shadow: #000 0px 12px 12px;
	box-shadow: #000 0px 12px 12px;
	}
	

.PIE_1 {
	margin:auto;
	border-top: 2px solid #069;
	border-bottom: 2px solid #069;
	text-align: center; 		
	display:table;
	width:100%;	
	}
	.PIE_1_CONTENEDOR {
		margin:auto;
		border-top: 2px solid #069;
		border-bottom: 2px solid #069;
		text-align: center; 		
		display:table;
		margin-bottom:20px;
		}


.PIE_2 {
	margin:auto; 
	border: 0px solid #F3EDD6;
	text-align: center; 
	
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: #444 0px 0px 00px;
	-moz-box-shadow: #444 0px 0px 00px;
	box-shadow: #444 0px 0px 00px;
	background: #000;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#000), to(#000));
	background: -webkit-linear-gradient(#000, #000);
	background: -moz-linear-gradient(#000, #000);
	background: -ms-linear-gradient(#000, #000);
	background: -o-linear-gradient(#000, #000);
	background: linear-gradient(#000, #000);
	-pie-background: linear-gradient(#000, #000);
	display:table;
	}

.PIE_3 {
	margin:auto; 
	border: 0px solid #F3EDD6;
	text-align: center; 
	
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: #444 0px 0px 00px;
	-moz-box-shadow: #444 0px 0px 00px;
	box-shadow: #444 0px 0px 00px;
	background: #132091;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#517799), to(#3e6181));
	background: -webkit-linear-gradient(#517799, #3e6181);
	background: -moz-linear-gradient(#517799, #3e6181);
	background: -ms-linear-gradient(#517799, #3e6181);
	background: -o-linear-gradient(#517799, #3e6181);
	background: linear-gradient(#517799, #3e6181);
	-pie-background: linear-gradient(#517799, #3e6181);
	display:table;
	}

.PAGINADO_1 {
	color:#999;
	font-size:11px;
	padding:40px 0 0 0 ;
	}
	.PAGINADO_1 a span{
		color:#CCC;
		text-decoration:underline;
		}
		.PAGINADO_1 a span:hover{
			color:#fff;
			}

.PAGINADO_2 {
	color:#999;
	font-size:11px;
	padding:40px 0 0 0 ;
	line-height:20px;
		padding: 0 4px ;
	}
	.PAGINADO_2 span{
		color:#036;
		text-decoration:none;
		background:#06C;
		padding: 0 4px ;
		width:20px;
		}
		.PAGINADO_2 a span{
			color:#CCC;
			text-decoration:none;
			background:#036;
			padding: 0 4px ;
			width:20px;
			}
			.PAGINADO_2 a span:hover{
				background:#09F;
				color:#fff;
				}



.MAS_INFO_2 {
	display:table;
	text-align:center; 
	border: 0px solid #333;
	-webkit-border-radius: 0px 0px 0px 0px;
	-moz-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
	-webkit-box-shadow: #222 0px 0px 0px;
	-moz-box-shadow: #222 0px 0px 0px;
	box-shadow: #222 0px 0px 0px;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#555), to(#555));
	background: -webkit-linear-gradient(#555,  #555);
	background: -moz-linear-gradient(#555,  #555);
	background: -ms-linear-gradient(#555,  #555);
	background: -o-linear-gradient(#555,  #555);
	background: linear-gradient(#555,  #555);
	-pie-background: linear-gradient(#555,  #555);
	background: none;
	
	padding: 3px 0px 3px 0px;  
	margin: 10px 0px 0px 0px;
	line-height:130%;
	height:10px; 
	float:right; 
	cursor:pointer;
	color:#999;
	}
	.MAS_INFO_2 div {
		background-image:url(../img/Estilo.png?v2);
		background-position: -597px -1293px;
		width:20px;
		height:20px;
		float:right;
		margin: -2px 0 0 5px;

		}

		.MAS_INFO_2:hover{
			color:#000;
			background: -webkit-gradient(linear, 0 0, 0 bottom, from(#333), to(#333));
			background: -webkit-linear-gradient(#333,  #333);
			background: -moz-linear-gradient(#333, #333);
			background: -ms-linear-gradient(#333, #333);
			background: -o-linear-gradient(#333, #333);
			background: linear-gradient(#333, #333);
			-pie-background: linear-gradient(#333, #333);
			background: none;
			}
			.MAS_INFO_2 div:hover {
				background-image:url(../img/Estilo.png?v2);
				background-position: -597px -1333px;
				width:20px;
				height:20px;
				float:right;
				margin: -2px 0 0 5px;
		
				}


.MAS_INFO {
	display:block;
	text-align:center; 
	border: 0px solid #333;
	-webkit-border-radius: 0px 0px 0px 0px;
	-moz-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
	-webkit-box-shadow: #222 0px 0px 0px;
	-moz-box-shadow: #222 0px 0px 0px;
	box-shadow: #222 0px 0px 0px;
	background: #555;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#555), to(#555));
	background: -webkit-linear-gradient(#555,  #555);
	background: -moz-linear-gradient(#555,  #555);
	background: -ms-linear-gradient(#555,  #555);
	background: -o-linear-gradient(#555,  #555);
	background: linear-gradient(#555,  #555);
	-pie-background: linear-gradient(#555,  #555);
	
	padding: 3px 0px 6px 0px;  
	margin: 10px 10px 0px 0px;
	line-height:18px;
	width:60px; 
	height:18px; 
	float:right; 
	cursor:pointer;
	color:#CCC;
	}

.MAS_INFO:hover{
	color:#FFF;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#333), to(#333));
	background: -webkit-linear-gradient(#333,  #333);
	background: -moz-linear-gradient(#333, #333);
	background: -ms-linear-gradient(#333, #333);
	background: -o-linear-gradient(#333, #333);
	background: linear-gradient(#333, #333);
	-pie-background: linear-gradient(#333, #333);
	}


.SUBIR_2 {
	display:table;
	text-align:center; 
	border: 0px solid #333;
	-webkit-border-radius: 0px 0px 0px 0px;
	-moz-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
	-webkit-box-shadow: #222 0px 0px 0px;
	-moz-box-shadow: #222 0px 0px 0px;
	box-shadow: #222 0px 0px 0px;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#555), to(#555));
	background: -webkit-linear-gradient(#555,  #555);
	background: -moz-linear-gradient(#555,  #555);
	background: -ms-linear-gradient(#555,  #555);
	background: -o-linear-gradient(#555,  #555);
	background: linear-gradient(#555,  #555);
	-pie-background: linear-gradient(#555,  #555);
	background: none;
	
	padding: 3px 0px 3px 0px;  
	margin: 10px 0px 0px 0px;
	line-height:130%;
	height:10px; 
	float:right; 
	cursor:pointer;
	color:#CCC;
	}
	.SUBIR_2 div {
		background-image:url(../img/Estilo.png?v2);
		background-position: -477px -1293px;
		width:20px;
		height:20px;
		float:right;
		margin: -2px 0 0 5px;

		}

		.SUBIR_2:hover{
			color:#FFF;
			background: -webkit-gradient(linear, 0 0, 0 bottom, from(#333), to(#333));
			background: -webkit-linear-gradient(#333,  #333);
			background: -moz-linear-gradient(#333, #333);
			background: -ms-linear-gradient(#333, #333);
			background: -o-linear-gradient(#333, #333);
			background: linear-gradient(#333, #333);
			-pie-background: linear-gradient(#333, #333);
			background: none;
			}
			.SUBIR_2:hover div{
				background-position: -477px -1333px;
				}

.SUBIR {
	display:block;
	text-align:center; 
	border: 0px solid #333;
	-webkit-border-radius: 0px 0px 0px 0px;
	-moz-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
	-webkit-box-shadow: #222 0px 0px 0px;
	-moz-box-shadow: #222 0px 0px 0px;
	box-shadow: #222 0px 0px 0px;
	background: #555;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#555), to(#555));
	background: -webkit-linear-gradient(#555,  #555);
	background: -moz-linear-gradient(#555,  #555);
	background: -ms-linear-gradient(#555,  #555);
	background: -o-linear-gradient(#555,  #555);
	background: linear-gradient(#555,  #555);
	-pie-background: linear-gradient(#555,  #555);
	
	padding: 3px 0px 6px 0px;  
	margin: 0px 10px 10px 0px;
	line-height:130%;
	width:60px; 
	height:10px; 
	float:right; 
	cursor:pointer;
	color:#CCC;
	}

	.SUBIR:hover{
		color:#FFF;
		background: -webkit-gradient(linear, 0 0, 0 bottom, from(#333), to(#333));
		background: -webkit-linear-gradient(#333,  #333);
		background: -moz-linear-gradient(#333, #333);
		background: -ms-linear-gradient(#333, #333);
		background: -o-linear-gradient(#333, #333);
		background: linear-gradient(#333, #333);
		-pie-background: linear-gradient(#333, #333);
		}






.ATRAS_2 {
	display:table;
	text-align:center; 
	border: 0px solid #333;
	-webkit-border-radius: 0px 0px 0px 0px;
	-moz-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
	-webkit-box-shadow: #222 0px 0px 0px;
	-moz-box-shadow: #222 0px 0px 0px;
	box-shadow: #222 0px 0px 0px;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#555), to(#555));
	background: -webkit-linear-gradient(#555,  #555);
	background: -moz-linear-gradient(#555,  #555);
	background: -ms-linear-gradient(#555,  #555);
	background: -o-linear-gradient(#555,  #555);
	background: linear-gradient(#555,  #555);
	-pie-background: linear-gradient(#555,  #555);
	background: none;
	
	padding: 3px 0px 3px 0px;  
	margin: 10px 0px 0px 0px;
	line-height:130%;
	height:10px; 
	float:left; 
	cursor:pointer;
	color:#CCC;
	}
	.ATRAS_2 div {
		background-image:url(../img/Estilo.png?v2);
		background-position: -517px -1293px;
		width:20px;
		height:20px;
		float:left;
		margin: -2px 0 0 5px;
		}

		.ATRAS_2:hover{
			color:#FFF;
			background: -webkit-gradient(linear, 0 0, 0 bottom, from(#333), to(#333));
			background: -webkit-linear-gradient(#333,  #333);
			background: -moz-linear-gradient(#333, #333);
			background: -ms-linear-gradient(#333, #333);
			background: -o-linear-gradient(#333, #333);
			background: linear-gradient(#333, #333);
			-pie-background: linear-gradient(#333, #333);
			background: none;
			}
			.ATRAS_2:hover div {
				background-position: -517px -1333px;
				}






.BANNER_1 {
	margin:auto;
	margin-bottom:20px;
	}

.BANNER_CONTENEDOR_DIAGRAMA_2 {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: #000 0px 0px 0px;
	-moz-box-shadow: #000 0px 0px 0px;
	box-shadow: #000 0px 0px 0px;
	background: #990099;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FC9), to(#FC9));
	background: -webkit-linear-gradient(#FC9, #FC9);
	background: -moz-linear-gradient(#FC9, #FC9);
	background: -ms-linear-gradient(#FC9, #FC9);
	background: -o-linear-gradient(#FC9, #FC9);
	background: linear-gradient(#FC9, #FC9);
	-pie-background: linear-gradient(#FC9, #FC9);

	background: none;
	
	}

.BANNER_CONTENEDOR_DIAGRAMA_3 {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: #000 0px 0px 0px;
	-moz-box-shadow: #000 0px 0px 0px;
	box-shadow: #000 0px 0px 0px;
	background: #;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#), to(#));
	background: -webkit-linear-gradient(#, #);
	background: -moz-linear-gradient(#, #);
	background: -ms-linear-gradient(#, #);
	background: -o-linear-gradient(#, #);
	background: linear-gradient(#, #);
	-pie-background: linear-gradient(#, #);
	
	}

.BANNER_CONTENEDOR_DIAGRAMA_4 {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: #000 0px 6px 10px;
	-moz-box-shadow: #000 0px 6px 10px;
	box-shadow: #000 0px 6px 10px;
	background: #990099;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FC9), to(#FC9));
	background: -webkit-linear-gradient(#FC9, #FC9);
	background: -moz-linear-gradient(#FC9, #FC9);
	background: -ms-linear-gradient(#FC9, #FC9);
	background: -o-linear-gradient(#FC9, #FC9);
	background: linear-gradient(#FC9, #FC9);
	-pie-background: linear-gradient(#FC9, #FC9);
	
	padding: ;
	}

.SALUDO_CONTACTO {
	border: 0px solid #F3EDD6;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	background: #600;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#600), to(#900));
	background: -webkit-linear-gradient(#600, #900);
	background: -moz-linear-gradient(#600, #900);
	background: -ms-linear-gradient(#600, #900);
	background: -o-linear-gradient(#600, #900);
	background: linear-gradient(#600, #900);
	-pie-background: linear-gradient(#600, #900);
	
	width:300px; 
	height:100px; 
	}

.VINIETA_SECCION {
	width:39px;
	height:44px;
	background-image:url(../img/estrella.png);
	float:left;
	background-position:left top;
	margin: -5px 10px 10px 0px;
	}

.VINIETA_NOTA {
	width:15px;
	height:14px;
	background-image:url(../img/estrella_nota.png);
	float:left;
	background-position:left top;
	margin: 8px 10px 0px 0px;
	}

































DIV.base-layer {
	display:table;
}

DIV.table-row {
	margin: 0 auto 0 auto; 
	padding: 0; 
	text-align: center; 
	width: 100%;
}

	DIV.table-row1 {
		margin: 0 auto 0 auto; 
		padding: 0; 
		width: 100%;
	}
	
		DIV.left-container11 {
				float: left; 
				margin: 0; 
				padding: 0; 
			}

			DIV.center-container12 {
					float: left; 
					margin: 0;
					padding: 0; 
				}

				DIV.right-container13 {
					float: right; 
					margin: 0; 
					padding: 0; 
				}

DIV.space-line {
	clear: both; 
	margin: 0; 
	padding: 0; 
	width: auto;
}








#YOUTUBE {
	background-image:url(../img/Estilo.png?v2);
	background-position: -437px -1373px;
	width:30px;
	height:30px;
	}
	#YOUTUBE:hover {
		background-image:url(../img/Estilo.png?v2);
		background-position: -437px -1413px;
}

#FACE {
	background-image:url(../img/Estilo.png?v2);
	background-position: -967px -1293px;
	width:30px;
	height:30px;
	}
	#FACE:hover {
		background-image:url(../img/Estilo.png?v2);
		background-position: -967px -1333px;
}

#TWITTER {
	background-image:url(../img/Estilo.png?v2);
	background-position: -927px -1293px;
	width:30px;
	height:30px;
	}
	#TWITTER:hover {
		background-image:url(../img/Estilo.png?v2);
		background-position: -927px -1333px;
}

#MAPASITIO {
	background-image:url(../img/Estilo.png?v2);
	background-position: -887px -1293px;
	width:30px;
	height:30px;
	}
	#MAPASITIO:hover {
		background-image:url(../img/Estilo.png?v2);
		background-position: -887px -1333px;
}

#CONTACTO {
	background-image:url(../img/Estilo.png?v2);
	background-position: -847px -1293px;
	width:30px;
	height:30px;
	}
	#CONTACTO:hover {
		background-image:url(../img/Estilo.png?v2);
		background-position: -847px -1333px;
}

#INICIO {
	background-image:url(../img/Estilo.png?v2);
	background-position: -807px -1293px;
	width:30px;
	height:30px;
	}
	#INICIO:hover {
		background-image:url(../img/Estilo.png?v2);
		background-position: -807px -1333px;
}

#IMPRIMIR {
	background-image:url(../img/Estilo.png?v2);
	background-position: -847px -1373px;
	width:24px;
	height:24px;
	}
	#IMPRIMIR:hover {
		background-image:url(../img/Estilo.png?v2);
		background-position: -847px -1413px;
}

#ENVIARPORMAIL {
	background-image:url(../img/Estilo.png?v2);
	background-position: -887px -1373px;
	width:24px;
	height:24px;
	}
	#ENVIARPORMAIL:hover {
		background-image:url(../img/Estilo.png?v2);
		background-position: -887px -1413px;
}

#AGRANDAR_TAMANIO {
	background-image:url(../img/Estilo.png?v2);
	background-position: -687px -1373px;
	width:24px;
	height:24px;
	}
	#AGRANDAR_TAMANIO:hover {
		background-image:url(../img/Estilo.png?v2);
		background-position: -687px -1413px;
}

#ACHICAR_TAMANIO {
	background-image:url(../img/Estilo.png?v2);
	background-position: -727px -1373px;
	width:24px;
	height:24px;
	}
	#ACHICAR_TAMANIO:hover {
		background-image:url(../img/Estilo.png?v2);
		background-position: -727px -1413px;
}

#TEXTO_A_VOZ {
	background-image:url(../img/Estilo.png?v2);
	background-position: -647px -1373px;
	width:24px;
	height:24px;
	}
	#TEXTO_A_VOZ:hover {
		background-image:url(../img/Estilo.png?v2);
		background-position: -647px -1413px;
}












.BLUR-SHADOW {
	display: block;
	top: 5px;
	left: 5px;
	width: 102px; /* match target width */
	height: 103px; /* match target height */

		-webkit-box-shadow: #000 10px 10px 10px;
		-moz-box-shadow: #000 10px 10px 10px;
		box-shadow: #000 10px 10px 10px;
	
 filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#0000FF', EndColorStr='#000000');
}


