@charset "utf-8";
/* CSS Document */

body {
	margin: 0 auto;
	padding: 0px;
	/*background-color: #d8d8d8;*/
	font-family:Helvetica,Arial,sans-serif!important;
}
#contenedor {
    clear: both;
    width: 920px;
    margin-right: auto;
    margin-left: auto;
    border: 1px solid #CCC;
    background-color: #F2F2F2;
    /* background-image: url(imagen/bg_top.jpg); */
    background-repeat: repeat-x;
    background-position: top;
    height: auto;
    margin-top: 50px;
    border-radius: 10px;
}

#encabezado{
	width: 920px;
	float: left;
}
#encabezado .gob1 {
	background-image: url(../imagen/top.png);
	background-repeat: no-repeat;
	background-position: -0px 30px;
	height: 55px;
	width: 154px;
	float: left;
	margin-left: 0px;
	margin-top: 0px;

}

#main {
	background-color: #FFF;
    width: 918px;
    float: left;
    /* margin: 0px; */
    /* padding-top: 20px; */
    /* height: 195px; */
    position: relative;
}
#logo {
	float: left;
	width: 200px;
	text-align: center;
	background-color: #FFF;
	height: 118px;
	margin-top: 22px;
}

#titulo {
   float: left;
    width: 529px;
    font-size: 26px;
    color: #666;
    font-family: gobCL, "Arial Narrow", Verdana, sans-serif;
    /* text-shadow: 0.1em 0.1em #BFB5B3; */
    font-weight: normal;
    background-color: #FFF;
    height: 100px;
    padding-top: 10px;
    /* margin-top: -10px; */
    margin-left: -8px;
}

#login {
    float: left;
    width: 154px;
    clear: none;
    margin-top: 22px;
    margin-bottom: 5px;
}

#bottom {
	width: 920px;
	clear: both;
	margin: 0px;
	padding: 0px;
}
#bottom .gob2 {
	background-image: url(../imagen/descarga.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 154px;
	visibility: visible;
	z-index: 100;
	height: 230px;
	margin-left: 729px;
	margin-top: 0px;
}

#bottom #datos {
	background-color: #E5E5E5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	height: 30px;
	width: 920px;
	text-align: center;
	padding-top: 20px;
	background-image: url(../imagen/bottom.gif);
	margin: 0px;
}
.fila {
	padding: 20px;
	display: block;
	clear: both;
	width: 880px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 12px;
	font-weight: normal;
}
.fila .center {
	text-align: center;
}
#ingreso {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	text-align: center;
}
#ingreso .botones {
	display: block;
	float: left;
	background-image: url(../imagen/boton.jpg);
	background-repeat: no-repeat;
	height: 47px;
	width: 232px;
	text-align: center;
	vertical-align: middle;
	padding-top: 20px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#ingreso .botones a {
	font-family: gobCL, "Arial Narrow", Verdana, sans-serif;
	text-decoration: none;
	color: #666;
	font-size: 18px;
}
#ingreso .botones a:visited {
	color: #666;
	text-decoration: none;
}
#ingreso .botones a:hover {
	color: #000;
	text-decoration: none;
}
label {
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
input {
	font-size: 12px;
	border: 1px solid #CCC;
	height: 20px;
}
input.boton {
	background-color: #DFDFDF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	border: 1px solid #CCC;
}

#pie {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	clear: both;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
#tabla 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	border-collapse: collapse;
	border: 1px solid #CCC;
	color: #666;
	width: 95%;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}
#tabla thead {
	background-color: #D6D6D6;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}

#tabla  th
{
	font-size: 14px;
	padding: 12px 15px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	color: #333;
	font-family: gobCL, "Arial Narrow", Verdana, sans-serif;
	font-weight: normal;
}
#tabla  td
{
	padding: 8px 15px;
	color: #669;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #fff;
	border-bottom-color: #CCC;
	border-left-color: #fff;
}
#tabla a {
	text-decoration: none;
	color: #666;
}
#tabla a:hover {
	color: #333;
	text-decoration: none;
}

.odd
{
	background-color: #F2F2F2;
}
.even
{
	background-color: #E5E5E5;
}



.envio{
	border: 2px solid #CCC;
  	padding: 10px;
	margin: -65px 0 1em 600px;
  	position: relative;
}