/* 
    Document   : style
    Created on : 09-mar-2013, 23:09:21
    Author     : Matias Eric Grassi
    Description: Estilo base del sitio CRISBA Cañerias
        Purpose of the stylesheet follows.
*/
a{
    color: blue;
    text-decoration: none;
    font-weight: bold;
}
td{
    padding-left: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
}
tr{
    background-color: #F7F2E0;
}
.intercalado{
    background-color: #F2F5A9;
}
html{
    //background-color: #084B8A;
}
body{
    padding-left: 10px;
    padding-right: 10px;
    width: 1000px;
    margin: 0 auto;
    background-color: #FFF;
    font-family: Calibri;
}
#header{
    width:100%;
    height: 140px;
    text-align: center;
    margin-top: 5px;
    border-top: 10px solid #034D7F;
    border-bottom: 5px solid #E3AD07;
}
#logoHeader{
    font-family: copper;
    font-size: 100px;
    color: #EAE994;
    text-decoration: none;
    text-shadow:
                0px 1px 0px #000000,
                1px 0px 0px #000000,
                1px 2px 1px #000000,
                2px 1px 1px #000000,
                2px 3px 2px #000000,
                3px 2px 2px #000000,
                3px 4px 2px #000000,
                4px 3px 3px #000000,
                4px 5px 3px #000000,
                5px 4px 2px #000000;
}
#logo{
    margin-left: 10px;
    margin-top: 5px;
    float: left;
    height: 140px;
}
#nav{
    margin-left: 20px;
    width:160px;
    margin-top: 30px;
    margin-right: 10px;
    
    float: left;
    
    border-right: 4px solid #034D7F;
}
#aside{
}
#cuerpoIndex{
    width: 780px;
    height: auto;
    margin-left: 10px;
    margin-top: 10px;
    
    float: left;
}
#cuerpo{
    width: 610px;
    height: 455px;
    margin-left: 10px;
    margin-top: 10px;
    
    font-size: 10px;
    overflow-y: auto;
    
    text-align: justify;
    
    float: left;
}
#info_index{
    width: 160px;
    height: 300px;
    background-color: white;
    float: right;
    margin-top: 15px;
}
#footer{
    padding-top: 3px;
    clear: both;
    width:100%; 
    text-align:center;
    background-color: #034D7F;
    color: white;
    font-size: 10px;
    height: 20px;
    font-weight: bold;
    margin-top: 10px;
}
ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.divnoticia{
    overflow: hidden;
    width: 590px;
    height: 300px;
    position: relative;
    left:-100%;
    opacity: 1;
    background-color: #ffffff;
    
    font-weight: bold;
    color: #424242;
    
    text-align: justify;
    padding: 10px;
    
    margin-left: 3px;

    transition-property: left, opacity;
    transition-duration: 3s;
}

.logosMiembros{
    background-size:100% 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 65px;

    transition-property: background-image, opacity;
    transition-duration: 3s;
}

#titulo{
    font-family: Rockwell, Georgia, "Times New Roman", Times, serif;
    font-size: 70px;
    color: #088A08;
    text-shadow: #000000 -1px 0, #000000 0 -1px, #ffffff 0 1px, #000000 -1px -2px 1px;
}
.cajasinformacion{
    width: 95%;
    padding: 5px;
    margin: 0 auto;
    border-top: 3px solid #E3AD07;
    margin-bottom: 5px;
    text-align: justify;
    font-size: 13px;
    color: #666666;
}
.imagenDerecha{
    float: right;
    margin: 10px;
}
.imagenIzquiq{
    float: left;
    margin: 10px;
}
h1{
    width: 100%;
    font-size: 20px;
    color: #034D7F;
}
.intro_opciones{
    width: 98%;
    font-size: 15px;
    color: #034D7F;
    font-weight: bold;
    margin-top: -15px;
}
h3{
    width: 100%;
    text-align: left;
    font-size: 10px;
}
h4{
    width: 100%;
    float: left;
    color: #034D7F;
    text-align: left;
    font-size: 15px;
    margin: 2px;
}
.cajasnoticias{
    width: 250px;
    height: 250px;
    float: left;
    
    padding: 10px;
    
    margin-left: 15px;
    border-bottom: 2px solid #034D7F;
    border-right: 2px solid #034D7F;
    margin-bottom: 10px;
    font-size: 11px;
}
.cajasnoticiacompleta{
    width: 96%;
    height: auto;
    
    float: left;
    
    margin: 0 auto;
    padding: 10px;
    font-size: 15px;
}