/*=================================================================================
------------ RESET DEFAUTLS -------------------------------------------------------
=================================================================================*/

body{
    font-family:Arial, Helvetica, sans-serif;
}

body,
div,
h1, h2,
ul, li,
p{
    padding:0;
    margin:0;
    /*outline:1px solid red;*/
}

a, a:hover, a:link, a:visited, a *{
    color: inherit;
}
a *, a:hover *{
    text-decoration: none;
}
a img{
    border: none;
}

*:focus{
    outline: none;
}

/*=================================================================================
------------ TITLES ---------------------------------------------------------------
=================================================================================*/

h1,
h2,
h3{
    margin: 10px 0 20px 0;
}
h1{
    color: #2A3E1E;
}
h1{
    font-size: 24px;
}
h2{
    font-size: 18px;
}
h2,
h3{
    color: #422100;
}
h1.doble,
h2.doble{
    height:72px;
}

/*=================================================================================
------------ IMAGES ---------------------------------------------------------------
=================================================================================*/

#content-wrapper img{
    width:250px;
    float:left;
    margin-right:15px;
    margin-bottom:10px;
}
#content-wrapper .alt{
    text-decoration:none;
    font-style:italic;
    text-align:center;
    line-height:20px;
    color:grey;
    margin-bottom:0 !important;
}
#content-wrapper #secondary-col .content-container img{
    width:100%;
}

/*=================================================================================
------------ CONTENT ---------------------------------------------------------------
=================================================================================*/
#content-wrapper p{
    font-size:12px;
    margin-bottom:12px;
}

/*=================================================================================
------------ LINKS ----------------------------------------------------------------
=================================================================================*/

#content-wrapper a img{
    border:none;
}
#content-wrapper a{
    text-decoration:none;
}
#content-wrapper a:visited{
    color: blue;
}
#content-wrapper a:hover{
    text-decoration: underline;
}

/*=================================================================================
------------ LISTS ----------------------------------------------------------------
=================================================================================*/

#content-wrapper dl,
#content-wrapper dt,
#content-wrapper dd{
    margin:0;
    padding:0;
    font-size:12px;
}
#content-wrapper dt{
    font-weight:bold;
    margin-top:.5em;
}
#content-wrapper dd{
    padding:0.3em 0;
}

#content-wrapper ul li{
    font-size:12px;
    margin-bottom:12px;
}
#content-wrapper ul{
    list-style: disc;
}
#content-wrapper #secondary-col ul{
    padding-left: 15px;
}

/*=================================================================================
------------ ESTILOS GENERALES ----------------------------------------------------
=================================================================================*/

.center{
    text-align: center;
}
