#header,
#header .container {
	height:228px;
}
#header { 
	background-repeat:repeat-x;
	background-position:center top;
	background-image:url(../images/tail-top2.gif);
}
#header .container, 
#content .row-1 .container,
#content .row-2 .container,  
#footer .container { 
	font-size:0.75em;
	width:1035px; 
	margin:0 auto;
}
.col-1, 
.col-2, 
.col-3 { 
	float:left;
}

/*======= index.html =======*/
#page1 .tail-top-right {background:url(../images/tail-top-right1.gif) repeat-x right top; top:28px;}
#page1 #header,
#page1 #header .container { height:558px;}
#page1 #header { background-image:url(../images/tail-top1.gif);}
#page1 #header .container { background-image:url(../images/header_index.jpg); background-position:0 28px;}
#page1 #header .logo { left:43px; top:64px;}
#page1 #header .nav-box {
	right:20px;
	top:126px;
}
#page1 #content .col-1 { width:545px; margin-right:20px;}
#page1 #content .col-2 { width:210px; margin-right:53px;}
#page1 #content .col-3 { width:402px;}

/*======= index-1.html =======*/
#page2 #content .col-1 { width:576px; margin-right:56px;}
#page2 #content .col-1 .col-1 { width:265px; margin-right:45px;}
#page2 #content .col-1 .col-2 { width:265px;}
#page2 #content .col-2 { width:334px;}
#page2 #content .col-2 .col-1 { width:126px; margin-right:0;}
#page2 #content .col-2 .col-2 { width:199px;}

/*======= index-2.html =======*/
#page3 #content .col-1 { width:266px; margin-right:56px;}
#page3 #content .col-2 { width:640px;}

/*======= index-3.html =======*/
#page4 #content .col-1 { width:519px; margin-right:53px;}
#page4 #content .col-1 .extra-row1 .col-1 { width:233px; margin-right:50px;}
#page4 #content .col-1 .extra-row1 .col-2 { width:233px;}
#page4 #content .col-1 .extra-row2 .col-1 { width:243px; margin-right:32px;}
#page4 #content .col-1 .extra-row2 .col-2 { width:243px;}
#page4 #content .col-2 { width:402px;}
#page4 #content .col-2 .col-1 { width:177px; margin-right:40px;}
#page4 #content .col-2 .col-2 { width:177px;}

/*======= index-4.html =======*/
#page5 #content .col-1 { width:266px; margin-right:56px;}
#page5 #content .col-2 { width:640px;}
#page5 #content .col-2 .extra-row1 .col-1 { width:201px; margin-right:0;}
#page5 #content .col-2 .extra-row1 .col-2 { width:200px; margin-right:36px;}
#page5 #content .col-2 .extra-row1 .col-3 { width:201px;}
#page5 #content .col-2 .extra-row2 .col-1 { width:332px; margin-right:0;}
#page5 #content .col-2 .extra-row2 .col-2 { width:307px;}

/*======= index-5.html =======*/
#page6 #content .indent { padding-bottom:40px; padding-right:30px;}


/*=========================*/


#footer { 
	min-height:94px;
	height:auto !important;
	height:94px;
	background:#ebe3d4;
}




/*------------------------------------------------css formulario---------------------*/


	br { clear: both; }
	input.error { border: 1px solid red; }
	label.error {
		background: url('http://dev.jquery.com/view/trunk/plugins/validate/demo/images/unchecked.gif') no-repeat;
		padding-left: 16px;
		margin-left: .3em;
	}
	
	label.valid {
		background: url('http://dev.jquery.com/view/trunk/plugins/validate/demo/images/checked.gif') no-repeat;
		display: block;
		width: 16px;
		height: 16px;
	}
	
	textarea.error { border: 1px solid red; }
	
	imput
	{
		color:#333;
		font-family:Arial, Helvetica, sans-serif;
		font-size:.9em;
	}
	
		textarea
	{
		color:#333;
		font-family:Arial, Helvetica, sans-serif;
		font-size:1em;
	}

