@import url('slider.css');

* {
    margin: 0;
    padding: 0;
}

html {
    background: #1b0303 url(../../img/bg/fondo1150px.gif) repeat-y fixed 0% 0%;
    height: 100%;
}

body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: justify;
    color: #FFFFFF;
    height: 100%;
    background: #1b0303 url(../../img/bg/fondo1150px.gif) repeat-y fixed 0% 0%;
}

a {
    color: #FFFFFF;
    text-decoration: none;
}

a img {
    border: none;
}

a:visited {
    color: #FFFFFF;
}

a:hover {
    color: #FFCC00;
}

p {
    margin-bottom: 5px;
}

ul, ol {
    list-style: none;
}

h2 {
    background: url(../../img/bg/fondoApartados.gif) repeat scroll 0% 0%;
    line-height: 20px;
    margin: 4px 0;
    padding-left: 10px;
    font-size: 12px;
}

h3 {
    background: url(../../img/bg/fondoMenu.png) repeat scroll 0% 0%;
    height: 30px;
    line-height: 30px;
    margin: 6px 0;
    padding-left: 10px;
    font-size: 16px;
    text-transform: uppercase;
}

hr {
    margin: 2px 0;
}

.clearDiv {
    clear: both;
    height: 0px;
}

.display {
    display: block;
}

.notDisplay {
    display: none;
}

.roundCornerAll {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
}

.roundCornerAll10 {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
}

.roundCornerTop {
    -moz-border-radius-topleft: 5px;
    -o-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -o-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    -ms-border-radius-topright: 5px;
}

.roundCornerBottom {
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -o-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -o-border-radius-bottomright: 5px;
    -ms-border-radius-topleft: 5px;
}

.roundCornerLeft {
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-top-left-radius: 5px;
    -o-border-radius-bottomleft: 5px;
    -moz-border-radius-topleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -o-border-radius-topleft: 5px;
    -ms-border-radius-topleft: 5px;
    -ms-border-radius-bottomleft: 5px;
}

.roundCornerRight {
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    -o-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -o-border-radius-bottomright: 5px;
    -ms-border-radius-topright: 5px;
    -ms-border-radius-bottomright: 5px;
}
