@charset "utf-8";
/* CSS Document */

.Estilo1 {
	color: #FFFFFF;
	font-weight: bold;
	text-align:center;
}
.cabecera {
	border-radius:5px !important;
	background-color:#ff9900;
}
.th_blanco {
	line-height:10px !important;
	height:25px;
}
.cabTabla {
	background-color:#336699;
	color:#fff;
	padding:5px 10px;
	font-weight:bold;
}
#tablaSoportes td:first-child{
	border-left:solid #003366 1px !important;
}
#tablaSoportes td:last-child{
	border-right:solid #003366 1px !important;
}
#tablaSoportes tr:last-child td{
	border:none !important;
}
#tablaSoportes tr:first-child td {
	border-radius:5px 5px 0px 0px;
	background-color:#003366;
	padding:5px 10px;
}
#tablaSoportes .td_pie {
	border-bottom:solid #003366 1px !important;
	border-radius:0px 0px 5px 5px;
	background-color:#003366;
	height:24px;
}