/* Tabla principal */

TABLE.principal
{
	border-collapse: collapse;
	border: solid 2px #CCCC99;
	width: 718px;
	background-color: white;
	margin: 20px;
	margin-bottom: 0px;
}

TABLE.principaledit
{
	border-collapse: collapse;
	border: solid 2px #CCCC99;
	width: 400px;
	background-color: white;
	margin: 20px;
	margin-bottom: 0px;
}

TABLE.paginacion
{
	border-collapse: collapse;
	border: none;
	width: 718px;
	background-color: white;
	margin: 20px;
	margin-top: 5px;
}

TD.titulo, TD.body, TD.poster
{
	font: 13px Georgia, Times New Roman, Times, serif;
	border: solid 1px #CCCC99;
	padding: 4px;
}

TD.titulo
{
	background-color: #E8E8E8;
	font-weight: bold;
	border-right: none;
	padding: 10px, 10, 10px, 10px;
}

TD.body
{
        padding-top: 10px;
        padding-bottom: 5px;
        padding-left: 10px;
        padding-right: 10px;
	font: 13px Arial, Times New Roman, Times, serif;
	line-height: 130%;
}

TD.readmore
{
        text-align: right;
        padding-left: 10px;

}

TD.poster
{
        width : 20%;
	background-color: #E8E8E8;
	text-align: right;
	font: 11px Arial, Times New Roman, Serif;
	border-left: none;
	color: #006666;
}

TD.paginacion
{
	font: 11px Georgia, Times New Roman, Times, serif;
	text-align: right;
	padding: 0px;
	padding-top: 5px;
}

TH
{
	font: 13px Georgia, Times New Roman, Times, serif;
	width: 10px;
	padding-top: 13px;
	padding-right: 0px;
}

A.readMore, A.readMore:visited, A.readMore:active
{
	color: #006666;
	font-size: 11px;
	text-decoration: none;
}

A.readMore:hover
{
	text-decoration: underline;
}

A.titulo, A.titulo:visited, A.titulo:active
{
	color: black;
	text-decoration: none;
}

A.titulo:hover
{
	text-decoration: underline;
}
