﻿h1
{
    padding: 10px 0px 10px 0px;
    font-size: 26px;
    color: #25324B;
    letter-spacing: -3px;
    background-image: url('../Resources/H1icon.jpg');
    background-repeat: no-repeat;
    text-indent: 50px;
    font-family: 'Courier New' , Courier, monospace;
}

h2
{
    font-weight: bold;
    font-size: 25px;
    color: #660000;
    word-spacing: 5px;
    letter-spacing: 3px;
}

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;
    color: #CC3300;
}

a
{
    color: #808080;
    text-decoration: none;
}


a:hover {
	text-decoration: underline;
}

a:visited
{
    color: #808080;
}

.FichaProyecto
{
    font-size: 10px;
}


.MenuItem
{
    height: 13px;
    text-align: center;
    padding-right: 10px;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #999999;
    padding-left: 10px;
    width: 110px;
    margin-bottom: 7px;
}

.MenuItem:hover
{

}

.MenuItem a
{
    color: #333333;
    text-decoration: none;
}

.MenuItem a:hover
{
    letter-spacing: 2px;
    font-size: 11px;
}

.MenuItemPortafolio
{
    height: 16px;
    width: 138px;
    text-align: center;
    padding-right: 2px;
    padding-left: 2px;
    margin-top: 5px;
    margin-bottom: 5px;
    border-left-style: ridge;
    border-left-width: 1px;
    border-left-color: #333333;
}

.MenuItemPortafolio:hover
{

}

.MenuItemPortafolio a
{
    color: #666666;
    text-decoration: none;
    letter-spacing: 3px;
    font-size: 11px;
}

.MenuItemPortafolio a:hover
{
    text-decoration: none;
    color: #666666;
    font-size: 13px;
    font-weight: bolder;
    letter-spacing: 2px;
}


body
{
    margin: 0px;
    font-family: Arial;
    font-size: 13px;
    letter-spacing: 2px;
    line-height: 150%;
    color: #666666;
    text-align: justify;
    background-color: #FFFFFF;
    background-repeat: repeat;
    background-image: url('../Resources/bg_jjk.png');
}

.DivIntro
{
    width: 100%;
    height: 100%;
    text-align: center;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-color: #FFFFFF;
    background-image: url('../Resources/FondoIntro.png');
    background-repeat: repeat-x;
}


.DivPrincipal
{
    margin: 0px auto 0px auto;
    width: 956px;
    height: 100%;
    background-color: #FFFFFF;
}
.ProgressIndicator
{
    border: 1px solid #C0C0C0;
    padding: 15px;
    position: fixed;
    top: 30px;
    left: 30px;
    background-color: #FFFFFF;
}

.Header
{
    width: 956px;
    height: 150px;
    float: left;
    clear: both;
}


.ContenidoPrincipal
{
    padding: 15px;
    width: 726px;
    height: 100%;
    float: left;
}

.Portada
{
    width: 726px;
    height: 200px;
    background-image: url('../Resources/FondoPortada.png');
    background-repeat: no-repeat;
}


.ColumnaDerecha
{
    width: 200px;
    height: 100%;
    float: left;
    font-size: 12px;
    color: #333333;
}


.MenuFooter
{
    width: 956px;
    height: 20px;
    clear: both;
    font-size: 8px;
    text-align: center;
}

.Footer
{
    width: 956px;
    height: 30px;
    float: left;
    clear: both;
    margin-bottom: 0px;
    text-align: center;
    font-size: 12px;
    padding-top: 10px;    
    background-image: url('../Resources/FondoFooter.jpg');
    background-repeat: no-repeat;

}


.FirmaSite
{
    margin: 0px auto 0px auto;
    width: 954px;
    height: 20px;
    clear: both;
    text-align: right;
    background-color: #000000;
    padding-top: 2px;
    padding-right: 2px;
}




.ColumnaTitulo
{
    background-color: #999999;
    color: #FFFFFF;
    width: 273px;
    text-align: right;
    font-size: 12px;
    font-weight: bold;
    padding-right: 20px;
    vertical-align: text-top;
}

.ColumnaTexto
{
    font-size: 12px;
    vertical-align: text-top;
    background-color: #EFEFEF;
    padding-left: 5px;
}

.DivItemProyecto
{
    margin: 5px;
}


.TituloFichaProyecto
{
    font-weight: bold;
    letter-spacing: 0px;
    font-size: 14px;
    font-style: italic;
}

.DivMenuPortafolio
{
    height: 0px;
    clear: both;
    position: relative;
    top: -15px;
    left: -15px;
    padding-left: 15px;
    padding-right: 7px;
}

.DivGaleriaFotos
{
    padding: 15px;
    text-align: center;
}

.TablaContacto
{
}

.Contacto
{
    background-color: #F7F7F7;
}

