/***********************************************/
/* tordesillas.css                             */
/***********************************************/

/* -- undo browser HTML defaults -- */
* { margin: 0; padding: 0; }
img { border: none; }
:link,:visited {text-decoration: none;}
ul,ol {list-style: none;}
h1,h2,h3,h4,h5,h6,pre,code,p {
	font-size: 1em;
	font-weight: normal;
}
ul,ol,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,table {margin: 0; padding: 0;}
address {font-style: normal;}
hr { display: none; }

/***********************************************/
/* Redefinicion de etiquetas HTML              */
/***********************************************/ 

body {}

h1, h2, h3, h4 {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: none;
}

div table {
	margin: 0px;
	padding: 0px;
	border-style: none;
}

/***********************************************/
/* Estilos GENERALES                           */
/***********************************************/ 

a:link	{ color: #990066; text-decoration: none}
a:hover	{ color: #FF9900; text-decoration: none}
a:visited	{ color: #990066; text-decoration: none}
a:active	{ color: #CC6699; text-decoration: none}
a:visited:hover	{ color: #FF9900; text-decoration: none}