/*:::::::::::::::::::::::::::::ESTILOS GENERICOS:::::::::::::::::::::::::::::::*/
*{
	margin:0;
	padding:0;
	}
html{
	width:100%;
	height:100%;
	}	
body{
	width:100%;
	height:100%;
	font-size:12px;
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	background-position:center top;
	background-repeat:no-repeat;
	background-repeat:no-repeat;
		background: #222 url("../imagenes/fondo.png") repeat;;
	}
	
 div#contenido {
	width:90%;
	height:auto;
	margin:0 auto;
	text-align:center;
	padding:10px 0px;
}

 div#contenido img {
  display: block;
  position: relative;
  text-align:center;
  margin:0 auto;
  z-index: 1;
  width: 100%;
  height: auto;
  /* Redondea bordes */
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
  }