/* Cabecera */
@import url("header.css");

/* Pie */
@import url("footer.css");

/* Textos */
@import url("textos.css");

/* Columnas */
@import url("columnas.css");

/* blog */
@import url("blog.css");

/* avisos */
@import url("avisos.css");


/* General */

body {
	background-color: #F5F5F5;
	font-family:Arial, Helvetica, sans-serif;
	margin:auto;
	font-size:0.8em;
	}
	
form {	
	margin:0;
	padding:0;
	}
	
img {
	border:0;
	}
	
/* Layout */
	
.cuerpo { /* define la anchura total del site */
	margin:auto;
	width:99%; /* Sólo IE6*/
	text-align:left;
	border-left:1px solid #eee;
	border-right:1px solid #eee;
	}
	
html >body .cuerpo { /* Todos menos IE6 */ 
	min-width:740px;
	max-width:970px;
	}
	
.limpiar {
	clear:both !important;
	}
	
	





		#twit .tito {font-size:85%; color:#666 !important; }
		#tito { color:#000;text-decoration: none; font-weight:700}
		#twit .metatwit a { font-size:85% !important; color:#888 !important; text-decoration:none !important}
		#twit .metatwit a:hover, #tito:hover { text-decoration:underline !important}
		#twit ul { list-style:none !important; margin:0 0 0 20px !important; padding:0 !important; font-size:90%}
		#twit ul li{ margin:0 0 .7em 0.3em; list-style:none;}
		#twit .bot_twit { margin-left:20px}
