/*
   --------------------------------------------------------------
	Archivo: general.css
	Version: 2008-07-22
	Autor: Maira Vykus
	Importante: En vbulletin ir a Estilos y plantillas, Editar plantillas, y personalizar headinclude haciendo un llamado a este css al final de todo: <link rel="stylesheet" type="text/css" href="/css/forum_extrastyles.css" />

	CONTENIDO:
	 - Personalización para vbulletin
    --------------------------------------------------------------
*/

/* ---- GENERAL ---------------------------------------------------- */

html {background: #4d4d4d; }


/* ---- MODIFICAR HEADER ------------------------------------------- */

.above_body, .toplinks .notifications a.popupctrl:hover, .toplinks .nonotifications a.popupctrl:hover, .toplinks ul.isuser li a:hover {background: #353535 }
.above_body {margin: 0}
.doc_header { border-top:5px solid #FF7D00; border-bottom:2px solid #FF7D00; padding-bottom: 4px }
a.logo-image img { margin: 12px 0 10px 10px; }




/* --- menu principal --- */
div.menu { z-index: 1; font-weight: bold; background: #000; margin: 0; font-size: 1.1em; text-transform: lowercase; height: 24px;}
div.menu ul { margin: 0; }
div.menu li { font-size: 12px; float: left; }
div.menu li a { display: block; margin: 0; padding: 4px 15px 4px 5px; text-decoration: none; color: #fff;  }
div.menu li a:visited, div.menu li a:active { text-decoration: none; color: #FFF;  }
div.menu li a:hover { text-decoration: none; color: #CCCABB; }


/* ---- CONTENIDO -------------------------------------------------- */

.postbitlegacy .userinfo .userinfo_extra dt {float: left; font-weight: 700 }
.postbitlegacy .userinfo .userinfo_extra dt::after { content: ": "; }

.blockfoot, .blocksubfoot {background: #DAD8D9}
.blockfoot.actionbuttons {background: #B5B5B5}

.toplinks .notifications a.popupctrl:hover, .toplinks .nonotifications a.popupctrl:hover{padding-top: 0;}
.postbitlegacy .after_content {clear: none!important}

/* ---- footer posts -------------------------------------------------- */
.mysystem {
	margin: 5px 0 0 0;
	padding: 2px 0 0 0;
	display:block;
	width: 100%;
	height: 100%;
	background: #e6e6e6; 
	/*border-top: 1px solid #B5B5B5;*/
	font-weight: 400;
	clear: both;
	font-size: 0.8em;
	text-align: center; }
.mysystem dl {margin: 0 10px;}
.mysystem dt {float: left; font-weight: bold;}
.mysystem dt::after { content: ": "; }
.mysystem dd {float: left; margin: 0 12px 0 4px;}
.mysystem strong {font-weight: 700;}
.mysystem em {font-style:normal; margin-right: 10px;}