﻿h1
{
    padding: 10px 0px 10px 0px;
    font-size: 26px;
    color: #0537A5;
    letter-spacing: 5px;
    background-image: url('../Resources/H1icon.jpg');
    background-repeat: no-repeat;
    text-indent: 50px;
}

h2
{
    font-weight: bold;
    font-size: 15px;
    color: #A0D2E9;
}

h3
{
    font-size: 16px;
    font-style: italic;
    color: #808080;
}


h4
{
    font-size: 13px;
    letter-spacing: 2px;
    padding-top: 4px;
    line-height:150%;
}

h5
{
    font-size: 14px;
    color: #F5BC7A;
    font-style: italic;
}



hr
{
    border-style: dotted none none none;
    border-top-width: 1px;
    border-top-color: #C0C0C0;
}

a
{
    color: #666666;
    text-decoration: none;
}


a:hover {
	text-decoration: underline;
}

a:visited
{
    color: #666666;
}


.FirmaSite a
{
    color: #ffffff;
    text-decoration: none;
    font-size: 8px;
}


.FirmaSite a:hover {
	text-decoration: underline;
}

.FirmaSite a:visited
{
    color: #ffffff;
}



.FichaProyecto
{
    font-size: 10px;
}


.MenuItem
{
    height: 13px;
    text-align: center;
    padding-right: 10px;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #ffffff;
    padding-left: 10px;
    width: 110px;
    margin-bottom: 7px;
}

.MenuItem:hover
{

}

.MenuItem a
{
    color: #ffffff;
    text-decoration: none;
}

.MenuItem a:hover
{
    text-decoration: underline;
}



body
{
    /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
    color: #333333;
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 12px;
    letter-spacing: 1px;
    background-color: #1670AF;
    text-align: justify;
}
.DivPrincipal
{
    width: 1000px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    height: 100%;
    background-color: #FFFFFF;
    background-image: url('../Resources/FondoDivPrincipal.jpg');
    background-repeat: repeat-y;
}

.DivFlash
{
    width: 930px;
    height: 100px;
    background-color: #1670AF;
    margin-left: 0px;
}
.BarraTop
{
    background-position: bottom;
    width: 975px;
    height: 34px;
    background-color: #FFFFFF;
    background-image: url(../Resources/BarraTop.jpg);
    vertical-align: middle;
    background-repeat: no-repeat;
    padding-top: 20px;
    padding-left: 25px;
}

.MenuSuperior
{
    width: 650px;
    height: 26px;
    padding-top: 2px;
    padding-bottom: 2px;
}


.DivContenido
{
    padding: 15px;
    width: 630px; /* 950  menos 40+40 del padding*/
    float: left;
    text-align: justify;
    margin-left: 20px;
}

.ColumnaDerecha
{
    padding: 15px;
    width: 260px;
    float: left;
    margin-left: 10px;
    color: #FFFFFF;
}


.Contacto
{
    text-align: left;
}

.TablaContacto
{
    padding: 20px 30px 20px 10px;
    background-color: #666666;
    color: #FFFFFF;
    width: 800px;
}


.Footer
{
    clear: both;
    background-image: url('../Resources/FondoFooter.jpg');
    background-repeat: no-repeat;
    width: 1000px;
    height: 29px;
}

.FirmaSite
{
	width: 950px;
	height: 28px;
	clear: both;
	text-align: right;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}








.ColumnaTitulo
{
    background-color: #A0D2E9;
    color: #525252;
    width: 273px;
    text-align: right;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 3px
    padding-right: 20px;
    vertical-align: text-top;
    padding-top: 2px;
    padding-bottom: 2px;
}

.ColumnaTexto
{
    padding: 2px 10px 2px 10px;
    background-color: #EFEFEF;
}



.TituloFichaProyecto
{
    /*background-color: #EFEFEF;*/
    padding-top: 2px;
    padding-bottom: 2px;
    
}

.TituloFichaProyecto a
{
    /*color: #666666;*/
    color: #3399FF;
    font-size: 10px;
    letter-spacing: 1px;
}


.TituloFichaProyecto a:hover
{
    text-decoration: none;
    color: #6699FF;
}



.TituloFichaProyecto a:visited
{
    color: #3399FF;

}

.DivProductosAzar
{
    width: 100%;
    text-align: center;
}


.FondoItem
{
    background-image: url('../Resources/FondoItem.png');
    width: 150px;
    height: 112px;
    background-repeat: no-repeat;
    text-align: center;
    padding-top: 8px;
    overflow: hidden;
}


.ProgressIndicator
{
    border: 1px solid #C0C0C0;
    padding: 15px;
    position: fixed;
    top: 30px;
    left: 30px;
    background-color: #FFFFFF;
}

.Anotacion
{
    font-size: 9px;
    font-style: italic;
    color: #C0C0C0;
}

.DivAlineacionVerticalTop
{
    vertical-align: top;
    background-color: #EFEFEF;
}




/* Estilos para AutoComplete */
 
.autocomplete_completionListElement
{
    border: 1px solid #999999;
    font-style: italic;
    padding: 0px 0px 0px 5px;
    margin: 0px;
    background-color: #EAEAEA;
    list-style-type: none;
}
 
.autocomplete_listItem
{
}
 
.autocomplete_highlightedListItem
{
    background-color: #CCCCCC;
    cursor: pointer;
}
