/*******************************************
	Hoja de estilos de la galeria de imagenes
********************************************
	Estilos por etiqueta
/*******************************************/


/********************************************
	Estilos por id
/*******************************************/	
	#content{
		position: relative;
	}

	#sectionTitle
	{
		padding:2em 0 2em 2em;
		vertical-align: middle;
	}
	
	#sectionTitle img
	{
		float: left !important;		
	}
	
	#sectionTitle h1
	{
		font: bold 24px Arial;
		color: #372c1d;
	}
	
	#sectionTitle h1 strong
	{
		font-size: 36px;	
	}

	#sectionContent{
		padding: 0 0 0 2em;
	}
	
	#sectionContent h2{
		font: bold 18px Arial;
		color: #635e59;
		border-bottom: 1px solid #635e59;
		width: 31em;
		text-align: center;
	}

	#sectionContent #imagesGroup{
		margin-top: 1em;
		width: 48em;
	}

	#sectionContent #imagesGroup a img{
		
		margin: 1em;
	}

	#galleriesBlock{
		position:  absolute;
		top: 3.5em;
		left:  51em;	
	}


/********************************************
	Estilos por clase
/*******************************************/

	.noGalleries{
		font: bold 14px Arial;
		color: #372c1d;
		
	}
	
	.noImages{
		font: 14px Arial;
		color: #372c1d;
	}