body{
  margin: 0px;
  font-family: Verdana, Georgia, "Times New Roman", Times, serif;
  font-size: 12px;
  color: #555555;
}
div.container{
  width: 784px;
  height: auto;
  background-image: url(images/bg.gif);
  margin-right: auto;
  margin-left: auto;
}
div.head{
  width: 740px;
  height: 120px;
  margin: 0px 22px 0px 22px;
  background-image: url(images/head.jpg);
  background-position: top left;
  background-repeat: no-repeat;
}
div.head h1{
  font-size: 18px;
  text-align: left;
  color: #6C6767;
  font-family: Arial Narrow;
  margin: 0px;
  position: relative;
  left: 12px;
  top: 91px;
  font-weight: bold;
}
div.menu{
  width: 740px;
  height: 28px;
  text-align: center;
  margin: 0px 0px 0px 22px;
  background-image: url(images/navbg.gif);
}
div.menu ul{
  list-style: none;
  margin: 0px;
}
div.menu li{
  display: inline;
  padding: 8px 35px 8px 5px; /**top left bottom right, cuando agregues un boton nuevo cambia el 10 por un 5 y el 40 por un 35 porque se arma sino **/
  position: relative;
  top: 8px;
  background-image: url(images/navsep.gif);
  background-position: top right;
  background-repeat: no-repeat;
}
div.menu li a{
  text-decoration: none;
  text-align: center;
  color: #555555;
  font-weight: normal;
  font-style: normal;
}
div.menu li a:hover, div.menu li a:active {
  color: #FF7900;
  text-decoration: underline;
}
div.contentbox{
  width: 740px;
  height: auto;
  margin: 0px 22px 0px 22px;
  background-image: url(images/topbg.gif);
  background-position: top;
  background-repeat: no-repeat;
}
div.content{
  height: auto;
  padding: 20px 20px 10px 20px;
}
div.pictureright{
  float: right;
  padding: 16px 0px 3px 12px;
}
div.pictureright img{
  border: 1px solid #000000;
  vertical-align: top;
}
div.picturerighttitle{
  float: right;
  padding: 0px 0px 3px 12px;
}
div.picturerighttitle img{
  border: 1px solid #000000;
  vertical-align: top;
}
div.pictureleft{
  float: left;
  padding: 16px 12px 3px 0px;
  vertical-align: top;
}
div.pictureleft img{
  border: 1px solid #000000;
}
div.contacto1{
  margin-left: 190px;
  margin-top: 12px;
  width: 500px;
}
span.title{
  color: #FF944D;
  font-weight: bold;
  display: block;
  margin-bottom: 4px;
}
div.foot{
  width: 740px;
  height: 66px;
  background-image: url(images/foot.jpg);
  margin: 0px 22px 0px 22px;
}
a{
  color: #555555;
  text-decoration: underline;
}
a:hover, a:active {
  color: #FF7900;
  text-decoration: underline;
}
p {
  line-height: 16 px;
}
h1 {
  font-size: 20px;
  color: #FF6600;
  margin: 0px;
  display: inline;
  font-weight: normal;
}
h2 {
  font-size: 15px;
  color: #FF7E29;
  margin: 0px;
  font-weight: normal;
}
.puntos {
  font-size: 20px;
  color: #FF7E29;
  font-weight: normal;
}
hr{
  border-top: 1px dashed #000000;
  border-bottom: 0px;
  border-left: 0px;
  border-right: 0px;
  height: 0px;
  margin: 2px 0px 4px 0px;
}
.title2 {
  color: #FF944D;
  font-weight:bold;
}

div.poll {
	background-image: url(images/pollbg.gif);
	background-repeat: no-repeat;
	height: 188px;
	margin: 16px 0 0 12px;
	padding: 7px 8px 5px 6px;
	float: right;
	}
div.poll form{
	width: 175px;
	display: block;
	margin: 0;
	padding: 0;
	}
div.poll fieldset{
	margin: 0 0 6px 0;
	}
div.poll fieldset legend{
	font-size: 9px;
	font-weight: bold;
	margin: 0 0 3px 0;
	}
div.poll input{
	clear: both;
	float: left;
	}
div.poll label{
	padding: 3px;
	display: block;
	font-size: 10px;
	font-style: italic;
	}

div.bottom{
  width: 784px;
  height: 15px;
  background-image: url(images/bottom.png);
  margin-right: auto;
  margin-left: auto;
}
div.pollres {
	background-image: url(images/pollbgres.gif);
	background-repeat: no-repeat;
	height: 178px;
	margin: 16px 0 0 12px;
	padding: 7px 8px 5px 6px;
	float: right;
	}
div.pollres form{
	width: 176px;
	display: block;
	margin: 0;
	padding: 0;
	}
div.pollres fieldset{
	margin: 0 0 6px 0;
	}
div.pollres fieldset legend{
	font-size: 9px;
	font-weight: bold;
	margin: 0 0 3px 0;
	}
div.pollres input{
	clear: both;
	float: left;
	}
div.pollres label{
	padding: 3px;
	display: block;
	font-size: 10px;
	font-style: italic;
	}
	
.submit {
	background: #DFDFDF;
	border: 1px solid #808080;
	font-size: 10px;
	color: #55555;
	width: 40px;
	height: 18px;
	margin: 0 0 7px 0;
	padding: 0;
	}

