

body {
    background-color:#F0F0F0;
  }

#sarrera-2 {
    -moz-border-radius : 15px;
    -webkit-border-radius : 15px;
    background-color : #FFF;
    background-image : url('../img/fondo5.png');
    background-position : top center ;
    background-repeat : no-repeat;
    border-bottom-color : #909090;
    border-bottom-style : solid;
    border-bottom-width : 1px;
    border-left-color : #909090;
    border-left-style : solid;
    border-left-width : 1px;
    border-right-color : #909090;
    border-right-style : solid;
    border-right-width : 1px;
    border-top-color : #909090;
    border-top-style : solid;
    border-top-width : 1px;
    height : 550px;
    margin-bottom : auto;
    margin-left : auto;
    margin-right : auto;
    margin-top : 30px;
    width : 800px;
  }
#sarrera-1 {
    -moz-border-radius : 15px;
    -webkit-border-radius : 15px;
    background-color : #FFF;
    background-image : url('../img/fondo3.png');
    background-position : center right;
    background-repeat : no-repeat;
    border-bottom-color : #909090;
    border-bottom-style : solid;
    border-bottom-width : 1px;
    border-left-color : #909090;
    border-left-style : solid;
    border-left-width : 1px;
    border-right-color : #909090;
    border-right-style : solid;
    border-right-width : 1px;
    border-top-color : #909090;
    border-top-style : solid;
    border-top-width : 1px;
    height : 550px;
    margin-bottom : auto;
    margin-left : auto;
    margin-right : auto;
    margin-top : 30px;
    width : 800px;
  }

#logo { margin-top:50px;}
#intromenu { 
	margin-top:30px;
	margin-left:30px;
	text-align:center;
 }

#top { 
	width:100%;
	height:200px;
	background-image:url("../img/fondo4.png");
	background-position :right;
    	background-repeat : no-repeat;
	background-color:#FFF;
 	border: 1px solid #666;

}
#menu { margin-top:5px;
	border:1px solid #666;
	width:100%;
	
	background-color:#000;
	color:#FFF;
	font-size:14px;
	padding:5px;
}

