@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
	border:0;
}
body{
	width: 100%;
	height:auto;
	overflow:hidden;
}
#contenedor{
	width:95%;
	margin:20% auto;
}
#contenedor p{
	text-align:center;
}
#contenedor img{
	width:auto;
}
#contenedor h3{
	font-family:'Verdana';
	text-align:center;
	font-size:1.2em;
	line-height:1.5em;
}
	