@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;
	}

.titulo {
	margin top: 0px;
	float: left;
	}

.titulo h1 {
	margin top: 0px;
	padding-bottom: 5px;
	font: normal 21px Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	font-weight: bold;
	color: white;
	}
	
.topderecha {
	width: 200px;
	height: 80px;
	margin-right: -10px;
	float: right;
	display: inline;
	}
	
#bottom{
	clear: both; /*resetea esta seccion para que no tenga problemas con los FLOAT del container*/
	width: 760px;
	height: 424px;
	/*background-color: aqua;*/
	border-bottom: yellow solid .5px;
	}

/******* MENU *******/
#principal {
    width: 540px;
	height: 424px;
	margin: 10px 10px 0px 10px;
}
#principal ul{
    list-style:none;
    list-style-position:outside;
}
#principal ul.menu li{
    float:left;
    margin-right:8px;
    margin-bottom:-1px;
}
#principal ul.menu li{
    font-weight:400;
    font-variant: small-caps;
    display:block;
    padding:5px 15px;
    background:#303030;
    margin-bottom:-1px;
    border:1px solid #3e3e3e;
    border-width:1px 1px 1px 1px;
    position:relative;
    color:#e4e1cd;
    cursor:pointer;
    border-radius:3px 3px 0 0;
    -moz-border-radius:3px 3px 0 0;
    -webkit-border-radius:3px 3px 0 0;
}
#principal ul.menu li:hover{
    color:#fff;
}
#principal ul.menu li.active{
    background:#171717;
    top:1px;
    border-bottom:0;
    color:#fff;
}
/******* /MENU *******/

/******* CONTENT *******/
.content{
	width: 510px;
	height: 367px;
    margin:0pt auto;
    background:#efefef;
    background:#171717;
    border:1px solid #3e3e3e;
    text-align:left;
    padding:1.3em;
    padding-bottom:20px;
    font-size:12px;
    font-weight:400;
    font-variant: small-caps;
    line-height:2em;
    color:#e4e1cd;
    border-radius:0 5px 5px 5px;
    -moz-border-radius:0 5px 5px 5px;
    -webkit-border-radius:0 5px 5px 5px;
}

.content h3{
    line-height:1em;
    vertical-align:middle;
    height:30px;
    padding:10px;
    font-size: 20px;
    color:#E4E1CD;
}

.listaizquierda {
	width: 300px;
	height: 200px;
	margin: 0px;
	padding: 0px;
	float: left;
	border:none;
	display: block;
}

.listaderecha {
	width: 150px;
	height: 150px;
	margin: 45px 20px auto auto;
	padding: 0px;
	float: right;
	border:1px solid #3e3e3e;
	display: block;
}
/******* /CONTENT *******/

/******* FRONTENIS *******/
.content.frontenis h3 {
    background:transparent url(img/links.png) no-repeat scroll left top;
}
.content.frontenis {
    display: block;
}
.content.frontenis a {
    color:#e4e1cd;
    text-decoration: none;
}
/******* /FRONTENIS *******/

/******* SQUASH *******/
.content.squash h3 {
    background:transparent url(img/links.png) no-repeat scroll left top;
}
.content.squash {
    display: none;
}
.content.squash a {
    color:#e4e1cd;
    text-decoration: none;
}
/******* /SQUASH *******/

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

#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*/
	}
