#contenido h1{}
	@media screen and (min-width:0px) and (max-width: 360px)	
	{
	#contenido h1{ margin-bottom:5%; font-size:20px;}
	}

#contenido p{}
	@media screen and (min-width:0px) and (max-width: 360px)	
	{
	#contenido p{ margin-bottom:5%; text-align:left;}
	}


#logocontenidoindex{}	
	@media screen and (min-width:0px) and (max-width: 360px)	
	{
	#logocontenidoindex{visibility:hidden; display:none; }
	}



#tercio_primero
,#tercio_segundo
,#tercio_tercero
,
#tercio_cuarto
	{
	}
	@media screen and (min-width:0px) and (max-width: 360px)	
	{
	#tercio_primero, #tercio_segundo, #tercio_tercero, #tercio_cuarto
	{ visibility:hidden; display:none; }
	}
	



	/*
	@media screen and (min-width:1000px)
	@media screen and (min-width:901px) and (max-width: 999px)	{}
	@media screen and (min-width:801px) and (max-width: 900px)	{}
	@media screen and (min-width:769px) and (max-width: 800px)	{}
	@media screen and (min-width:641px) and (max-width: 768px)	{}
	@media screen and (min-width:481px) and (max-width: 640px)	{}
	@media screen and (min-width:361px) and (max-width: 480px)	{}
	@media screen and (min-width:321px) and (max-width: 360px)	{}
	@media screen and (min-width:241px) and (max-width: 320px)	{}
	@media screen and (min-width:0px) and (max-width: 240px)	
		{
		#tercio_primero
		,#tercio_segundo
		,#tercio_tercero
			{
			width:100%;
			padding:0%;
			margin-bottom:3%;
			}

		
		}
	
	
	
#tercio_primero a img,
#tercio_segundo a img,
#tercio_tercero a img
	{
	display:block;
	float:none;
	margin-left:auto;
	margin-right:auto;
	background-color:#7F8092;
	}
	
	@media screen and (min-width:1000px)
	@media screen and (min-width:901px) and (max-width: 999px)	{}
	@media screen and (min-width:801px) and (max-width: 900px)	{}
	@media screen and (min-width:769px) and (max-width: 800px)	{}
	@media screen and (min-width:641px) and (max-width: 768px)	{}
	@media screen and (min-width:481px) and (max-width: 640px)	{}
	@media screen and (min-width:361px) and (max-width: 480px)	{}
	@media screen and (min-width:321px) and (max-width: 360px)	{}
	@media screen and (min-width:241px) and (max-width: 320px)	{}
	@media screen and (min-width:0px) and (max-width: 240px)	
		{
		#tercio_primero a img,
		#tercio_segundo a img,
		#tercio_tercero a img
			{
			width:94%;
			height:auto;
			margin:3%;
			
			}
		}
*/