@CHARSET "UTF-8";
html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, input {
	margin:0pt;
	padding:0pt;
	font-family:Arial;
	font-size: 9px;
	font-weight: normal;
}

body {
	margin-top:0px:
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
}

.body_intro {
	background-color:#036782;
}

html, body{
	width:100%;
	height: 100%;
	overflow:hidden;
}

h1, h2, h3, h4, h5, h6, pre, code, address, caption, cite, code, em, strong, th {
	font-size:1em;
	font-style:normal;
	font-weight:normal;
}

ul, ol {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

table {
	border-collapse:collapse;
	border-spacing:0pt;
}

/** ------------------------------------------------- Top ------------------------------------------------------------- **/

.logo {
	background:url(../img/bg_logo1.jpg) no-repeat;
	margin: 0 0 0 0 ;
	width:480px;
	height: 80px;
}

.bg_top {
	background:url(../img/bg_4.jpg) repeat-x;
	height: 80px;
}

.bg_top2 {
	background:url(../img/bg_3.jpg) no-repeat;
	margin: 0 0 0 0 ;
	width:472px;
	height: 80px;
}

/** ------------------------------------------------- End ------------------------------------------------------------- **/

/** ------------------------------------------------- Left ------------------------------------------------------------ **/

.bg_left1 {
	background:url(../img/bg_left1.jpg) no-repeat;
	height:50px;
	width:200px;
}

.bg_left2 {
	background-color: #eeeeee;
	padding-top:1px;
	top:0;
	padding-left: 6px;
}

.bg_left3 {
	background:url(../img/bg_left2.jpg) no-repeat;
	width:200px;
	height:100px;
	padding-top:8px;
	margin:0 0 0 0 ;
}	


.box_ciudades {
	font-family:arial;
	font-size:10px;
	font-weight:bold;
	color: #504e4e;
	width:160px;
}

.bg_box {
	background:url(../img/bg_box1.jpg) no-repeat;
	text-align:center;
	width:184px;
	padding-top: 12px;

}

.titulo1 {
	font-family:arial;
	font-size:14px;
	font-weight:bold;
	color:#333333;
	padding-top: 12px;
	text-align: center;
}

.titulo2 {
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
	text-align: right;
	padding-right: 10px;
}

.titulo3 {
	background: url(../img/titulos.jpg) repeat-x;
	height: 21px;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

.barra_1 {
	background: url(../img/barra_bg.gif) no-repeat;
	height: 23px;
	width: 134px;
}

.barra_2 {
	background: url(../img/barra_bg3.gif) no-repeat;
	height: 23px;
	width: 134px;
}

.div_bloqueo {
	display: block;
	position: absolute;
	z-index: 99;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background-color: gray;
}

.div_desbloqueo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	display: none;
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background-color: gray;
}

.div_texto_bloqueo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	display: block;
	position: absolute;
	z-index: 99;
	width: auto;
	height: auto;
	left: 30%;
	top: 50%;
	color: #E30115;
	border: 1px solid black;
	padding: 10px;
	background-color: #FFFFFF;
}

.div_texto_desbloqueo {
	display: none;
}


/** ------------------------------------------------- End ------------------------------------------------------------- **/