/* CSS RESET - http://meyerweb.com/eric/tools/css/reset/index.html */

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,
b, u, i, center,
dl, dt, dd, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

ol li { list-style: decimal }


/* FIN DEL RESET ******************************************** */


html, body {
	height: 100%;
}

body {
	padding: 0;
	margin: 0;
	font-family: Helvetica, Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#000000;
	background-color:#000;
	background-image:url(../img/fondo.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

/* ELIMINA BORDE AZUL ENLACES ACTIVOS */ 

*:focus { 
	outline: none; 
	}
	
*::-moz-focus-inner { 
	border: none; 
	}


/* GENERALES */ 

 
#contenedor {
	width:1024px;
	background-color:#000;
	clear: both;
	margin:0 auto 0 auto; /* Centrado horizontal */
	position: relative;
}


.menu { color:#FFF; font-size:15px; font-weight:bold; text-decoration:none; padding-right:36px; }
.menu:hover, .menu.seleccionado { color:#ff4300; } 

.menu2 { color:#FFF; font-size:14px; font-weight:bold; text-decoration:none; padding-right:22px; }
.menu2:hover, .menu2.seleccionado { color:#ff4300; } 


.cuerpoTexto a { color:#ffdad0; text-decoration:none; }
.cuerpoTexto a:hover { color:#ffdad0; text-decoration:underline; }

/* SISTEMA DE PAGINACIÓN */

div.pagination {
	padding:3px;
	margin:3px;
	text-align:center;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	/* border: 1px solid #ddd; */
	text-decoration: none; 
	color: #aaa;
}
div.pagination a:hover, div.pagination a:active {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	/* border: 1px solid #a0a0a0; */
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	/* border: 1px solid #e0e0e0; */
	font-weight: bold;
	background-color: #f0f0f0;
	color: #aaa;
}
div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	/* border: 1px solid #f3f3f3; */
	color: #ccc;
}

.cssRounded {
	-moz-border-radius: 6px; /* Firefox*/  
	-ms-border-radius: 6px; /* IE 8.*/  
	-webkit-border-radius: 6px; /* Safari,Chrome.*/  
	border-radius: 6px; /* El estándar.*/  	
}

/* BARRA DE SCROLL */

 
.flexcroll { color :#FFF; }

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


.scrollgeneric {
	line-height: 1px;
	font-size: 1px;
	position: absolute;
	top: 0; left: 0;
}

.vscrollerbase {
	width: 10px;
	background-color: white;
}

.vscrollerbar {
	width: 10px;
	background-color: black;
}

.hscrollerbase {
	height: 10px;
	background-color: white;
}

.hscrollerbar {
	height: 10px;
	background-color: black;
}

.scrollerjogbox {
	width: 10px;
	height: 10px;
	top: auto; left: auto;
	bottom: 0px; right: 0px;
	background-color: gray;
}


.titulo {
	font-size:26px; font-weight:bold; color:#ff4300; text-decoration:none;	
}

.titulo:hover { color:#f9c203; }


.cajaDestacada {
    background: url("/nubaexperience/img/quotes.jpg") no-repeat #312626;
    color: #f0efef;
    display: block;
    float: right;
    text-align: left;
    font-size: 16px;
    line-height: 18px;
    margin: 10px 0px 10px 10px;
    padding: 16px 10px 16px 50px;
    width: 140px;

}


