
	a:link {color: 	#A52A2A;text-decoration: none}
	a:visited {color: black;text-decoration: none}
	a:hover {color: black ;text-decoration: none}
	a:active {color: black;text-decoration: none}



body {
	background: url("2crosseswhite.gif") white repeat left;
	color: black;
	font-family: sans-serif;
	font-size: 13px;
	}
div#hombrecito {
	position: absolute;
	left: 420px;
	top: 150px;
	}
div#entrada {
	position: relative;
	text-align: center;
	left: 0px;
	top: 450px;
	}
div#menu {
	position:absolute;
	font-size: 12px;
	top : 10%	;
	left : 10px;
	background-color: white;
	width:135px;
	height: 200px;
	overflow: none;
	padding: 4px;
	border-width : 2px 2px 2px 2px;
	border-style :dashed ;
	border-color : black;
	font-family: sans-serif;
	text-align: center;

}

div#menuhombre {
	position: absolute;
	top: 50%;
	}

div#textos {
	position:absolute;
	font-size: 12px;
	padding: 10px 25px 10px 25px;
	top : 10%	;
	left : 27%;
	background-color: white;
	width:430px;
	overflow: none;
	border-width : 2px 2px 2px 2px;
	border-style : dashed;
	border-color : #A52A2A;
	font-family: sans-serif;
	text-align: justify;
}
div#noticia {
	padding: 0px 10px;
	border: 1px dotted black;
	margin-left: auto;
	margin-right: auto;
}

div#cuerpo {
	width: 420px;
	background: white;
	padding: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
	border: 5px solid black;
	}

div#cuerpo h1 {
	font-size: 20px;
	text-align: center;
	margin-bottom: 30px;
	}

div#cuerpo p {
	text-indent: 0px;
	}
	
div#cuerpo p.separacion {
	text-indent: 0;
	text-align: center;
	}

div#cuerpo p.firma {
	text-align: right;
	font-style: italic;
	}

div.correo-header, div.correo-cuerpo {
	/*font-family: monospace; */
	}

div.correo-header span {
	font-style: italic;
	}

#a {
	text-decoration: none;
	border-bottom: dotted 1px black;
	font-style: italic;
	color: black;
	}

img#dibujo_de_mercredi {	
	border: 2px solid black;
	}

p.fecha {
	font-weight: bold;
	}

p.center {
	text-align: center;
	}
