/* ======================================================
   Inmofactory, version 23-06-2006
	 © Copyright 2006by Inmofactory. all rights reserved. 

	 ---------------------------------------------------

====================================================== */


/* Removing borders from linked images */ 
a img{border:none;}

img {
	border: none;
}
/* removing extra margin from form elements */
form {margin:0px;}

BODY {
MARGIN: 15px;
scrollbar-face-color: #E9E9E9;
scrollbar-face-color: #E9E9E9;
scrollbar-highlight-color: #E9E9E9;
scrollbar-3dlight-color: #FFFFFF;
scrollbar-darkshadow-color: #666666;
scrollbar-shadow-color: #FFFFFF;
scrollbar-arrow-color: #D12825;
scrollbar-track-color: #FFFFFF;
BACKGROUND-POSITION: 0px 0px; 
BACKGROUND-IMAGE: url(img/background.jpg); 
BACKGROUND-REPEAT: repeat-x; 
BACKGROUND-COLOR: #999
}
A:link {
	TEXT-DECORATION: none
}
A:visited {
	TEXT-DECORATION: none
}
A:active {
	TEXT-DECORATION: none
}
A {
	TEXT-DECORATION: none
}

.globalcontainer {
width: 815px;
height: 401px;
background-color: #003366;
border: 1px solid #000000;
}
.MnTop, .MnTop:hover {
	height : 23px;
	color: #003366;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	background-image: url(img/MnTop.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding: 6px 19px 2px 4px;
}
.MnTop:hover {
	background-image: url(img/MnTop-h.gif);
	background-repeat: no-repeat;
	background-position: right;
}

/* Barra inferior de todas las páginas */
.Base {
	background-image: url(img/Base.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 29px;
}

/* Menu principal lateral derecho */
.MnLat {
	width: 159px;
	height: 25px;
	padding: 2px 1px 1px 3px;
}

.MnLatTxt, .MnLatTxthover {
	color: #FFFFFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	padding: 3px 2px 4px 8px;
	background-image: url(img/MnLat.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
	width: 159px;
	height: 23px;
}
.MnLatTxt:hover{
	background-image: url(img/MnLat-h.gif);
	background-position: center;
	background-repeat: no-repeat;
}
.MnLatTxthover{
	background-image: url(img/MnLat-h.gif);
	background-position: center;
	background-repeat: no-repeat;
}
/*cotnenido central páginas */
.centro {
	border-top: 2px solid #666666;
	border-bottom: 2px solid #666666;
	height: 100%;
	background-color: #FFFFFF;
	vertical-align: top;
}
.presentacion {
	width: 100%;
	height: 324px;
	vertical-align: top;
}
