@charset "utf-8";


body,td,th {
	font-family: "Helvetica", "Arial", sans-serif;
	font-size: 11px;
	color: #6B6B6B;
}

body {
	background-image: url(imgs_web/bg.png);
	background-repeat:repeat-y;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
}

a {
	font-family: "Helvetica", "Arial", sans-serif;
	font-size: 10px;
	color: #6B6B6B;
	text-decoration: none;
	line-height: 14px;
	
}

a:hover { line-height: 14px; font-size: 10px; text-decoration: line-through; }

img: { border: none; }

.selec {
line-height: 14px;
	font-family: "Helvetica", "Arial", sans-serif;
	font-size: 10px;
	color: #6B6B6B;
	text-decoration: line-through;
}



#menu {
    position: fixed;
    left:94px;
    top:40px;
	z-index: 500;
	
}

#contenido {
    position: absolute;
    left: 296px;
    top:184px;
	
}

#contenido_2 {
    position: absolute;
    left: 296px;
    top:158px;
	
}

.online {
	font-family: "Helvetica", "Arial", sans-serif;
	font-size: 11px;
	color: #ff816c;
	text-decoration: none;
}

.online:hover { color: #ff816c; font-size: 11px; text-decoration: line-through;	}

.volver {
	font-family: "Helvetica", "Arial", sans-serif;
	font-size: 11px;
	text-decoration: none;
}

.volver:hover { font-size: 11px; text-decoration: line-through;	}


.titulo_grande {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 23px;
	color: #000000;
	text-decoration: none;
}

.titulo_grande_link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 23px;
	color: #000;
	text-decoration: none;
	line-height: 14px;

}
.titulo_grande_link:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 23px;
	color: #000;
	text-decoration: line-through;	

}

.selec2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 23px;
	color: #000;
	text-decoration: line-through;	
	line-height: 14px;
}


.idioma {

    position: fixed;
    top:40px;
    right:20px;
	
}

#nuevo {
    position: absolute;
    margin-top: 13px;
    margin-left: 185px;	
    z-index: 100;
	
}

.goUp{
    position: fixed; 
    bottom: 10px;
    right: 10px;
    background: #111;
    color: #FFF;
    padding: 10px;
    display: none;
    cursor: pointer;
}

