/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */


 .ga_ayto-aviso{
	box-sizing: border-box;
	border: 1px solid transparent;
	clear: both;
	position: relative;
	padding: 40px 25px 25px;
	border-radius: 0;
	margin-bottom: 20px;
	text-shadow: none;;
	background-color: #fdb524;
	color: #fdb524;
	border-color: #fdb524;
	border-width: 1px;
	color: #fff;
	text-align: center;
 }


 .ga_ayto-aviso p, .ga_ayto-aviso h1, .ga_ayto-aviso h2, .ga_ayto-aviso h2, .ga_ayto-aviso strong{
 	color: #fff !important;
 }


 .ga_ayto-aviso-cerrar{
 	float: right;
	font-weight: 700;
	background: none repeat scroll 0 0 rgba(0,0,0,0);
	cursor: pointer;
	position: absolute;
	box-sizing: content-box;
	top: 5px;
	right: 5px;
	height: 25px;
	width: 25px;
	line-height: 25px;
	transition: all .2s;
	font-size: 3em;
	color: #fff !important;
	border-color: #fdb524;
 }


 .ga_ayto-aviso h2{
 	text-align: center;
 	font-size: 23px;
 }

 .ga_ayto-aviso p{
 	font-size: 23px;
 }

 .ga_ayto-aviso a{
 	text-decoration: none;
 	color: #0082ca;
 }

