@charset "UTF-8";
/* CSS Document */
/* Descripción: EL buenas
Autor: Edgar Escobar
Última actualización: 30 de Noviembre del 2009 */

/******* GENERAL RESET *******/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,
font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td {
    border:0pt none;
    font-family:inherit;
    font-size:100%;
    font-style:inherit;
    font-weight:inherit;
    margin:0pt;
    padding:0pt;
    vertical-align:baseline;
}
body{
    line-height: 1em;
    font-size: 14px;
    background: #262626 url(img/bg.png) repeat scroll 0 0;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0pt;
    cursor: default;
    color: #fff;
}
table{
    border-collapse: separate;
    border-spacing: 0pt;
}
strong{
    font-weight: 700;
}
caption, th, td{
    font-weight:normal;
    text-align:left;
}
blockquote:before, blockquote:after, q:before, q:after{
    content:"";
}
blockquote, q{
    quotes:"" "";
}
pre{
    font-family: Arial, Helvetica, sans-serif;
}
input{
    border: 0;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
}
textarea{
    font-family: Arial, Helvetica, sans-serif;
    color: #888888;
    padding: 7px 3px 0 4px;
    font-size: 11px;
}
select{
    font-size: 10px;
    color: #888888;
    background: #fff;
    font-family: Arial, Helvetica, sans-serif;
    border: 1px solid #CAD2CE;
}
ul{
    list-style: none;
    list-style-type: none;
    list-style-position: outside;
}
a{
    cursor: pointer;
    color: #ece6bd;
    text-decoration: underline;
    outline: none !Important;
}
html,body{
    height:100%;
}
.clear{
    clear: both;
    height: 0;
    visibility: hidden;
    display: block;
    line-height: 0;
}
.clearfix{
    overflow: hidden;
}
.italic{
    font-style: italic;
}
/******* /GENERAL RESET *******/

body {
	background-color: #110d0e;
	}

#wrapper {
	width: 780px;
	margin: 0 auto; /*auto alinea al centro de le ventana del browser. La primer cifra es para arriba y abajo y la segunda para los lados*/
	display: block;
	}
	
/*Inicia Header*/
	
#header {
	width: 780px;
	height: 331px;
	display: block;
	}
	
/*Termina Header*/
	
/*Inicia Container*/

#container {
	clear: both; /*resetea esta seccion para que no tenga problemas con los FLOAT del header*/
	width: 780px;
	height: 529px;
	margin-top: 330px;
	float: left;
	background-image: url(../imagenes/interfaz/imgcontainer_04.jpg);
	display: block;
	}
	
#main {
	width: 760px;
	height: 504px;
	display: block;
	margin: 15px 10px 10px 10px;
	/*background-color: green;*/
	}
	
.top {
	width: 760px;
	height: 80px;
	/* border-bottom: yellow solid .5px;
	background-color: lime;*/
	}

.topizquierda {
	width: 560px;
	height: 80px;
	margin-left: 10px;
	float: left;
	}

.topderecha {
	width: 200px;
	height: 80px;
	margin-right: -10px;
	float: right;
	display: inline;
	}

#bottom{
	width: 760px;
	height: 424px;
	/*background-color: aqua;
	border-bottom: yellow solid .5px; */
	}
	
#principal {
	width: 560px;
	height: 424px;
	/*background-color: blue;*/
	float: left;
	display: inline;
	}

#noticias {
	width: 540px;
	height: 200px;
	margin: 10px auto;
	/*background-color: fuchsia;*/
	}

.noticia {
	width: 340px;
	height: auto;
	float: left;
	text-justify: left;
	}

.noticia h2 {
	padding: 5px;
	float: left;
	font: 16px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: white;
	display: inline;
	}
	
.noticia h3 {
	padding: 5px;
	float: left;
	font: 13px Arial, Helvetica, sans-serif;
	color: white;
	display: inline;
	}
	
.noticia p {
	padding: 7px;
	float: left;
	font: 11px Arial, Helvetica, sans-serif;
	font-variant: none;
	color: white;
	display: inline;
	}
	
.noticia a {
	font: 11px Arial, Helvetica, sans-serif;
	font-variant: none;
	color: white;
	/*text-decoration: none;*/
	display: inline;
	}

.foto {
	margin: 0px 0px auto auto;
	float: right top;
	display: block;
	}

#fotogaleria {
	width: 540px;
	height: 100px;
	margin: 10px;
	/*background-color: white;*/
	}
	
.thumbizquierda {
	width: 100px;
	height: 100px;
	margin: 0;
	float: left;
	display: block;
	}
	
.thumb2 {
	width: 100px;
	height: 100px;
	margin: 0 10px;
	float: left;
	display: block;
	}
	
.thumb3 {
	width: 100px;
	height: 100px;
	margin: 0;
	float: left;
	display: block;
	}
	
.thumb4 {
	width: 100px;
	height: 100px;
	margin: 0 10px;
	float: left;
	display: block;
	}
	
.thumbderecha {
	width: 100px;
	height: 100px;
	margin: 0;
	float: right;
	display: inline;
	}
	
#links {
	width: 540px;
	height: 84px;
	margin: 10px auto;
	/*background-color: green;*/
	display: block;
	}
	
.btnizquierda {
	margin: 0 10px 0 0;
	float: left;
	}
	
.btnderecha {
	margin: 0 0 0 auto;
	float: right;
	}

#tips {
	width: 200px;
	height: 424px;
	/*background-color: maroon;*/	
	float: right;
	display: inline;
	}
	
.tip1 {
	margin: 10px 10px 10px 10px;
	}
	
.tip2 {
	margin: 10px 10px 10px 10px;
	}


#footer {
	width: 780px;
	height: 100px;
	margin-top: 0;
	/* background-image: url(../imagenes/interfaz/linefooter.png); */
	background-repeat: no-repeat;
	float: left;
	display: block;
	}
	
.logos ul {
	margin: 0;
	padding:0;
	display: inline;
}

.logos li {
	float: left;
	display: inline; /* :KLUDGE: Removes large gaps in IE/Win */
	/*-- padding-left: 10px; --*/
}
	
.legales {
	margin: 68px auto auto auto;
	font: normal 9px Arial, Helvetica, sans-serif;
	color: #fff;
	text-align: center;
	position: relative; /* Centra los elementos en relacion al documento */
	}

.legales a {
	color: #fff;
	text-decoration: none; /*quita el subrayado del link*/
	}
	
/* .legal ul { */
	
.legal li {
	margin: 0;
	padding: 1px; /*crea el espacio del texto hacia afuera*/
	}