@charset "iso-8859-1";
/* CSS Document */

* {
	padding:0;
	margin:0;	
	}
html, body {
	height: 100%;
	font-family:Arial, Helvetica, sans-serif;
}


#contenedor {
	width: 700px;
	margin: 0 auto;
	border-left:#006261 solid 1px;
	border-right:#006261 solid 1px;
	}
	
#numeros {
	text-align:right;
	margin: 5px 10px;
	font-size:12px;
	font-weight:bold;
	}

#titulo {
	text-align:center;
	margin: 20px 10px 30px 10px;
	font-size:16px;	
	}	
	
#resumen {
	text-align: center;
	margin: 0px 10px 30px 10px;
	font-size: 14px;
	font-style: italic;
	}		
	
#texto {
	margin:0 10px;
	}	
#cuerpo {
	width:100%
	}		

#tdimagen {
	width:260px;
	vertical-align:top;
	}

#tdimagen img {
	width:240px;
	border-width:0;
	}

#tdtxt {
	vertical-align: top;
	font-size: 14px;
	line-height: 16px;
	text-align:justify;
	padding-right:10px;
	}
#footer {
	margin-top:40px;
	padding-bottom:10px;
	}

/* ie-fix (auslagern in CC) */
* html #container {
	height: 100%;
	}

