*{margin:0;padding:0}
body{
	/*font-size:12px;*/
	font-size:75%;
	font-family: "Georgia", "Times New Roman", Times, serif;
	line-height:1.5em;
	text-align:center;
}
	#contenedor{
	/*writing-mode: tb-rl; */
	width:100%;
	/*height:90%;	*/
	border:1px solid red;
	}
	#contenedor img{float:none;}
	h1{margin:20px 0; text-align:center;}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
a img {	border: 0;}
.foto_izq{float:left;}
.foto_dch{float:right;}
/*Address/////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
address{
	display:block;
	width:100%; 
	text-align:center;
	background: #F3F1F1;
	color:#666666;			
	font-style:normal;
}
		address a{
			color:#666;
			text-decoration:none;
		}
		address a:hover{
			color:#333333;
		}
