@CHARSET "ISO-8859-1";

body{
	margin:0px;
	padding:0px;
	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;
	margin: 0;
}
.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;
}

table.formulario{
	border-collapse:collapse;
}

table.formulario tr td{
 text-align:left;
 padding:0;
 padding-top: 10px;
}
table.formulario tr td.captcha input{
	width: 243px;
}

.principal {
	width: 100%;
	background-image:url(../images/fondoContenido.jpg);
	background-repeat: repeat-x;
	height: 331px;
	margin:0;
	padding:0;
}

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;
	margin-top: 20px;
}

button.botonA:hover {
	color: #266B0E;
	background-image: url(../images/botA_sobreAzul_over.gif);
}


.principal label {
	color: #FFF;
}

.pie{
	background-image: url(../images/fondoBajo.jpg);
	background-repeat: repeat-x;
	width: 100%;
	height:50px;
	background-color: white;
}

.pie .contenido-pie{
	margin-right: auto;
	margin-left: auto;
	width: 582px;
	height:39px;
	margin-top: 2em;
	text-align:center;
	
	background-image:url(../images/fondoMenuB_2.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}

.pie .contenido-pie a{
	color:#47AA42;
	text-decoration:none;
}
.pie .contenido-pie a:link{
	color:#47AA42;
	text-decoration:underline;
}

h2{
	margin:0;
	padding-top:60px;
	padding-bottom:20px;
	font-size: 18px;
	color: white;
}

.req{
	height:39px;
	text-align:center;
	font-size:11px;
	color:#fff;
	width:100%;
	background-image: url(../images/fondoPie.jpg);
	background-position:center;
	vertical-align: middle;
}

input{
	width: 175px;
}




/*input:focus { border: 1px dashed blue; }*/
input.error { border: 1px dotted red; overflow: visible;}
label.error {
 font-size: 9px;
 width:800px;
 font-weight: bold;
 color: aqua;
 text-align: left;
 margin:0;
 padding: 0;
 padding-left:10px;
}
div.Errors{
	display: block;
	position: absolute;
	top:100px;
	left:25%;
	width: 50%;
	height: 20px;
	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;
}
