@charset "utf-8";
/* CSS Document */

body{
	margin:0px;	
}

#wrapper{
	text-align:center;
	margin:0 auto 0 auto;

}
#content{
	margin:0 auto 0 auto;
	width:1005px;
}


#contenedor{
	background-image: url(images/contacto.jpg);
	background-repeat: no-repeat;
	width:707px;
	height:765px;
}

#colums{float:left;}
#col_left{height:672px; margin-top:96px; width:305px; position:relative;}
#col_right{float:left; position:relative; width:690px;}
#menu_main{color:#fff; height:170px; left:55px; position:absolute; text-align:left; top:180px; width:230px;}


#copyright{
	left:435px;
	position:absolute;
	top:675px;
	z-index:2;
}

#td_servicios{
	background:url(../images/servicios_02.jpg); 
	height:353px; 
	text-align:center;
}



#body_contacto{
	background-image: url(../images/contacto.jpg);
	background-repeat: no-repeat;
}
#body_soporte{
	background-image: url(../images/soporte.jpg);
	background-repeat: no-repeat;	
}


#texto {
	font:18px Arial, Helvetica, sans-serif;
	position:relative;
	left:300px;
	top:200px;
	color:#fff;
	width:300px;
}
#texto2 {
	font:18px Arial, Helvetica, sans-serif;
	position:relative;
	left:350px;
	top:200px;
	color:#fff;
	width:300px;
}
#texto3 {
	font:18px Arial, Helvetica, sans-serif;
	position:relative;
	left:90px;
	top:300px;
	color:#fff;
	width:200px;
}


a:link{color:#fff; text-decoration:none;}
a:visited{text-decoration:none; color:#fff;}
a:hover{text-decoration:none; color:#6B9FC6;}
a:active{text-decoration:none;}