/*
	@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)	{}

*/


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

#contenido p{}
	

#logocontenidoindex{}	
	@media screen and (min-width:361px) and (max-width: 480px)
	{
	#logocontenidoindex{visibility:hidden; display:none; }
	}
	@media screen and (min-width:481px) and (max-width: 600px)
	{
	#logocontenidoindex{ width:110px; height:auto;}
	}



#tercio_primero
,#tercio_segundo
,#tercio_tercero
	{
	}
	@media screen and (min-width:361px) and (max-width: 480px)
	{
	#tercio_primero, #tercio_segundo, #tercio_tercero, #tercio_cuarto
		{
		width:49.5%;
		margin:0.25%;
		float:left;
		clear:right;
		padding:2%;
		}
	}	
	@media screen and (min-width:481px) and (max-width: 600px)
	{
	#tercio_primero, #tercio_segundo, #tercio_tercero, #tercio_cuarto
		{
		width:24.5%;
		margin:0.2%;
		float:left;
		clear:right;
		padding:2%;
		}
	}	


#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;
	}
	
	@media screen and (min-width:0px) and (max-width: 480px)	
		{
		#tercio_primero a img
		,
		#tercio_segundo a img
		,
		#tercio_tercero a img
			{
			max-width: 100%;
			height: auto;
			}
		}

#tercio_tercero h2.chico{}
		@media screen and (min-width:481px) and (max-width: 600px)	
		{
		#tercio_tercero h2.chico{
		font-size:12px;
		line-height: 18px;
		}		
		}
	