/* CSS Document */
.tx-top-especialidades-asfalticas
{
	color: #EAEDFB;
	letter-spacing: 1px;
	font-size: 13px;
	font-weight: bold;
}
.tabla-menu {
	background-color: #20389b;
	border-top-width: 1px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #F2F7FF;
	border-bottom-color: #ff9c00;
}
.menu-botones
{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #7C9CCB;
	text-decoration: none;
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 12px;
	letter-spacing: 1px;
	padding-top: 3px;
	padding-bottom: 3px;
	width: 100%;
}
.menu-botones:hover
{
	background-color: #FEAC00;
	color: #000000;
}
.sub-menu
{
	font-family: Arial, Helvetica, sans-serif;
	color: #162563;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #F1F3F5;
	text-decoration: none;
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 12px;
	letter-spacing: 1px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #fff4c2;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFEE9F;
	width: 100%;
}
.sub-menu:hover
{
	background-color: #FEAC00;
	color: #000000;
}
