 /* Estilo de página general. La barra de desplazamiento solo es visible en IE+ */
body {
	background-color: #ecd3a4;
	scrollbar-face-color: #B47E63;
	scrollbar-highlight-color: #ffffff; /*000000*/
	scrollbar-shadow-color: #000000;
	scrollbar-3dlight-color: #ecd3a4;
	scrollbar-arrow-color:  #f4dbb6;
	scrollbar-track-color: #f4dbb6; /*f4dbb6*/
	scrollbar-darkshadow-color: #ecd3a4;
}

img {
	border: none;
}

td,th { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7e4021;
	line-height: 20px;
	text-align:justify;
	vertical-align: text-top;
}

a {
	text-decoration: none;
	color : #7e4021;
	font-weight: bold;
}

/*, a:visited */
/*  a:active { color : #999999;}*/

a:hover	{
	color : #D2921A 
}

td.principal	{
	border: #eab24a;
	border-width: 0px 0px 0px 5px;
	border-style: solid;
	background-color: #eab24a;
	height: 25px;
}

td.secundario	{
	border: #f4dbb6;
	border-width: 0px 0px 0px 5px;
	border-style: solid;
	background-color: #f4dbb6;
	height: 25px;
}



td.espacio {
	height: 15px;
	vertical-align: top;
	text-align: right;
}

td.miniespacio {
	height: 5px;
	vertical-align: top;
	text-align: right;
}

td.resumen	{
	border: #ecd3a4;
	border-style: solid;
	border-width: 0px 25px 0px 25px;
}

td.cuadroresumen	{
	vertical-align: middle;
	text-align: center;
}

td.textoderecha	{
	text-align: right;
}

td.textocentrado	{
	text-align: center;	
}

.bodyline	{ 
	border: 1px #B47E63 solid; 
}

td.warningline	{ 
	border: 2px #ff0000 solid; 
}

.upline	{
	border: #B47E63;
	border-style: solid;
	border-width: 2px 0px 0px 0px;
}


.principal {
	vertical-align: middle;
	font-size: 14px; 
	font-weight: bold;
	color: #000000;
}

.secundario {
	vertical-align: middle;
	font-size: 14px; 
	font-weight: bold;
	color: #a35229
}

img.foto	{
   /* No funciona con JPG */
	/*filter: DropShadow(Color=000000, OffX=5, OffY=5, Positive=yes);*/
	/*border: #eab24a;*/
	border: #eab24a;
	border-style: solid;
	border-width: 5px 5px 5px 5px;
}

img.minifoto	{
   /* No funciona con JPG */
	/*filter: DropShadow(Color=000000, OffX=5, OffY=5, Positive=yes);*/
	/*border: #eab24a;*/
	border: #000000;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
}

img.imgderecha{
	margin :10; 
	float: right;
}

img.imgizquierda{
	border: #eab24a;	
	border-style: solid;
	border-width: 5px 5px 5px 5px;
	margin :10; 
	float: left;
}


/* oe oe! solo aplica el vertical-align a las img que esten 
 * dentro de un tag td con estilo principal
 */
td.principal img {
 	vertical-align: middle;
}


img.beam	{
	margin : 3px; 
}
	
td.cabecera img	{
	
	vertical-align: middle;
}

td.cabecera a.MenuLinkLittle img	{
	border: #B47E63;
	border-left-style: solid;	
	border-left-width: 15px;
}


a.MenuLink {
  color: #f4dbb6;
}

a.MenuLink:hover	{
 	color: #f4dbb6;
	text-decoration: underline
}

a.MenuLinkLittle	{
   font-weight: normal;
   color: #f4dbb6;
   text-decoration: none
}
a.MenuLinkLittle:hover	{
	color: #f4dbb6;
	text-decoration: underline
}

a.MenuLinkLittle2	{
   font-weight: normal;
   color: #f4dbb6;
   text-decoration: none
}
a.MenuLinkLittle2:hover	{
	color: #f4dbb6;
	text-decoration: underline
}

.todosenlaces	{
	font-size: 9px;
	text-align: center;
	line-height: normal;
}

.copyrigth	{
	line-height: normal;
	text-align: center;
	font-size: 9px; 
	color: #000000
}


.ayuda	{
	line-height: normal;
	font-size: 9px; 
	color: #7e4021
}

.temas { 
	text-align:center;
	text-decoration: underline;
	font-weight: bold;
	font-style: italic;
	color: f4dbb6;
	line-height: normal;
}


.TituloArt	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-align: center;
}

.TituloLink { text-decoration: none; font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: bold; color: a35229}
.TituloLink:hover { color: ecd3a4; }


.Info {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9px; 
	font-style: normal;
	 font-weight: normal;
	  color: #000000
	 }


/* Form elements */
input,textarea, select {
	font-family: Arial, Helvetica, sans-serif; font-size: 12px;
	color: #7e4021;
	font-weight : bold;
	border-color : #000000;	
	border-top-width : 1px; 
	border-right-width : 1px; 
	border-bottom-width : 1px; 
	border-left-width : 1px;  
}

/* The main submit button option */
input.mainoption {
	background-color : #f4dbb6;
	border-color : #FFFFFF;	
}


/* The text input fields background colour */
input.post, textarea.post, select {
	background-color : #f4dbb6;
}

input { text-indent : 2px; }

input.button {
border-top-width : 0px; 
border-right-width : 0px; 
border-bottom-width : 0px; 
border-left-width : 0px;  
}

