* {
  padding: 0;
  margin: 0;
}

html {
  height: 100%;
}

body {
  min-height: 101%;
  color: #000;
  background-image: url(../img/fondo.png);
  background-repeat: repeat-x;
  text-align: center;
  font: 100.01%/130% Verdana, Arial, Helvetica, sans-serif;
  color: #FFFFFF;
}

div {
	padding: 0 10px;
}

option {
	padding-left: 0.4em;
}

input, select, textarea {
   font-size: 99%;
}

h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
   margin: 1em 0;
}

li, dd, blockquote {
   margin-left: 1em;
}

form label {
   cursor: pointer;
}

fieldset, img {
   border: 0;
}

.alignleft { text-align: left; }
.alignright { text-align: right; }
.floatleft { float: left; margin: 0 10px 10px 0; }
.floatright { float: right; margin: 0 0 10px 10px; }

.clearboth { clear: both; }
.clearleft { clear: left; }
.clearright { clear: right; }

#frame {
	width: 990px;
	margin: 0px auto;
	font-size: 10px;
	background: transparent;
}

#header {
    width: 940px;
    height: 79px;
    padding: 10px;
    margin: 10px 20px 10px 10px;
    background-image: url(../img/header.png);
   	border: 1px solid #FFFFFF;
}

#header img {
    display: inline;
    float: left;
}

#left {
	width: 580px;
	float: left;
}

#center {
	width: 350px;
	height:1125px;
	*height:1125px;
	float: left;
	background-image: url(../img/fondo.png);
	border: 1px solid #FFFFFF;
}
#content {
	width: 940px;
	float: left;
	padding: 10px;
	margin: 10px 20px 10px 10px;
	background-image: url(../img/fondo.png);
	border: 1px solid #FFFFFF;
}
#lista thead{border:1px solid #DAB214;}
#lista tbody{border:0;}
#lista td{text-align:left;}


#right {
	width: 215px;
	float: left;
	display: none;
}

h1, h2, h3, h4 {
	font-weight: bold;
	color: #DAB214;
	text-align: center;
	margin-left: 5px;
	margin-right: 5px;
}

h2 {
	font-size: 16px;
}

h1 {
  display: inline;
  float: right;
  text-align: right;
  font-size: 20px;
  margin-top: 55px;
}

h3 {
	font-size: 14px;
}

h4 {
	font-size: 12px;
}

li {
	margin-left: 20px;
	text-align: left;
}

p {
	text-align: left;
	margin: 0px 10px;
}

.color_h2 {
	color: #DAB214;
	font-weight: bold;
}

.marco {
	display: block;
	border: 1px solid #FFFFFF;
	margin-bottom: 20px;
	padding: 10px 0px;
	background-image: url(../img/gradient.png);
}

.largo {
	display: block;
	/*border: 1px solid #FFFFFF;
	margin-bottom: 20px;
	padding: 10px 0px;
	background-image: url(../img/fondo.png);*/
	float:left;
	width:962px;
}

em {
	color: #DAB214;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}

a {
	text-decoration: none;
}

.enlace {
	color: #FFFFFF;
	text-decoration: underline;
}

.enlace:hover {
	text-transform: uppercase;
}

form {
	margin: 30px auto;
}

form p {
	text-indent: 20px;
	margin: 0px 10px;
}

label, fieldset, input, select {
	display: block;
	float: left;
	margin-bottom: 10px;
}

label {
	width: 210px;
	text-align: right;
	padding-right: 10px;
}

fieldset label {
	width: auto;
	margin-left: 3px;
}

input, select {
	background: #B4BCC6;
	color: #032346;
}

fieldset {
	width: 120px;
	height: 20px;
	border: 1px solid #fff;
}

select {
	width: 120px;
}

br {
	clear: left;
}

form em {
	float: left;
	margin-left: 5px;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: normal;
}

.medidas {
	width: 70px;
}

#enviar {
	width: 100px;
	height: 20px;
	color: #415973;
	font-weight: bolder;
	margin: 10px 0px 0px 160px;
	*margin: 10px 0px 0px 85px;
}

table {
	border-collapse: collapse;
	margin: 0px auto;
}

th {
	padding: 0px 2px;
}

td {
	padding: 0px 2px;
}
td.datos {
	height: 15px;
}
