.seccion
{
	text-align: left;
	margin-right:auto;
	margin-left:auto;
	border-bottom: 6px solid #B30000;
	height:136px;
	
	
}
ul
{
	list-style-type:none;

}
#contenido
{
	text-align:center;
}
table {
margin-left: auto;
margin-right: auto;
 width:500px;
 font-size: 95%;
 font-family: 'Lucida Grande', Helvetica, verdana, sans-serif;
 background-color:#fff;
 border-collapse: collapse;
 border: 2px solid #B30000;
}
table img
{
	border:0px;
	
}

table a
{
	border:0px;
}

caption {
 font-size: 30px;
 font-weight: bold;
 color: #49598C;
 text-align: left;
 padding: 10px 0px;
 margin-bottom: 2px;
 text-transform: capitalize;
}
thead th {
 color:#fff;
 text-align:center;
 padding:2px;
 height:25px;
 background-color: #B30000;
}
tfoot {
 color:#49598C;
 padding:2px;
 text-transform:uppercase;
 font-size:1.2em; 
 font-weigth: bold;
 margin-top:6px;
 border-top: 6px solid #004080;
 border-bottom: 6px solid #004080;
}
tbody tr {
 background-color:#fff;
 /*border-bottom: 2px solid #B30000;*/
}
tbody td {
 color:#333;
 padding:10px;
 text-align:left;
}
tbody th {
 text-align:left;
 padding: 2px;
}
tbody td a, tbody th a {
 color:#49598C;
 text-decoration:underline;
 font-weight:normal; 
}
tbody td a:hover, tbody th a:hover {
 text-decoration:none;
}

.titulo
{
	color:#fff;
	font-size:20px;
	position:relative;
	top:100px;
	left:10px;
}

