@charset "utf-8";

/* CSS Document */

@import url(http://fonts.googleapis.com/css?family=Courgette);

body {
     background-image:url('sipprega.png');
     background-position:200px center;
     background-repeat: no-repeat;
     width:100%;
	  height:100%;
	  margin: 20px 20px 20px 20px; 
} 

#content {
    width: 900px;
    margin: auto;
    padding: 5px 5px;
	 border-radius: 5px 5px 5px 5px;
}

#header {
    
    font-size: 24px;
    color: #575755;
    border: 1px solid #004C9C;
    border-radius: 8px 8px 8px 8px;
    margin-bottom: 10px;
    text-align: center;
    width: 900px;
    min-height: 42px;
}

#column-left {
    
	 font-size: 20px;
	 font-weight: 700;
    border: 0px solid #004C9C;
    border-radius: 8px 8px 8px 8px;
    float: left;
    min-height: 450px;
    margin-bottom: 10px;
    margin-right: 10px;
    overflow: hidden;
    text-align: left;
    width: 400px;
}

#central {
    
	 font-weight: 700;
	 font-size: 20px;
    border: 1px solid #004C9C;
    border-radius: 8px 8px 8px 8px;
    float: right;
    min-height: 450px;
    margin-bottom: 10px;
    width: 485px;
}

#footer {
    border: 1px solid #004C9C;
    color:#575755;
    border-radius: 8px 8px 8px 8px;
	 margin-bottom:10px;
    text-align: center;
    width: 900px;
	 clear: both;
	 min-height: 42px;
}

#logo {
	background-image:url('logo/logo.jpg');	
	width:100px;
	height:100px;
	float:left;
	margin: 10px 10px 10px 10px;
}

#texto{
	      font-family: 'Courgette';
	      color:#004C9C;
	      float: right;
	      min-height: 450px;
	      width: 400px;
	      text-align:left;
	   }
	



