*/
h1 {
  	margin: 10px 0 30px;
	font-size: 14px;
}

/* the main layout */

#contentForm {
  display: block;
  width: 480px;
  margin: 70px auto;/*this line will center the page*/
  padding: 25px;
}

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

input, textarea, select {
	margin: 0;
	padding: 2px;
	font-size: 1em;
	color: #333;
	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;
  background: url(images/enviar.gif) no-repeat left top;
  width: 120px;
  height: 40px;
  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;
}
.textocontenidoF {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #CCC;
	font-weight: normal;
}
.textocontenidoB {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	color: #666;
	font-weight: Bold;
}
.textocontenidoF1 {
	font-family: "Comic Sans MS", cursive;
	font-size: 13px;
	color: #FFF;
	font-weight: normal;
}
.textocontenidoB1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	color: #FFC;
	font-weight: Bold;
}
.textocontenidoB2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color: #F60;
	font-weight: Bold;
}
#contenido {
	width: 750px;
	height: 160px;
}
#contenidolinea {
	width: 750px;
	height: 5px;
}
#contenidodetalle {
	width: 750px;
	height: 5px;
	margin: 0px 0px 0px 30px;
}
#contenidol {
	float: left;
	width: 200px;
	height: auto;
	display: inline;
 	position: relative;
}
#contenidor {
	float: right;
	width: 200px;
	height: auto;
	float: right;
	display: inline;
 	position: relative;
	margin: 0px 0px 0px 0px;
}
#contenidolt {
	float: left;
	width: 470px;
	height: auto;
	display: inline;
 	position: relative;
}
#contenidort {
	float: right;
	width: 470px;
	height:auto;
	float: right;
	display: inline;
 	position: relative;
	margin: 0px 25px 0px 0px;
}
#contenidofull {
	float: left;
	width: 700px;
	height: auto;
	display: inline;
	position: relative;
	text-align: justify;
}
.linea {
	border-bottom: 1px solid #FF8000;
	margin: 2px 5px 5px 5px;
}
.textomas {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #F60;
	font-weight: Bold;
}

