@charset "UTF-8";
#titulo {
	margin-top: 20px;
	width: 300px;
	margin-bottom: 10px;
}
#contenedor_central {
	padding-left: 10px;
	padding-bottom: 25px;
}
#columna2{
	width:590px;
	float:right;
	margin-top: 25px;
	text-align: left;
	padding-bottom: 35px;
}
#columna1{
	width:295px;
	padding-right: 10px;
	margin-top: 25px;
	border-right-width: 2px;
	border-right-style: dotted;
	border-right-color: #616159;
	float: left;
	
}
#columna1 a {
	font-weight: bold;
	color: #FFFFFF;
	font-style: normal;
	font-size: 9px;
}
#columna1 a:hover {
	font-weight: bold;
	color: #CC3300;
	font-style: normal;
	font-size: 9px;
}
#columna1 h1 {
	font-size: 13px;
	font-weight: bold;
	
}
#contenedor_central h1 {
	font-size: 13px;
	margin: 0;
}
#contenedor_central p {
	text-align: justify;
}
#contactForm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #CCCCCC;
	width: 530px;
}
#contactForm td {
	padding-bottom: 7px;
}
#contactForm #bt_enviar2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFCC;
	background-color: #730103;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: inset;
	border-top-color: #620303;
	border-right-color: #610202;
	border-bottom-color: #420204;
	border-left-color: #7B0100;
	width: 60px;
	height: 18px;
}
#contactForm #nombre {
	width: 240px;
	height: 17px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF9900;
	margin-top: 3px;
	background-color: #2C2626;
}
#contactForm #empresa {
	width: 250px;
	height: 17px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF9900;
	margin-top: 3px;
	background-color: #2C2626;
}
#contactForm #cargo {
	width: 240px;
	height: 17px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF9900;
	margin-top: 3px;
	background-color: #2C2626;
}
#contactForm #telefono {
width: 250px;
	height: 17px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF9900;
	margin-top: 3px;
	background-color: #2C2626;
}
#contactForm #email {
	width: 240px;
	height: 17px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF9900;
	margin-top: 3px;
	background-color: #2C2626;
}
#contactForm #ciudad {
width: 250px;
	height: 17px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF9900;
	margin-top: 3px;
	background-color: #2C2626;
	}

#contactForm input {
	width: 500px;
	height: 120px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF9900;
	border: 1px solid #290303;
	margin-top: 3px;
	background-color: #2C2626;
}

