﻿body 
{
	 /*background-color :#585C68;*/
     background-color :#009ee3;
	 background-repeat:repeat;
	 font-family:Tahoma;
	 font-size: 12px;	  
}
.wraper
{

	/*width:961px;*/
    width:961px;
	height:461px;
	margin-left:auto;
	margin-right:auto;
	background-color: White;
	display:block;
}

.wraperMaster
{

	/*width:961px;*/
    width:961px;
	height:461px;
	margin-left:auto;
	margin-right:auto;
	background-color: whitesmoke;
	display:block;
}

.WhiteBold {
  color: #FFFFFF;
  font-weight: bold;
  text-align: left;
  width: 164px;
  height: 26px;
  border-right: 1px solid #ffffff;
}
.loginbox_long {
  width: 413px;
  height: 145px;
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  border-top: none;
}

.MenuCentro
{
    width :100%;
   text-align :center;
}

.MenuCentro table {
margin: 0 auto;
text-align: left;
}

.center 
{ 
    text-align: center; 
 }

    .modalBackground
    {
        background-color: Black;
        filter: alpha(opacity=40);
        opacity: 0.4;
    }
    .modalPopup
    {
        background-color: #FFFFFF;
        width: 300px;
        border: 3px solid #0DA9D0;
    }
    .modalPopup .header
    {
        background-color: #2FBDF1;
        height: 30px;
        color: White;
        line-height: 30px;        
        text-align: center;
        font-weight: bold;
    }
    .modalPopup .body
    {
        min-height: 50px;
        line-height: 30px;
        text-align: center;
        font-weight: bold;
    }
    .modalPopup .footer
    {
        padding: 3px;
    }
    .modalPopup .yes, .modalPopup .no
    {
        height: 23px;
        color: White;
        line-height: 23px;
        text-align: center;
        font-weight: bold;
        cursor: pointer;
    }
    .modalPopup .yes
    {
        background-color: #2FBDF1;
        border: 1px solid #0DA9D0;
    }
    .modalPopup .no
    {
        background-color: #9F9F9F;
        border: 1px solid #5C5C5C;
    }
