/* CSS Document */
/* Cliente: GTRS*/
/* Site: www.gtrs.com.ar*/
/* Diseño y programación: www.cbsite.com.ar | soluciones web */

body {font: 76%/1.4 Tahoma, Geneva, Arial, Helvetica, sans-serif; background: #DED6C4; color:#434342; text-align:center; padding:16px 0 0 0;}

div#content {font-size:1.1em; line-height:1.5;}

/* formatear navegadores */
* {margin:0; padding:0;}
img {border:none;}
/* fin */

/* links */
a:link, a:visited {color:#014F37; text-decoration:none;}
a:hover {color:#014F37; text-decoration:underline;}

div#content a:link, div#content a:visited {color:#015DBC; text-decoration:none; }
div#content a:hover {color:#015DBC; text-decoration:underline;}
/* Fin links */

/* Contenedores */
#contenedor {
	margin:0 auto; 
	text-align:left; 
	background:#b3a580; 
	width:600px;
	height: auto;
	}

#top {
	margin:0; 
	background:url(../img/top.jpg);  
	width:600px; 
	height: 80px;
	}

#center {
	margin:0;
	background:url(../img/home.jpg);  
	width:600px; 
	height: 600px;
	}
	
#qs {
	margin:0;
	background:#fff;  
	width:600px; 
	height: auto;
	padding: 10px 0 10px 0;
	}
		h1, h2{
			margin: 0 0 0 10px;		
		}
		p{
			margin: 10px;			
		}
		.imglf{
			border: none;
			float: left;
			margin: 5px 5px 5px 0;		
		}
		
		.imgrg{
			border: none;
			float: right;
			margin: 5px 0 5px 5px;		
		}

#contacto {
	margin:0;
	background:#fdebc5;  
	width:600px; 
	height: auto;
	}
		.panelContacto{
			width: 400px;
			height: 200px;
			padding: 50px ;		
		}
		.ancho{
			width: 500px;					
		}
		
		#data{
			width: 500px;
			height: 70px;
			padding: 100px 30px 20px 50px;		
		}
/*==========navi============*/

#navi{
	padding: 60px 0 0 10px;
	width: 500px;
	height: 20px;
	font-size:0.9em;
	color:#fff; 
}

 


#navi ul li {
	list-style:none; 
	font-size:1em; 
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif; 
	float:left; 
	font-weight: bolder;
	margin-left: 5px;
	
	}
#navi ul li a:link {
	text-decoration:underline; 
	color:#fff; 
	}
#navi ul li a:visited {
	text-decoration:underline;
	color:#fff;
	}

#navi ul li a:hover {
	text-decoration:underline;
	color:#f7aecd;
	}