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

body {
	margin: 0px;
	font-family: Trebuchet MS, Verdana, Arial;
}

.seccion-texto-destacado {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 600;
	font-size: 18px;
	color: #b70b0b;
}

.seccion-texto {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 600;
	font-size: 16px;
	color: #666666;
}

.seccion-detalle {
	font-family: Trebuchet MS, sans-serif;
	font-size: 13px;
	color: #666666;
}

.seccion-detalle-inverso {
	font-family: Trebuchet MS, sans-serif;
	font-size: 13px;
	color: #ffffff;
}

.seccion-detalle-descargar {
	font-family: Trebuchet MS, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #b70b0b;
}

.seccion-detalle-descargar-inverso {
	font-family: Trebuchet MS, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #eeeeee;
}


.seccion-texto-bold {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 600;
	font-size: 16px;
	color: #666666;
}