@charset "utf-8";
/* CSS Document */


#tabla_especificaciones, 
.tabla_especificaciones {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #C6BEBB;
	border-right-color: #C6BEBB;
	border-bottom-color: #C6BEBB;
	border-left-color: #C6BEBB;
	width: 100%;
	font-size: 11px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#tabla_especificaciones td,
.tabla_especificaciones td {
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 5px;
	padding-left: 5px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-color: #E9E9E9;
	background-color: transparent;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 11px;
	vertical-align: top;
	border-bottom-style: solid;

}

#tabla_especificaciones td p, #tabla_especificaciones td div,
.tabla_especificaciones td p, .tabla_especificaciones td div {
	color: #FFFFFF;
	text-align: left;

}
#tabla_especificaciones tr .subtitulo, 
.tabla_especificaciones tr .subtitulo {
	vertical-align: bottom;
	font-weight: bold;
}
#tabla_especificaciones h2, .tabla_especificaciones h2,
#tabla_especificaciones h3, .tabla_especificaciones h3{
	font-size: 15px;
	font-weight: bold;
	color: #EB7F05;
	padding-top: 20px;
	text-transform: capitalize;
}

