/* CSS Document */
@import url("reset.css");
/*generales*/
.wrapper{
	width:780px;
	margin:0 auto;
}

/*header*/
.header{
	background:url(../images/css-images/bg-top.gif) no-repeat bottom;
	height:148px
}
.tel{
	float:left;
	height:34px;
	line-height:34px;
	font-size:2em;
	color:#fff;
	font-weight:bold;
	width:275px;
	text-align:center
}
.menu{float:left; overflow:hidden;}
.menu li{
	background:url(../images/css-images/sep-menu.gif) no-repeat left bottom;
	float:left;
	height:34px;
	line-height:34px;
	padding:0 8px;
	color:#fff
}
.menu li.first{background:none}
.menu li a{color:#C1B3A7; text-decoration:none; text-transform:uppercase}
.menu li a:hover{color:#fff}
.header h1{
	clear:both;
	height:104px;
	overflow:hidden;
	padding:20px 0 0 15px;
	color:#C1B3A7;
	font-size:2em;
	font-weight:normal;
	line-height:1em
}
.home .header h1{color:#414951}
.header h1 span{
	padding-top:50px;
	display:block;
	margin-left:20px;
	padding-top:64px;
	float:left
}
.header h1 a{
	display:block;
	background:url(../images/css-images/logo-1.png) no-repeat;
	width:249px;
	height:104px;
	float:left;
	text-indent:-9999px
}

/*cuerpo*/
.content{
	background:#fff url(../images/css-images/bg-bottom.gif) no-repeat bottom;
	padding-bottom:20px;
}
.content-inner{
	position:relative;
	padding-top:14px;
	width:755px;
	margin:0 auto;
	overflow:hidden;
}
.content-inner h2{
	color:#414951;
	font-size:2.50em;
	line-height:1em;
	font-weight:normal;
	margin-bottom:20px
}

.home .full-column{
	background:url(../images/css-images/bg-home.jpg) no-repeat;
}
.text-home{
	width: 340px;
	margin:0 auto;
	font-size:1.17em;
	padding-top:82px;
	line-height:1.15em;
	position:relative;
	z-index:1
}
.text-home a{color:#fff; text-decoration:none}
.text-home p{
	text-align:justify;
	margin-bottom:15px;
	position:relative;
	z-index:1
}
.text-home h2{
	text-align:center;
	font-size:1.29em;
	font-weight:normal;
	margin-top:75px;
	position:relative;
	z-index:1
}
.home-page{
	position:absolute;
	display:block;
	width:755px;
	height:422px;
	text-indent:-9999px;
	top:14px;
	z-index:10
}
.datos{margin-top:5px}
.home .datos{margin-top:94px}
.datos a{color:#0385F9; text-decoration:none}

.footer{
	width:755px;
	margin:10px auto 15px;
	color:#C1B3A7;
}
.footer a{
	color:#C1B3A7;
	text-decoration:none;
}
.footer a:hover{color:#FFF}

/*estilos interior*/
.column-1{float:left}
.column-2{
	float:right;
	width:480px;
	text-align:justify;
	margin-right:5px
}
.column-2 p{
	margin-bottom:15px; 
	line-height:1.25em;
	font-size:1.08em
}
/*form*/
form{margin-top:28px}
.form-item{margin-bottom:5px}
.form-item label{
	width:75px; 
	float:left;
	font-size:1.08em;
	line-height:26px
}
.form-item label.labelTextArea{
	float:none;
	margin-left:75px;
}
.form-item .textArea{
	margin-left:75px;
	display:block;
	border:1px solid #000;
	overflow:auto;
	width:240px;
	height:82px
}
.form-item .textInput{
	background:none;
	border:1px solid #000;
	width:234px;
	height:21px;
	padding:5px 3px 0;
}
.requridos{
	margin:10px 0 5px 75px;
	color:#C90417;
}
.btn{
	margin-left:75px;
	width:245px
}