/* Estilos Generales*/
*{padding:0;margin:0;font-family:Arial, sans-serif, Verdana, Helvetica, Georgia, Fantasy;font-size:12px;}
body {
	margin: 0;
	padding: 0;	
	font-size: 12px;
	font-family: Arial, sans-serif, Verdana, Helvetica, Georgia, Fantasy;
	text-align: justify;
	color: #fff;
	background-color:#000;
	background-image:url(../images_d/cabecera.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
	background-attachment:scroll;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
}
.oculto{display:none;}
h1{text-align:center;font-size:80px;}
h2{text-align:center;font-size:28px;}
p, ul, ol {
	margin: 0 0 2em 0;
	text-align: justify;
	line-height: 26px;
	list-style: none;
}


/*Los link por defecto que no se vean, si queremos un link, deberemos poner el estilo link o linkmenu*/
a,a:visited,a:hover, a:active{text-decoration:none;color:#fff;cursor:text;outline-style:none;}
/*Link de cualquier lugar del texto*/
a.link,a.link:visited{text-decoration:underline;cursor:pointer;}
a.link:hover, a.link:active{text-decoration:none;}
/*Links para el menu principal*/


img {
	border: none;
}

img.left {
	float: left;
	margin-right: 15px;
}

img.right {
	float: right;
	margin-left: 15px;
}
.floatright{float:right;border:0;border-top:0.1em #000 dotted;}

.rojo{color:#FF0000 !IMPORTANT;}
.verde{color:#00CC33 !IMPORTANT;}
.blanco{color:#fff !IMPORTANT;}
.letrageorgia{font-family:Georgia, sans-serif, Verdana, Helvetica, Fantasy !IMPORTANT;font-size:16px !IMPORTANT;}
/* .nodecorations{text-decoration:none !IMPORTANT;cursor:text !IMPORTANT;}*/
ul.listadoul{list-style:inside circle;}

/* Fin Generales */

/* Form 
form {	margin: 0;	padding: 0;}fieldset {	margin: 0;	padding: 0;	border: none;}
legend {	display: none;}
input, textarea, select {	font-size: 13px;	color: #333333;}
#cuerpo {background-color:blue;} */


/* Divs Diseņo */
div.clearing{clear:both;}

#cabecera {
	width: 100%;
	margin: 0 auto;
	height: 221px;
	background-color:#000;
	background-image:url(../images_d/cabecera.jpg);
	background-repeat:repeat-x;
}
#cabecera h1{display:none;padding:58px 0 0 0;}
#cabecera h2{display:none;padding:0 0 0 0;}

#genteizq{position:absolute;top:230px;left:0;background-image:url(../images_d/genteizq.jpg);width:249px;height:357px;z-index:-1;}

#menuul{margin-left:255px;padding:0 20px 5px 0;float:left;}
#menuul li{list-style:none;line-height:40px;}
#menuul a{text-decoration:none;font-size:22px;font-family:Georgia, sans-serif, Verdana, Helvetica, Fantasy;}
#menuul a.menuseleccionado{color:#797979;font-size:28px;}
/*#menu{border:#fff 1px solid;}*/

#contenido {
	padding: 30px 10px;
}

#pie {
	height:75px;
	padding-top:25px;
	text-align:center;
	background-image:url(../images_d/pie.jpg);
	background-repeat:repeat-x;
	color:#000;
}

#pie p {margin: 0;padding: 0;font-size: 10px;}
#pie a{text-decoration:none;color:#000;}

/* FIN Divs Diseņo*/
.koko{cursor: url(componentes/imgs/iconos/tuba.ico), pointer !important;}

#paralogin{position:absolute;top:50px;left:417px;width:10px;height:10px;cursor:default;}

.terms li{float:left;margin-right:15px;}

dl{ /*Listado de terminos*/
	
}
	dt{ /*Termino especifico*/
		text-indent:10px;
		list-style-type:circle;
	}
		dd{ /*Descripcion del termino*/
			text-indent:30px;
			list-style-type:square;
		}

.SlashEff{margin-top:45px !important;}
