﻿.cabecera
{
	background:transparent url(../../img/cabeceras/cabeceraClarin.jpg) no-repeat 0 0;
	width: 760px;
	height: 251px;
}

.panelizquierdo
{
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 10px;
	float: left;
	width: 190px;
	font-size: 11px;
	background:transparent;
	border: solid 3px #993333;
	
	-moz-border-radius: 8px;
    -webkit-border-radius: 8px; 
    -ms-border-radius: 8px;    
    -khtml-border-radius: 8px;
}

a{color: #993333;}
a:hover  {clear:both; background:#FFFFFF; }

.pie
{
	text-align:center;
	font-size: 10px;
	background: #993333;
	clear:both;
	color: #fff;
}