/*
COLORES
Oscuro #287DF0
Medio #8BB9F8
Celeste Claro #D2E4FC
*/
/********************************************************************************
Contexto Head
*********************************************************************************/
.Index{width:100%;}

.input_sin_borde{
	border-top:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	width:150px;
	height:17px;
}
.btn_submit{
	float:none;
	clear:both;
	text-align:justify;
}
.btn_submit a{
text-decoration:none;
font-size:60%;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
text-align:center;
color:#287DF0;
}
/********************************************************************************
Contexto General Textos
*********************************************************************************/
.Texto_Comun{
	color:#666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 12px;
}
.Texto_Comun_Oscuro{
	color:#333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 12px;
}
.Texto_Comun_Oscuro_Chico{
	color:#333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 10px;
}
.Texto_Comun_Chico{
	color:#666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 10px;
}
.Texto_Comun_Chico_Color{
	color:#287DF0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 10px;
}
.Texto_Encabezados{
	height: 21px;
	overflow: hidden;
	font-size: 17px;
	font-weight:bold;
	color: #287DF0;
	padding-bottom: 2px;
}  
.Titulos_Contactos{
	height: 21px;
	overflow: hidden;
	font-size: 17px;
	font-weight:bold;
	color: #8BB9F8;
	padding-bottom: 2px;
}
.Titulo_imgDefaultModuleCornerRB{
	height: 21px;
	overflow: hidden;
	font-size: 17px;
	font-weight:bold;
	color: #3D8D57;
	padding-bottom: 2px;
}

.Titulo_OurExpertiseModule{
	height: 21px;
	overflow: hidden;
	font-size: 17px;
	font-weight:bold;
	color:#6BBDDC;
	padding-bottom: 2px;
}
.TextoFormuNegro {
 font-family: Verdana;
 font-size: 11px;
 color:#000000;
}
/************************************************************************/
/*							INPUTS										*/
/************************************************************************/
.Input_XS
{
	width: 20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	height:20;
	
}
.Input_S
{
	width: 40px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	height:20;
}
.Input_M
{
	width: 60px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	height:20;
}
/************************************************************************/
/*							TABLAS										*/
/************************************************************************/
.TablaContenido {

 background-color:#F7FAFD;
 border-color: #336699;
 border-bottom: 1px solid #336699;
 border-left: 1px solid #336699;
 border-right: 1px solid #336699;
 border-top: 1px solid #336699;

}
.TituloTabla{
 background-color:#E0E5EB;
 height:25;
 font-family: Arial;
    color: #333333;
    font-size: 80%;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;

}
.DescripcionTablaGris {

 color:#000000;
 background-color:#EFEFEF;
 font-size:13px;
 font-family:Arial, Helvetica, sans-serif;
 border-color: #CCCCCC;
 border-bottom: 1px solid #CCCCCC;
 border-left: 1px solid #CCCCCC;
 border-right: 1px solid #CCCCCC;
 border-top: 1px solid #CCCCCC;

}

