@charset "UTF-8";

* {
	margin:0 auto;
}

.solomovil {
	display:none;	
}

body {
	font-size: 1.1em;
	text-align: justify;
	vertical-align: middle;
	width:100%;
 	overflow: scroll;
	background-color:#000000;
	color:#ffffff;
	margin:0px 0px 2em 0px;
	font-family: Arial;
}

a { 
color: #ecd8b8;
text-decoration: underline;
} 
a:link { 
text-decoration: underline;
color: #ecd8b8; 
} 
a:visited { 
text-decoration: underline;
color: #ecd8b8;  
} 
a:hover {
text-decoration: underline;
color: #ecd8b8;
} 
a:active { 
text-decoration: underline;
color: #ecd8b8; 
}

#todo {
	width:80%;	
}

.logo {
	
}

#titulo {
	font-size:2.5em;	
	text-align:center;
	padding:.7em 0px .7em 0px;	
}

#foto {
	padding-bottom:2em;
	text-align:center;
	width:60%;
}

.foto {
	width:100%;	
}

#texto {
	width:100%;
}