/* Reset ---------------------------------- */
* {	margin: 0;padding: 0;}
html { overflow: auto; font-size: 62.5%; }
body { font-family:  Verdana,Arial,Tahoma,sans-serif; font-size: 10px; /*1em = 62.5% = 10px*/ text-align: center;/* Hack para que IE6 no de problemas */ }
ol, ul {list-style: none;list-style-type: none;}
img, a img {border: none;text-decoration: none; background-repeat: no-repeat; vertical-align:top;}
fieldset {border:none;}
label, button {	cursor: pointer;}
/*input:focus, select:focus, textarea:focus {	background-color: #FFF;}*/
input, textarea, select, button {font-size: 100%;font-family: inherit; border:none;}
table {	border-collapse:collapse;border-spacing:0;}
q:before,q:after {content:'';}
h1,h2,h3,h4,h5,h6 {	font-size:100%;font-weight:normal;}

/* -------------------Fin Reset ------------------ */
/* ------------------------------------------------*/

/* Generales */
a:link, a:visited { text-decoration:underline; color: #cc0001; }
a:hover { text-decoration: none;}
p { line-height: 15px; margin-bottom: 8px; }


/*************** Menus de configuracion *****************/
.zona .menuConfig {background:#cc0001;color:#fff;padding:10px;font-size:1.4rem;margin:5px 0;overflow:hidden;}
.zona .menuConfig h3 {float:left;font-size:1.2rem;}
.zona .menuConfig a {font-size:1.8rem;color:white;text-decoration:none;float:right;margin-left:10px;}

.zona .widget .menuConfig {background:#000;color:#fff;padding:5px 10px;font-size:1.2rem;margin-bottom:2px;overflow:hidden;}
.zona .widget .menuConfig h3 {float:left;font-size:1.2rem;}
.zona .widget .menuConfig a {font-size:1.4em;color:white;text-decoration:none;float:right;margin-left:10px;}

.menuGestion {position:fixed;bottom:50px;left:0;;}
	.menuGestion a {display:block;color:#fff;background:#cc0001;text-decoration:none;font-size:3em;padding:10px}
		.menuGestion a.activo {color:#fff;background:#000;}
