﻿body
{
	background-color:navy;
}
.style1 {
	color: #4045F8;
	font-weight: bold;
}
.style3 {
	text-align: center;
}
.style4 {
	color: #05087B;
	font-weight: bold;
}
.style5 {
	text-align: center;
	font-size: x-small;
	font-family: Arial, Helvetica, sans-serif;
	color:silver;
}
.style6 {
	border-style:dotted;
	border-width: 3px;
	border-color:silver;
}

.style13
    {
        width: 800px;
    }
    .alineacion
    {
        text-align:center;
    }
    .style15
    {
        
        font-weight: bold;
        font-family: "Agency FB";
        font-size: 40px;
        color:white;
    }
    .style17
    {
        font-family: "Agency FB";
        font-size: xx-large;
        font-weight: bold;
        color:white;
    }
    .style18
    {
        color:white;
        font-weight: bold;
        font-family: "Agency FB";
        font-size: 40px;
        font-style: italic;
    }
    .style19
    {
        text-align: center;
        height: 83px;
    }
    .style20
    {
        text-align: center;
        height: 85px;
    }
    .style21
    {
        text-align: center;
        height: 92px;
    }
     .texto
        {
            font-family: Arial, Helvetica, sans-serif;
            line-height:1.5;
            font-size:13.5px;
            text-align:justify;
            color:#000000;
         }
        .negritas
        {
            color:navy;
            
            font-weight: bold;
        }
        .tabla_precios
        {
            width: 300px;
            border-left-style: solid;
            border-left-width: 1px;
            border-right: 1px solid #C0C0C0;
            border-top-style: solid;
            border-top-width: 1px;
            border-bottom: 1px solid #C0C0C0;
        }
        .interlineado
        {
            font-family: Arial, Helvetica, sans-serif;
            line-height: 2;
        }
        h1
        {
	font-family:"Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-weight:bold;
	border-bottom-style:dotted;
	font-size:17px;
	}
	.highlight
	{
		font-weight: bold;
		background-color: #FFFF00;
	}