@charset "utf-8";
/* CSS Document */

body{
	background:#231f20 url(images/bg_website.jpg) repeat-x;
	margin:0px;
	}
.links_pie {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: lighter;
	color: #999999;
}

.links_pie a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: lighter;
	color: #999999;
	text-decoration: none;
}
.txt-ultimas {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: lighter;
	letter-spacing: -1px;
	color: #C4CF31;
	padding-left: 15px;
}

.alturacontador {
	line-height: 9px;
}

#footer{
	background:url(images/bg_footer.jpg) repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:10px;
	font-weight:bold;
	padding-top:15px;
	padding-right:5px;
	height:30px;
	}	

.txt{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding-left:10px;
	padding-right:10px;
	color:#666666;
	font-size:11px;
	padding-left:5px;

	text-align: left;
	}

.txt a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding-left:10px;
	padding-right:10px;
	color:#A2B537;
	font-size:11px;
	padding-left:10px;
	padding-top:10px;
	font-weight:bold;
	}	

.title_page{
	border-bottom:dashed 1px #999999;
	height:20px;
	font-family:Arial, Helvetica, sans-serif;
	color:#A2B537;
	font-size:20px;
	font-weight:bold;
	padding-left:10px;
	text-transform: capitalize;
	}
	.title_page2{
	
	height:20px;
	font-family:Arial, Helvetica, sans-serif;
	color:#A2B537;
	font-size:20px;
	font-weight:bold;
	padding-left:10px;
	text-transform: capitalize;
	}

.img_content{
	border-bottom:solid 5px #999999;
	border-left:2px solid #999999;
	border-top:2px solid #999999;
	border-right:2px solid #999999;
	padding:1px;
	}
.button {
	background: url(images/enviar.jpg);
	height: 43px;
	width: 132px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: hand;
}
.title_edicion{
	border-bottom:dashed 1px #999999;
	font-family:Arial, Helvetica, sans-serif;
	color:#A2B537;
	font-size:16px;
	font-weight:bold;
	padding-left:10px;
	}		

.date{
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:11px;
	font-weight:bold;
	padding-left:10px;
	}				

.font_form{
	border-bottom:dashed 1px #cccccc;
	font-family:Arial, Helvetica, sans-serif;
	color:#A2B537;
	font-size:12px;
	font-weight:bold;

	}	

.form{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	font-weight:bold;
	border:solid 1px #666666;
	background:#CCCCCC;
	font-size:11px;
	}
	.footer {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:10px;
	font-weight:bold;
	padding-top:15px;
	padding-right:5px;
	height:30px;
	background-color: #FFFFFF;
	background-image: url(images/bg_footer.jpg);
	background-repeat: repeat-x;
}

/** formulario**/
#contentForm {
  display: block;
  padding: 5px;
  background-color: white;
}

/* and now the form formatting itself */
label {
  display: block;
  float: left;
  clear: left;
  Width: 175px;
  line-height: 20px;
  }

input, textarea, select {
  margin: 0;

  font-size: 1em;
  color: #666666;
  background: #F5F5F5;
  border: 1px solid #ccc;
  margin: 5px 0;
}   

input:focus, textarea:focus, select:focus {
  border: 1px solid #999;
  background-color: #FFFFFF;
}

input.button {
  cursor: pointer;
  border: none;
  font-weight: bold;
  background: url(images/enviar.jpg) no-repeat left top;
  width: 150px;
  height: 45px;
}

span.required{
  font-size: 13px !important;
  color: red !important;
}

.errormsg {
  display: block;
  width: 90%;
  height: 22px;
  line-height: 22px;
  color: #FFFFFF;
  font-weight: bold;
  background: #FF9D9D url(images/stop.gif) no-repeat 10px center;
  padding: 3px 10px 3px 40px;
  margin: 10px 0;
  border-top: 2px solid #FF0000;
  border-bottom: 2px solid #FF0000;
  font-family:Verdana, Geneva, sans-serif;
}

.msgSent {
  font-size: 20px;
  text-align: center;
}