

body {
	background-image: url(images/back_small_tiles.gif);
}

/*Layout de la página*/

/*centrar todo*/

#centrar_todo {
	width: 830px;
	margin: auto;
	
}

/*Menu
-------------------------------------------------*/
#menu_bar {
	float: left;
	width: 175px;
	text-align: center;
}

#menu {
	float: left;
	width: 170px;
	margin-bottom: 20px;
	background-image: url(../images/menu_back.jpg);
	border: solid #990000;
	color: #990000;
	font-family: Verdana, sans-serif;
	font-size: 0.8em;
	text-align: left;
}

#menu a:link {
	color: #990000;
	text-decoration: none;
}

#menu a:hover {
	color: Lime;
}

#menu a:visited {
	color: #ff4444;
}

#menu a:active {
	color: Aqua;
}

#menu ul {
	Margin: 0;
	padding-left: 5px;
}

#menu li {
	list-style: none;
}



/*Estilo de todo el contenido */
#principal {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #1F794C;
	background-color: #CCCCCC;
	background-image: url(images/line_back.gif);
	background-repeat: repeat;
	width: 600px;
	padding: 20px;
	float: right;
}

/*Formato de la cabecera*/
#numero {
	float: left;
	height: 40px;
	font-family: "Courier New", Courier, monospace;
	color: #00844A;
	font-weight: bold;
	text-align: left;
}

#mes {
	float: right;
	height: 40px;
	font-family: "Courier New", Courier, monospace;
	color: #00844A;
	font-weight: bold;
	text-align: right;
}

#anterior {
	float: left;
	height: 40px;
	font-family: "Courier New", Courier, monospace;
	color: #00844A;
	font-weight: bold;
	text-align: left;
}

#siguiente {
	float: right;
	height: 40px;
	font-family: "Courier New", Courier, monospace;
	color: #00844A;
	font-weight: bold;
	text-align: right;
}

#arriba {
	height: 40px;
	font-family: "Courier New", Courier, monospace;
	color: #00844A;
	font-weight: bold;
	text-align: right;
}

/*formato de texto*/

hr {
  width: 50%;
  margin: auto;
  color: #00844A;
}

/*Títulos de los artículos*/

h2 {
	color: #00844A;
	font-size: 24px;
	font-weight: bold;
}

/*Texto normal*/
.lauf_text {
	font-family: Verdana, Arial, "sans-serif"; 
	font-size: 0.9em;
	text-align: justify;
	line-height: 1.4em;
	color: #1F794C;
	
}
.style1 {
	font-family: "Courier New", Courier, monospace;
	color: #00844A;
	font-weight: bold;
}

.fecha {
   font-family: "Courier New", Courier, monospace;
   color: #00844A;
   text-align: right;
}


/*Formatos generales
----------------------------------------------*/

.center {
	text-align: center;
}

.float_right {
	float: right;
}

.float_left {
	float: left;
}

.img_left {
	float: left;
	padding-right: 5px;
}

.img_right {
	float: right;
	padding-left: 5px;
}

.right {
	text-align: right;
}

/*Formato de los vínculos*/
a:link {
	text-decoration: none;
	color: #000099;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
}

a img { 
	 border: 0pt none ;
 }


/*Formato tablas
----------------------------------------*/

td {
	padding-left: 0.5em;
}