/* Hoja de estilo de vitucho.net */
body{
	font-family: Tahoma;
	text-align: left;
	font-size: small;
}
table
{
	border-width: 1px;
	padding: 0px;
	border-style: dotted;
	border-color: Blue;
}
td
{
	vertical-align: top;
}
img{
	border-width: 0px;
}
img.descarga{
	float: left;
	margin-right: 5px;
}
input{
	font-family: Tahoma;
	font-size: small;
}
#encabezado{
	width: 100%;
	border-style: dashed;
	border-width: 1px;
	text-align: center;
}
#visitante{
	float: right;
	background-color: #E6E6FA;
}
#piepagina{
	width: 100%;
	border-style: dashed;
	border-width: 1px;
	border-color: Lime;
	text-align: center;
	margin-top: 10px;
}
ul.codigofuente{
	margin-top: 0px;
	margin-left: 20px;
	list-style: circle;
}
h1{
	font-family: Tahoma;
	font-size: 18px;
	color: Maroon;
}
h1.titulo a{
	font-family: Tahoma;
	font-size: 15px;
	color: Olive;
}
h2{
	font-family: Tahoma;
	font-size: 13px;
}
h2 a:link{
	font-family: Tahoma;
	font-size: 13px;
	color: Olive;
}
h2 a:hover{
	font-family: Tahoma;
	font-size: 13px;
	color: Olive;
}
h2 a:visited{
	font-family: Tahoma;
	font-size: 13px;
	color: Olive;
}
h3{
	font-family: Tahoma;
	font-size: 12px;
}
A:link{ 
	color: blue;
	text-decoration: none;
}
A:visited{
	color: blue;
	text-decoration: none;
}
A:hover{
	color: blue;
	text-decoration: underline;
}
A:active{
	color: blue;
	text-decoration: none;
}
A.menu:link{ 
	color: green;
	text-decoration: none;
}
A.menu:visited{
	color: green;
	text-decoration: none;
}
A.menu:hover{
	color: green;
	text-decoration: underline;
}
div.resumennoticia{
	border-style: dotted;
	border-width: 1px;
	border-color: Blue;
	margin-bottom: 10px;
}
div.CodigoFuente{
	border-color: red;
	border-width: 1px;
	border-style: dotted;
	background-color: #FFB6C1;
}
div.PalabraClave{
	border-color: Gray;
	border-width: 1px;
	border-style: dotted;
	background-color: #DCDCDC;
}