html, body {
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
	font: 13px, Verdana, Arial, Tahoma;
}
.Subtitulo {
	color:#038942;
	text-decoration:none;
	font-size: 15px;
	font-weight: bold;
}
p,h1,h2,h3,h4,h5 { margin:0px;
padding:0px;}
img {
border:0px;}

.MenuL:link, .MenuL:visited {
	color:#000000;
	text-decoration:none;
	font-size: 12px;
	font-weight: bold;
	text-transform:lowercase;
}
.MenuL2:link, .MenuL2:visited {
	color:#0064C6;
	text-decoration:none;
	font-size: 12px;
	font-weight: bold;
	text-transform:lowercase;
}
.Pie:hover {
	text-decoration:underline;
	color: #FFFFFF;
}
.Pie:link, .Pie:visited {
	color:#B1D8FF;
	text-decoration:none;
	font-size: 12px;
	font-weight: normal;
	text-transform:lowercase;
}

.L_TD {
background-color: #F48222;
}

.R_TD {
background-color: #3EA973;
}

.Top_TD {
	background-image: url(../i/top_bg.gif);
	background-repeat: no-repeat;
	height:150px;
	clear: left;
	float: right;
}

.MAIN{
	border: 3px solid #C0AE70;
}
h1 {
	font-size: 19px;
	color: #038942;
}

h2 {
	font-size: 14px;
	color: #014983;
	font-weight:bold;
	font-style: italic;
}

h3 {
	font-size: 16px;
	color: #0065C4;
	font-weight:bold;
	font-style: italic;
}

h4 {
	font-size: 12px;
	color: #014983;
	font-weight:bold;
	font-style: italic;
}
h5 {
	font-size: 12px;
	color: #038942;
	font-weight:bold;
	font-style: italic;
}
input {
font-size:10px;}

.nota_TD {
	font-size:10px;
	background-color: #0066CB;
	padding:4px;
	color:#FFFFFF;
}



/* NUEVO 7-4-2009 */
.titulo
{
	width: 100%;
	clear: both;
}
.titulo .titulo_central
{
	position: relative;
	width: 98%;
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	clear: none;
	float: left;
	margin-left: -1px;			
	
	background-image: url(../i/interface/blue_title/fondo_titulo.gif);
	border-top: 1px solid #005BB6;
	border-bottom: 1px solid #005BB6;
	padding: 4px 0px 4px 2px;
}

.titulo .titulo_central img
{
	position: absolute;
	right: 0px;
	top: 0px;
	margin-right:10px;
	/*float:right;
	margin-right:10px;*/
}

.titulo .titulo_central .marca_agua
{
	width: 135px;
	background-image: url(../i/interface/blue_title/watermark_titulo.gif);
	position: relative;
	left: 135px;
	top: -20px;
	
	background-position: left bottom;
	background-repeat: no-repeat;
}

.titulo .titulo_izquierda
{
	width: 6px;
	height: 31px;
	margin: 0px;
	padding: 0px;
	clear: none;
	float: left;
	
	background-image: url(../i/interface/blue_title/esq_izq_titulo.gif);
	background-repeat: no-repeat;
}

.titulo .titulo_derecha
{
	width: 6px;
	height: 31px;
	margin: 0px;
	padding: 0px;
	clear: none;
	float: left;
	
	background-image: url(../i/interface/blue_title/esq_der_titulo.gif);
	background-repeat: no-repeat;
}

.subtitulo
{
	width: 100%;
	clear: both;
	float: left;

	margin-bottom: 10px;
}
.subtitulo .subtitulo_central
{
	position: relative;
	width: 98%;
	/*height: 25px;*/
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	clear: none;
	float: left;
	margin-left: -1px;	
	
	background-image: url(../i/interface/green_title/fondo_titulo.gif);
	border-top: 1px solid #308C1C;
	border-bottom: 1px solid #308C1C;
	padding: 4px 0px 4px 2px;
}

.subtitulo .subtitulo_central img
{
	position: absolute;
	height: 25px;
	right: 0px;
	top: 0px;
	margin-right:10px;
	/*float:right;
	margin-right:10px;*/
}

.subtitulo .subtitulo_central .marca_agua
{
	width: 135px;
	background-image: url(../i/interface/green_title/watermark_titulo.gif);
	position: relative;
	left: 135px;
	top: -20px;
	
	background-position: left bottom;
	background-repeat: no-repeat;
}

.subtitulo .subtitulo_izquierda
{
	width: 6px;
	height: 31px;
	margin: 0px;
	padding: 0px;
	clear: none;
	float: left;
	
	background-image: url(../i/interface/green_title/esq_izq_titulo.gif);
	background-repeat: no-repeat;
}

.subtitulo .subtitulo_derecha
{
	width: 6px;
	height: 31px;
	margin: 0px;
	padding: 0px;
	clear: none;
	float: left;
	
	background-image: url(../i/interface/green_title/esq_der_titulo.gif);
	background-repeat: no-repeat;
}				

.amarillo
{
	color: #FFE501;
}

.calcula_ruta
{
	clear: both;
	float: left;
	width: 311px;
	height: 82px;
	background-image: url(../i/bg_ruta.jpg);
	background-repeat: no-repeat;
	padding-left: 25px;
	padding-top: 40px;
	padding-bottom: 0px;
}

.calcula_ruta input
{
	width: 220px;
	height: 23px;
	border: 1px solid #858585;
	vertical-align: top;
	padding: 5px;
	font-size: 14px;
}

.calcular_ruta_img
{
	vertical-align: middle;
	cursor: pointer;
}

ul
{
	list-style-image: url(../i/interface/list_arrow.gif);
	list-style-type: circle;
}

/* **** BOTON ALARGABLE ****/

.button_left
{
	width: 6px;
	height: 28px;
	padding: 0px 0px 0px 0px;
	background: url(../i/interface/menu_button/esq_izq_boton.gif) no-repeat;
	float: left;
}

.button_right
{
	width: 6px;
	height: 28px;
	padding: 0px 0px 0px 0px;
	background: url(../i/interface/menu_button/esq_der_boton.gif) no-repeat;
	float: left;
}

.button_center
{
	height: 26px;
	padding: 0px 5px 0px 5px;
	background: url(../i/interface/menu_button/bg_boton.gif) repeat-x;
	float: left;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	
	border-bottom: 1px solid #103F6E;
	border-top: 1px solid #103F6E;
}

.button_center a
{
	/*height: 26px*/
	padding: 5px 0px 0px 0px;
	background: url(../i/interface/menu_button/bg_boton.gif) repeat-x;
	float: left;
	color: #ffffff;
	text-decoration: none;
}



.button_center a:hover
{
	/*height: 26px;*/
	padding: 5px 0px 0px 0px;
	background: url(../i/interface/menu_button/bg_boton.gif) repeat-x;
	float: left;
	color: #ffffff;
	text-decoration: none;
}



.button_center a:visited
{
	color: #fff;
}

/* **** FIN DE BOTON ALARGABLE ****/

/*NUEVO 7-4-2009 */