body {
	font-family: Helvetica,Arial,sans-serif;
	font-size: x-small;
	background-color: Gray;
	color: #255176;
}
/* CONTENEDOR GLOBAL */
#pag
{
margin:auto;
height:auto;
width: 700px;
}
/* ENCABEZADO */
#encabezado 
{ 
margin:auto;
width: auto;
padding:0px;
height: 83px;
border-bottom:1px solid #B9B8B6; 
background-image: url(imagenes/logo_min.gif);
background-position:left top;
background-repeat:no-repeat;
background-color:#255176;
}
body > #encabezado{min-height:83px;height:auto;}
/* FIN ENCABEZADO */

/* CONTENEDOR */
#contenedor
{
background-image: url(imagenes/fondoContent.gif);
background-position: top left;
background-repeat: repeat-y;
margin:auto;
width:auto;
min-height: 400px !important;
height:auto !important;
height:375px;
background-color: White;
margin-top: 15px;
}
body > #contenedor{margin-bottom: 10px; height:auto;}
/* FIN CONTENEDOR */

/* MENU */
#menu
{
width:197px;
height: 100%;
min-height: 100%;
float:left;
margin:0;
padding: 0;
padding-bottom: 14px;
padding-left: 0px;
padding-right: 0px;
background:#F4F4F4; 
color: Black;
}
body > #menu {height: auto;}
#menu ul{
background:#F4F4F4;
margin:0;
padding:0; 
padding-left: 5px;
}
#menu ul li
{
padding:12px 0 0 20px;
margin:0;
list-style-type:none;
font-size:1.1em;
font-weight:bold;
background: transparent url(imagenes/lista.gif) no-repeat 0 14px; border-bottom:1px solid #B9B8B6;
}
#menu ul li a{text-decoration:none;border:none;}
#menu a,a:hover{color:black;text-decoration:none;}
#menu a:hover{text-decoration:underline;}
#idioma {
color: White;
text-align: center;
width: 202px;
height:16px;
background-color: #255176;
}
#idioma a,a:hover{color:White;text-decoration:none;}
#idioma a:hover{text-decoration:underline;}
/* FIN MENU */

/* CONTENIDOS */
#contenido
{
margin-left:211px;
min-height: 100%;
height: 100%;
padding:0px; 
padding-bottom: 14px;
}
body > #contenido {height: auto;}
/* FIN CONTENIDOS */

/* PIE */
#pie
{
clear:both;
margin:auto;
margin-top: 13px;
padding:0px;
height:30px;
width:auto;
background-color:#255176;
border-top:1px solid #B9B8B6; 
}
#pie p.inco {
text-align: center;
font-family: Helvetica, Arial, sans-serif;
font-size: x-small;
color: White;
background-color: #255176;
padding-top: 5px;
}
body > #pie p.inco {padding-top: 7px;}

#pie a,a:hover {
	color: White;
	font-weight: bold;
	text-decoration: none;
}
#pie a:hover {
	text-decoration: underline;
}
/* FIN PIE */
/* ESTILOS GENERALES */
h1{
	color: #255176;
	padding: 15px 0px 2px 15px;
	font-family: Helvetica, Arial, san-serif;
	font-size: medium;
	width: 90%;
	border-bottom-color: #255176;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
}
h2 {
	border: none;
	color: White;
	background-color: #255176;
	padding: 2px 0px 2px 15px;
	font-family: Helvetica, Arial, san-serif;
	font-size: small;
	width: 95%;
}
p {
	padding: 2px 10px 2px 10px;
	font-family: Helvetica, Arial, san-serif;
	color: #255176;
	font-size: x-small;
}
.centrado {
	margin: auto; 
	margin-top: 25px;
	margin-bottom: 25px;
	text-align: center;
}
.imgI
{
	float: left;
	padding: 5px;
}
.imgD
{
	float: right;
	padding: 5px;
}
a{
	color:#255176;
	text-decoration: none;
}
a:hover {
color: #255176;
text-decoration: underline;
font-weight: bold;
}
.logoMelca
{
	display: block;
	margin-bottom: 25px;
}
.iconosValidacion {
	display: inline;
	margin-top: 4px;
	vertical-align: middle;
}
ul.enlaces{
padding: 0;
margin: 0;
list-style: disc;
list-style-position: inside;
}
/* FORMULARIOS */
label{
	display: block;
	text-align: left;
	font: bold 100% Arial,sans-serif;
	color: #255176;
}
form fieldset {
	display: block;
	padding: 2px;
	padding-left: 25px;
	margin: auto;
	width: 90%;
	border: none;
}
form textarea,input{
  font: 100% Arial,sans-serif;
  vertical-align: top;	
  overflow: auto;
  font-size: small;
  font-weight: normal;
}
form fieldset legend {
  font-size: medium;
  font-weight: bold;
  color: #255176;
  margin: 0px 0px 0px 20px;
  padding: 0px 5px;
}
form fieldset div.notes {
  float: right;
  width: 158px;
  height: auto;
  margin: 0px 10px 10px 10px;
  padding: 5px;
  border: 1px solid #666666;
  background-color: #ffffe1;
  color: #666666;
  font-size: 88%;
}
form fieldset div.notes h4 {
  background-image: url(imagenes/icon_info.gif);
  background-repeat: no-repeat;
  background-position: top left;
  padding: 0px 0px 3px 27px;
  border-width: 0px 0px 1px 0px;
  border-style: solid;
  border-color: #666666;
  color: #666666;
  font-size: 110%;
}
form fieldset div.notes p {
  margin: 0em 0em 1.2em 0em;
  color: #666666;
}

form fieldset div.notes p.last {
  margin: 0em;
}
form fieldset div.campo{
  padding: 1px 5px;
  margin: 0px 0px 5px 0px;
  text-align: left;
}
form input.inputButton{
	font-size: x-small;
  background-color: #255176;
  border: none;
  color: White;
  width: auto;
  height: 20px;
  padding: 0px 6px;
  margin: 0px;
}
div.botonera{
	position: relative;
	width: 75%;
	clear: both;
	display: block;
	left: 100px;
}
.error {
	color: Red;
}
div#aviso{
border: 1px solid #255176;
width: 80%;
height: 150px;
overflow: auto;
margin-bottom: 10px;
}
/* FIN FORMULARIOS */