body{
	font-family: Arial, Tahoma, sans-serif; 
	background: #F8F8F8 url("../images/vbackground.jpg") repeat-x; 
}
p, h1, h2, h3, h4, h5, h6{
	font-size:14px;
}
body, div, ul, ol, li, hr, p, h1, h2, h3, h4, h5, h6, a, img, table, tr, td{
	margin:0;
	padding:0;
}
table, tr, td{
	border:none;
	border-spacing:0;
}
table{
	border-collapse:collapse;
}
a{
	text-decoration:none;
}
.link:hover{
	color:#ddd;
	text-decoration:underline;
}
#main{ 
	width:730px;
	margin:auto;
}
h1{
	display:block;
	background: url("../images/logo.png") no-repeat;
	height:444px;
	width:339px;
	position:relative;
	margin:auto;
	margin-top:20px;
	}
h1 span{
	display:none;
}
#text p{
	font-size:11px;
	color:#4a4a4a;
}
#text{
	float:left;
	width:300px;
	margin:20px 20px 0px 0px;
	text-align:justify;
}
#text h2{ 
	margin:0px 0px 10px 0px; 
	background: url("../images/comuniquese.jpg") no-repeat;
	height:18px;
	width:221px;
}
#text h2 span{ 
	display:none;
}
#form{
	float:right;
	width:380px;
	margin:40px 20px 0px 0px
}
#labels label{
	font-size:10px;
	color:#3d393a; 
	width:137px; 
}
#labels{ 
	float:left;
	margin-right:15px; 
} 
#form input{
	font-size:10px;
	line-height:25px;
	padding:0px 5px 0px 5px;
	display:block;
	border:none;
	height:23px;
	width:137px;
	background: url("../images/input.jpg") no-repeat;
}
#form textarea{
	font-family: Arial, Tahoma, sans-serif; 
	font-size:10px;
	padding:2px 5px 0px 5px;
	display:block;
	border:none;
	height:103px;
	width:200px;
	background: url("../images/textarea.jpg") no-repeat; 
	float:right;
	overflow: auto;
}
#textarea{ 
	font-size:10px;
	color:#3d393a;   
	margin-left:10px; 
} 
#footer{
	clear:left;    
	padding:10px;
}
#footer p{ 
	font-size:11px;
	color:#aaa;
	margin:auto;
	display:block;
	width:470px;
}
#footer p a{ 
	font-size:11px;
	color:#aaa; 
}
#footer p a:hover{ 
	text-decoration:underline;
}
#form p{ 
	display:block;
	width:100%; 
	clear:right; 
}
#enviar{ 
	margin-top:5px !important;
	display:block !important;
	width:60px !important;
	height:25px !important;
	float:right !important;
	background: url("../images/button.jpg") no-repeat !important;  
}
#enviar:hover{ 
	background-position: 0px -26px !important;
}
#enviar span{ 
	display:none;
}
#msj {  
	width:100%;
	clear:left;
}
#msj p{  
	color:#ec0b55;  
}