body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Tahoma; 
	font-size: 16px; 
	color: #8e5c4e;
}
#bggris{
	background-color:#e6e0de;
}


.textotitblanco{
	font-family: Tahoma; 
	font-size: 19px; 
	color: #FFFFFF; 
	line-height:21px; 
	text-align: justify;
	text-transform: uppercase; 
	font-weight: bold;
}
.textonaranja
{	
	font-family: Tahoma; 
	font-size: 16px; 
	color: #fc6500; 
	font-weight: bold;
}

#principal
{
	position: absolute;
	/*nos posicionamos en el centro del navegador*/
	top:50%;
	left:50%;
	width:1024px;
	margin-left:-512px;
	height:550px;
	margin-top:-275px;		
	padding:5px;
	background-color:#ffffff;
}

#cuerpo{

	width:1024px;
	height: 352px;
	background-color:#e6e0de;
	margin-top: 99px;

}
#cabecera {
	width:1024px;
	height: 99px;
	position:absolute;
	background: url(../images/header.png) no-repeat left top;
}

#footer {

	width:1024px;
	height: 99px;
	float: left;

	background: url(../images/footer.png) no-repeat left top;
}

#texto{
padding:8px 15px	;
text-align:justify;
}

#textocenter{
	position: relative;
	top:50%;
	left:50%;
	width:450px;
	margin-left:-230px;
	height:330px;
	margin-top:-145px;		
	padding:5px;
}

#cleft {

	width:512px;
	height: 352px;
	float: left;

}

#cright {

	width:511px;
	height: 352px;
	float: right;
	border-left: 1px solid #ffffff;
	
	

}

#separador{
	position: relative;
	width:1px;
	height: 352px;
	background-color:#ffffff;
}
#titcabcera{
	width:512px;
	height: 99px;
	padding: 28px 16px 0 16px;	
}

#login-box2 {
	width:1024px;
	height: 452px;
	padding: 58px 76px 0 76px;
	color: #ebebeb;
	font: 12px Arial, Helvetica, sans-serif;
	background-color:#1e4f8a;

}

#login-box2 h2 {
	padding:0;
	margin:0;
	color: #ebebeb;
	font: bold 24px "Calibri", Arial;
	text-transform: uppercase;  
}

#login-box2 h3 {
	padding:0;
	margin:0;
	color: #ebebeb;
	font: 16px "Calibri", Arial;
}



#login-box {
	width:333px;
	height: 352px;
	padding: 58px 76px 0 76px;
	color: #ebebeb;
	font: 12px Arial, Helvetica, sans-serif;
	background: url(images/login-box-backg.png) no-repeat left top;
}


#header {
	margin: 0px 50px 0px 0px;
}



#login-box img {
	border:none;
}

#login-box h2 {
	padding:0;
	margin:0;
	color: #ebebeb;
	font: bold 19px "Calibri", Arial;
	text-transform: uppercase;  
}


#login-box-name {
	float: left;
	display:inline;
	width:80px;
	text-align: right;
	padding: 14px 10px 0 0;
	margin:0 0 7px 0;
}

#login-box-field {
	float: left;
	display:inline;
	width:230px;
	margin:0;
	margin:0 0 7px 0;
}


.form-login  {
	width: 195px;
	padding: 10px 4px 6px 3px;
	border: 1px solid #0d2c52;
	background-color:#ffffff;
	font-size: 16px;
	color: #000000;
}


.login-box-options  {
	clear:both;
	padding-left:87px;
	font-size: 11px;
}

.login-box-options a {
	color: #ebebeb;
	font-size: 11px;
}

div.tabla
{
	clear: none;
	overflow: auto;
	margin-left:190px;
	
}

div.fila
{
	clear: both;
}

div.col_titulo
{
	float: left;
	padding: 5px;
	background: #FFFFFF;
	color: #1e4f8a;
	border-color: #F0E0A0;
	border-style: solid;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 1px;
	font: bold 13px Arial, Helvetica, sans-serif;
	border: 1px solid #0d2c52;
}

div.col
{
	float: left;
	padding: 5px;
	border-color: #F0E0A0;
	border-style: solid;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 1px;
	background: #ececec;
	color: #1e4f8a;
	border: 1px solid #0d2c52;
}

.mybutton {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fc6500), color-stop(1, #f5ebf5) );
	background:-moz-linear-gradient( center top, #fc6500 5%, #f5ebf5 100% );
	background-color:#fc6500;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border:1px solid #857d85;
	display:inline-block;
	color:#8e5c4e;
	font-family:arial;
	font-size:16px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
}.mybutton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f5ebf5), color-stop(1, #fc6500) );
	background:-moz-linear-gradient( center top, #f5ebf5 5%, #fc6500 100% );
	background-color:#f5ebf5;
}.mybutton:active {
	position:relative;
	top:1px;
}
.txt1
{
	color: #424242;
	font: 13px Arial, Helvetica, sans-serif;

}
a.uno:link {color:#1e4f8a; text-decoration: underline }      /* unvisited link */
a.uno:visited {color:#1e4f8a; text-decoration: underline }  /* visited link */
a.uno:hover {color:#1e4f8a; text-decoration: none ;font-weight:bold;}  /* mouse over link */
a.uno:active {color:#1e4f8a; text-decoration: underline }  /* selected link */

img{border:none;}

.cert1{

background-color:#ffffff;
padding:8px 15px 8px 15px;
border: 1px solid #000000;
}