body{
	background-color:#FFFFCC;
	font-size:1em;
	font-family: 'Chewy', Times, Arial;
	/*font-weight:bold;*/
}
a{
	font-style: italic;
	color:#06f;
}
a:hover{
	color:#008;
}
h1{
	color:red;
	text-align:center;
}
.cabecera{
	/*font-family: "Century Gothic", Garamond;*/
	color:red;
	text-align:center;
	padding-bottom:10px;
	margin-bottom:20px;
	border-bottom:2px dotted gray;
	font-size:1.5em;

}
.cuerpo{
	width:80%;
	margin:auto;
	border:2px solid blue;
	border-radius:14px;
	box-shadow:10px 10px 10px #777;
	background-color:#66F;
	background: -moz-linear-gradient(top, #66f, #fff);/* F 3.6+ */
	background: -ms-linear-gradient(top, #66f, #fff);/* IE 10+ */
	background: -webkit-linear-gradient(top, #66f, #fff);/* FF 3.6+ */
	background: -o-linear-gradient(top, #66f, #fff)/* Safari 5.1+, Chrome 10+ */
	background: linear-gradient(top, #66f, #fff);	
	padding:10px;
}
.cuerpo h1{
	font-size:1.4em;
	color:#060;
	font-weight:bold;
	text-align:left;
}
.cuerpo h2{
	font-size:1.2em;
	color:#060;
	font-weight:bold;
}
#cuerpo p{
	line-height: 24px;
	text-align:justify;
	margin:0 10px 10px 0;
	padding:20px;
}
.fecha{
	font-size:0.8em;
	color:#660066;
	font-weight:bold;

}
#foto{
	float:left;
	margin-right:25px;
}
table {
	padding: 0px;
	margin: 0px;
	border-spacing: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
}
th, td {
	padding: 0.5em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	text-align:left;
}
th {
	background-color:#CC99FF;
}
td {
	background-color: #F0F0F0;
}
#marcas, #video, #pie{
	text-align:center;
}
	