﻿.Padre
{
	width: 100%;
    min-height: 100%;
    position: relative;
    top: 0px;
    left: 0px;
    height: 100px;
}

.Iconos
{
	position: static;
	width: 956px;
	height: 36px;
    padding-top: 3px;
    padding-left: 3px;
	margin: 0 auto;
}

.Contenido
{
	padding-bottom: 15px;
}

.encabezado
{
	position: static;
	width:956px;
	height:160px;
	margin: 0 auto;
	}

.Foot
{
    position:static;
	bottom:0;
	width: 956px;
	height: 15px;	
	margin: 0 auto;	
	/*font-family: "Trebuchet MS";*/
    font-family: Arial;
    color: #FFFFFF;
    font-size: medium;
}

.TextBoxCenter
{
	width:200px;
	height: 20px;
	border:#7F9DB9 solid 1px;
	font-size: 14px;
	color: #555555;
	padding-left:5px;
	padding-right:5px;
	/*font-family: Trebuchet MS;*/
    font-family: Arial;
	text-transform:uppercase;	
	text-align:center;
}

.TextBoxCenter:hover
{
	width:200px;
	height: 20px;
	border: #A5DF8C solid 1px;
	font-size: 14px;
	color: #555555;
	padding-left:5px;
	padding-right:5px;
	/*font-family:Trebuchet MS;*/
    font-family: Arial;
	text-align: center;
}

.TextBox
{
	width:200px;
	border:#7F9DB9 solid 1px;
	font-size: 12px;
	color: #555555;
	padding-left:5px;
	padding-right:5px;
	/*font-family: Trebuchet MS;*/
    font-family: Arial;
	text-transform: uppercase;
}

.TextBox:hover
{
	width:200px;
	border: #A5DF8C solid 1px;
	font-size: 12px;
	color: #555555;
	padding-left:5px;
	padding-right:5px;
	/*font-family:Trebuchet MS;*/
    font-family: Arial;
}

.Boton
 {
 	border-style: none;
	border-color: inherit;
	border-width: 0px;
	background-color: Maroon;
	/*font-family: Trebuchet MS;*/
    font-family: Arial;
	font-weight:bold;
	font-size: 12px;
	color: #ffffff;
	height:30px;
}

.RadioButtonList
{
	/*font-family: Trebuchet MS;*/
    font-family:  Arial;
	font-size: 13px;
	font-weight:bold;
	color: #000000;
	text-transform: uppercase;
	text-align:left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

.Label_LOL
{
	/*font-family: Trebuchet MS;*/
    font-family: Arial;
	font-size: 14px;
	font-weight:bold;
	color: #000000;
	/*line-height: 25px;*/
	text-transform: uppercase;
	}

.Label_LOL_Min
{
	/*font-family: Trebuchet MS;*/
    font-family: Arial;
	font-size: 14px;
	font-weight:bold;
	color: #000000;
/*	text-align:justify;*/
}

.Label
{
	/*font-family: Trebuchet MS;*/
    font-family: Arial;
	font-size: 14px;
	font-weight:normal;
	color: #000000;
	font-weight: bold;
}

.Label_Error
{
	/*font-family: Trebuchet MS;*/
    font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}

.Label_Titulo
{
	padding-left:20px;
	text-transform:uppercase; 
	font-family:Arial;
	font-size:16px;
	color:Gray;
	font-weight:bold
}

.ComboBox
{
	border:#7F9DB9 solid 1px;
	font-size: 11px;
	color: #555555;
	/*font-family: Trebuchet MS;*/
    font-family: Arial;
	text-transform:uppercase;
	vertical-align: middle;
	text-align:left;	
	letter-spacing: 1px;
    }

.GridViewText
{
	text-align:center;
	text-transform: uppercase;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
}

.MenuM
{	
	background:#005721;
	padding : 0px;
	margin: auto 0px auto 0px;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color:White;
	border: 3px solid #005721;
	text-align: center;
}
		
.MenuM:hover 
{
    background: #009900;
    margin: auto 0px auto 0px;
    padding : 0px;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    color: Black;    
    border: 3px solid #009900;
    text-align: center;
}

#Menu 
{	
    background:#8A171A;
	line-height:normal;
	/*font:14px Trebuchet MS;*/
    font:14px Arial;
	font-weight: bold; 
	text-transform: uppercase;	
}

#Menu ul
{
	padding: 0px;
	margin: 0px;
	list-style:none;
	vertical-align: middle;
	text-align: center;
}

#Menu li
{
    display:inline;
}

#Menu a 
{
	float:left;
	margin: 0px 10px 0px 10px;
	text-decoration:none;
	cursor:pointer;
	color: #FFFFFF;
	border: 3px solid #8A171A;
	text-align: center;
}
		
#Menu a:hover 
{
    background: #FF9900;
    margin: 0px 10px 0px 10px;
    color: Black;
    border: 3px solid #FF9900;
    text-align: center;
}

#Menu LinkButton
{    
    float:left;
	margin: 0px 10px 0px 10px;
	text-decoration:none;
	cursor:pointer;
	color: #FFFFFF;
	border: 3px solid #8A171A;
	text-align: center;
}

#Menu LinkButton:hover 
{
    background: #FF9900;
    margin: 0px 10px 0px 10px;
    color: Black;
    border: 3px solid #FF9900;
    text-align: center;
}