/* CSS Document */
.siteInternas { line-height:150%; }
h2 { color:#ffcc00; }
#left { width:714px; height:auto; float:left; margin:0 62px 0 40px; }
#left form label { float:left; width:329px; height:32px; margin:0 28px 20px 0; }
#left form label input { width:328px; height:31px; background:#FFF; border-bottom:none; border-right:none; border-top:1px solid #B3B3B3; border-left:1px solid #B3B3B3; text-indent:10px; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; }
#left form .labelTextarea { width:686px; height:137px; }
#left form textarea { width:685px; height:132px; background:#FFF; padding-top:10px; border-bottom:none; border-right:none; border-top:1px solid #B3B3B3; border-left:1px solid #B3B3B3; text-indent:10px; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; }
#left button { width:254px; height:42px; line-height:42px; background:#6C6C6C; margin:10px 0 0 0; padding:0; cursor:pointer; color:#FFF; font-family:'Museo500'; border:none; text-align:center; }
#right { width:384px; float:left; height:auto; font-size:16px; line-height:170%; }
#right img { vertical-align:middle; margin:0 5px; }

@media screen and (max-width: 500px) {
	#left { width:320px; float:none; margin:0 0 30px 0; }
	#left form label { float:left; width:320px; height:26px; margin:0 0 10px 0; }
	#left form label input { width:305px; height:20px; }
	#left form .labelTextarea { width:320px; height:80px; }
	#left form textarea { width:312px; height:75px; }
	#left button { width:320px; height:30px; line-height:30px;}
	#right { width:320px; float:none; height:auto; font-size:14px; }
}