#principal{
    width:960px;
    margin: 0 auto;
}

header{
    height:115px;
    padding: 10px 0px;
    background: url("../images/resplandor.png") top left no-repeat;
}


nav{
    overflow: hidden;
    border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: #48a22a;
}
    
    nav form{
        float: right;
        margin-top: 5px;
        margin-right: 10px;
        vertical-align: middle;
    }
    
    nav ul{
        list-style: none;
    }
    
        nav ul li{
            float:left;
            padding: 10px 10px;
        }
        
            nav ul li a{
                padding: 5px 10px !important;
                color: #FFFFFF !important;
                text-shadow: 1px 1px 1px rgba(255,255,255, 0.4),
                            -1px -1px -1px rgba(0,0,0,0.4);
                -o-text-shadow: 1px 1px 1px rgba(255,255,255, 0.4),
                            -1px -1px -1px rgba(0,0,0,0.4);
                -ms-text-shadow: 1px 1px 1px rgba(255,255,255, 0.4),
                            -1px -1px -1px rgba(0,0,0,0.4);
                -moz-text-shadow: 1px 1px 1px rgba(255,255,255, 0.4),
                            -1px -1px -1px rgba(0,0,0,0.4);
                -webkit-text-shadow: 1px 1px 1px rgba(255,255,255, 0.4),
                            -1px -1px -1px rgba(0,0,0,0.4);
            }
                
                nav ul li a:hover{
                    border-radius: 3px;
                    -o-border-radius: 3px;
                    -ms-border-radius: 3px;
                    -moz-border-radius: 3px;
                    -webkit-border-radius: 3px;
                    
                    box-shadow: inset 0px 0px 2px 2px rgba(0,0,0,0.2);
                    background-color:#388f1b; 
                }
    
aside{
    clear: both;
    width: 950px;
    margin: 10px 0px;
    height: 340px;
    overflow: hidden;
    background: #ECECEC;
    border: 5px solid #f8c561;
	border-radius: 5px;
                    -o-border-radius: 5px;
                    -ms-border-radius: 5px;
                    -moz-border-radius: 5px;
                    -webkit-border-radius: 5px;
	}
	#novedades{
		clear: both;
        width:950px;
        height:700px;
		margin: 10px 0px;
        overflow: hidden;
        position:relative;
		background: #ECECEC;
    	border: 5px solid #f8c561;
		border-radius: 5px;
                    -o-border-radius: 5px;
                    -ms-border-radius: 5px;
                    -moz-border-radius: 5px;
                    -webkit-border-radius: 5px;
		
		}
		
		 #banner{
        width:1920px;
        height:auto;
        overflow: hidden;
        position:relative;
		}
		
		
article{
    
}
    .bloque club{
        float:left;
        position: relative;
        width: 960px;
        margin: 0 20px 20px 0;
        text-align: left;
        padding-top: 30px;
		padding-right: 20px;
        background: url("../images/separador.png") top center no-repeat;
    }
	.bloque contacto{
        float:left;
        position: relative;
        width: 280px;
        margin: 0 20px 20px 0;
        text-align: left;
        padding-top: 30px;
		padding-right: 20px;

    }
    
    .bloque contacto p, .bloque contacto h2{
        text-align: left;
    }
	
	.bloques{
        float:left;
        position: relative;
        width: 280px;
        margin: 0 20px 20px 0;
        text-align: center;
        padding-top: 30px;
		padding-right: 20px;
        /*background: url("../images/separador.png") top center no-repeat;*/
    }
    
    .bloques p, .bloques h2{
        text-align: left;
    }
	

section{
    
}

    .elementoPie, .elementoPie a{
		font-size:13px;
    	font-weight:normal;
    	font-family: 'Verdana', Helvetica, Arial, sans-serif;
    	color: #ffffff;
    	padding: 0;
    	margin: 0;
    	border: 0;
        float:left;
        position: relative;
        width: 200 px;
		height: 50 px;
        margin: 10 px 10 px 0 0;
        text-align: left;

    }
    
footer{
    clear: both;
    height: 120px;
    padding-top: 30px;
	background-image: url("../images/bgabajo.jpg") left bottom repeat-x;
}

video{
    width: 300px;
}

h1, h2{
    font-family: 'Verdana', Helvetica, Arial, sans-serif;
}