/* CSS Document */

/*  
Hoja de Estilo de avalon
PAblo Lopez
info@neoingenieria.com  */



/* Partes generales */

body {
	font-family:"Century Gothic";
	color:#000000;
	font-size:12px;
	margin: 0px 0px 0px 0px;
	text-align:justify;
	background-color:#FFFFFF;
	}
* {
	margin:0;
	padding:0;
	outline: 0;
	}
#gris{
height:28px;
background-color:#CCCCCC;
}
#contenedor{
margin-left:auto;
margin-right:auto;
width:950px;
}
#menu{
height:134px;
margin-top:10px;
margin-bottom:10px;
}
#menulink
{
width:680px;
margin-left:auto;
margin-right:auto;
}

/*  ////////////////PARA MENU ///////////////*/


        .lavaLampBottomStyle {
            position: relative;
            height: 29px;
            width: 680px;
            background-color: white;
            padding: 15px;
            overflow: hidden;
			font-size:15px;
        }
                .lavaLampBottomStyle li {
                    float: left;
                    list-style: none;
                }
                    .lavaLampBottomStyle li.back {
                        border-bottom: 5px solid;
						border-bottom-color:#587825;
                        width: 7px;
                        height: 30px;
                        z-index: 8;
                        position: absolute;
                    }
                    .lavaLampBottomStyle li a {
                        text-decoration: none;
                        color:#666666;
                        outline: none;
                        text-align: center;
                        top: 7px;
                        text-transform: uppercase;
                        letter-spacing: 0;
                        z-index: 10;
                        display: block;
                        float: left;
                        height: 40px;
                        position: relative;
                        overflow: hidden;
                        margin: auto 10px;
                    }   
                        .lavaLampBottomStyle li a:hover, .lavaLampBottomStyle li a:active, .lavaLampBottomStyle li a:visited {
                            border: none;
                        }                     


/* /////////////////////////////////////////////*/
#fotos{
width:944px;
margin-left:auto;
margin-right:auto;
padding-bottom:15px;
}
#fotos h1{
color:#587825;
}
#fotos h6{
font-size:16px;
font-weight:normal;
}
#fotos h5{
font-size:12px;
font-weight:normal;
}
.linea{
margin-top:5px;
margin-bottom:5px;
overflow:none;
height:1px;
background-color:#666666;
}
#cierre{
margin-top:15px;
margin-bottom:15px;
}
.linksabajo{
word-spacing:10px;
}