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

/* //////////////////////////////////// RESET CSS //////////////////////////////////// */

html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, form, fieldest{
    padding:0;
    margin:0;
    font-size:100%;
    font-weight:normal;
}

ol{
    margin-left:1.4em;
    list-style:decimal;
}

ul{ 
    margin-left:1.4em;
    list-style:square;
}

img{
    border:0;
} 

/* /////////////////////////////////////////////////////////////////////////////////// */

body{ 
    width: 1450px; 
    font-size: 14px;
    text-align: center;
    font-family: arial,sans-serif;
}

/* Estilos generales del header */
header {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

/* Imagen del logotipo */
#logo img {
    display: block;
    margin-left: 20px;
}

#titulo{
    margin-left: -34px;
	text-align: left;
    font-size: 30px;
    font-family: arial, sans-serif;    
}

#titulo1{
    color: #6A0888;
    font-size: 30px; 
}

#titulo2{
    color: green; 
} 

#titulo3{
    color: gray; 
} 

#subTitulo{
    font-size: 22px;
    font-family: arial, sans-serif;  
    color: #6A0888;
    font-weight: bold; 
    margin-top: 10px;
    margin-bottom: 30px;
}

#texto{
    width: 700px;
    text-align: justify;
    font-size: 15px;
    line-height: 1.6;
    color: #6A0888; 
    margin-bottom: 90px;
} 