@charset "UTF-8";
/* CSS Document */


.white_bg{
	background-image:url(../img/fondo_gris.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	box-shadow:0 2px 2px #999;
}


.shadowed{
	box-shadow:0 2px 2px #999;
	
}

a:link {
	color:#00B2A9;
    text-decoration: none;
}

a:visited {
    color:#00B2A9;
    text-decoration: none;
}

a:hover {
    color:#00B2A9;
    text-decoration: underline;
}

a:active {
    color:#00B2A9;
    text-decoration: underline;
}