@charset "utf-8";
@import url("tex.css");
/* CSS Document */

*{
	margin:0px;
	padding:0px;
	}
#contenedor{
	background-image:url(../images/fondo-top.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#EBEBEB;
	width:100%;
	height:auto;
	margin:0  auto;
	position:relative;
	}
	
#cont-top{
	position:relative;
	margin: 0 auto;
	width:950px;
	height:140px;
	z-index:1;
	}
	#logo{
		height:122px;
		width:329px;
		position:relative;
		float:left;
		left:50px;
		top:20px;
		}
	#tex-top{
	color:#FFF;
	height:114px;
	width:350px;
	position:absolute;
	float: right;
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	right:78px;
	top: 6px;
	font-weight:bold;
		}
	#menu{
	width:333px;
	height:46px;
	position:absolute;
	z-index:1;
	left: 532px;
	top: 117px;
	background-image:url(../images/menu.png);
		}
	.items-menu{
		color:#113f78;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		width:165px;
		height:20px;
		position:relative;
		text-align:center;
		float:left;
		font-size:16px;
		margin-top:2px;
		}
	#banner{
		width:918px;
		height:314px;
		position:relative;
		margin:0  auto 0 auto;
		background-image:url(../images/fondo-banner.png);
		z-index:2;
		}
#cont-medio{
	width:900px;
	height:auto;
	margin:20px auto 20px auto;
	overflow:hidden;
	}
	#formulario-lateral{
		width:243px;
		height:594px;
		background-image: url(../images/fondo-formulario.png);
		padding:20px 20px;
		float:left;
		}
	#banner-lateral{
		width:284px;
		height:635px;
		float:left;
		}
	
	#contenido-right{
		width:590px;
		height:auto;
		float:right;		
		}
	.img-izq{
		margin:0 15px 10px 0;
		}
		
.form-imput{
	width: 220px;
	height:25px;
	border:none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin:3px 0 7px 0;
	color:#333;
	padding:0 5px;
	}
	
#contenedor-pie{
	background-image:url(../images/fondo-pie.jpg);
	background-position:0 48px;
	background-repeat:repeat-x;
	margin:0px;
	position:relative;
	/*overflow: hidden;*/
	width:100%;
	height:132px;
	}
	#contenido-pie{
	width:900px;
	height:128px;
	position:relative;
	margin: 0 auto;
	/*overflow:hidden;*/
	z-index: 10;
}
#social{
	width:400px;
	height:40px;
	float:left;
	position:relative;
	margin:60px 0 0 20px;
	}
#skype{
	width:472px;
	height:118px;
	float:left;
	}
	
#derechos{
	color:#666;
	font-size:9px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	position:absolute;
	left: 2px;
	top: 108px;
	width: 416px;
	}

/*************************** slider ************************/


.wrapper {
	
	font-size: 1.2em;
	width: 880px;
	margin: auto;
	text-align:left
}

.columns {
	margin: 0 0 15px 0;
	
	border-bottom:1px solid #ccc;
	background: transparent url(../images/columns_bg.png) no-repeat 100% 100%;
	border-top:1px solid #ccc;
	padding: 15px 0 10px 0;
}

.columns .col{
	float:left;
	width: 210px;
	margin: 0 0 0 10px;
	
}
.titulo1-banner{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:50px;
	color:#113F78;
	font-weight: bold;
	}
	
.titulo2-banner{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#297BAE;
	margin-top:10px;
	font-weight: normal;
	}
.parrafo-banner{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#666;
	margin-top:10px;
	font-weight: normal;
	}

.skype_button{
	width:465px;
	height:77px;
	left:424px;
	position:absolute;
	cursor:pointer;
	top: 37px;
}

#formulario-contacto{
	width:559px;
	height:180px;
	background-image:url(../images/fondo-formulario2.jpg);
	padding:15px 15px ;
	}
.form-imput-cont{
	width:250px;
	height:20px;
	margin-top:4px;
	-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
	}
.form-mesaje-cont{
	width:255px;
	height:75px;
	margin-top:4px;
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
	}
	
#mapa{
	text-align:center;
	width:582px;
	height:232px;
	-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
border:solid  2px #999;
padding:2px;
	}

#rut{
	width:284px;
	height:72px;
	position:absolute;
	z-index: 11;
	left: 1px;
	top: -27px;
	}
