* {text-indent:0px ; margin:0px ; padding:0px ; border:0px }
 
body {text-align: center ;  
		 color:#000000 ; /* Color de la letra del Body */
		 font:12px Verdana, Thoma, Arial; /* Fuente de la letra del Body */
		 background-image:url(...);
		 background-color:#FFFED0; }

ul li {list-style:none}


img {border: 0px; }

p {}

h1 {} 
h2 {}
h3 {}

a {color: #000000; text-decoration: underline ; font:12px Verdana, Thoma, Arial; font-weight: normal /* bold, normal */ ;}
a:link {}
a:visited {}
a:hover {color: #000000; font:12px Verdana, Thoma, Arial; text-decoration: none /* none | underline | overline | line-through | blink] */; font-weight: bold /* bold, normal */; }
a:active {}

a.menuhorizontal {color: #000000; text-decoration: none ; font:12px Verdana, Thoma, Arial; font-weight: normal /* bold, normal */ ;}
a.menuhorizontal:link {}
a.menuhorizontal:visited {}
a.menuhorizontal:hover {color: #000000; font:14px Verdana, Thoma, Arial; text-decoration: none /* none | underline | overline | line-through | blink] */; font-weight: bold /* bold, normal */; }
a.menuhorizontal:active {}




/* Estructura de la tabla */

table.tabla {width:900px;
						color:#000000 ; 
						font:12px Verdana, Thoma, Arial;
						background-image:url(...);
						background-color:#655656;
						margin:0px ; 
						padding:0px ; 
						border:0px;
						}

td.lineslaterales {width:2px;
									background-color:#D9D8AA;}

td.lineasuperior {width:896px;
								 height:2px;
								 background-color:#D9D8AA;}

td.lineabajomenu {width:896px;
								 height:2px;
								 background-color:#D9D8AA;}
								 
td.lineainferior {width:896px;
								 height:2px;
								 background-color:#D9D8AA;
								 }
								 								 
td.logotipo {width:896px;
						height:100px;
						background-image:url(...);
						background-color:#FBFE9E;
						}

td.menuhorizontal {text-align: center ; /* center, left, right */
									width:896px;
									height:30px;
									background-image:url(...);
									background-color:#F9FD96;
									vertical-align: middle; /* texto e imagen: baseline | sub | X%| super | top | text-top | middle | bottom | text-bottom */
									}


td.contenido {width:896px;
						 background-image:url(...);
						 background-color:#F6FA8A;
						 vertical-align: top; /* solo vale para imágenes */
						 }
