@CHARSET "ISO-8859-1";

body{
	margin:0px;
	padding:0px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
}
title{
	text-transform: uppercase;
}
.cabecera {
	width: 100%;
	background-image: url(../images/fondoCabecera.jpg);
	background-repeat: repeat-x;
}
.cabecera .contenido-cabecera{
	width: 1000px;
	height: 82px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 7px;
}

.cabecera .contenido-cabecera #logoEmisnet{
	float:left;
}

.cabecera .contenido-cabecera #logoBMV{
	float:right;
}
.principal {
	width: 100%;
	background-image:url(../images/fondoContenido.jpg);
	background-repeat: repeat;
	height: 400px;
	text-align: center;
}

table.mainGrid thead tr th,h2{
	color: white;
	font-size: 18px;
	text-transform: uppercase;
}

table.datos{
	float: right;
	border-collapse: collapse;
}

table.archivos{
	float: left;
}

table.datos tr td,table.archivos tr td{
  padding: 0;
  padding-top:10px;
  margin: 0;
  color: white;
  white-space: nowrap;
  text-align: left;
}

table.datos tr td input,textarea,select{
	width: 150px;
	height:15px;
	font-size: 10px;
}
table.archivos tr td input{
	height:20px;
	font-size: 12px;
}

textarea{
	height: 45px;
}
select.expand {
    width: auto;
    position:absolute;
}

table.datos tr.direccion td{
  vertical-align: top;
}

button.botonA {
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	margin:0;padding:0;border:0;
	background-image: url(../images/botA_sobreAzul.gif);
	background-repeat: no-repeat;
	background-color:transparent;
	background-position: center top;
	width:247px;
	height:31px;
}
button.cancelar{
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	margin:0;padding:0;border:0;
	background-image: url(../images/botonRegresa.gif);
	background-repeat: no-repeat;
	background-color:transparent;
	background-position: center top;
	width:247px;
	height:31px;
}

button.cancelar:hover {
	color: #266B0E;
	background-image: url(../images/botonRegresa_over.png);
}

button.botonA:hover {
	color: #266B0E;
	background-image: url(../images/botA_sobreAzul_over.png);
}


.principal label {
	color: #FFF;
	padding: 0;
	margin: 0;
}
.pie{
	background-image: url(../images/fondoBajo.jpg);
	background-repeat: repeat-x;
	width: 100%;
	height:50px;
}

.req{
	text-align:center;
	font-size:11px;
	color:#fff;
	width:100%;
	height:32px;
	background-image: url(../images/fondoPie.jpg);
	background-position:center;
	vertical-align: middle;
	padding-top:10px;
}

td.separador {
	width: 14px;
	background-image: url('../images/separadorMenu.gif');
	background-repeat: repeat-y;
}
div.mensaje{
	position:absolute;
	right: 25%;
	top: 200px;
	width: 50%;
	height: 80px;
	background-color: rgb(216,241,251);
	border-width: 2px;
	border-color: rgb(2,93,169);
	border-style:solid;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	padding-top:10px;
	vertical-align:middle;
	color:rgb(2,93,169);
	text-align: center;
	font-weight: bold;
	font-size: 20px;
}
div.mensaje img{
	float: left;
	vertical-align: middle;
}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> VALIDACIONES <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

/*input:focus { border: 1px dashed blue; }*/
input.error { border: 1px dotted red; }
label.error {
 font-size: 9px;
 font-weight: bold;
 color: aqua;
 text-align: right;
 margin:0;
 padding: 0;
 padding-right:10px;
}
div.Errors{
	display: none;
	width: 40%;
	height: 40px;
	position:absolute;
	top: 10px;
	right: 30%;
	background-color: rgb(216,241,251);
	border-width: 2px;
	border-color: rgb(2,93,169);
	border-style:solid;
	background-image: url('../images/anuncioExclamacion.jpg');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
	padding-top:10px;
	vertical-align:middle;
	color:rgb(2,93,169);
	text-align: left;
	font-weight: bold;
	font-size: 11px;
}
