﻿/**********************************************************************
 * Styles.css                                                         *
 *                                                                    *
 * This file is initially empty and you can add any additional styles *
 * or modify any of the styles defined in BaseStyles.css              *
 * This file will never be overwritten.                               *
 *                                                                    *
 * For example, if you want to override just the top padding for a    *
 * menu, you can simply add the following lines:                      *
 *                                                                    *
 * .menus {                                                           *
 * 	padding-top: 20px;                                            *
 * 	}                                                             *
 *                                                                    *
 * This will keep all the other styles of the "menus" style as-is,    *
 * but modify the top padding to be 20px.                             *
 *                                                                    *
 * You can also, add a new style by just specifying it.               *
 *                                                                    *
 * .menus {                                                           *
 * 	padding-top: 20px;                                            *
 * 	text-align: center;                                           *
 * 	}                                                             *
 * 	                                                              *
 * In the above case, we added the text-align style.  This style was  *
 * not specified in the original declaration of the menus style.      *
 *                                                                    *
 **********************************************************************/
div.LoginB
{
	width: 1000px;
	height: 600px;
	text-align: center;
	vertical-align: middle;
}
  div.LoginC
 {
 	background-image: url(../Images/login.jpg);
 	height:448px;
	width: 746px;
	
 }
div.MLMmveM
{   
    vertical-align: top;
	width: 20px;
}
div.MenuLogo
 {
	width: 150px;
	height: 51px;
	background-image: url(../Images/logomenu.jpg);
 }
div.MenuContent
{
	height:400px;
	
	width: 150px;
	background-color: #8d470c;
}
div.MenuPie
{
height:100%;
	height:50px;
	background-color: #8d470c;
	text-align: center;
}

.Puntos
{
	color: Blue;
	font-family: Verdana;
	font-size: 10px;
}

div.Destacados
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #62554d;
	height: 350px;
	width: 527px;
	background-image: url(../Images/c_catalogo.gif);
}

.Olvido_Clave
{
  font-family: Verdana;
  font-size : 12px;
}
