@charset "utf-8";

html, body {
	background: white;
	color: rgb(70,70,70);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a {
	color: rgb(70,70,70);
}

a, a:visited, a:active {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.seccion {
	width: 883px;
	margin: 0 auto;
}

iframe {
	border: 1px solid #507701;
}

dt {
	font-weight: bold;
}

acronym, abbr {
	border-bottom: 1px dashed;
}

.formNormal input, .formNormal textarea {
	float: left;
	margin-bottom: 10px;
}

.formNormal label {
	float: left;
	clear: left;
	margin-bottom: 10px;
	width: 120px;
}

.formNormal button {
	float: left;
	clear: left;
}

#contenidoInterior p, #contenidoInterior address, #contenidoInterior dl, #contenidoInterior ul {
	margin-bottom: 16px;
}

#contenidoInterior li, #contenidoInterior dd {
	margin-bottom: 12px;
}

#contenidoInterior li {
	margin-left: 20px;
}

#contenidoInterior .listaNormal {
	list-style: inside square;
}

#contenidoInterior img {
	margin-bottom: 16px;
	border: 1px solid #507701;
}

#contenidoInterior .contenedorNoticia img
{
	border: 0;
}

#contenidoInterior img.sinBorde {
	border: 0;
}

/* ------------------------------ Cabecera ------------------------------*/

#cabecera {
	border-top: #cff50e 21px solid;
}

#cabecera ul {
	float: right;
	/*padding-top: 53px;*/
	padding-top: 77px;
	text-transform: lowercase;
}

#cabecera.larga ul {
	float: right;
	padding-top: 102px;
	background: url("../img/pastillas.jpg") no-repeat bottom right;
}

#cabecera label, #cabecera button {
	text-transform: lowercase;
}

#cabecera img {
	float: left;
	margin-left: 9px;
	margin-top: 5px;
	margin-bottom: 24px;
}

#enlacePortada {
	position: absolute;
	left: 13px;
	top: 80px;
	color: rgb(100,100,100);
	cursor: pointer;
	text-decoration: underline;
}

#enlacePortada:hover {
	text-decoration: underline;
}

#cabecera.larga.imglogo {
	padding-bottom: 49px;
	background: url("../img/reflejo_logo.png") no-repeat 0 75px;
	margin-bottom: 0;
}

#cabecera li {
	float: left;
	display: inline;
	background: url("../img/separador_superior.png") no-repeat right;
}

#cabecera li a {
	line-height: 27px;
	padding: 8px 8px 4px 30px;
	color: black;
}

#cabecera li.ultimo {
	background: none;
}

#cabecera #opcion1 a {
	background: url("../img/opcion1.png") no-repeat;
}

#cabecera #opcion2 a {
	background: url("../img/opcion2.png") no-repeat;
}

#cabecera #opcion3 a {
	background: url("../img/opcion3.png") no-repeat;
	background-position: 5px 0;
}
#cabecera #opcion5 a {
	background-position: 2px 0;
}

#cabecera #opcion4 a {
	background: url("../img/opcion4.png") no-repeat;
	background-position: 5px 0;
}

#cabecera #opcion3 a, #cabecera #opcion4 a {
	padding-left: 40px;
}

#cabecera form {
	clear: both;
	height: 29px;
	background: url("../img/fondo_form_corto.jpg") #a7cd18 no-repeat;
}

#cabecera.larga form {
	height: 125px;
	background: url("../img/fondo_form.jpg") #a7cd18 no-repeat;
}

#cabecera input {
	width: 102px;
	height: 15px;
	margin-right: 10px;
	margin-bottom: 4px;
	border: 0;
	font-size: 11px;
}

#cabecera.larga input {
	margin-right: 0;
}

#cabecera.larga input {
	float: right;
}

#cabecera button {
	width: 6em;
	border: 0;
	padding-right: 16px;
	background: url("../img/flecha_negra.png") no-repeat center right;
	text-align: right;
	font-size: 11px;
	cursor: pointer;
}

#cabecera.larga .numColegiado {
	float: right;
	position: relative;
	top: -3px;
}

#cabecera .numColegiado {
	float: left;
	text-align: right;
}

#cabecera button.largo {
	width: 10em;
}

#cabecera.larga button {
	float: right;
	margin-top: -3px;
}

#cabecera button:hover {
	text-decoration: underline;
}

#cabecera fieldset {
	float: right;
	padding: 7px 16px 0 0;
}

#cabecera.larga fieldset {
	width: 194px;
	padding: 22px 16px 0 0;
}

#cabecera br {
	display: none;
}

#cabecera.larga br {
	display: block;
}

#cabecera label {
	color: white;
	vertical-align: top;
}

#cabecera.larga label {
	float: left;
	display: block;
	width: 80px;
	height: 15px;
	margin-bottom: 4px;
	text-align: right;
	position: relative;
	top: -4px;
}

#cabecera .seccion {
	position: relative;
}

#cabecera #farmaceutica {
	display: none;
}

#cabecera.larga #farmaceutica {
	display: block;
	position: absolute;
	width: 177px;
	height: 269px;
	left: 186px;
	top: -14px;
	background: url("../img/farmaceutica_placa.png") no-repeat;
}

#nombreSeccion {
	float: left;
	margin-top: 2px;
	padding-left: 15px;
	font-family: "Monotype Corsiva", serif;
	font-style: italic;
	font-size: 20px;
	color: white;
}

#cabecera #VUnica {
	display: none;
}
#cabecera.larga #VUnica {
	display: block;
	padding-bottom: 49px;
	position: absolute;
	width: 113px;
	height: 25px;
	left: 18px;
	top: 187px;
}

/* ------------------------------ Cuerpo ------------------------------ */

#cuerpo {
	background: url("../img/fondo.png") repeat-y;
}

#cuerpo .separador {
	height: 12px;
	background: url("../img/separador_horizontal.png") repeat-x center;
	margin-bottom: 10px;
}

#navegacion {
	float: left;
}

.modulo, .moduloCorto {
	width: 176px;
	margin-bottom: 17px;
	padding-bottom: 9px;
	line-height: 18px;
	letter-spacing: -0.1ex;
}

.modulo h2, .moduloCorto h2 {
	padding: 6px 12px 0 12px;
	text-align: right;
	text-transform: uppercase;
	border-bottom: dotted 1px #868686;
	color: #76ac02;
}

.modulo a {
	color: #454545;
}

.modulo ul, .moduloCorto ul {
	padding: 4px 12px 0 24px;
	font-size: 11px;
	list-style: url("../img/flecha_negra.png") outside;
}

.modulo p {
	padding: 40px 10px;
	font-size: 11px;
	text-align: center;
}

.modulo {
	background: rgb(236,236,236) url("../img/modulo_inf.png") bottom no-repeat;
}

.moduloCorto {
	background: rgb(236,236,236) url("../img/modulo_corto_inf.png") bottom no-repeat;
}

.modulo h2 {
	background: url("../img/modulo_sup.png") no-repeat;
}

.moduloCorto h2 {
	background: url("../img/modulo_corto_sup.png") no-repeat;
}

.modulo ul, .modulo p {
	background: url("../img/modulo_fondo.png") no-repeat;
}

.moduloCorto ul {
	background: url("../img/modulo_corto_fondo.png") no-repeat;
}

.modulo .masInfo {
	padding-top: 6px;
	padding-right: 13px;
	margin: -4px 0 0 0;
	background: url("../img/modulo_fondo.png") no-repeat bottom;
}

#moduloNoticias ul {
	line-height: 12px;
}

#moduloNoticias li {
	margin: 4px 0;
}

#contenido {
	float: right;
	width: 707px;
}

#contenidoInterior {
	float: right;
	width: 597px;
	margin: 0 58px 60px 0;
}

#finCuerpo {
	clear: both;
}

/* ------------------------------ Pie ------------------------------ */

#pie {
	clear: both;
	min-width: 400px;
	height: 37px;
	text-transform: lowercase;
	border-top: #e8e8e8 solid 18px;
	background: #cff50e;
}

#pie div {
	float: right;
	margin-top: 12px;
}

#pie div a {
	margin: 0 12px;
	color: black;
}

/* ------------------------------ Varios ------------------------------ */

.masInfo {
	display: block;
	margin: 10px 0;
	text-align: right;
	font-weight: bold;
}

.tituloDocumento {
	margin: 20px 0 10px 0;
	font-size: 20px;
	text-align: center;
	border-top: 3px double #80b207;
	border-bottom: 3px double #80b207;
	padding: 10px 0;
}

.tituloSubseccion {
	margin: 20px 0 10px 0;
	padding-bottom: 2px;
	border-bottom: 1px dotted #80b207;
	color: #80b207;
	background: url("../img/cuadrado_verde.png") no-repeat center right;
}

.subtitulo {
	padding-left: 16px;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	margin: 10px 0 2px 0;
	background: url("../img/flecha_verde.png") no-repeat 0 5px;
	color: #565656;
}

a.enlaceObvio:link, a.enlaceObvio:visited, a.enlaceObvio:active,
.enlaceObvio a:link, .enlaceObvio a:visited, .enlaceObvio a:active {
	text-decoration: underline;
	color: blue;
}

.ancla:hover {
	text-decoration: none;
}

img.flotaIzquierda {
	float: left;
	margin: 10px 16px 10px 0;
}

img.flotaDerecha {
	float: right;
	margin: 10px 0 10px 16px;
}

.enlacePDF {
	display: block;
	margin: 10px 0;
	padding-left: 25px;
	line-height: 20px;
	height: 20px;
	background: url("../img/pdf.png") no-repeat top left;
}
.enlaceTXT {
	display: block;
	margin: 10px 0;
	padding-left: 25px;
	line-height: 20px;
	height: 20px;
	background: url("../img/txt.png") no-repeat top left;
}
.enlaceXLS {
	display: block;
	margin: 10px 0;
	padding-left: 25px;
	line-height: 20px;
	height: 20px;
	background: url("../img/xls.png") no-repeat top left;
}
.enlaceDOC {
	display: block;
	margin: 10px 0;
	padding-left: 25px;
	line-height: 20px;
	height: 20px;
	background: url("../img/word_icon.gif") no-repeat top left;
}
.formulario {
	display: block;
	margin: 10px 0;
	padding-left: 25px;
	line-height: 20px;
	height: 20px;
	background: url("../img/icoform.gif") no-repeat top left;
}
ol.numerada {
	list-style: decimal;
	list-style-position: inside;
}

ul.listaEnlaces {
	list-style-image: url("../img/flecha_negra.png");
	list-style-position: inside;
	/*background: url("../img/flecha_negra.png") no-repeat 1px left;*/
}

ul.listaEnlaces li {
	margin-bottom: 8px;
}

.tituloModuloPrivado {
	padding-right: 18px;
	background: url("../img/candado.png") no-repeat top right;
	padding-top: 4px;
}
.centrado  {
	text-align: center; 
}