@charset "utf-8";
/* Styles by Mauricio Ramírez - Internet Móvil Designer */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:"Times New Roman", Times, serif;
	font-size: 12px;
	color:#025789;	
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.Top{
	background-image:url(../images/template/top-fondo.gif);
	background-repeat:repeat-x;
	background-position:top;
	height:423px;
}
.Bottom{
	background-image:url(../images/template/buttom-fondo.gif);
	background-repeat:repeat-x;
	height: 50px;
	}
.Izq{
	background-image:url(../images/template/fondo-izq.jpg);
	background-repeat:no-repeat;
	height:265px;
	padding-left:15px;
}
.BodyItalic{
	font-family:"Times New Roman", Times, serif;
	font-size: 12px;
	font-style:italic;
	text-align:justify;
	font-weight:bold;
}
.Copyright{
	font-size:10px;
	color:#FFFFFF;
	vertical-align:middle;
	height:40px;
	padding-top:20px;
}
.MoreInfo{
	font-size:10px;
	text-align:right;
	}
.MenuInferior{
	font-size:10px;
	text-align:center;
	padding-bottom:5px;
	}

/* Celda Azul */

	.B-TLC{
		background-image:url(../images/casillas/blue-tl-corner.png);
		background-repeat:no-repeat;
		font-size:9px;
		height:9px;
		width:9px;
	}
	.B-TRC{
		background-image:url(../images/casillas/blue-tr-corner.png);
		background-repeat:no-repeat;
		font-size:9px;
		height:9px;
		width:9px;
	}
	.Fondo-Blue{
		background-color:#AADFFE;
		}
	.B-BLC{
		background-image:url(../images/casillas/blue-bl-corner.png);
		background-repeat:no-repeat;
		font-size:9px;
		height:16px;
		width:9px;
	}
	.B-BRC{
		background-image:url(../images/casillas/blue-br-corner.png);
		background-repeat:no-repeat;
		font-size:9px;
		height:16px;
		width:9px;
	}
/* Celda Gris */

	.G-TLC{
		background-image:url(../images/casillas/grey-tl-corner.png);
		background-repeat:no-repeat;
		font-size:9px;
		height:9px;
		width:9px;
	}
	.G-TRC{
		background-image:url(../images/casillas/grey-tr-corner.png);
		background-repeat:no-repeat;
		font-size:9px;
		height:9px;
		width:9px;
	}
	.Fondo-Grey{
		background-color:#EEF0F1;
		}
	.G-BLC{
		background-image:url(../images/casillas/grey-bl-corner.png);
		background-repeat:no-repeat;
		font-size:9px;
		height:16px;
		width:9px;
	}
	.G-BRC{
		background-image:url(../images/casillas/grey-br-corner.png);
		background-repeat:no-repeat;
		font-size:9px;
		height:16px;
		width:9px;
	}
