﻿html{
    height:100%;
    /*background:url(Resource/bg.gif);*/
    font-family:Tahoma;

    background: rgba(0,70,140,1);
    background: -moz-linear-gradient(top, rgba(0,70,140,1) 0%, rgba(0,31,64,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,70,140,1)), color-stop(100%, rgba(0,31,64,1)));
    background: -webkit-linear-gradient(top, rgba(0,70,140,1) 0%, rgba(0,31,64,1) 100%);
    background: -o-linear-gradient(top, rgba(0,70,140,1) 0%, rgba(0,31,64,1) 100%);
    background: -ms-linear-gradient(top, rgba(0,70,140,1) 0%, rgba(0,31,64,1) 100%);
    background: linear-gradient(to bottom, rgba(0,70,140,1) 0%, rgba(0,31,64,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00468c', endColorstr='#001f40', GradientType=0 );
}

body {
    margin: 0;
	padding: 0;
	height:100%;
}

#MP_ContBody{
    display: table;
	height:100%;
	margin: auto;
}
#MP_ContForm{
    background-color:transparent;
	margin:0 auto;
	display: table-cell;
	vertical-align: middle;
}

#contenido {
    width: 1000px;
    height: 625px;
    border-radius: 5px;
    border: 1px solid;
    -webkit-box-shadow: -1px 1px 14px #012;
    box-shadow: -1px 1px 14px #012;
    background-color:white;
}

.MP_Header {
    width: 100%;
    height: 62px;
    position: relative;
    border-radius: 3px 3px 0px 0px;
    /*background:url(Resource/bgHeaderPub.gif);*/
    /* Firefox v3.6+ */
    /* safari v4.0+ and by Chrome v3.0+ */
    /* Chrome v10.0+ and by safari nightly build*/
    /* Opera v11.10+ */
    /* IE v10+ */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff2470a9,endColorstr=#ff1b527c,GradientType=0)";
    background-image: linear-gradient(-180deg,rgb(36,112,169) 0%,rgb(27,82,124) 100%);
}

#grindBanner{
    
   
    background:url(Resource/collageSpriteFinanciero.png)  0 -456px; width: 1000px; height: 35px; 
}

.LogoAlc{
    background:url(Resource/collageSpriteFinanciero.png) 1000px -800px; width: 480px; height: 46px;
}

.MP_Content{
    width: 100%;
    height: 506px;
    position: relative;
    background-color:#fff;
}

.MP_Footer{
	width: 100%;
	height: 22px;
	position: relative;
	text-align:center;
	border-radius: 0px 0px 3px 3px;
	color:	#FFF;
	font-size:12px;
   /* Firefox v3.6+ */
    /* safari v4.0+ and by Chrome v3.0+ */
    /* Chrome v10.0+ and by safari nightly build*/
    /* Opera v11.10+ */
    /* IE v10+ */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff353535,endColorstr=#ff131313,GradientType=0)";
    background-image: linear-gradient(-180deg,rgb(53,53,53) 0%,rgb(19,19,19) 100%);
}

#logo{
	position:relative;
	float:left;
	margin-top: 5pt;
	margin-left: 20px;
    border-style:none;
    border-width:0px;
}

#frame{
    overflow: auto;
	position: relative;
   
	width: 100%;
	height: 100%;
    background-image:url(../css/Resource/bgPubIngenas.png);
    background-repeat:no-repeat;
    background-position:center; 
	/*border: solid;*/
	/*border-width: 1px;
	border-color: #CCC;
	margin: 0 auto;
	margin-top: 11px;
	box-shadow: inset 0px -1px 9px rgba(0, 0, 0, 0.30);
    background-image:url(Resource/BgFrame.png);*/
    /*background-color:rgba(250, 243, 243, 0.45);*/
	
}
#frmMP{
    position: relative;
   
	width: 100%;
	height: 100%;
}

.siteMap{
    position: relative;
    top: -6px;
    left: 80px;
}
