body {
	
	background: #808080;
	color: #333;
}

#principal a:active, #principal  a:visited,#principal  a:link {
	color: #333;
	text-decoration: none;
	border-bottom: 1px dotted #666;
}
#principal a:hover {
	color: #AA2941;
	border-bottom: 1px dotted #AA2941;
}

div#container {
	background: #fff;
	margin-top: 10px;
	margin-bottom: 10px;
}

div#encabezado {
	height: 85px;
	margin-left: 10px;
	margin-right: 10px;
	
	background: url(../img/fondo_cabecera.jpg) no-repeat 100% 0%;
}

#logo img {
	margin-top: 20px;
}

#slogan {
	margin: 5px 10px;
	background: #E6B01C ;
	font-size: 12px;
	font-weight: bolder;
	color: #fff;
	padding: 2px 4px;
	text-align: right;
}


#menuPrincipal, #menuPrincipal li {
	
	padding:0;
	margin: 0;
	list-style: none;
	
}

#menuPrincipal li a {
	display: block ;
	margin: 5px 0 10px 10px;
	
	background: #AAA9A9;
	padding: 5px;
	text-decoration: none;
	font-weight: bolder;
	color: #fff;
	border-width: 0px;
}
#menuPrincipal li a.active {
	background: #E6B01C;
	
}
#menuPrincipal li a:hover {
	background: #AA2941 ;
	
}


div#containerPrincipal {
	
}


#principal {
	padding-bottom: 10px;
	
}

#principal p {
	margin-right: 15px;
}
#principal img.imagen {
	float: right;
	margin: 0 10px 10px 10px
}


fieldset { border:1px solid #E6B01C ;
	margin-right: 10px;
	
	}

legend {
  padding: 0.2em 0.5em;
  border:1px solid #E6B01C;
  color:#333;
  font-size: 12px;
  font-weight: bolder;
  text-align:right;
  margin-left: 10px;
  background: #F7EED4;
  
}

.col1 {
	text-align: right;
	width: 180px;
	height: 31px;
	margin: 0;
	float: left;
	margin-right: 2px;
 }

.col2 {
	
	height: 31px;
	display: block;
	float: left;
	margin: 0;
	background: #fff;
  }

.col2comment {
	width: 195px;
	height: 98px;
	margin: 0;
	display: block;
	float: left;
 }

.col1comment {
	text-align: right;
	width: 135px;
	height: 98px;
	float: left;
	display: block;
	margin-right: 2px;
 }

div.row {
	
	clear: both;
 }

.submit {
	height: 29px;
	width: 330px;
	background: url(images/bg_submit.gif) no-repeat;
	padding-top: 5px;
	clear: both;
} 

.input {
	background-color: #fff;
	font: 11px/14px "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #5A698B;
	margin:0;
	padding: 1px;
	border: 1px solid #8595B2;
	width: 300px;
}

.half, .inputHalf {
	width: 200px;
	
}

.textarea {
	border: 1px solid #8595B2;
	background-color: #fff;
	font: 11px/14px "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #5A698B;
	margin: 4px 0 5px 8px;
}

h2 {
	font-size: 14px;
	font-weight: bolder;
	border-bottom: 1px solid #333;
	color: #333;
	margin-right: 10px;
	background: #f2f2f2;
	padding: 2px 5px;
	margin: 10px 10px 10px 0px;
	
}

h3 {
	font-size: 14px;
	font-weight: bolder;
	border-bottom: 1px solid #AA2941;
	color: #AA2941;
	margin-right: 10px;
	background: #fff;
	padding: 2px 5px 2px 0px;
	margin: 10px 10px 10px 0px;
	
}


ul.faq {
	padding: 0;
	margin: 0;
}

ul.faq li {
	margin: 0px 4px 4px 20px;
	padding:0;
}
ul.faq li a {
	color: #333 ;
	text-decoration: none;
	border-bottom: 1px dotted #333;
}

ul.faq li a:hover {
	color: #AA2941 ;
	text-decoration: none;
	border-bottom: 1px dotted #AA2941;
}

#principal a.subir {
	display: block;
	float: right;
	margin-right: 20px;
	text-decoration: none;
	color: #AA2941;
	border-width: 0px;
	border: 1px solid #AA2941;
	padding: 2px 4px;
	
}
#principal  a.subir:hover {
	background: #f0f0f0;
}


div.nota {
	border: 1px solid #AAA9A9;
	margin: 20px 30px 20px 20px;
	padding: 0;
	background:  #f0f0f0;
}
div.nota h5 {
	margin: 0 0 10px 0 ;
	padding: 4px;
	text-align: center;
	background: #AAA9A9;
	color: #fff;
	font-size: 12px;
}
div.nota p {
	margin: 0;
	padding: 5px;
	color: #333;
}


div#camptcha {
	display: block;
	width: 155px;
	height: 32px;
	background: #fff url('') no-repeat 1px 1px;

}

.mt10px {
	margin-top: 10px;
}
.mb10px {
	margin-bottom: 10px;
}
.mr10px {
	margin-right: 10px;
}
.ml10px {
	margin-left: 10px;
}
div.error {
	margin: 10px 20px 10px 10px;
	padding: 5px;
	font-weight: bolder;
	color: #c00;
	border: 1px solid #c00;
	text-align: center;
}

div.info {
	margin: 10px 20px 10px 10px;
	padding: 5px;
	font-weight: bolder;
	color: #0c0;
	border: 1px solid #0c0;
	text-align: center;
}

#camptchaWebmail {
	display: block;
 	height: 32px;
	width: 160px;
}
div.recordatorio {
	padding: 0px 20px 25px 20px;
	text-align: right;
}

div.recordatorio a {
	
	
	color: #666;
}

p.info, div.infoBox {
	
	margin: 10px;
	font-size: 11px;
	color: #333;
	padding: 10px 10px;
	border: 1px solid #E6B01C;
	
	background: #F7EED4;
	
	
}
div.infoBox  li{
	list-style: circle;
	margin-bottom: .5em;
}


div#piePrincipal {
	background: url(../img/fondo_nodo_pie.gif) no-repeat 95% 100%;
	height:150px; 
	border: 1px solid #fff;
}
div#recordatorioDiv {
	
	margin-top: 126px;
}
div#recordatorioDiv a {
	display: block;
	color: #333;
	text-decoration: none;
	line-height: 20px;
	margin-left: 250px;
	font-size: 11px;
}
div#recordatorioDiv a:hover {
 	text-decoration: underline;
}
