﻿#CenterHolidays #CHcontainer{

	height: auto;

	max-width: 500px;

	width: 80%;

	background-color: white;

	padding: 10px;

	position: relative;

	margin: auto;

	margin-top: 30px;

	border-radius: 5px;

	overflow:hidden;

	text-align: center;

	z-index: 0;

	min-width: 200px;

	overflow: visible;

}

#CenterHolidays #CHcontainer img{

	display: block;

    max-width:500px;

    max-height:auto;

    width: 100%;

    height: auto;

}

#CenterHolidays #CHcontainer h1{margin: 0;margin-bottom: 10px;padding: 0;}

#CenterHolidays  #colser{

	height: 32px;

	cursor: pointer;

	width:32px;

	position: absolute;

	right: -20px;

	top: -20px;

	padding: 5px;

	border-radius: 100%;

	background-color: white;

	background-image: url(../imagens/geral/close_icon.png);

	background-repeat: no-repeat;

	background-position: 5px;

	z-index: 1;

}