/* Comunes */


#content a, #content a:link, #content a:visited {
	color: #517b09;
	font-weight: bold;
}

#content a:hover, #content a:active {
	color: #73b10f;
	text-decoration: underline;
}

#content h1 {
	font-size: 19px;
	margin-bottom: 25px;
	font-weight: bold;
	color: #517b09;
}

#content h1.destacado {
	border-bottom: 2px solid #517b09;
	margin-top: 10px;
	margin-bottom: 40px;
}

#content h2 {
	font-size: 17px;
	margin-bottom: 25px;
	font-weight: bold;
	color: #517b09;
}

#content h3 {
	font-size: 15px;
	margin-bottom: 25px;
	font-weight: bold;
	color: #517b09;
}

#content h4 {
	font-size: 13px;
	margin-bottom: 25px;
	font-weight: bold;
	color: #517b09;
}

#content p {
	font-size: 13px;
	margin-bottom: 15px;
	line-height: 18px;
	text-align: justify;
}

#content p.capital:first-letter {
	font-size: 19px;
	font-weight: bold;
}

#content em {
	font-style: italic;
}

#content strong {
	font-weight: bold;
}

#content address {
	font-style: italic;
	line-height: 16px;
	padding: 5px;
	margin-bottom: 25px;
	margin-left: 5px;
	color: #5f5f5f;
	border-left: 10px solid #C9C5AD;
}

#content hr {
	height: 8px;
	width: 520px;
	margin: auto;
	margin-top: 30px;
	margin-bottom: 30px;
	border: 0;
	background: transparent url(fnd-hr.png) no-repeat center center;
}

#content img {
	
}

#content img.imgizquierda {
	border: 1px solid #bbbbbb;
	float: left;
	margin-top: 8px;
	margin-right: 8px;
	margin-bottom: 8px;
}

#content img.imgderecha {
	border: 1px solid #bbbbbb;
	float: right;
	margin-top: 8px;
	margin-left: 8px;
	margin-bottom: 8px;
}

#content img.imgsuperior {
	margin-top: 0;
}

#content img.imgcentrada {
	display: block;
	margin: auto;
}

#content ol {
	font-size: 12px;
	margin-left: 30px;
	margin-bottom: 15px;
	list-style-type: decimal;
	line-height: 18px;
}

#content ol.listaalfabetica {
	list-style-type: lower-alpha;		
}

#content ol.listaalfabeticamayuscula {
	list-style-type: upper-alpha;		
}

#content ol.listaromana {
	list-style-type: lower-roman;	
}

#content ol.listaromanamayuscula {
	list-style-type: lower-roman;	
}

#content ol ol{
	margin-bottom: 0;
}

#content ol li {
	list-style-type: decimal;
	margin-top: 10px;
}

#content ul {
	font-size: 12px;
	margin-left: 15px;
	margin-bottom: 25px;
	line-height: 16px;
}

#content ul ul{
	margin-bottom: 0;
}

#content ul li {
	margin-left: 15px;
	list-style-image: url(fnd-topo-lista.png);
	margin-top: 10px;
}

#content table {
	background-color: #edebe3;
	margin-bottom: 15px;
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #517b09;
	margin: auto;
	margin-bottom: 20px;
}

#content table tr {

}

#content table td {
	vertical-align: middle;
	padding: 5px;
	border: 1px solid #517b09;
}

#content table th {
	background-color: #517b09;
	border: 1px solid #517b09;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	padding: 3px;
}

/* Formulario de Contacto */

#frmcontacto {
	width: 730px;
	margin: 0 auto 60px auto;
}

#frmcontacto .hiddenFields {
	display: none;
}

#frmcontacto label {
	display: block;
	font-size: 12px;
	color: #517b09;
	padding-top: 4px;
	padding-left: 5px;
	background-color: #9cc99d;
	width: 70px;
	height: 16px;
	float: left;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-right-radius:0;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-topright: 0;
	-moz-border-radius-bottomright: 0;
}

#frmcontacto label#labeladjuntar {
	float: none;
	margin-left: 75px;
	margin-bottom: 15px;
	width: 650px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#frmcontacto input, #frmcontacto textarea {
	font-size: 12px;
	color: #666666;
	display: block;
	width: 650px;
	margin-bottom: 10px;
	border: 1px solid #9cc99d;
	-webkit-border-top-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
}

#frmcontacto input {
	height: 16px;
}

#frmcontacto input#adjunto {
	height: auto;
	margin-left: 90px;
}

#frmcontacto textarea {
	height: 300px;
	-moz-border-radius-bottomleft: 5px;
}

#frmcontacto input#btnenvio {
	width: 80px;
	height: 25px;
	float: right;
	padding: 0;
	margin: 0;
	color: #517b09;
	background-color: #9cc99d;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#frmcontacto .mensajeerror {
	display: none;
}

/* Anchos de tabla de Personal */

#content table.tblpersonal {
	width: 620px;
}

#content table.tblpersonal th.clcabecera {
	width: 170px;
}

#content table.tblpersonal td.cldatos {
	width: 270px;
}

#content table.tblpersonal td.clfoto {
	width: 130px;
}