@charset "utf-8";
body {
	background-image: url(img/fondo_general.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;

}
A:link {
	color: #FFFFFF;
	
	text-decoration: none;
	
}
A:hover {

	color: #000000;
	text-decoration: none;

}
A:visited {
	text-decoration: none;
	color: #CCCCCC;
	
	
}
/* CSS Document */


#central {
	width: 710px;
	margin: auto;
}
#btn {
	float: left;
	margin-left: 4px;
	text-align: center;
	display: block;
	margin: 0;
	width: 90px;
}
.titular {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
}

#columna_izq {
	width: 160px;
	float: left;
	
}
#columna_der {
	width: 550px;
	float: left;
	background-image: url(img/fondo_contenedor.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#logo {
	width: 142px;
	margin: auto;
	height: 140px;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
}
#botonera {
	width: 540px;
	float: left;
	height: auto;
	padding-left: 10px;
}
#contenido {
	width: 520px;
	float: left;
	height: auto;
	background-color: #FFFFFF;
	background-image: url(img/fnd_cnt.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-right: 10px;
	margin-top: 0px;
	min-height: 400px;
}
#linea_vertical {
	width: 10px;
	float: left;
	height: 150px;
}
#label1 {
	width: 100%;
	background-image: url(img/fnd2.png);
	background-repeat: no-repeat;
	background-position: top;
	height: 30px;
	padding-top: 25px;
}
#label2 {
	width: 100%;
	background-image: url(img/fnd3.png);
	background-repeat: no-repeat;
	background-position: top;
	height: 30px;
	padding-top: 25px;
}
.campo1 { }
 
	.campo1 a {
	color: #000000;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 1px;
	padding-top:50px;
	text-align: center;

}
 
		.campo1 a:hover {
	background-image: url(img/bg_btn_1.png);
}
 .campo2 { }
 
	.campo2 a {
	color: #000000;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 1px;
	padding-top:50px;
	text-align: center;

}
 
		.campo2 a:hover {
	background-image: url(img/bg_btn_2.png);
}
.campo3 { }
 
	.campo3 a {
	color: #000000;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 1px;
	padding-top:50px;
	text-align: center;

}
 
		.campo3 a:hover {
	background-image: url(img/bg_btn_3.png);
}
.campo4 { }
 
	.campo4 a {
	color: #000000;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 1px;
	padding-top:50px;
	text-align: center;

}
 
		.campo4 a:hover {
	background-image: url(img/bg_btn_4.png);
}
.regular {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}
.regular_bold {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
}
#giro {
	width: 142px;
	margin: auto;
	height: auto;
	float: left;
	margin-top: 150px;
	margin-left: 10px;
}
p {
	margin-left: 16px;
}
#textoNoticia3 {
	height: auto!important;
	padding-bottom: 7px;
	width:250px;
	padding-top: 0px;
	float: right;
}
.estilotextarea3 {
	border: 1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	overflow: auto;
	overflow: hidden;
	width: 222px;
}
#div_bot_formulario {
	float: right;
	height: 19px;
	margin-bottom: 4px;
	margin-right: 0px;
	width: 224px;
	margin-left: 16px;
}
 
 
#div_formulario {
	background-color: #FFFFFF;
	height: 19px;
	margin-bottom: 4px;
	margin-right: 0px;
	width: 224px;
	margin-left: 16px;
}
 
 
#div_xformulario {
	background-color: #FFFFFF;
	float: right;
	height: auto;
	margin-bottom: 4px;
	width: 224px;
	margin-left: 16px;
}
#bloque_form {
	background-color: #000000;
	float: left;
	margin-right: 4px;
	margin: 0 auto;
	text-align: center;
	width:110px; 
}
#bloque_cont_form { float: left; }
.estilotextarea4 {
	border: 1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	overflow: auto;
	overflow: hidden;
	width: 50px;
}
#contentForm {
  display: block;
  width: 500px;
  margin: 70px auto;/*this line will center the page*/
  padding: 25px;
  border: 1px solid black;
  background-color: white;
}

/* and now the form formatting itself */
label {
  display: block;
  float: left;
  clear: left;
  Width: 150px;
  line-height: 20px;
  margin-bottom: 10px;
  margin: 5px 0;
}

input, textarea, select {
  margin: 0;
  padding: 2px;
  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/submit.jpg) no-repeat left top;
  width: 90px;
  height: 28px;
  margin-left: 150px;
}

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;
}

.msgSent {
  font-size: 20px;
  text-align: center;
}
.regular_marginleft {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	margin-left: 110px;
}
.foto_clientes {
	float: left;
	margin-top: 10px;

}
#clientes {
	width:500px;
	height: auto;
	float: left;
	margin-bottom: 30px;
}
