/*******************************************
	Hoja de estilos de la página de escuadras
********************************************
	Estilos por etiqueta
/*******************************************/


/********************************************
	Estilos por id
/*******************************************/


	#sectionTitle
	{
		padding:2em 0 2em 2em;
		vertical-align: middle;
	}
	
	#sectionTitle img
	{
		float: left;
		margin-right:.4em;		
	}
	
	#sectionTitle h1
	{
		padding-top:.4em;
		font: bold 24px Arial;
		color: #372c1d;
	}
	
	#sectionTitle h1 strong
	{
		font-size: 36px;	
	}
	
	#sectionContent
	{
		margin:  0 0 2em 3em;
	}
	
	#footer
	{
		clear:both;
	}

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

	.escuadraItem
	{
		float:left;
		height: 150px;
		width: 190px;
		margin: 0 1em 2em 0;
		text-align: center;
	}
	
	.escuadraItem p
	{
		font: bold 12px Arial;
		color: #372c1d;
		text-transform: uppercase;
		text-align: center;
	}
	
	.escuadraItem .escuadraImage
	{
		width: 187px;
		height: 137px;
		background-image: url('../images/escuadras/fondoImagen.jpg');
	}
	
	.escuadraItem .escuadraImage img
	{
		margin: .8em 0 0 0;
	}