/*
	verde
*/
table.marco_verde{
	table-layout: auto;
	border: 1px solid #C4E19E;
	overflow: hidden;
}
/*
	amarillo
*/
table.marco_amarillo{
	table-layout: auto;
	border: 1px solid #F5EE67;
	overflow: hidden;
}
/*
	gris
*/
table.marco_gris{
	table-layout: auto;
	border: 1px solid #EBEBEB;
	overflow: hidden;
}
.bordeinfgris {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #EBEBEB;
}
.bordeinfdergris {
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-width: 1px;
	border-right-color: #EBEBEB;
	border-bottom-width: 1px;
	border-bottom-color: #EBEBEB;
}
.bordedergris {
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-width: 1px;
	border-right-color: #EBEBEB;
}
.bordeinfazul {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #00659D;
}
table.altura5{
	height: 30px;
}

