/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: arial;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}
.gondola1
{
	padding-left:0px;
	}

.gondola2
{
	padding-left:10px;
	}

.gondola3
{
	padding-left:20px;
	}

.gondola4
{
	padding-left:30px;
	}

.descripcion {
	font-size: 80%;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
	text-justify:auto;
	vertical-align:top;
	text-align:justify;
 
}
.titulo {
	font-size: 100%;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #333333;
	text-justify:auto;
	vertical-align:top;
	text-align:justify;
}

.tituloSpacer {
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #333333;
	text-justify:auto;
	vertical-align:top;
	text-align:justify;
	background-color: Black;
}

.label 
{
	font-size: 80%;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
	
	}

.error 
{
	font-size: 80%;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #dd1111;
	text-justify:auto;
	vertical-align:top;
	text-align:justify;
    line-height:12px;
	
	}

.textos1gris {
	font-size: 70%;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
}

.textos1grisbold {
	font-size: 70%;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #333333;
}

.textos2grisbold {
	font-size: 90%;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #333333;
}

.textos1blanco {
	font-size: 70%;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
}

.boton {
	font-size: 60%;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;

}
.link1grisbold{
	font-size: 70%;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

A.link1grisbold:hover{	
	color: #333333;
	text-decoration: underline;
}
.link1gris{
	font-size: 70%;
	color: #333333;
	text-decoration: none;
}

A.link1gris:hover{	
	color: #333333;
	text-decoration: underline;
}
.textofondogris
{
	color:White;
	font-size:12px;
	font-weight:bold;	
	background-color:#646f7a;
}

.seccion
{
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	background-color:#e1e1e1;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 11px;
	font-weight:bold;

	}

.seccionSeparador
{
	background-color:#888888;
	color:#ffffff;
	font-size: 11px;
	}

.seccionSeleccionada
{
	background-color:#888888;
	color:#ffffff;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 11px;
	font-weight:bold;
	text-decoration: none;
	}

.link1grischiquito
{
	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
A.link1grischiquito:hover
{
	color: #666666;
	text-decoration: underline;
}

.formulariotexto
{
	color: #000000;
	font-size: 12px;
	line-height: 14px;
	margin-top: 1px;
	margin-left: 1px;
	margin-right: 1px;
	margin-bottom: 1px;
}

.boton
{
	font-family: verdana;
	font-size: 70%;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #990000;
	background-color: #DDDAB7;
}
.campos
{
	font-family: verdana;
	font-size: 65%;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	background-color: #FAFAF1;
}

