/* COMMON VALUES */
#contenido a {
	color: #057ffb; 
	text-decoration: none;
}
#contenido a:visited {
	color: #057ffb; 
	text-decoration: none;
}
#contenido a:active {
	color: #057ffb; 
	text-decoration: none;
}
#contenido a:hover {
	color: #057ffb; 
	border-bottom: 1px dashed #057ffb;
}
#contenido a.imagen:hover { text-decoration: none; border: 0; }
#menu a {
	color: #FFFFFF; 
	text-decoration: none;
}
#menu a:visited {
	color: #FFFFFF; 
	text-decoration: none;
}
#menu a:active {
	color: #FFFFFF; 
	text-decoration: none;
}
#menu a:hover {
	color: #fb9605;
	border-bottom: 1px dashed #fb9605;
}
#menu a.imagen { text-decoration: none; }
#menu a.imagen:visited { text-decoration: none; }
#menu a.imagen:active { text-decoration: none; }
#menu a.imagen:hover { text-decoration: none; border: 0; }
#contenido a.titlen {
	color: #000000; 
	text-decoration: none;
}
#contenido a.titlen:visited {
	color: #000000; 
	text-decoration: none;
}
#contenido a.titlen:active {
	color: #000000; 
	text-decoration: none;
}
#contenido a.titlen:hover {
	color: #855E42; 
	border-bottom: 0;
}
#archivo a {
	color: #000000; 
	text-decoration: none;
}
#archivo a:visited {
	color: #000000;
	text-decoration: none;
}
#archivo a:active {
	color: #000000;
	text-decoration: none;
}
#archivo a:hover {
	color: #000000;
	border-bottom: 1px dashed #057ffb;
}
#Submit1 { background:url('../images/blog/bold.gif'); border-style:solid; border-width: thin; border-color: black;}
#Submit2 { background:url('../images/blog/underline.gif'); border-style:solid; border-width: thin; border-color: black;}
#Submit3 { background:url('../images/blog/italic.gif'); border-style:solid; border-width: thin; border-color: black;}
#Submit4 { background:url('../images/blog/spoiler.gif'); border-style:solid; border-width: thin; border-color: black; width: 60px; }
img { border: 0; }
html { border: 0; }
body {
	margin: 0;
	padding: 0;
	color: #434343;
	background-color: #B6BABB;
	background-image: url('../images/backgrounds/background.jpg');
	background-repeat: repeat-x;
	background-position: top;
	font-family: Tahoma, Verdana, Arial, serif;
	font-size: 11px;
}
/* STRUCTURE VALUES */
#web-container { width: 868px; }
#left-shadow-back-top, #left-shadow-back-bottom {
	width: 30px;
	background-image: url('../images/backgrounds/left-shadow-back.jpg');
	background-repeat: repeat-y;
	background-position: right;
}
#right-shadow-back-top, #right-shadow-back-bottom {
	width: 38px;
	background-image: url('../images/backgrounds/right-shadow-back.jpg');
	background-repeat: repeat-y;
	background-position: left;
}
#left-shadow-back-top, #right-shadow-back-top { vertical-align: top; }
#left-shadow-back-bottom, #right-shadow-back-bottom { vertical-align: bottom; }
#left-shadow {
	width: 30px;
	height: 850px;
	background-image: url('../images/backgrounds/left-shadow.jpg');
	background-repeat: no-repeat;
	background-position: top right;
}
#right-shadow {
	width: 38px;
	height: 850px;
	background-image: url('../images/backgrounds/right-shadow.jpg');
	background-repeat: no-repeat;
	background-position: top left;
}
.shadow-table {
	width: 100%;
	height: 850px;
}
#main-container {
	width: 800px;
	background-color: #FFFFFF;
	vertical-align: top;
}
#contenido { 
	width: 489px;
	padding: 25px;
	vertical-align: top;
	text-align: justify;
	border-left: 1px solid #534635;
}
#menu { 
	width: 260px;
	height: 679px;
	vertical-align: top;
	text-align: left;
	color: white;
	background-image: url('../images/backgrounds/menu.jpg');
	background-repeat: repeat;
	background-position: bottom;
	}
.menu_titulo { padding: 15px 25px 15px; }
.menu_texto {
	padding: 0 20px 20px 45px;
	padding-bottom: 20px;
}
.titulo_noticia { 
	font-size: 15px;
}
.texto_noticia { padding-bottom: 50px; }
.comentarios { 
	padding: 15px 25px 15px;
	font-weight: bold;
}
#login {
	margin-top: 225px;
	padding-top: 20px;
	font-size: 12px;
}
#admin {
	font-size: 12px;
}
.mi	{ font-style: italic; font-size : 10px; color: black; }
.fi	{ font-style: italic; font-size : 11px; color: black; }
.h1	{ font-weight: bold; font-variant: small-caps; font-size : 11px; color: black; }
.h2	{ font-variant: small-caps; font-size : 11px; color: black; }
.hero	{ font-weight: bold; font-size : 11px; color: black; }
.t1	{ font-size : 11px; color: black; background-color: #aaaaaa; border: 1px solid black; }