/*
ARCHIVO: estiloDympyme.css
DESCRIPCIÓN:
        Fichero de estilo para las páginas contenidas en la aplicación web de Dympyme.
AUTOR:  Susana Mª Gutiérrez Caballero
FECHA:  12-04-2004
*/


body
{
	/*background-color: #FFFFCC;*/
	width: 800px;
	margin: 1% auto auto 10%;
	padding: 0;
	border: 0;
} 

.informe
{
	margin: 1% 10%;
}

.tablasCuestionarios
{
  	border-collapse: collapse;
        width: 750px;
	background-color: white;
	
}

.tablaAutenticar
{
	width: 300px;
	background-color: white;
	border: #000000 2px solid;
	margin: auto;
}

.tablaNuevoUsuario
{
	width: 500px;
	background-color: white;
	border: #000000 2px solid;
	margin: auto;
}

.textoPequeno
{
	color: #EE0000;
	font-family: Verdana;
	font-size: 10pt;
	font-weight: normal;
	text-align: left;
}

.textoTitulosTablas
{
        color: black;
        font-family : Verdana;
        font-size : 12pt;
        font-weight: bold;
}

.textoPreguntas
{
        color: black;
        font-family : Verdana;
        font-size : 11spt;
        font-weight: normal;
	text-align: justify;
	text-decoration: none;
}

.textoPreguntasRatonEncima
{
        color: black;
        font-family : Verdana;
        font-size : 11spt;
        font-weight: normal;
	text-align: justify;
	text-decoration: underline;
}

.textoOpcionesPreguntas
{
        color: black;
        font-family : Verdana;
        font-size : 10pt;
        font-weight: normal;
	text-align: center;
}

.textoEncabezadosSituacion
{
        color: #EE0000;
        font-family : Verdana;
        font-size : 11pt;
        font-weight: bold;
	text-align: left;
}

.botonesGrises
{
	background-color: #EEEEEE;
	font-family: "Times New Roman";
	font-size: 10pt;
	font-weight: bold;
	color: black;
	border-color: black;
}

.textoErrores
{
        color: #EE0000;
        font-family : Verdana;
        font-size : 11pt;
        font-weight: bold;
	text-align: left;
}

.textoEnlacesVolver
{
        color: #0000AA;
        font-family : Verdana;
        font-size : 11pt;
        font-weight: bold;
	text-align: left;
}

.textoTitulosInformes
{
        color: black;
        font-family : Verdana;
        font-size : 11pt;
        font-weight: bold;
	text-align: justify;
}

.textoNormalInformes
{
        color: black;
        font-family : Verdana;
        font-size : 11pt;
	text-align: justify;
}

.textoPequennoTablas
{
        color: black;
        font-family : Verdana;
        font-size : 9pt;
	text-align: center;
}

.tablasInformes
{
  	border-collapse: collapse;
        width: 600px;
	background-color: white;
}


.textoPresentacion
{
        color: black;
        font-family : Verdana;
        font-size : 11pt;
	text-align: justify;  
	line-height: 20px;
}


.textoTitulosGrandes
{
        color: #0000DD;
        font-family : Verdana;
        font-size : 18pt;
	text-align: center; 
	font-weight: bold; 
}


.textoSubtitulos
{
        color: black;
        font-family : Verdana;
        font-size : 14pt;
	text-align: justify; 
	font-weight: bold;
}


.logosCabeceraFlotantes    
{
	/*margin:0; */
	/*text-align:center; */
	
	/*fija la posición*/
	/*position:fixed;  */
	
	/*top:360px; 
	left:100px; 
	width:600px;*/
}

.textoNotasPie
{
        color: black;
        font-family : Verdana;
        font-size : 9pt;
	text-align: justify;
}

.textoReferenciasTablas
{
        color: black;
        font-family : Verdana;
        font-size : 11pt;
	text-align: center;
	font-style: italic;
	font-weight: bold;
}

.textoPieTablas
{
        color: black;
        font-family : Verdana;
        font-size : 9pt;
	text-align: left;
}

/*
.logosPieFlotantes    
{
	margin:0; 
	text-align:center; 
	

	position:fixed;  
	
	top:400px; 
	left:100px; 
	width:600px;
}
*/
.tablasLogos
{
	border: 1px solid #000000;
        width: 750px;
	background-color: white;
}

