HTML, body, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset
{
    margin: 0px;
    padding: 0px;
    border: 0px;
}

h1
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    margin: 10px 0 10px 0;
    color: #749A23;
    font-weight: normal;
}

h2
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    margin: 15px 0 10px 5px;
    color: #002281;
    font-weight: normal;
}

h3
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    margin: 15px 0 10px 10px;
    text-align: left;
    color: #002281;
    font-weight: normal;
}

h4
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    margin: 15px 0 10px 13px;
    text-align: left;
    color: #002281;
    font-weight: normal;
}

img 
{
    border: none;
}

.responsive {
    max-width: 100%;
    height: auto;
}

td, table
{
    margin: 0px;
    padding: 0px;
    border-collapse: collapse;
}

a
{
    color: #0d7fc6;
    text-decoration: none;
}

a:hover
{
    color: #0d7fc6;
    text-decoration: underline;
}

ul
{
    margin-left: 15px;
}

input, textarea
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

/* Estilos funcionales*/
.fullWidth
{
    width: 100%;
}

.centrado
{
    margin: auto;
}

.aCenter
{
    text-align: center;
}

.aLeft
{
    text-align: left;
}

.aRight
{
    text-align: right;
}

.vTop
{
    vertical-align: top;
}

.vBottom
{
    vertical-align: bottom;
}

/* Fin Estilos funcionales*/
body
{
    background: url(../App_Images/back.jpg) repeat-x #015FA9;
    padding-top: 4px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #666;
}

#container
{
    width: 980px;
    margin: auto;
    background-color: #FFF;
}

#header
{
    width: 980px;
    height: 188px;
}

#menuout
{
    margin: 4px;
}

#menu
{
    background-color: #0D7FC6;
    height: 26px;
}

#menu a
{
    font-family: Arial, Helvetica, sans-serif;
    color: #FFF;
    text-decoration: none;
    margin: 0 8px;
}

#menu a:hover
{
    text-decoration: underline;
}

#menu-left
{
    background: url(../App_Images/menu-left.gif) no-repeat;
    width: 10px;
    height: 26px;
}

#menu-right
{
    background: url(../App_Images/menu-right.gif) no-repeat;
    width: 10px;
    height: 26px;
}

#content
{
    padding: 30px;
}

.columnas
{
    text-align: justify;
    padding: 4px;
}

#footer
{
    background: url(../App_Images/footer.jpg) repeat-x;
    height: 80px;
    padding-top: 12px;
}

#miembro
{
    color: #FFF;
    margin: 0 20px 0 0;
}

#miembro a
{
    color: #FFF;
    text-decoration: none;
}

#miembro a:hover
{
    color: #FFF;
    text-decoration: underline;
}

/* menu links */
.menuitems li
{
    display: inline;
    list-style-type: none;
    padding-right: 20px;
}
/* end menu links */

.ContentTable td
{
    vertical-align: top;
    padding: 0px 20px;
}

.ContentRow
{
    width: 600px;
}

.FixedRow
{
    width: 300px;
}

#FixedContentPlace
{
    text-align: justify;
}

#HomepageSlider
{
    margin: 0 auto !important;
}

div .table
{
    text-align: justify;
}

.ValidatorAndRequiredField
{
    color: Red;
    padding-right: 10px;
}

.UserMessagesPlace
{
    width: 96%;
    margin-right: auto;
    margin-left: auto;
    font-size: 12px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 15px;
    padding: 4px;
    padding-bottom: 20px;
}
.SuccessMessage
{
    color: #82A407;
    font-size: 22px;
}

.InformationMessage
{
    color: #FF8200;
    font-size: 22px;
}

.ErrorMessage
{
    color: Red;
    font-size: 22px;
}

slider2
{
    margin: 0 auto !important;
}