body{
	background-color:#FFFFFF;
	/*
	background-color:#E9DFC0;
	
	background-color:#8C0A04;
	background-image:url(../imagenes/logo.gif);
	
	background-color:#f9f9f9;
	background-image:url(../imagenes/logo_plom.png);
	
	background-image:url(../imagenes/logo.gif);*/
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%;
	width:100%;
}
table { 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 11px; 
}
.selectholder{
   width:192px;
   padding:4px;
   height:26px;
   display:block;
	border-radius:3px;
	border:1px solid #CCC;
	background-color:#FFF;

   color:#C30;
   font-family:Arial, Helvetica, sans-serif;
   font-weight:400;
   font-size:11px;
}
.selectholder2{
   width:80px;
   padding:4px;
   display:block;
	border-radius:3px;
	border:1px solid #CCC;
	background-color:#FFF;

   color:#C30;
   font-family:Arial, Helvetica, sans-serif;
   font-weight:400;
   font-size:11px;
}
.selectholder select{
   min-width:192px;
}
#boton{
	text-align:center;	
}
#menuTrar{
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	color:#666;
	margin-top:25px;
	margin-left:15%;
	width:350px;
	float:none;
	position:relative;
	z-index:9999;
}
#dialog{
	background-color:#FFF;
	border:1px solid #ccc;
	position: fixed;
	border-radius:6px;
	margin-left:28.8%;	
	top: 166px;
	z-index:9999;
}#borde_fondo{
	box-shadow:8px 8px 10px #333;
	background-color:#999;
	opacity: .3; 
	filter:Alpha(Opacity=30);
	border-radius:6px;
	border:1px solid #666;
	margin-left:28%;	
	top: 159px;
	position: fixed;
	z-index:10;
}
#borde_blokeo{
	
	background-color:#333;
	opacity: .6; 
	filter:Alpha(Opacity=60);
	
	top:-1px;
	left:-1px;
	width:100%;
	height:100%;
	position: fixed;
	z-index:9;

	
}
#dialog_ssl{
	background-color:#FFF;
	border:1px solid #ccc;
	width:550px;
	height:530px;
	position: fixed;
	margin-left:28.8%;	
	top: 166px;
	z-index:9999;
}#borde_fondo_ssl{
	-moz-box-shadow:8px 8px 10px #333; 
	-webkit-box-shadow:8px 8px 10px #333;
	box-shadow:8px 8px 10px #333;
	background-color:#666;
	opacity: .5; 
	filter:Alpha(Opacity=50);
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #666;
	margin-left:28%;	
	
	top: 159px;
	width:570px;
	height:550px;
	position: fixed;
	z-index:10;
}
#contenedor{
	margin-top:120px;
	/*margin-left:300px;*/
    height:100%;
}
#contenido{
	
	width:100%;
	position:relative;
	float:none;
	min-height: 100%;
	height: auto;/* !important;*/
	height: 100%;
	
	
} 
.tab1{
	
	margin-top:130px;
	-moz-box-shadow:8px 8px 10px #333; 
	-webkit-box-shadow:2px 2px 8px #CCC;
	box-shadow:8px 8px 10px #333;
	/*opacity: .1; 
	filter:Alpha(Opacity=10);*/
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #ccc;
	background-color:#EFEFEF;
	z-index:1;
	
	
		
}
.tab2{
	width:740px;
	margin-top:2px;
	box-shadow:1px 1px 6px #333;
	-moz-box-shadow:1px 1px 6px #333; 
	-webkit-box-shadow:1px 1px 6px #333;	
	border-radius:3px;
	border:1px solid #EDEDE4;
	background: #ffffff; /* old browsers */
	
	
	
	
		
}
#borde{
	border:1px solid #999;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	/*
	-moz-box-shadow:8px 10px 10px #666; 
	-webkit-box-shadow:8px 10px 10px #666;
	box-shadow:8px 10px 10px #666;
	*/

	

}
#procesando{
	width:540px;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	border-radius:12px;
	border:1px solid #999;
	-moz-box-shadow:8px 8px 40px #590000; 
	-webkit-box-shadow:8px 8px 40px #590000;
	box-shadow:8px 8px 40px #CCCCCC;
}
.texto_procesando{
	font-family: "Myriad Pro";
	font-variant:small-caps;
	text-align:center;
	font-size:36px;
	color:#999;
  /*  text-shadow:5px 5px 5px #666;*/
    font-weight:590;
}
.texto_pieporceso{
	font-family:Verdana, Geneva, sans-serif;
	text-align:center;
	font-size:13px;
	color:#666666;
    text-shadow:0px 0px 0px #999;
    font-weight:300;
}

.validacionpie{
	text-align:right;
	position: relative;
	margin-top:-100px;
	right:250px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#FFC;
    text-shadow: -1px -1px #FFC, 1px 1px #333;
    font-weight:400;
	
	
	
	
}
.tooltip {
    color: #fff;
    background:#1d1d1d;
	display:block; /*--Hides by default--*/
    padding:10px;
    position:absolute;    
	z-index:1000;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

}
a:link {
	text-decoration: none;
	border:0;
	color: #000;
}
a:visited {
	text-decoration: none;
	border:0;
	color: #000;
}
a:hover {
	text-decoration: none;
	border:0;
	color: #000;
}
a:active {
	text-decoration: none;
	border:0;
	color: #000;
	
}

.texto_certif1 { 
font-family : Arial, Helvetica, sans-serif; 
font-size : 11px;
font-weight:bold;
}
.texto_certif2 { 
font-family : Arial, Helvetica, sans-serif; 
font-size : 12px;
font-weight:bold;
color:#900;
}
.texto_certif3 {
	font-family : Verdana, Geneva, sans-serif;
	font-size : 9px;
	color:#009;
}
.texto_certif4 {
	/*font-family: Verdana, Geneva, sans-serif;*/
	font-family:"Myriad Pro";
	font-size: 17px;
	font-weight: bold;
	color: #666666;
}
.texto_certif5{
	font-family:"Myriad Pro";
	font-size: 16px;
	font-weight: bold;
	color: #CC3300;
}
.imag_lin {
	
	vertical-align: middle;
	background-image:url(../imagenes/linea.png);
	background-repeat:no-repeat;
	background-position: center;
	width:90%;

}
.imag_lin_2 {
	
	vertical-align: middle;
	background-image:url(../imagenes/linea4.jpg);
	background-repeat:no-repeat;
	background-position: left;

}
.texto1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}
.texto2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	text-align: left;
	color: #666666;
	font-weight: 600;
}
.textototal {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	text-align: left;
	color: #C00;
	font-weight: 600;
	height: 25px;
}
.tabla {
	background-color:#FFF;
	position:absolute;
	width:728px;
	right:60px;
	top: 120px;

	
}
.tabla_inic {
	background-color:#FFF;
	background-image:url(../imagenes/fond_ini.gif);
	
	position: relative;
	width:758px;
	height:348px;
	top: 120px;
	
}
.td_superior_centro {
	
	
	
	background-image:url(../imagenes/fomr/arriba_centro.png);
	background-repeat:repeat-x;	
	background-color: #8C0A04;
	height:60px;

}
.td_superior_derecha {
	

	background-image:url(../imagenes/fomr/arriba_derecha.png);
	background-repeat: no-repeat;	
	background-color:#8C0A04;
	

}
.td_superior_izquierda {
	background-image:url(../imagenes/fomr/arriba_izquierda.png);
	background-repeat: no-repeat;	
	background-color:#8C0A04;
	width:41px;

}
.td_izquierda {
	background-image:url(../imagenes/fomr/izquierda.png);
	background-repeat: repeat-y;
	background-color:# FFF;
	width:41px;

}
.td_derecha {
	background-image:url(../imagenes/fomr/derecha.png);
	background-repeat: repeat-y;	
	background-color:#8C0A04;
	width:57px;

}
.td_inferior_centro {
	background-image:url(../imagenes/fomr/abajo_centro.png);
	background-repeat:repeat-x;	
	background-color:#8C0A04;
	height:60px;

}
.td_inferior_derecha {
	background-image:url(../imagenes/fomr/abajo_derecha.png);
	background-repeat: no-repeat;	
	background-color:#8C0A04;
	

}
.td_inferior_izquierda {
	background-image:url(../imagenes/fomr/abajo_izquierda.png);
	background-repeat: no-repeat;	
	background-color:#8C0A04;
	width:41px;

}
.box_rut {
	/*background: url(../imagenes/cuadros_textos/rut.gif) no-repeat top left ;
	background-color:#E3D7B0;
	*/
	height: 23px;
	width: 100px;
	
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid # 494949;
	background-color:# F2F2F2;

	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: 600;
	vertical-align: middle;
	color: #CC3300;
	
	-moz-box-shadow:0px 0px 3px #999;
	-webkit-box-shadow:0px 0px 3px #666;
	box-shadow:0px 0px 3px #666;
	
	
	
}
.box_rut_error{
	height: 23px;
	width: 100px;
	
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;

	border:1px solid #F00;
	background-color:#FFEAEA;
	
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: 600;
	vertical-align: middle;
	color: #CC3300;
	
	-moz-box-shadow:0px 0px 3px #666;
	-webkit-box-shadow:0px 0px 3px #666;
	box-shadow:0px 0px 3px #666;
	

}
.box_dv_rut {
	/*
	background: url(../imagenes/cuadros_textos/dv.gif) no-repeat top left ;
	background-color:#E3D7B0;
	*/
	height: 23px;
	width: 35px;
	margin-left:0px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #ccc;
	background-color:#f9f9f9;

	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: 600;
	vertical-align: middle;
	color: #CC3300;
	text-align:center;
	
	-moz-box-shadow:0px 0px 3px #666;
	-webkit-box-shadow:0px 0px 3px #666;
	box-shadow:0px 0px 3px #666;
	
}
.box_dv_rut_error {
	/*
	background: url(../imagenes/cuadros_textos/dv.gif) no-repeat top left ;
	background-color:#E3D7B0;
	*/
	height: 23px;
	width: 35px;
	margin-left:-10px;	
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #F00;
	background-color:#FFEAEA;

	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: 600;
	vertical-align: middle;
	color: #CC3300;
	text-align:center;
	
	-moz-box-shadow:0px 0px 3px #666;
	-webkit-box-shadow:0px 0px 3px #666;
	box-shadow:0px 0px 3px #666;
	
}

.box_palca{
	height: 23px;
	width: 60px;
	
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #ccc;
	background-color:#f9f9f9;

	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: 600;
	vertical-align: middle;
	color: #CC3300;
	
	
	-moz-box-shadow:0px 0px 3px #666;
	-webkit-box-shadow:0px 0px 3px #666;
	box-shadow:0px 0px 3px #666;
	
	
}
.box_palca_error{
	height: 23px;
	width: 60px;
	
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	
	border:1px solid #F00;
	background-color:#FFEAEA;

	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: 600;
	vertical-align: middle;
	color: #CC3300;
	
	
	-moz-box-shadow:0px 0px 3px #666;
	-webkit-box-shadow:0px 0px 3px #666;
	box-shadow:0px 0px 3px #666;
	
	
}


.ini_a {
	border: 0;
	font-size:14px;
	width:80px;
	height: 11px;
	margin-top:6px;
	margin-left:10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: 600;
	vertical-align: middle;
	color: #CC3300;
	
	
}
.ini_b {
	border: 0;
	font-size:14px;
	width:20px; 
	height: 11px;
	margin-top:6px;
	margin-left:6px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: 600;
	vertical-align: middle;
	color: #CC3300;
	
}
.ini_c {
	border: 0;
	font-size:14px;
	width:58px;
	height: 11px;
	margin-top:6px;
	margin-left:8px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: 600;
	vertical-align: middle;
	color: #CC3300;
	
}
.box1 {
	border: medium solid #FFF;
	background-image: url(../imagenes/cuadro.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 29px;
		
}
.box2 {
	/*
	background: url(../imagenes/rounded2.gif) no-repeat top left ;
	height: 24px;
	width: 230px;
	*/
}

.box3 {
	/*
	background: url(../imagenes/rounded.gif) no-repeat top left ;
	background-color:#B5AB66;
	height: 23px;
	width: 230px;
	*/
}

.box3a {
	/*
	border: 0;
	background-color:#B5AB66;
	width:220px;
	height: 16px;
	
	margin-left:5px
	*/
	height: 26px;
	width: 260px;
	margin-top:3px;
	border-radius:3px;
	border:1px solid #CCC;
	background-color:#FFF;

	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: 100;
	vertical-align: middle;
	color:#333;

	/*
	box-shadow:0px 0px 3px #666;
	*/
	
	
	
}
.box3a:hover{
	border-radius:3px;
	box-shadow:0px 0px 3px #999;
	-moz-box-shadow:0px 0px 3px #999; 
	-webkit-box-shadow:0px 0px 3px #999;		
	
}
.box3a:focus{
	
	border:1px solid #F60;
}
#imag_captch{
	background-image:url(../imagenes/imag_capt.png);
	margin-top:0px;
	width:310px;
	height:75px;
	border:0;
	position:absolute;
	float:left;
	



}
.intro_captcha{
	height: 23px;
	width: 200px;
	
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #ccc;
	background-color:#f9f9f9;

	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: 600;
	vertical-align: middle;
	color: #CC3300;
	
	
	-moz-box-shadow:0px 0px 3px #666;
	-webkit-box-shadow:0px 0px 3px #666;
	box-shadow:0px 0px 3px #666;

}
.box3b {

	height: 26px;
	width: 130px;
	margin-top:3px;
	border-radius:3px;
	border:1px solid #CCC;
	background-color:#FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: 100;
	vertical-align: middle;
	color:#333;
	
	
	
}
.box3b:hover{
	border-radius:3px;
	box-shadow:0px 0px 3px #999;
	-moz-box-shadow:0px 0px 3px #999; 
	-webkit-box-shadow:0px 0px 3px #999;		
	
}
.box3b:focus{
	
	border:1px solid #F60;
}
.box3c {
	
	height: 22px;
	width: 35px;
	margin-top:3px;
	border-radius:3px;
	border:1px solid #CCC;
	background-color:#FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: 100;
	vertical-align: middle;
	color:#333;
	

}
.box3d {
	height: 22px;
	width: 80px;
	margin-top:3px;
	border-radius:3px;
	border:1px solid #CCC;
	background-color:#FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: 100;
	vertical-align: middle;
	color:#333;
}
.box4{
border:0;
font-family: Verdana, Geneva, sans-serif;
font-size: 11px;
background-color:#f9f9f9;

}

.textto3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:130px;
	color:#000;
	font-weight:bold;

}
.texto_muni{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	width:350px;
	color: #FFF;
	font-weight:bold;

}

.texto4 {
	font-family: "Myriad Pro";
	font-size: 12px;
	font-weight: bold;
	width:110px;
	height:26px;
	vertical-align: middle;
	color: #000000;
}

.texto_ini {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: 600;
	font-weight:bold;
	width:95px;
	height:27px;
	vertical-align: middle;
	color: #666666;
}

.texto_para {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: 600;
	height:26px;
	vertical-align: middle;
	color: #CC3300;
}

.texto5 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: 400;
	width:150px;
	height:20px;
	vertical-align: text-bottom;
	color: #CC3300;
	background-color:#E1E1E1;
}

.textto6{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	background-color:#E1E1E1;
	vertical-align: text-top;
	color:#000;
	font-weight:bold;

}

.textto7{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	vertical-align: middle;
	background-color: #E1E1E1;
	height: auto;
	color:#F00;
	

}

.textto8{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	height:25px;
	vertical-align:bottom;
	background-color: #E1E1E1;
	color:#000;
	

}

.textto9{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	background-color:#E1E1E1;
	vertical-align: text-top;
	color:#000000;
	font-weight:bold;

}

.textto10{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	vertical-align: middle;
	background-color: #E1E1E1;
	height: auto;
	color:#F00;
	

}

.textto_norm{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000;
	font-weight: 500;
	text-align:justify;
}

.textto_norm2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#990000;
	font-weight: 500;
	text-align:justify;
}

.imagen_numero{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	width:29px;
	color:#FFF;
	font-weight: 200;
	text-align:center;
	vertical-align:middle;
	background-image:url(../imagenes/fondo_num2.png);
	height:30px;
	background-repeat:no-repeat;
	background-position:1px
}

.td_imagen_estado{
	vertical-align: middle;
	text-align:center;
	width:200px;

}

.imagen_sim{
	vertical-align: middle;
	text-align:center;
	width:200px;
	background-image:url(../imagenes/simbo.gif);
	background-repeat:no-repeat;
}

.linea_n{
	vertical-align: middle;
	width:450px;
	background-image:
	url(../imagenes/linea.png);
	background-repeat:no-repeat;
	background-position: center;
}

.tdcuad_superior_centro {
	background-image:url(../imagenes/cuad/ari2.png);
	background-repeat:repeat-x;	
	height:9px;
	vertical-align:bottom;

}
.tdcuad_superior_derecha {
	background-image:url(../imagenes/cuad/ari_der2.png);
	background-repeat: no-repeat;	
	width:17px;

}
.tdcuad_superior_izquierda {
	background-image:url(../imagenes/cuad/ari_izq2.png);
	background-repeat: no-repeat;
	width:17px;


}
.tdcuad_izquierda {
	background-image:url(../imagenes/cuad/izq2.png);
	background-repeat: repeat-y;	
	width:17px;

}
.tdcuad_derecha {
	background-image:url(../imagenes/cuad/der2.png);
	background-repeat: repeat-y;	
	width:17px;

}
.tdcuad_inferior_centro {
	background-image:url(../imagenes/cuad/aba2.png);
	background-repeat:repeat-x;	
	height:17px;

}
.tdcuad_inferior_derecha {
	background-image:url(../imagenes/cuad/aba_der2.png);
	background-repeat: no-repeat;	
	

}
.tdcuad_inferior_izquierda {
	background-image:url(../imagenes/cuad/aba_izq2.png);
	background-repeat: no-repeat;	
	width:17px;

}
.td_cuad_centro{
	background-color:#E1E1E1;	
}
.separador{
	background-image:url(../imagenes/separador2.gif);
	background-repeat:repeat-y;
	background-color:#E1E1E1;
	width:2px;
	
}
.boton_cancelar{
	background-image:url(../imagenes/cancelar2.gif);
	background-repeat:no-repeat;
	background-color:#E3D7B0;
	width:116px;
	text-align:right;
	height: 25px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}
.boton_pagar{
	background-image:url(../imagenes/pagar.gif);
	background-repeat:no-repeat;
	background-color:#E3D7B0;
	width:116px;
	text-align:right;
	height: 25px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}
.boton_ingresar{
	/*
	background-image:url(../imagenes/ingresar.gif);
	background-repeat:no-repeat;
	background-color:#E3D7B0;
	width:116px;
	text-align:right;
	height: 25px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	*/

	
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	width:116px;
	text-align:right;
	height: 25px;
	border:1px solid #000;
	background: #F60; /* old browsers */
	background:-moz-linear-gradient(top,  #F90 0%, #F90 2%, #F60 98%, #F60 100%); /* firefox */
	background:-webkit-gradient(linear, left top, left bottom,color-stop(0%,#ccc),color-stop(2%,#fff), color-stop(98%,#fff),color-stop(100%,#ccc)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccc', endColorstr='#FFF',GradientType=0 ); /* ie */
	
	
	

}
.boton_blok{
	

	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	width:130px;
	height: 33px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#666;
	border:1px solid #999;
	background: #CCC; /* old browsers */
	background:-moz-linear-gradient(top,  #  0%, #ccc 2%, #ccc 98%, #ccc 100%); /* firefox */
	background:-webkit-gradient(linear, left top, left bottom,color-stop(0%,#ccc),color-stop(2%,#ccc), color-stop(98%,#ccc),color-stop(100%,#ccc)); /* webkit */
	-moz-box-shadow:2px 2px 2px #999;
	-webkit-box-shadow:2px 2px 2px #999;
	box-shadow:2px 2px 2px #999;
	

}
.boton_boton{

	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	width:130px;
	height: 33px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#FFF;
	border:1px solid #1D669C;
	background-color: #060; /* old browsers */
	background:-moz-linear-gradient(top,  #70B3E4 0%, #70B3E4 2%, #1D669C 98%, #1D669C 100%); /* firefox */
	background:-webkit-gradient(linear, left top, left bottom,color-stop(0%,#70B3E4),color-stop(2%,#70B3E4), color-stop(98%,#1D669C),color-stop(100%,#1D669C)); /* webkit */	

	

}
.boton_boton:hover{
	/*
	background-image:url(../imagenes/nuevo_boton2.png);
	*/
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	width:130px;
	height: 33px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#FFF;
	border:1px solid #FF9428;
	background: #00A3E4; /* old browsers */
	background:-moz-linear-gradient(top, #FDB64A 0%, #FDB64A 2%, #1D669C 98%, #1D669C 100%); /* firefox */
	background:-webkit-gradient(linear, left top, left bottom,color-stop(0%,#1D669C),color-stop(2%,#1D669C), color-stop(98%,#1D669C),color-stop(100%,#1D669C)); /* webkit */
	-moz-box-shadow:2px 2px 2px #999;
	-webkit-box-shadow:2px 2px 2px #999;
	box-shadow:2px 2px 2px #999;
	
	
	

}
.botonV1{
	
		-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	width:130px;
	height: 33px;
	vertical-align:top;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#FFF;
	border:1px solid #666666;
	background: #C30; /* old browsers */
	background:-moz-linear-gradient(top,  #CCC 0%, #CCC 2%, #CCCCCC 98%, #999999 100%); /* firefox */
	background:-webkit-gradient(linear, left top, left bottom,color-stop(0%,#CCC),color-stop(2%,#CCC), color-stop(98%,#999999),color-stop(100%,#999999)); /* webkit */

		
	

}
.botonV1:hover{
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	width:130px;
	height: 33px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#FFF;
	border:1px solid #FF9428;
	background: #F90; /* old browsers */
	background:-moz-linear-gradient(top, #CCCCCC 0%, #CCCCCC 2%, #999999 98%, #999999 100%); /* firefox */
	background:-webkit-gradient(linear, left top, left bottom,color-stop(0%,#CCCCCC),color-stop(2%,#CCCCCC), color-stop(98%,#999999),color-stop(100%,#999999)); /* webkit */
	-moz-box-shadow:2px 2px 2px #CCC;
	-webkit-box-shadow:2px 2px 2px #CCC;
	box-shadow:2px 2px 2px #CCC;
	
	
}
.validacion{
	position: static;
	left: 45%;
	text-align:center;
	border:none;
}
.imagen_cargando{
	position:absolute;
	text-align:center;
	width: 171px;
	border:none;
	left: 465px;
	top: 541px;
}
.imagen_cargando1{
	text-align:center;
	width: 100%;
	border:none;
	left: 239px;
	top: 474px;
}
.imagen_cargando2{
	text-align:center;
	width: 100%;
	border:none;
	left: 239px;
	top: 574px;
	

}
.textoTituloMultas{
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	height:20px;
	background-color:#1D669C;
	color:#FFF;
	font-weight:400;
	

		
}
#permisos{
	padding:0;
}
.textoTituloTabla { 
color : #ffffff; 
background-color : #1D669C; 
font-weight : bold; 
text-align : center; 
} 
.texto_aprobado{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	height:20px;
	vertical-align:bottom;
	color: #0C0;

}
.texto_reprobado{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	height:20px;
	vertical-align:bottom;
	color: #F00;

}
.texto_verificar{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	height:20px;
	vertical-align:bottom;
	color: #666666;

}
.tab_plom{
	-moz-box-shadow:0px 0px 0px #aaa;
	-webkit-box-shadow:0px 0px 0px #aaa;
	box-shadow:0px 0px 0px #aaa;
	-moz-border-radius:1px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #CCC;
	color:#666666;
	background-color:#f9f9f9;
	
	
}
.tab_mens{
	/*
	-moz-box-shadow:0px 0px 0px #aaa;
	-webkit-box-shadow:0px 0px 0px #aaa;
	box-shadow:0px 0px 0px #aaa;
	*/
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	
	border:1px solid #CCC;
	background-color: #FFC;
	/*width:100%;*/
	
}
.celda{
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	height:18px
	
}
.celda2{
	border-top: 1px solid #CCC;
	
}


.text_plom{
	color:#666;	
	
}
#recaptcha_response_field{
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #CCC;
	background-color:#f9f9f9;
	color:#F00;
	font-weight:600;
	-moz-box-shadow:0px 0px 2px #333;
	-webkit-box-shadow:0px 0px 2px #333;
	box-shadow:0px 0px 2px #333;
}
.error_captcha{
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #CCC;
	background-color:#FFECEC;

	-moz-box-shadow:0px 0px 2px #900;
	-webkit-box-shadow:0px 0px 2px #900;
	box-shadow:0px 0px 2px #900;
}
/*MENU SUPERIOR*/
.cabecera{
	
	/*background-image:url(../imagenes/Logo_Ecom_Azul.png);*/
	background-attachment:static;
	background-position:inherit;
	background-repeat:no-repeat;
	/*background-color:#8C0A04;*/
	background-color:#FFFFFF;
	top:0px;
	margin-top:-50px;
	left:0px;
	float:none;
	width:100%;
	height:120px;
	position:relative;
	box-shadow:2px 0px 10px #000;
	-moz-box-shadow:2px 0px 10px #000; 
	-webkit-box-shadow:2px 0px 10px #000;		
	z-index:2;
	border-bottom:1px solid #666;
	
}
#navigation{
	
	height:115px;
	width:100%;
	position:relative;
	margin-top:0px;
	background-image:url(../imagenes/bar.png);
	background-repeat:no-repeat;
	background-position: bottom;
	

	
}
#navigation ul{
	
	margin-left:0px;
	list-style:none;
	width:680px;
	float:none;
	margin-top:0px;
	position:relative;

}
#navigation ul li{
	margin-top:60px;
	width:155px;
	float:left;
	position:relative;
    border-right:1px solid #5B0000;
    border-left:1px solid #5B0000;
	

}
#navigation ul li a{
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	text-align:center;

    display:block;
    height:42px;
    color:#1D669C;
    font-weight:100;
    line-height:40px;
    padding:0px 20px;
	opacity: 1; 
	filter:Alpha(Opacity=100);
	
	
	}
#navigation ul li a:hover{
	
	background: #CCC; /* old browsers */
	opacity: .8; 
	filter:Alpha(Opacity=80);
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-o-transform:scale(1.1);
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	
	border-radius:4px;
	


	
}
/**MENU INFERIOR PIE DE PAGINA***/
.imgpie{
	/*
	background-image:url(../imagenes/logo_pie.png);
	background-repeat: no-repeat;
	background-position:center bottom;
	*/
	
	opacity: .9; 
	filter:Alpha(Opacity=90);
	
	background-color:#000;
	border-top:2px solid #999;
	width:100%;
	margin-top:160px;
	margin-bottom:0px;
	float:none;
	max-height:100%;
	position:relative;
	bottom:0;
	height: 120px;
	
}

#lista{
	margin-left:65px;
	float:none;
	position:relative;
}
#lista ul{
	
    list-style:none;
	float:left;
	position:static;
}
#lista ul li{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#FC3;
	margin-top:5px;
}
#lista ul li a{
	width:120px;
	
	color:#FC3;
}
#lista ul li a:hover{
	color:#900;
	text-decoration:underline;
}


#logo{
	opacity: 1; 
	filter:Alpha(Opacity=100);
	margin-right:10%;
	margin-top:5px;
	float: right;
	position:relative;
}
#mensajeCAS{
	
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	color:#666;
	margin-top:25px;
	margin-left:40%;
	width:350px;
	float:none;
	position:relative;
	
	}
	
.hovergallery img{
-webkit-transform:scale(0.8);
-moz-transform:scale(0.8);
-o-transform:scale(0.8);
-webkit-transition-duration: 0.3s;
-moz-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
margin: 0 10px 5px 0;
}

.hovergallery img:hover{
-webkit-transform:scale(1.1);
-moz-transform:scale(1.1);
-o-transform:scale(1.1);

}
