* {
	margin: 0;
	padding: 0;
}

a img{
	border: 0;
}

a{
	text-decoration: none;
	color: #535659;
}

body{
	text-align: center;
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	background-color: #f2f2f2;
	color: #535659;
}

div{
	position: relative;
}

.clear{
	clear: both;
}
.fl_l{
	float: left;
}
.fl_r{
	float: right;
}

.flash_good { 
	background: #e5f2be; 
	width: 725px;
	border: 2px solid #bedf5d; 
	padding: 10px; 
	font-weight: bold;
	margin: 20px 0 0 50px;
	float: left;
}
.flash_bad { 
	background: #eccecf;
	width: 725px;
	border: 2px solid #9e0b0f;
	padding: 10px;
	font-weight: bold;
	margin: 20px 0 0 50px;
	float: left;
}


.line{
	clear: both;
	height: 1px;
	width: 100%;
	border-top: 1px solid #b6b7b8;
	background-color: #fff;
	margin: 30px 0 10px 0;
}

#container{
	margin: 0 auto;
	width: 960px;
	padding-top: 10px;
	overflow: hidden;
}

#logo{
	padding-top: 10px;
	width: 161px;
	height: 530px;
}

#header{
	width: 799px;
}
#header #prenatale{
	float: right;
	padding-right: 20px;
	background: url(../img/arrows.jpg) no-repeat right center;
	font-size: 13px;
}
#menu{
	list-style-type: none;
	padding: 0;
	margin: 20px 0 0 0;

}
#menu li{
	display: block;
	float: right;
}
#menu li a{
	display: block;
	font-family: "Trebuchet MS", Arial;
	font-weight: bold;
	font-size: 15px;
	padding: 8px 15px 0 15px;
	border-top: 1px solid #b6b7b8;
}
#menu li .no-right-padding{
	padding-right: 0 !important;
}
#menu li a:hover{
	color: #e0237b;
	border-top: 1px solid #e0237b;
}
#menu li .active{
	color: #e0237b;
	border-top: 1px solid #e0237b;
}

#content{
	width: 749px;
	padding-left: 50px;
	margin: 50px 0 20px 0;
	text-align: left;
}
#content h1{
	font-size: 35px;
	font-family: 'trebuchet ms', arial;
	color: #e0237b;
	margin-bottom: 40px;
	font-weight: normal;
}
#content .special{
	color: #e0237b;
	font-size: 16px;
	margin-bottom: 30px;
}
#content p{
	line-height: 18px;
}
#content #program{
	border-collapse: collapse;
	margin: 10px auto;
}
#content #program th{
	border-bottom: 1px solid #e0237b;	
	border-top: 1px solid #e0237b;
	padding: 10px;
	font-weight: normal;
	font-style: italic;
}
#content #program td{
	border-bottom: 1px solid #e0237b;	
	padding: 10px;
}
#content #program .hours{
	color: #e0237b;
	font-weight: bold;
}
#content #program td strong{
	font-style: italic;
}

.input{
	width: 517px;
	margin-bottom: 10px;
	clear: both;
}
.text label{
	display: block;
	width: 200px;
	margin-right: 15px;
	float: left;
	clear: both;
}
.text input{
	width: 300px;
	height: 18px;
	border: 1px solid #b6b7b8;
	color: #535659;
}
.text input:focus{
	border: 1px solid #e0237b;
}
.required label{
	font-weight: bold;
}
.required label:after{
	content: '*';
}
.error-message{
	font-style: italic;
	text-align: right;
	margin: 5px 0;
	clear: both;
	color: #e0237b;
}
.checkbox{
	padding-top: 10px;
}
.checkbox input{
	margin: 0 10px;
}
.checkbox label{
	display: block;
	width: 450px;
	float: right;
}
.submit{
	clear: both;
	text-align: center;
	padding-top: 20px;
}

.img_button{
	margin-right: 10px;
	margin-bottom: 20px;
}

.ta_center{
	text-align: center !important;
}
.ta_left{
	text-align: left !important;
}
.ta_right{
	text-align: right !important;
}

#box3{
	width: 100%;
	text-align: left;
}
#box3 .box{
	width: 305px;
	height: 180px;
	color: #6e7073;
	background: url(../img/bcg_gray.jpg) repeat-x 0 25px;
	float: left;
}
#box3 .box:hover{
	color: #e0237b;
	background: url(../img/bcg_pink.jpg) repeat-x 0 25px;
}
#box3 .margin{
	margin-right: 22px;
}
#box3 .box h3{
	font-size: 18px;
	font-family: arial;
	height: 25px;
}
#box3 .box .box-content{
	width: 265px;
	height: 75px;
	color: #fff;
	padding: 20px;
	line-height: 18px;
}
#box3 .box img{
	position: absolute;
	bottom: 0;
	right: 0;
}

#patronat{
	width: 860px;
	height: 100px;
	padding-left: 100px;
	padding-bottom: 30px;
}
#patronat .item{
	float: left;
	margin-left: 170px;


}
#patronat .item h4{
	font-weight: normal;
	font-size: 14px;
	font-family: arial;
	height: 30px;
	padding-bottom:0;
	margin-bottom:0;



}

#patronat .item img{

}

#footer{
	float: right;
	font-size: 11px;
	margin-bottom: 10px;
}
#footer a{
	font-size: 11px;
}