

h1, h2, h3 
{
	color: blue; clear: left;
}
.center
{
	text-align: center;
}

p 
{
	text-align: justify;
}
td.cabecera 
{
	background-color: MediumBlue;
	color: white;
	text-align: center;
	height: 60px;
	font-size: 200%;
}

td.cabecera1 
{
	background-color: MediumBlue;
	color: white;
	text-align: center;
	height: 30px;
	font-size: 140%
}

td.cabecera2 
{
	background-color: DeepSkyBlue;
	color: white;
	text-align: right;
	height: 30px;
	font-size: 105%;
}

td.inferior 
{
	background-color: DeepSkyBlue;
	color: white;
	text-align: center;
	height: 25px;
	font-size: 100%
}

td.inferior1 
{
	background-color: DeepSkyBlue;
	color: white;
	text-align: right;
	height: 25px;
	font-size: 100%;
}
td.menu 
{
	width:190px;
	background-color: lightgrey;
	color: blue;
	text-align: left;
	top:1px;
	height: 25px;
	font-size: 100%;
}
	
a.menu 
{
	text-decoration:none;
	padding-left:1em;
	color: blue;
}

a.pinche
{
	
	font-style:italic;
	font-weight: bold;
	color:black;
}				
div.cuento 
{
	font-style: italic; 
}
				
				
a.cabecera 
{
	text-decoration:none;
	text-indent:3em;
	color: white;
}
				
a.blog 
{
	text-decoration:none;
	text-indent:3em;
	color: red;
	font-size: 150%;
}
	
img 
{
	margin:10px 20px 10px 20px;
}

img.menu 
{
	margin:5px 5px 5px 5px;
}
/*
a:hover {background-color:white}
*/
