/* 90Grados :: www.90grados.com */

@import url("header.css");
@import url("footer.css");

* {
	margin:0;
	padding:0;
}
body {
width:100%;
text-align:center;
background-color: #DEDED1;
background-image: url(../images/bg.jpg);
background-repeat: repeat-x;
/*background-attachment:fixed;*/
color: #827442;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 15px;
margin: 0px;
padding: 0px;
}
html, body { height:100%; }
p{ 
padding-bottom:5px;
text-align:justify;
}
a:link,a:visited,a:hover,a:active{
color:#9999CC;
text-decoration:none;
}
a:hover{
color: #666699;
text-decoration:underline;
}

#container {
width:900px;
height:100%;
margin: 0 auto;	
padding:0px;
text-align:center;
}
#header {
height:auto;
text-align: left;
padding: 0px;
margin: 0px;
width:900px;
float:left;
}

#content {
width:800px;
height:auto;
padding:15px 50px;
margin: 0px;
float:left;
text-align:left;
}

#footer {
width:900px;
height:auto;
float:left;
}

/*Para Home*/
#content_into{
width:800px;
height:auto;
margin:0 auto;
}

.ctn_trademarks{
text-align:center;
padding-top:10px;
padding-bottom:15px;
}
/**/
/*Para Contact*/
.ctn_colum_left{
width:200px;
float:left;
text-align:right;
padding-top:5px;
padding-bottom:10px;
}
.ctn_colum_right{
width:600px;
float:left;
text-align:left;
padding-bottom:10px;
}
.title{
color:#5C5C43;
font-size:16px;
font-weight:bold;
}
.text_content{
padding-bottom:10px;
}
.text{
width:400px;
height:20px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
color: #333333;
border:0;
border-bottom:#999966 1px solid;
padding-top:4px;
padding-left:5px;
}
.textarea{
width:400px;
height:150px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
color:#333333;
border:0;
border-bottom:#999966 1px solid;
padding-top:4px;
padding-left:5px;
}

.text_note{
font-size:12px;
}
.but_accept, .but_cancel{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#FFFFFF;
height:24px;
border:0px;
font-weight:bold;
cursor:pointer;
}
.but_accept:hover, .but_cancel:hover{
background-color: #41332C ;
}
.but_accept{
background-color: #5B483C;
border: #000000 1px solid;
width:130px;
}

.but_cancel{
width:150px;
background-color:#AAAAAA;
border:#666666 1px solid;
}
/**/

.form_error{
font-size:11px;
padding:5px; 
background-color:#FFFFDC; 
border:#FFCC33 1px solid;
}

.failed_msg, .success_msg{
padding: 5px;
width:100%;
float:left;
font-size:11px;
text-align:center;
}
.success_msg{
color: #009933;
background-color: #F0FBF0;
border: 1px solid #9BDD9B;
}

.failed_msg{
color: #FF0000;
background-color: #FFF7F7;
border: 1px solid #FFBBBB;
}