/* Generated by Antonio Garcia */
/* Pagina Inicia */
* {
  margin: 0px;
  padding: 0px;
}
html, body {
  font-family: "Trebuchet MS",Verdana,Arial,Sawasdee;
  font-size: 15px;
  background-repeat: repeat-x;
  background-color: #a7ac6a;
  background-image: url(img/bk/bk-html.jpg);
  padding-bottom: 10px;
}
/* Contenedor Inicia */
#wrapper {
  margin: 10px auto auto;
  height: 170px;
  background-repeat: repeat-x;
  width: 950px;
  min-width: 950px;
  background-image: url(img/header/cntr.jpg);
}
*html #wrapper {
  margin: 2.5px auto 5px;
}
/* Cabecera Inicia */
#wrap-header {
  border-color: #ffffff;
  margin: 0px auto;
  text-align: center;
  background-repeat: no-repeat;
  background-position: left top;
  background-image: url(img/header/left.jpg);
  position: relative;
  float: right;
  width: 950px;
  height: 170px;
}
#logo {
  margin: 0px 25px;
  width: 170px;
  float: left;
  height: 145px;
}
*html #logo{
  margin: 0px 12px;
}
#logo a img, #tux a img {
  border-style: none;
  height: 145px;
  margin-top: 3px;
  float: left;
  width: 160px;
}
*html #logo a img, #tux a img {
  margin-top: 1.5px;
}
#tux {
  background-position: right top;
  background-repeat: no-repeat;
  background-image: url(img/header/right.jpg);
  float: right;
  width: 175px;
  height: 170px;
}
#head {
  float: left;
  height: 0px;
  margin-left: 30px;
}
*html #head {
  margin-left: 15px;
}
h1 {
  margin: 25px 0px 19px 10px;
  color: #ffffff;
  font-size: 55px;
  position: relative;
  float: left;
  height: 50px;
}
*html h1 {
  margin: 12px 0px 9px 5px;
}
.head-text {
  margin: 95px 0px 0px 25px;
  color: #f2f2f2;
  text-align: center;
  font-weight: inherit;
  font-size: 25px;
  float: left;
  width: 475px;
}
*html .head-text {
  margin: 40px 0px 0px 10px;
}
/* Cabecera Acaba */
/* Menu Inicia */
#menu {
  float: left;
  position: relative;
  width: 950px;
  height: 50px;
  background-repeat: repeat-x;
  margin-left: 0px;
  background-position: left top;
  margin-top: 5px;
  background-image: url(img/naveg/cntr.jpg);
}
#menu ul {
  list-style-position: inside;
  display: block;
  height: 50px;
  background-repeat: no-repeat;
  background-position: right top;
  background-image: url(img/naveg/right.jpg);
}
#sub-menu {
  height: 50px;
  background-repeat: no-repeat;
  background-image: url(img/naveg/left.jpg);
}
#menu li {
  margin: 0px 7px 5px 6px;
  display: block;
  text-align: center;
  font-size: 18px;
  background-repeat: no-repeat;
  background-position: center top;
  float: left;
  color: #ffffff;
  height: 50px;
  line-height: 65px;
  width: 170px;
}
*html #menu li {
  margin: 0px 3.5px 2.5px 3px;
}
#menu li:hover {
  background-attachment: scroll;
  background-position: center top;
  background-repeat: no-repeat;
  background-image: url(img/naveg/active.jpg);
}
#menu a, #menu a:active, #menu a:visited {
  color: white;
  text-decoration: none;
  cursor: pointer;
  display: block;
  width: 180px;
  height: 50px;
}
#menu a:hover {
  text-decoration: underline;
}
#active {
  background-repeat: no-repeat;
  background-position: center top;
  background-image: url(img/naveg/active.jpg);
}
/* Menu Acaba */
/* Centro Inicia */
#wrap-center {
  margin: 7px auto 0px;
  background-color: #f68a0e;
  background-position: center top;
  position: relative;
  float: left;
  width: 950px;
  background-repeat: repeat-x;
  padding-top: 15px;
  background-image: url(img/menu/cntr.jpg);
}
#wrap-content {
  margin: 0px 10px;
  position: relative;
  background-color: #fdf7e9;
  float: left;
  color: #bc6a0b;
  text-align: center;
  width: 930px;
}
#esq-left {
  float: left;
  width: 15px;
  height: 10px;
  background-position: left bottom;
  background-repeat: no-repeat;
  background-image: url(img/center/esqi-left.jpg);
}
#esq-right {
  width: 10px;
  height: 10px;
  float: right;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-image: url(img/center/esqi-right.jpg);
}
#es-left {
  float: left;
  width: 10px;
  background-repeat: no-repeat;
  background-position: left bottom;
  height: 15px;
  background-image: url(img/center/es-left.jpg);
}
#es-right {
  background-repeat: no-repeat;
  background-position: right bottom;
  float: right;
  width: 10px;
  height: 15px;
  background-image: url(img/center/es-right.jpg)
}

/* Formulario */
#formulario {
	width: 500px;
	margin: 0px auto;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	padding: 5px;
	margin: 0px auto;
	overflow: hidden;
	font-size: 12px;
}
#formulario a {
	color: #666;
}
#formulario form {
	margin: 15px 5px;
	border-top: solid 1px #eee;
	padding-top: 10px;
}
#formulario form input {
	width: 300px;
	height: 20px;
	margin: 5px;
}
#formulario form p {
	margin: 5px;
	width: 320px;
	height: 60px;
	font-size: 10pt;
}
#formulario form textarea  {
	margin: 5px 10px;
	width: 400px;
	height: 150px;
}
#button {
	display: block;
	width: 70px !important;
	height: 20px !important;
}
#formulario p {
	margin: 10px;
	font-weight: bold;
}
#formulario ul {
	margin: 5px;
	list-style: inside;
	list-style-image: url(../images/center/arrow.png);
}
.label {
	width:50px;
	font-weight: bold;
	margin:5px;
	font-size:10pt;
  }
.error {
	font-size: 8pt;
  color: red;
  margin-left: 10px;
  display:none;
}
#button {
	display:block;
	height:20px !important;
	width:140px !important;
	float: right;
}


#esquina {
  position: relative;
  float: left;
  height: 15px;
  width: 930px;
  background: #fdf7e9;
}
#foot {
  padding-top: 2.5px;
  border: 5px solid #fbefd5;
  margin-top: 10px;
  background-repeat: no-repeat;
  float: left;
  height: 25px;
  width: 910px;
  margin-left: 5px;
  background-color: #fbfaf8;
}
#foot a {
  color: #c2761f;
}
/* Centro Termina */ 
/* Contenedor Termina */
/* Pagina Termina */
