﻿body 
{
	margin: 0;
	padding: 0;
	text-align: justify;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	background-color: whitesmoke;
}

.twoColFixLt #container
{ 
	width: 100%;
	background: #FFFFFF;
	margin: 0 auto;
	border: 0;
	text-align: left;
}

img
{
    border:0px;
}

html,body
{
	margin:0px;
	height:100%;
}

/* Estilo básico para todas las imágenes, de esta forma no nos mostrará nunca los bordes */
img
{
    border:0px;
}

/* Línea que separa el título del texto con el cuerpo del texto */
.subralladotitulo
{
	width: 100%;
	background-color: Black;
	height: 1px;
}

/* Estilo para el logotipo, el que sale en la cabecera de la página */
#logo
{
	height:66px;
}

/* Estilos para la tabla de contenido: MENÚ + Textos */
.tablacontenido
{
	width: 850px;
	border: 0px;
	border-style: solid;
	border-color: #599CD4;
}

.tablagrande
{
	width: 850px;
	border: 1px;
	border-style: solid;
	border-color: #000099;
	background-color: #FFFFFF;
}

/* Estilos para la tabla que contiene el menú */
.tablamenu
{
	color:Black;
	font-weight:bold;
	border: 1px;
	border-style:solid;
	border-color:white;
	padding: 2px;
	border-spacing: 2px;
	background-color: #F30D21;
	text-align: left;
	font-size: 12px;
	width:100%;
	height:100%;
}

.tablamenucontenido
{
	width: 100%;
	background-color: #ffffff;
}

/* Estilo para el texto de la página */
.tablatexto
{
	color: Black;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 15px;
	text-align: justify;
	border: 0;
	padding: 5px;
	border-spacing: 2px;
	vertical-align: top;
	width: 100%;
}

.tablalogo
{
	text-align: left
}


.tablaidiomas
{
	background-color: #000099;
	text-align: right;
	height: 20px;
}

.tablaidiomas a:hover
{
	/*background-color: #000099;
	text-align: right;
	height: 20px;*/
	color: Red;
}

.tablapie
{
	background-color: #000099;
	text-align: left;
	height: 20px;
}

.textopie
{
	font-size: 9pt;
	color: #ffffff;
}

.textoidiomas
{
	font-size: 9pt;
	color: #ffffff;
}

.textotitulo
{
	font-size: 12pt;
	font-weight: bold;
	font-family: Arial;
}

.piemenu
{
	height: 25px;
	text-align: center;
	background-color: #88040d;
}

.label
{
	font-size: 9pt;
	font-weight: bold;
	font-family: Arial;
	color: White;
}

/* Estilos para el menú de cambio de idioma mostrado en la parte superior de la página */
#menuidioma
{
	vertical-align: top;
	text-align: right;
	width: 150px;
}

#menuidioma ul
{
	list-style-type: none;
	font-size: 11px;
}

/*ESTILOS DE LOS LINKS*/
A:link
{
	text-decoration: none;
	color: white;
	/*font-weight: bold;*/
}

A:visited
{
	text-decoration: none;
	color: white;
	/*font-weight: bold;*/
}

A:active
{
	text-decoration: none;
	color: white;
}

A:hover
{
	/*text-decoration: underline;*/
	color:black;
	/*font-weight: bold*/
}

.txtLink a:link
{
	color: Blue;
}

.txtLink a:visited
{
	color: Blue;
}

.txtLink a:active
{
	color: Blue;
}

.txtLink a:hover
{
	color: Blue;
	text-decoration: underline;
}

.tablaETermes
{
	border: solid 5;
	border-color: Black;
	width: 1;
	height: 1;
}
