@CHARSET "ISO-8859-1";

/** ESTILOS GENERALES **/
body
{
	margin: 0px 0px 0px 0px;
	font-family: Arial,Helvetica,san-serif,verdana;
}

#TablaGeneral  
{
	width: 100%;  
	height: 1100px;
}


#TablaCuerpo
{
	width:797px;
	height: 1100px;
	background-color:#ffffff;
	
}

#TablaSombraIzqWhite
{
	background: url(../img/Fondo/sombra_i_white.gif) repeat-y right top;
	width: 49%;
}

#TablaSombraDerWhite
{
	background: url(../img/Fondo/sombra_d_white.gif) repeat-y left top;
	width: 49%;
}

#TablaSombraIzqBlue
{
	background: #75c7dc url(../img/Fondo/sombra_i.gif) repeat-y right top;
	height: 500px;
}

#TablaSombraDerBlue
{
	background: #75c7dc url(../img/Fondo/sombra_d.gif) repeat-y left top;
	height: 500px;
}

#TablaSombraEsquinaSuperiorIzq
{
	background: #75c7dc url(../img/Fondo/sombra_s_i.gif) no-repeat right bottom;
	height: 160px;
}

#TablaSombraEsquinaSuperiorDer
{
	background: #75c7dc url(../img/Fondo/sombra_s_d.gif) no-repeat left bottom;
	height: 160px;
}
	
#TablaCabecera
{
	width:100%;
	background: url(../img/Cabecera/fondocabecera.jpg) no-repeat top center;	
}

#TablaContenidoCabecera
{
	margin-top:45px;
	margin-left:45px;
}

#TablaContenidoMenu
{
	margin-top:15px;
	margin-left:15px;
}

.ContenidoTablaMenu
{
	color:#FFFFFF;
    font-size:14px;
	text-decoration: none;
	
}

.ContenidoTablaMenu:hover
{
	text-decoration: underline;
}

#TablaEspacio
{
	margin-top:10px;
	margin-left:15px;
	
}

#TablaPie
{
	background: url(../img/Pie/fondopie.gif) no-repeat top left;
	width: 100%;
	height: 128px;		
	color:#FFFFFF;
   	font-size:10px;
	text-decoration: none; 
	font-family: Verdana;
	text-align: center;
}

#TablaContenidoCuerpo
{
	margin-left:  40px;
	margin-right: 20px;
	margin-top:   30px;
}

/** PANELES **/
.Panel
{	
	background-color: #d6d3d3;
}

.CeldasPanel
{
	padding: 10px;
}

.SubPanel
{
	background-color:#e9e5e5;	
}

/** Estilos para textos **/
.Titulo
{
	font-weight:bold;	
	color:#bbc91e;
	font-size:28px;
}

.Subtitulo
{
	font-weight:bold;	
	font-size:16px;
	color:#BBC91E;
	padding: 5px;
}

.Texto
{
	font-size: 12px;
	color: #616161;
	padding: 5px;
}

.AlignLeft	
{
		text-align:left;
}
.Centrado 
{
	text-align:center;
}

.AlignRight
{
	text-align:right;
}

.bold
{	
	font-weight:bold;
}

.TextoVerde
{
	font-size: 14px;
	color:#BBC91E;
}

.TextoVerde:hover
{
	text-decoration:underline;
}
	
.Textopequeno
{
	color:#000000;
	font-size:10px;
	text-decoration: none;
}

.Textopequeno:hover
{
	text-decoration: underline;
}

.SubtituloLink
{
	font-weight:bold;	
	font-size:16px;
	color:#BBC91E;
	padding: 5px;
	text-decoration: none;
}

.SubtituloLink:HOVER
{
	font-weight:bold;	
	font-size:16px;
	color:#BBC91E;
	padding: 5px;
	text-decoration: none;
}

/** Estilos para imagenes **/
.imagenseleccionada
{
	border: 2px solid #FFFFFF;
}

.ImagenEventos
{
	border:10px solid #E9E5E5;
}

/** FORMULARIOS **/
.InputContacto
{
	width: 250px;
	border: 1px solid #616161;
}

.Boton
{
	background-color: #81AC06;
	color: #FFFFFF; 
	border: none;
}

/** EXPERIMENTOS **/
#estilo1,#estilo2   /** CUANDO DOS TABLAS TIENEN ESTILOS COMUNES **/
{
}

#estilo2
{
}