/* Etiquetas basicas */

html {
	padding:0;
	margin:0;
	border:0;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color: #969696;
	background-image: url(../site_img/fondo.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
body {
    padding:0; 
    margin:0; 
    border:0; 
}
form {
    margin: 0 0 0 0;
}
a {
	color: #990033;
	text-decoration: none;
}
a:hover {
	color: #CC6666;
	text-decoration: none;
}
a:focus { 
    outline:none
}
h2 {
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
}
input {
	font-size:12px;
}

/* Etiquetas Capas */

#content {
	width: 100%;
	position: relative;
}
#contentHome {
	position: relative;
	width: auto;
	text-align: left;
	margin-top: 158px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#contentCenter {
	position: relative;
	width: auto;
	text-align: left;
	margin-top: 9px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#texto {
	scrollbar-face-color: #FF9501;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color: #FFFFFF;
	overflow: auto;
	width: 470px;
	height: 220px;
	text-align: left;
} 
#texto2 {
	scrollbar-face-color: #FF9501;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color: #FFFFFF;
	overflow: auto;
	width: 780px;
	height: 220px;
	text-align: left;
} 

/* Etiquetas textos */

#txtALERTA {
	color: #FF0000;
	font-weight: bold;
}

/* Varios */

	.frm_login {
	background-color: transparent;
	font: 11px verdana, arial, helvetica, sans-serif;
	color: #000000;
	border: 0px solid #888888;
	height: 15px;
	width: 63px;
}
