@charset "utf-8";
/* CSS Document */

@import url("style_all.css");

#cont_title2
{
	padding-bottom:15px;
	padding-top:15px;
	font:normal 2.0em "Century Gothic", arial, tahoma, verdana;
	text-transform:capitalize;
	color:#333333;
}

#cont_content
{
	color:#666666;
	text-align:justify;
	margin:30px;
	line-height:25px;
}

#cont_content p
{
	padding-bottom:5px;
	line-height:25px;
}

#cont_form
{
	color:#666666;
	text-align:justify;
	margin:30px;
}

#cont_form p
{
	line-height:25px;
}

#cont_form_send
{
	cursor:pointer;
	cursos:hand;
	padding-top:15px;
}

.input_cont
{
	background:url(img/background_txt.jpg) no-repeat left top; 
	border:1px solid #999999;
	height:18px;
	padding:5px;
	padding-left:35px;
	width:356px;
}

.text_cont
{
	border:1px solid #999999;
	font:normal 1.2em arial, tahoma, verdana;
	height:50px;
	padding:5px;
	padding-left:35px;
	width:356px;
}

.focus_contact
{
	background:url(img/background_txt.jpg) no-repeat left top; 
	border:2px solid #FF0000;
	height:18px;
	padding:5px;
	padding-left:35px;
	width:354px;
}

.focus_text_contact
{
	border:2px solid #FF0000;
	height:50px;
	padding:5px;
	padding-left:35px;
	width:354px;
}