@charset "utf-8";
/* =INITIAL 
   v2.1, by Faruk Ates - www.kurafire.net
   Addendum by Robert Nyman - www.robertnyman.com 
   Addition by Christian Montoya - www.christianmontoya.net */

/* Neutralize styling: 
   Elements we want to clean out entirely: */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 120%;
}
html, body {
	height: 100%;
}

/* Neutralize styling: 
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
        margin: 1em 0;
        padding: 0;
}
td a {
	color: #000000;
	text-decoration: underline;
}


/* Apply left margin:
   Only to the few elements that need it: */
li, dd, blockquote {
        margin-left: 1em;
}

/* Miscellaneous conveniences: */
form label {
        cursor: pointer;
}
fieldset {
        border: none;
}
input, select, textarea {
        font-size: 100%;
		font-family: inherit;
}

a {
	color: #FFF;
	text-decoration: none
}

p a {
	color: #443224;
	text-decoration: underline;
}

a:link 	{

}
a:visited {}
a:hover {
	color: #C90
}
a:active {}
ul {
	list-style-type: none;
	margin: 0px;
}


li {
	list-style-type: none;
	margin: 0px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	padding-top: 40px;
	margin: 0px;
	padding-bottom: 5px;
	font-size: 20px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-top: 30px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	padding-bottom: 10px;
	width: 60%;
}
h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}



/* Fondo paginas */
body {
	background-color: #443224;
	background-repeat: repeat-x;
}
#index {
	background-image: url(../imagenes/introduccion.jpg);
	height: 417px;
	width: 660px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
}

#entrar {
	float: left;
	height: 35px;
	width: 135px;
	clear: both;
	position: relative;
	left: 450px;
	top: 176px;
}
#enter {
	float: left;
	height: 35px;
	width: 135px;
	clear: both;
	position: relative;
	left: 450px;
	top: 290px;
}




#contenedor {
	min-height: 100%;
	height: auto !important;
	height: 100%; /* the bottom margin is the negative value of the footer's height */
	width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: -94px;
	margin-left: auto;
	background-color: #FFFFFF;
}
#header {
	text-align: center;
	background-color: #443224;
}
#botonera {
	background-color: #443224;
	text-align: center;
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(../imagenes/fondo_botonera.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#botonera   li {
	display: inline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
}
.borde {
	background-image: url(../imagenes/borde.gif);
	background-repeat: repeat-x;
	height: 11px;
}
#cont {
	background-color: #FFFFFF;
}
.contenido {
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	width: 720px;
}
.anchor {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #382C20;
	margin-left: 20px;
}
.texto_izq {
	margin-bottom: 50px;
	text-align: justify;
}
.foto {
	padding-left: 0px;
	padding-bottom: 10px;
	float: left;
	width: 100%;
}

.footer, .push {
	height: 94px;
}
.footer  {
	text-align: center;
	background-color: #443224;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-image: url(../imagenes/fondo_footer.jpg);
	background-repeat: no-repeat;
	background-position:center;
	color: #FFF;
}
#subbotonera  {
	color: #999999;
	text-align: center;
	font-size: 9px;
	line-height: 30px;
	height: 30px;
}
#subbotonera a {
	color: #999999;
}


#logo_Gdechile {
	background-image: url(../imagenes/introduccion.jpg);
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	width: 660px;
}

