@charset "UTF-8";
/* CSS Document */


#cuerpo {
	float: left;
	overflow: hidden;
}

#cintillo {
	float: left;
	width: 998px;
	background: black;
	height: 35px;
	line-height: 35px;
	border: 1px solid #161616;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	letter-spacing: 1px;
	color: #999999;
}

#cintillo p {
	padding-left: 40px;
}

#cintillo span {
	color: #FF9933;
}

#centro {
	float: left;
	width: 1000px;
	height: 271px;
	background: url(../imag/iniCtoFondo.jpg) no-repeat;
	position: relative;
	border-top: 1px;
	border-bottom: 1px;
}

#centro h3 {
	font-size: 22px;
	font-weight: 100;
	color: #333333;
	margin-top: 32px;
	margin-left: 20px;
	letter-spacing: -1px;
}

#centro h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #993300;
	margin-top: 8px;
	margin-left: 610px;
}

#centro #parrafo {
	width: 600px;
	margin-top: 26px;
	margin-left: 280px;
	text-align: justify;
}

#centro #parrafo p {
	margin-bottom: 12px;
	line-height: 17px;
}

#centro h1 {
	position: absolute;
	top: 234px;
	left: 190px;
	font-style: italic;
	font-size: 16px;
}

#bajo {
	float: left;
	overflow: hidden;
	width: 1000px;
}

#col1 {
	float: left;
	width: 678px;
}

#col1 h2 {
	color: #FF9933;
	font-size: 16px;
	font-weight: 100;
	padding: 50px 60px 20px 30px; 
}

#col1 p {
	font-size: 14px;
	font-weight: 100;
	text-align: justify;
	line-height: 17px;
	padding: 0 60px 20px 30px;
	color:#999999;
}

#col3 {
	float: left;
	width: 315px;
	height: 309px;
}

#col3centro {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
	background: url(../imag/iniCol3Fondo.jpg);
}

#col3centro h2 {
	color: #FF9933;
	font-size: 17px;
	font-weight: 100;
	text-align: center;
	margin-bottom: 30px;
}

#col3centro p {
	padding: 20px 15px 12px 15px;
	text-align: center;
	color: #666666;
	line-height: 18px;
}

#col3pie {
	float: left;
}