/* CSS Galería Fotográfica Integrada en Web Mora.es */

#principal {
   margin:0 auto;
}

#formulario {
	width: 100%;
	float:left;
} 

.contenedorfoto {
   float:left;
   width:110px;
   height:110px;
   margin: 10px;
   padding:5px;
   background-color:#f5f7f9;
   border-right: #a5a7aa solid 1px;
   border-bottom: #a5a7aa solid 1px;
   text-align:center;
} 

.contenedorfoto230 {
   float:left;
   width:230px;
   height:135px;
   margin: 10px;
   padding:5px;
   background-color:#f5f7f9;
   border-right: #a5a7aa solid 1px;
   border-bottom: #a5a7aa solid 1px;
   text-align:center;
} 




