.img_cursos{
	max-width:250px;
	max-height:250px;
}
.img_noticia{
	max-width:250px;
	max-height:250px;
}
.rel_logo{
	position: relative;
}
.abs_logo{
	position: absolute;
    top: 0px;
    left: 0px;
    height: 400px;
    width: 400px;
    z-index: 100;
}
@media screen and (max-width:750px){
.abs_logo{
		position: relative;
		top: 0px;
		left: 0px;
		height: auto;
		width: auto;
		z-index: 100;
	}
}
#contact-form a {
    cursor: pointer;
}

.button:hover {
    background: #222;
}
.button:hover {
    color: #fff;
}
form .button {
    display: inline-block;
    font-family: 'tahoma', sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    color: #FFF;
    background: #d00d04;
    text-decoration: none;
    padding: 3px 25px 7px 24px;
}
.buttons-wrapper a {
    margin-left: 6px;
}
#contact-form label.message {
    min-height: 113px;
}
#contact-form textarea {
    height: 90px;
    color: #848484;
}
#contact-form textarea {
    height: 130px;
    margin: 0;
    width: 284px;
    padding: 5px 7px;
    margin: 0;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 1.384em;
    color: #656565;
    border: 1px solid #d8d7d7;
    background: none;
    overflow: auto;
}
#contact-form label, input, textarea, select, button {
    display: block;
    resize: none;
    outline: none;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    vertical-align: middle;
}
#contact-form input {
    color: #848484;
}
#contact-form {
    position: relative;
    vertical-align: top;
    width: 100%;
    z-index: 1;
}
#contact-form fieldset {
    border: none;
    padding: 4px 0 0;
}
#contact-form label {
    display: block;
    min-height: 42px;
}
#contact-form .error, #contact-form .empty {
    color: #f00;
    font-size: 11px;
    line-height: 2em;
    display: none;
    overflow: hidden;
}
#contact-form input {
    width: 284px;
    padding: 5px 7px 7px;
    margin: 0;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 1.384em;
    color: #656565;
    border: 1px solid #d8d7d7;
    background: none;
}