@import url(./base/header.css); /* Estilos de la cabecera */
@import url(./base/footer.css); /* Estilos del pié de página */
@import url(./base/flashmsg.css); /* Mensajes */
@import url(./base/boxes.css); /* Cajas */
@import url(./base/blocks.css); /* Bloques */
@import url(./base/miniblock.css); /* Minibloques */
@import url(./base/layouts.css); /* Layouts */
@import url(./base/buttons.css); /* Botones */
@import url(./base/tooltip.css); /* Tooltips */
@import url(./base/tables.css); /* Tablas */
@import url(./styles.css); /* Estilos recurrentes */

/* GLOBAL */
	.clearfix:after {
	    content: ".";
	    display: block;
	    height: 0;
	    clear: both;
	    visibility: hidden;
	}
	.reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
	/* HYPERLINKS */
		a img, a:hover img{
			border:0;
		}
		a, a:visited, a:link, a:hover {
			color:#444;
			text-decoration:underline;
		}
		a:hover {
			color:#000;
			text-decoration:underline;
		}
		a:focus { outline: none; }
		a.blank {
			padding-right:13px;
			background:url(../../art/icons/external.gif) center right no-repeat;
		}
	/* HYPERLINKS */
	.highlight {color:#666;}
	.highlight a:hover {text-decoration:none;}
	strong, b {font-weight:800;}
	.hidden, .skip-to-content {display:none;margin-left:9999em;}
/* GLOBAL */


/* BODY */
	html, body {background-color:#fff;}
	body {
		color:#444;
		text-align:left;
	}
/* BODY */


/* LAYOUT */
	#container {}
	/* HEADER */
		#header {
			margin:0 auto 0 auto;
		}
		#header-inner {
			width:900px;
			margin:0 auto 0 auto;
		}
	/* HEADER */
	/* CONTENT */
		#content {
			clear:both;
			overflow:auto;
			margin:1px 0 0 0;
		}
		#content-inner {
			width:900px;
			margin:20px auto;
		}
		#content-inner-content {}
	/* CONTENT */
	/* FOOTER */
		#footer-1, #footer-2 {
			overflow:none;
			clear:both;
		}
		#footer-1 {
			margin:0;
		}
		#footer-2 {
			margin:0;
		}
		#footer-1-inner, #footer-2-inner, #footer-partners-inner {
			width:900px;
			margin:0 auto 0 auto;
		}
	/* FOOTER */
/* LAYOUT */



/* DESIGN */
	#container {
		 background:#fff url(../../art/common/base/bg.gif) 0 0 repeat-x;
	}
	/* HEADER */
		#header {}
		#header-inner {}
	/* HEADER */
	/* CONTENT */
		#content {
			border-top:3px solid #BDBDBD;
		}
		#content-inner {}
		#content-inner-content {}
	/* CONTENT */
	/* FOOTER */
		#footer-1 {}
		#footer-2 {}
	/* FOOTER */
/* DESIGN */

/* Warning ie6 */
	#warning-ie6 {
		display:none;	
	}
	
.color-anunciante {color:#00ADEF !important;}
.color-editor {color:#F79418 !important;}
.color-admin {color:#a00 !important;}

