	
	/*	------------------------------------------------------------------------------------------
		CSS BASE (propuesta) / diciembre 2007
		------------------------------------------------------------------------------------------
	*/
	
	HTML, BODY, FORM, FIELDSET 
	{
		margin: 0;
		padding: 0;
	}
	
	HTML 
	{
		font-size: 100.01%; /* IE hack */
		height:100%;
	} 
	
	BODY
	{
	height:100%;
	text-align: 	center; 		/* to correct the centering IE bug - reset!!! in child elements*/
	font-size:		0.625em; 		/* normaliza el tamaño normal de texto a 10px ó 1em */
	/* line-height: 	1.4em;			normaliza el interlineado */
		font-family: 	Verdana, 
					 	Arial,
					 	Helvetica,
					 	sans-serif; 	/* default typo */
	color: #000;					/* default text color */
	background-image: url(../imagenes/bkgd-TDE.jpg);
	}
	
	TABLE, SELECT, INPUT, SELECT, TH, TD, LI LI, LI P, TD P, BLOCKQUOTE P { font-size:100%; }/* IE hack */ 	
		
	H1, H2, H3, H4, H5, H6, P, PRE, BLOCKQUOTE, UL, OL, DL, ADDRESS 
	{
		margin: 0;
		padding: 0;
	}	
	
	H1, H2, H3, H4, H5, H6 
	{
		font-size:100%;
	}
	
	UL
	{
		list-style:none inside none;
		margin: 0; 
		padding:0;
	}
	
	LI, DD, BLOCKQUOTE 
	{ 
		margin: 0; 
		padding:0;
	}
	
	A, A IMG, FORM LABEL { cursor: pointer; }
	
	FIELDSET { border: none; }
	
	INPUT, SELECT, TEXTAREA 
	{
		font-size: 100%;
		font-family: inherit;
	}
	
	.hidden
	{
		display:none;
	}	
	
	/*	------------------------------------------------------------------------------------------ 
		Alberto Moral
		------------------------------------------------------------------------------------------
	*/
#envoltorio_950 {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #e1e1e1;
	border-left-color: #e1e1e1;
	background-color: #FFF;
}
