
#contenido h1{}
	@media screen and (min-width:601px) and (max-width: 640px)
	{
	#contenido h1{ ; font-size:25px; text-align:center;  }
	}

#contenido p{}
	

#logocontenidoindex{}
	@media screen and (min-width:601px) and (max-width: 768px)
	{
	#logocontenidoindex{ width:110px; height:auto; float:right;}
	}

#tercio_primero
,#tercio_segundo
,#tercio_tercero
	{
	}

#tercio_cuarto{}	
	@media screen and (min-width:601px) and (max-width: 640px)
	{
	#tercio_primero, #tercio_segundo, #tercio_tercero, #tercio_cuarto 
		{
		display:block;
		float:left;
		clear:right;
		width:49%;
		padding:1%;
		margin-bottom:3%;
		}

	#tercio_primero, #tercio_tercero
		{
		margin-left:0px;
		margin-right:2%;
		}
	
	#tercio_segundo, #tercio_cuarto
		{
		margin-right:0px;
		margin-left:0%;
		}
		}	
	@media screen and (min-width:641px) and (max-width: 768px)
	{
	#tercio_primero, #tercio_segundo, #tercio_tercero, #tercio_cuarto 
		{
		display:block;
		float:left;
		clear:right;
		width:49%;
		padding:2%;
		margin-bottom:3%;
		}

	#tercio_primero, #tercio_tercero
		{
		margin-left:0px;
		margin-right:2%;
		}
	
	#tercio_segundo, #tercio_cuarto
		{
		margin-right:0px;
		margin-left:0%;
		}
		}	
#tercio_primero a img
,
#tercio_segundo a img
,
#tercio_tercero a img
,
#tercio_cuarto a img
	{
	display:block;
	float:none;
	margin-left:auto;
	margin-right:auto;
	background-color:#7F8092;
	}

#tercio_primero h2
,
#tercio_segundo h2
,
#tercio_tercero h2
,
#tercio_cuarto h2
{
line-height: 18px;
font-size:18px;
margin-bottom:2%;

}



#tercio_tercero h2.chico{}
		@media screen and (min-width:601px) and (max-width: 640px)	
		{
	/*	#tercio_tercero h2.chico{
		font-size:16px;
		line-height: 18px;
		background-color:#006600;
		*/
		}		
		}
		@media screen and (min-width:641px) and (max-width: 768px)	
		{
		#tercio_tercero h2.chico{
		font-size:16px;
		line-height: 18px;
		background-color:#006600;
		}		
		}
	