@charset "utf-8";
/* CSS Document */


img {



background: url('http://i.imgur.com/Zix23Yy.jpg');



}

#header {
  height: 66px;
  color: white;
  font-size:   -webkit-xxx-large;
  font-weight: bold;
  margin: 0px auto;
  padding: 13px 0px 1px 29px;
  text-align: left;
  width: 100%;
  left: 0;
  top: 0;
  position: fixed;
  overflow: hidden;
  z-index: 20;
  clear: both;
  background: #03A9F4;
  border: rgb(168, 176, 165) 1px solid;
  box-shadow: #9E9E9E 3px 4px 2px;/*rgb(211, 179, 137) 3px 4px 2px*/
}

#footer {

background: #2196F3;

text-align: center;

margin-top: 10px;

color: whitesmoke;

font-family: fantasy;

font-size: 151%;
}

#container-wrap {

	background: #f8f8f8;
    border: aliceblue solid 1px;
    border-radius: 7px;
    color: #03A9F4;
    font-size: 120%;
    text-align: justify;
    position: relative;
    z-index: 10;
    margin-top: 70px;
    padding-top: 2px;
    padding-right: 9%;
    padding-left: 20%;
    padding-bottom: 40px;
	display: table;

}

.verde {
	color: #c6da2d;
}
.naranjo {
	color: #f7921e;
	font-weight: bold;
	clear: both;
}
.negro-tono-bajo {
	color: #494d50;
	clear:both;
}
.derecha {
	float: right;
}
.izquierda {
	float: left;

}
a {
	color: #2B98D2;
}
