@charset "utf-8";
/* CSS Document */

/***CABECERA***/
.FondoCabecera
{
	background-image:url(imagenes/cabecera/Fondo_Cabecera.png);
	background-repeat:no-repeat;
	background-position:top;
	background-color:transparent; 
}
.FondoGrecaCabecera
{
	background-image:url(imagenes/cabecera/Greca_Cabecera.png);
	background-repeat:no-repeat;
}

/***PIE DE PAGINA***/
.FondoPieDePagina
{
	background:url(imagenes/pie_de_pagina/FondoPieDePagina.gif);
	background:no-repeat;
}
.FondoGrecaPieDePagina
{
	background:url(imagenes/pie_de_pagina/Greca_PieDePagina.png);
	background-repeat:no-repeat;
	background-position:bottom;
}

/***INDEX***/
.FondoPagina
{
	background-image:url(imagenes/index/Fondo.gif);
	background-repeat:no-repeat;
	background-repeat:repeat-x;
}
.FondoPieIndex
{
	background:url(imagenes/index/fondo_pie.png);
	background-repeat:no-repeat;
}

/***CONOCE TESTING***/
.FondoMenu
{
	background-image:url(imagenes/ConoceTesting/fondo_menu.gif);
	background-repeat:no-repeat;
}

/***PRODUCTOS***/
.FondoMenuProductos
{
	background-image:url(imagenes/Productos/fondo_menu.gif);
	background-repeat:no-repeat;
	background-position:center;
}

/***SESION***/
.FondoMenuSesion
{
	background-image:url(Sesion/imagenes/Informacion/fondo_menu.gif);
	background-repeat:no-repeat;
	background-position:center;
}

/***TEXTO***/
.TextoCasosDeExito
{
	font-size:13px;
	font-style:normal;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align: justify;
}
.TextoMsg
{
	font-size:12px;
	font-style:normal;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align: center;
	color: #F00;
}
.TextoCasosDeExitoProductos
{
	font-size:13px;
	font-style:normal;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align: justify;
	color: #003;
}
.vermas {
	text-align: right;
	font-size: 12px;
	font-style: italic;
	color: #003;
}
.TituloCasoDeExito {
	font-size: 24px;
	text-align:center;
	font-weight: bold;
	color: #900;
}
.TituloCasoDeExitoPequeño {
	font-size: 18px;
	text-align:center;
	font-weight: bold;
	color: #900;
}
.TextoCasosDeExitoNegritas
{
	font-size:13px;
	font-style:normal;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align: center;
	font-weight: bold;
}
.TextoCasosDeExitoPequeño
{
	font-size:11px;
	font-style:normal;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align: justify;
}
.TextoInformacion
{
	font-size:13px;
	font-style:normal;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align: justify;
	font-weight: bold;
}
.TextoInformacionPequeño
{
	font-size:11px;
	font-style:normal;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align: justify;
}
.TextoInformacionGris
{
	font-size:11px;
	font-style:normal;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align: justify;
	color: #666;
}
.TextoGris
{
	font-size:13px;
	font-style:normal;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align: justify;
	color: #666;
}
.TextoBlanco
{
	font-size:13px;
	font-style:normal;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align: justify;
	color:#FFF;
}
.TextoCasosDeExitoBlanco
{
	font-size:11px;
	font-style:normal;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#FFF;
}
.Bienvenido
{
	font-size:11px;
	font-style:normal;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#FFF;
}
.CerrarSesion
{
	font-size:11px;
	font-style:normal;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#FFF;
}
.TextoResaltado {
	font-size: 17px;
	font-weight: bold;
	color:#006;
}
.TextoCasosDeExitoSinAlinear
{
	font-size:13px;
	font-style:normal;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.FondoTabla
{
	color:#CCC;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background-color:#603;
	font-size:12px;
}
.TextoTabla
{
	font-size:13px;
	font-style:normal;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align:left;
}
