@charset "UTF-8";
/* CSS Document */

.Estilo1 {
    font-family: Verdana;
    font-weight: bold;
    text-align: center;
}

.Estilo2{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 10px;
}

.Estilo3{
    font-family: Verdana;
    font-weight: bold;
    font-size: 10px;
}

input{
    font-family: Verdana;
    font-size: 10px;
}

select{
    font-family: Verdana;
    font-size: 10px;
}
.boton
	{
		COLOR: #FFFFFF;
		FONT-FAMILY: Verdana,Helvetica,Arial;
		FONT-WEIGHT: bold;
		FONT-SIZE: 10PX;
		background-image: url('../Images/btn.gif');
		background-repeat: no-repeat;
		background-position: right;
	}
.boton1{
		border: none;
		color: #ffffff;
		TEXT-ALIGN: center;
		font-size : 10px;
		font-weight: bold;
		margin-left: 0px;
		font-family : Verdana, Arial, Helvetica, sans-serif;
		background-image: url('Imagenes/boton_off.gif');
		background-color: blue;
		width: 200px;
	}
.boton2{
		border: none;
		color: #ffffff;
		TEXT-ALIGN: center;
		font-size : 10px;
		font-weight: bold;
		margin-left: 0px;
		font-family : Verdana, Arial, Helvetica, sans-serif;
		background-image: url('../Images/btn2.gif');
		width: 156px;
	}
.texto {
	color: #013c78;
	font-weight: none;
	font-size: 12px;
	FONT-FAMILY: Trebuchet MS;
	text-align: none;
	padding-left: 0px;
	padding-right: 0px;
}

.textoError {
	color: red;
	font-weight: none;
	font-size: 12px;
	FONT-FAMILY: Trebuchet MS,Verdana,Helvetica,Arial;
	text-align: none;
	padding-left: 0px;
	padding-right: 0px;
}

.Datos2 {
	COLOR: #5b5b63;
	FONT-FAMILY: Trebuchet MS;
	FONT-WEIGHT: normal;
	background-color: #efefef;
	FONT-SIZE: 10PX;
	TEXT-ALIGN: center;
	padding-left: 5px;
	}

.Datos {
	COLOR: #000000;
	FONT-FAMILY: Trebuchet MS;
	FONT-WEIGHT: normal;
	background-color: #ffffff;
	FONT-SIZE: 10PX;
	padding-left: 3px;
	}
	
.boton3 {
	background-image: url(../imagenes/boton_on.gif);
	background-repeat: no-repeat;
	width: 140px;
	height: 34px;
	border: 0px;
	font-family:Trebuchet MS;
	font-size:14px;
	color: #FFFFFF;
	
}

.boton4 {
	background-image: url(http://is.subtel.cl/emergencias/img/boton_ingresar.gif);
	background-repeat: no-repeat;
	width: 140px;
	height: 34px;
	border: 0px;
	font-family:Trebuchet MS;
	font-size:14px;
	color: #FFFFFF;
	
}
.boton5 {
	background-image: url(http://is.subtel.cl/emergencias/img/basurero.gif);
	background-repeat: no-repeat;
	width: 20px;
	height: 21px;
	border: 0px;
}
.borde_tabla {border: 1px solid #eb690b;}
.txt_formulario { color: #666666; font-weight: none; font-size: 11px; FONT-FAMILY: Trebuchet MS; text-align: right; padding-left: 5px; padding-right: 0px;}
.campos_formulario { color: #666666; font-weight: none; font-size: 11px; FONT-FAMILY: Trebuchet MS; text-align: left;}
.nota { color: #666666; font-weight:bold; font-size: 11px; FONT-FAMILY: Trebuchet MS; text-align: center;}
.nuevo_texto { font-family: "Trebuchet MS"; font-size: 12px; color: #333333; text-align: justify;}
.bienvenida { font-family: "Trebuchet MS"; font-size: 12px; color: #333333; text-align: justify;}
.ip { font-family: "Trebuchet MS"; font-size: 11px; color: #666666; text-align: right;}
.bienvenido { font-family: "Trebuchet MS"; font-size: 16px; color: #ff0000; text-align: left; padding-left:5px; margin-top: 5px; margin-right: 10px; margin-left: 10px;}

/*footer*/
div#footer {margin:0; width:100%; clear:both; font-family:Tahoma,Verdana,Arial,Helvetica,Sans-Serif; text-align:center;}
.foot {margin:5px 0 20px 0; font-family:Tahoma,Verdana,Arial,Helvetica,Sans-Serif; text-align:center; font-size:10px; border-top-width: thin; border-top-style: solid; border-top-color: #eb690b;}
.foot, .foot a {font-family:Tahoma,Verdana,Arial,Helvetica,Sans-Serif; font-size:11px; font-weight:normal; color:#969696; text-align:center;}
.foot a:hover {color:#004DB1;}
.foot .titulo {font-family:Tahoma,Verdana,Arial,Helvetica,Sans-Serif; font-size:11px; font-weight:normal; color:#0B2E65;}
a { text-decoration:none; }

/* estilos para bordes redondos */
.curved {
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
	
}

#alert {
	width: 450px;
	background-color: #FFFFFF;
	border: #eb690b solid 1px;
	clear: both;
	float: left;
}

/* fin estilos para bordes redondos */

.texto_portada { 
	font-family: "Trebuchet MS"; 
	font-size: 12px; 
	color: #666666; 
	text-align: justify;
	display:block;
	margin:20px;
	margin-top:40px;
}
.textoEmp {
	font-family: "Trebuchet MS"; 
	color: #003399;
	text-align: justify;
	display:block;
	margin:20px;
	margin-top:40px;
	font-size: 11px;
	height: 30px;
	
}


/* ------------------ */
/* ----- Links ------ */
/* ------------------ */

a:link, a:visited
{
	color: #003399;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}

a:hover
{
	color: #858585;
	text-decoration: underline;
	font-weight: bold;
	font-size: 11px;
}

/* ------------------ */
a.mainlevel:link, a.mainlevel:visited
{
	color: #003399;
	vertical-align: top;
	text-align: left;
	padding-left: 5px;
	font-size: 11px;
}

a.mainlevel:hover
{
/*	color: #858585; */
	color: #004DE6;
	vertical-align: top;
	text-align: left;
	padding-left: 5px;
	text-decoration: none;
	font-size: 11px;
}

/* ------------------ */
a.mainlevel-pubMenu:link, a.mainlevel-pubMenu:visited
{
	color: #003399;
	vertical-align: top;
	text-align: left;
	padding-left: 14px;
	font-size: 11px;
	background-image: url(../img/utilitarios/rating_star_blank.png);
	background-repeat: no-repeat;
	background-position: left center;
}

a.mainlevel-pubMenu:hover
{
	color: #004DE6;
	vertical-align: top;
	text-align: left;
	padding-left: 14px;
	text-decoration: none;
	font-size: 11px;
	background-image: url(../img/utilitarios/rating_star.png);
	background-repeat: no-repeat;
	background-position: left center;
}

/* ------------------ */
a.mainlevel-privMenu:link, a.mainlevel-privMenu:visited
{
	color: #003399;
	vertical-align: top;
	text-align: left;
	padding-left: 14px;
	font-size: 11px;
	background-image: url(../img/utilitarios/rating_star_blank.png);
	background-repeat: no-repeat;
	background-position: left center;
}

a.mainlevel-privMenu:hover
{
	color: #004DE6;
	vertical-align: top;
	text-align: left;
	padding-left: 14px;
	text-decoration: none;
	font-size: 11px;
	background-image: url(../img/utilitarios/rating_star.png);
	background-repeat: no-repeat;
	background-position: left center;
}

/* ------------------ */
a.sublevel:link, a.sublevel:visited
{
/*	color: #353535;  */
	color: #003399;
	vertical-align: top;
	text-align: left;
	text-decoration: underline;
	font-size: 11px;
	padding-left: 12px;
}

a.sublevel:hover
{
/*	color: #858585;   */
	color: #004DE6;
	text-decoration: none;
}

/* ------------------ */
a.readon:link, a.readon:visited
{
	font-size: 11px;
	font-style: italic;
	text-decoration: none;
}

a.readon:hover
{
	text-decoration: underline;
}


