h2
{
	font-size:1.5625rem;
	margin:0;
}
h3
{
	font-size:1.5rem;
	margin:0;
}
p
{
	line-height:1.3rem;
	margin:.9rem 0 0 0;
}
p a
{
	color:#000;
}
p a:hover
{
	color:blue;
}

ul#donaespe
{
	list-style:disc;
	margin-left:4%;
}
ul#donaespe > li
{
	margin-bottom:.5rem;
}

ul#mayuda, ul#masist
{
	color:#fff;
	font-size:.875rem;
}
ul#mayuda > li 
{
	background:#039ad8;
	border-bottom:1px solid #5cbde5;
	padding:.6rem .4rem;
}
ul#mayuda > li a
{
	color:#fff;
}
ul#mayuda > li:hover
{
	background:#0f75ab;
}
ul#mayuda .ay_act
{
	background:#0f75ab !important;
}

ul#masist > li
{
	background:#ea7710;
	border-bottom:1px solid #f7ad6a;
	padding:.6rem .4rem;
}
ul#masist > li:hover
{
	background:#eb6d11;
}
ul#masist > li a
{
	color:#fff;
}

ul#masist .ay_act
{
	background:#eb6d11 !important;
}

#payu_ops
{
	border:1px solid #ccc;
	padding:.625rem;
}
#payu_ops input
{
	border:1px solid #cccccc;
	border-radius:.3125rem;
	margin-bottom:.8rem;
	padding:.3125rem;
	width:90%;
}
#payu_ops input[type="image"]
{
	width:130px;
}
#payu_ops input[type="submit"]
{
	background:#0F75AB;
	border:none;
	color:#fff;
	width:200px;
}
#payu_ops input[type="submit"]:hover
{
	background:#ea7710;
}

#payu_ops label 
{
	color:#666;
	font-size:.75rem;
}

/*

*/

#quienesom
{
	font-family:Helvetica;
	text-align:justify;
}
#quienesom h2
{
	color:#CF661B;
}

#qimg
{
	float:left;
	margin-right:1.8rem;
	width:35%;
}



@media screen and (max-width: 1000px) {
	#contenedor { background:red; }
}
@media screen and (max-width: 700px) {
	/*#contenedor { background:red; }*/
}
@media screen and (max-width: 480px) {
	/*#contenedor { background:red; }*/
	#qimg
	{
		margin-right:.5rem;
	}
	#quienesom h2:first-child
	{
		margin:0 !important;
	}
	
	.col_1_15p
	{
		width:100%;
	}
	.col_1_83p
	{
		width:100%
	}
	
	ul#mayuda > li:first-child
	{
		width:95%;
	}
	ul#mayuda > li 
	{
		border-right:1px solid #5cbde5;
		display:inline-block !important;
		width:45%;
	}
	#payu_ops
	{
		margin-top:2rem;
	}
	#payu_ops .col_1_50p
	{
		border:0;
		width:100%;
	}
	
	#payu_ops .col_1_47p
	{
		border-top:1px solid #dbdbdb;
		margin-top:1.5rem;
		padding-top:1rem;
		width:100%;
	}
	#payu_txt
	{
		display:none;
	}
}