@charset "utf-8";
/* CSS web site Grupo MDA */

body {
	background-color:#000;
	margin:0 auto;
	padding:0px;
}
#pagina {
	width:790px;
	height:200px;
    margin:0 auto;
}
#topo {}
#conteudo {}
#ifconteudo {
	width:790px;
	height:390px;
	
}
#rodape {
	width:790px;
	height:30px;
}
.direitos {
	width:350px;
	font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#999;
	float:right;
}
/* CONTATO */
#textocontato {
	width:345px; height:250px; float:left;
	padding:140px 0px 0px 50px; line-height:25px; margin:0px; border:none;
	font-family:Tahoma; font-size:20px; color:#CCC;
}
#formulario {
	width:375px; height:320px;
	margin: 0px 0px 0px 395px; padding:40px 0px 0px 45px;
	font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#fff; line-height:100px;
}
input {
	background:transparent; margin:5px; color:#CCC; font-family:Tahoma; font-size:14px; border-style:solid; border-color:#999;
}
textarea {
	background:transparent; margin:5px; color:#CCC; font-family:Tahoma; font-size:14px; border-style:solid; border-top-color:#666; border-right-color:#999; border-bottom-color:#999; border-left-color:#666;
}
#popup{
width: 750px; height: 200px; padding: 150px 0px 0px 0px; text-align:center;
font-family:Tahoma; font-size:20px; text-decoration:none; text-transform:none; letter-spacing:0px;
color:#CCC;
position: absolute;
top: 20px;
left: 20px;
}