/* 
    Created on : 15-jun-2015, 14:16:27
    Author     : Antonio Martínez García
*/
table caption{
	color: white;
	background-color: #005448;
	font-size: 14px;
	padding: 10px 0;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	border-bottom-style: double;
	border-bottom-color: black;
	border-bottom-width: 2px;
}
table {
	text-align: center;
	font-size:11px;
	color:#333333;
	border-width: 1px;
	border-color: #666666;
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
}
table th {
	color: #000;
	border-width: 1px;
	padding: 3px;
	border-style: solid;
	border-color: #000;
	background-color: #ceddda;
}
table td {
	border-width: 1px;
	padding:3px;
	border-style: solid;
	border-color: #000;
	background-color: #ffffff;
}
table .tabla_pri_col {
	color: #000;
	border-width: 1px;
	padding: 3px;
	border-style: solid;
	border-color: #000;
	background-color: #ceddda;
}