@charset "utf-8";
/* ************* */
#contenedor {
	margin-top:30px;
	float:left;
	text-align:left;
	position: relative;
	clear:both; /*MUY IMPORTANTE*/
}
* html #contenedor {
	padding-top: 15px;
	padding-bottom: 12px;/*height:100%; 
  	width:100%;*/
}
/*CONTACTA*/
#left_k {
	width: 220px;
	float:left;
	text-align:left;
	position: relative;
	margin-left: 200px;
	margin-top: 60px;
}
#left_k a {
	color: #FF0E24;
	text-decoration: underline;
}
#left_k a:hover {
	color: #999999;
	text-decoration: underline;
}
#right_k {
	width: auto;
	float:left;
	text-align:left;
	position: relative;
	margin-top: 60px;
	color: #999999;
}
#left_k p {
	color: #999999;
	font-size: 0.9em;
	font-weight: normal;
	line-height: 1.8em;
	letter-spacing: 0.05em;
	margin-bottom: 1.6em;
}
#right_k p {
	color: #999999;
	font-size: 0.9em;
	font-weight: normal;
	line-height: 1.8em;
	letter-spacing: 0.05em;
}
#right_k p a {
	color: #666000;
	text-decoration: underline;
}
#acuse_recibido {
	color: #000000;
	background-color: #ff0000;
	padding: 0em 0 0em 0;
	text-align: center;
	margin-top: 12px;
	margin-left: 7.1em;
	margin-right: 0.1em;
}
/*--- contact form ------------*/

form#contactform label {
	width: 9.2em;
}
form#contactform button {
	margin-left: 115px;
	width: 7em;
	background-color: #cc0033;
	color: #ffffff;
}
form#contactform fieldset#msg {
	margin-top: 1em;
}
form#contactform input, form#contactform textarea {
	color: #666666;
	font-size: 0.9em;
}
form#contactform textarea {
}
/*--- miscellaneous ------------*/

span.im {
	color: #FF0033;
}
/*--- forms ------------*/

form, fieldset {
	margin: 0;
	padding: 0;
}
fieldset {
	border: 0;
}
/*label, input, select, textarea {
	font-size: 1.1em;
}*/

label {
	display: block;
	float: left;
	clear: left;
	margin-right: 1.1em;
	padding: 0.3em 0;
	text-align: right;
	font-size: 0.9em;
}
input, select, textarea {
	width: 31em;
	float: left;
	margin-bottom: 0.8em;
	padding: 0.3em;
	background: transparent;
	border: 1px #CDCDCD solid;
}
input:focus, select:focus, textarea:focus {
	color: #999999;
	background: transparent;
}
textarea {
	height: 7em;
	line-height: 1.3em;
	overflow: auto;
}
button {
	padding: 0.2em 0 0.2em 0;
	letter-spacing: 0.05em;
	font-size: 1.0em;
	text-align: center;
	width: auto;
	overflow: visible;
	background-color: transparent;
	border: none;
}
button:hover {
	background-color: #FF0033 !important;
}
button:active {
	background-color: #FF0E24 !important;
}

