body {
	background: #FFF url(../imagenes/fondo.png) repeat-x;
	height: 500px;
	text-align: center;
	margin: 0;
	font: 12px/1.3em Verdana, sans-serif;
	color: #545454;
}

h2 {
	font: bold 1.4em "Trebuchet MS", sans-serif;
}

h3 {
	font: bold 1.3em "Trebuchet MS", sans-serif;
	color: #7FAE59;
}

input, select, textarea, button {
	background: #FFF url(../gestion/imagenes/fondo_input.jpg) repeat-x;
	border: 1px solid  #BAD378;
	color: #545454;
	font-size: 0.9em;
}

input[type="hidden"] {
	border: none;
}

input:focus, select:focus, textarea:focus {
	border-color: #545454;
}

#contenido ul {
	margin-top: 10px;
	margin-bottom: 10px;
}

#contenido li {
	margin-top: 3px;
	margin-bottom: 3px;
}

.limpia {
	clear: both;
	margin: 0;
	padding: 0;
	height: 2px;
}

#plantilla {
	position: relative;
	width: 775px;
	margin: 0 auto;
	text-align: left;
}

#plantilla h1 {
	background: transparent url(../imagenes/logotipo.png) no-repeat 0 20px;
	width: 768px;
	height: 108px;
	margin: 0;
	padding: 0;
}

#plantilla h1 span {
	float: left;
	text-indent: -10000px;
}

#plantilla #slogan {
	margin: 60px 0 0 20px;
	color: #FFF;
	font: bold italic 1.6em "Trebuchet MS", sans-serif;
}

#enlaceSuperior, #contenido #listaServicio {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 18px;
}

#enlaceSuperior li, #contenido #listaServicio li {
	display: block;
	position: relative;
	float: left;
	height: 18px;
}

#enlaceSuperior {
	position: absolute;
	top: 266px;
}

#enlaceSuperior li {
	margin: 0 1px;
}

#enlaceSuperior li a {
	display: block;
	text-decoration: none;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	width: 110px;
	padding: 6px 0 11px 0;
	background: #FFF url(../imagenes/boton.png) no-repeat;
}

#enlaceSuperior li a:hover, #enlaceSuperior li a#actual {
	background-position: 0 -33px;
	color: #7FAE59;
}

#destaque {
	position: absolute;
	right: 5px;
	width: 200px;
	top: 170px;
	background: transparent url(../imagenes/destaque_borde.png) repeat-y;
}

#destaque .superior {
	margin: 0;
	background: transparent url(../imagenes/destaque_borde_superior.png) no-repeat;
}

#destaque h2 {
	padding: 15px 0 5px 0;
	color: #7FAE59;
	font: bold 1.4em "Trebuchet MS", sans-serif;
	text-align: center
}

#destaque .inferior {
	margin: 0;
	background: transparent url(../imagenes/destaque_borde_inferior.png) no-repeat;
}

#destaque p {
	margin: 5px 15px;
}

#destaque span {
	display: block;
	margin-left: 50px;
}

#enlaceInferior {
	clear: both;
	text-align: center;
	margin: 30px 10px;
}

#enlaceInferior a {
	margin: 5px 15px;
	color: #545454;
	font-variant: small-caps;
	text-decoration: none;
}

#contenido {
	margin-top: 110px;
	width: 550px;
}

#contenido h2 {
	font-size: 1.5em;
	font-style: italic;
	color: #8D8D8D;
}

#contenido #listaServicio {
	overflow: auto;
	margin-top: 20px;
}

#contenido #listaServicio li {
	margin: 0 2px;
}

#contenido #listaServicio li a {
	padding: 2px;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.9em;
	color: #CCC;
}

#contenido #listaServicio li a.sActual, .servicios, #contenido #listaServicio li a:hover {
	background-color: #F3F2BF;
}

#contenido #listaServicio li a.sActual, #contenido #listaServicio li a:hover, .servicios a {
	color: #545454;
}

.servicios {
	padding: 10px;
	clear: both;
}

.servicios a {
	position: relative;
	float: right;
	font-weight: bold;
	clear: both;
	margin-top: 10px;
}

.esconder {
	display: none;
}

.imagen {
	position: relative;
	margin: 0 5px 5px 5px;
	border: 2px solid #858585;
	float: right;
}

fieldset {
	border: none;
	border-top: 5px double #BEDBA6;
}

legend {
	margin: 5px 10px;
	padding: 0 5px;
	font-variant: small-caps;
	font-weight: bold;
}

fieldset label span {
	margin-left: 10px;
	font-weight: bold;
	font-size: 0.9em;
}

fieldset label input, fieldset label textarea {
	display: block;
	margin: 10px 0;
}

p.boton {
	text-align: center;
}

p.boton input {
	color: #7FAE59;
	border-color: #7FAE59;
	font-weight: bold;
	font-size: 1em;
}

p.error {
	border: 1px dotted #FF0000;
	font-weight: bold;
	padding: 10px;
}

.articulo {
	background: transparent url(../imagenes/articulo.png) no-repeat top right;
}

.contacto {
	background: transparent url(../imagenes/envelope.png) no-repeat top right;
}

.quienes {
	background: transparent url(../imagenes/quienes.png) no-repeat top right;
}

.servicio {
	background: transparent url(../imagenes/servicio.png) no-repeat top right;
}

a.leer {
	clear: both;
	float: right;
	margin: 10px 0;
	color: #545454;
	font-weight: bold;
	text-indent: 15px;
	background: transparent url(../imagenes/flecha.png) no-repeat;
}

#enlaceServicio {
	height: auto;
	width: 250px;
	position: absolute;
	top: 32px;
	left: -40px;
}

#enlaceServicio li {
	display: block;
	height: 20px;
	width: 246px;
	margin: 0;
	padding: 0;
}

#enlaceServicio li a {
	border-left: 2px solid #7FAE59;
	border-right: 2px solid #7FAE59;
	width: 246px;
	display: block;
	background: #FFF none;
	color: #545454;
	text-align: left;
	margin: 0;
	padding: 5px;
}

#enlaceServicio li a:hover {
	background-color: #F3F2BF;
	border-color: #F3F2BF;
}


