/*
Copyright: Darren Hester 2006, http://www.designsbydarren.com
License: Released Under the "Creative Commons License", 
http://creativecommons.org/licenses/by-nc/2.5/
*/

body {
	text-align: center;
	background: #E5E4D7 url(../images/fd_body.gif) repeat-x left top;
	margin-top:10px;
	margin-bottom:10px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

A:link {
	COLOR: #005F36;
	text-decoration: none;
}
A:visited {
	COLOR: #005F36; text-decoration: none
}
A:active {
	COLOR: #005F36; text-decoration: none
}
A:hover {
	COLOR: #005F36; text-decoration: underline
}

#page_wrapper {
	width: 780px;
	text-align: left;
	background: #FFFFFF;
	border: 1px solid #018843;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}

/* Cabecera Empresa */

#page_headerempresa {
  height: 118px;
  background: #A4C174 url(../images/img_empresa.jpg) no-repeat right top;
  clear: both;
}
#page_headerempresa img {
	margin: 15px 0px 0px 25px;
	padding: 0px;
}
#page_headerempresa h1 {
  margin: 0px;
  padding-top:30px;
  padding-left:25px;
  font-family: verdana, arial, sans-serif;
  font-size:32px;
  font-weight: bold;
  letter-spacing: -1px;
  color: #FFFFFF;
}
#page_headerempresa h2 {
  margin: 0px;
  padding-left:25px;
  font-family: verdana, arial, sans-serif;
  font-size:13px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #018843;
}

/* Cabecera Servicios */

#page_headerservicios {
  height: 118px;
  background: #A4C174 url(../images/img_servicios.jpg) no-repeat right top;
  clear: both;
}
#page_headerservicios img {
	margin: 15px 0px 0px 25px;
	padding: 0px;
}
#page_headerservicios h1 {
  margin: 0px;
  padding-top:30px;
  padding-left:25px;
  font-family: verdana, arial, sans-serif;
  font-size:32px;
  font-weight: bold;
  letter-spacing: -1px;
  color: #FFFFFF;
}
#page_headerservicios h2 {
  margin: 0px;
  padding-left:25px;
  font-family: verdana, arial, sans-serif;
  font-size:13px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #018843;
}

/* Cabecera Legislacion */

#page_headerleg {
  height: 118px;
  background: #A4C174 url(../images/img_legislacion.jpg) no-repeat right top;
  clear: both;
}
#page_headerleg img {
	margin: 15px 0px 0px 25px;
	padding: 0px;
}
#page_headerleg h1 {
  margin: 0px;
  padding-top:30px;
  padding-left:25px;
  font-family: verdana, arial, sans-serif;
  font-size:32px;
  font-weight: bold;
  letter-spacing: -1px;
  color: #FFFFFF;
}
#page_headerleg h2 {
  margin: 0px;
  padding-left:25px;
  font-family: verdana, arial, sans-serif;
  font-size:13px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #018843;
}

/* Cabecera Poderes */

#page_headerpoderes {
  height: 118px;
  background: #A4C174 url(../images/img_poderes.jpg) no-repeat right top;
  clear: both;
}
#page_headerpoderes img {
	margin: 15px 0px 0px 25px;
	padding: 0px;
}
#page_headerpoderes h1 {
  margin: 0px;
  padding-top:30px;
  padding-left:25px;
  font-family: verdana, arial, sans-serif;
  font-size:32px;
  font-weight: bold;
  letter-spacing: -1px;
  color: #FFFFFF;
}
#page_headerpoderes h2 {
  margin: 0px;
  padding-left:25px;
  font-family: verdana, arial, sans-serif;
  font-size:13px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #018843;
}
/* Cabecera Clientes */

#page_headerclientes {
	height: 118px;
	clear: both;
	background-color: #A4C174;
	background-image: url(../images/img_clientes.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#page_headerclientes img {
	margin: 15px 0px 0px 25px;
	padding: 0px;
}
#page_headerclientes h1 {
  margin: 0px;
  padding-top:30px;
  padding-left:25px;
  font-family: verdana, arial, sans-serif;
  font-size:32px;
  font-weight: bold;
  letter-spacing: -1px;
  color: #FFFFFF;
}
#page_headerclientes h2 {
  margin: 0px;
  padding-left:25px;
  font-family: verdana, arial, sans-serif;
  font-size:13px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #018843;
}

/* Cabecera Gestor */

#page_headergestor {
	height: 118px;
	clear: both;
	background-color: #A4C174;
	background-image: url(../images/img_gestor.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#page_headergestor img {
	margin: 15px 0px 0px 25px;
	padding: 0px;
}
#page_headergestor h1 {
  margin: 0px;
  padding-top:30px;
  padding-left:25px;
  font-family: verdana, arial, sans-serif;
  font-size:32px;
  font-weight: bold;
  letter-spacing: -1px;
  color: #FFFFFF;
}
#page_headergestor h2 {
  margin: 0px;
  padding-left:25px;
  font-family: verdana, arial, sans-serif;
  font-size:13px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #018843;
}

#menu_bar {
	height:28px;
	clear: both;
	margin: 0px;
	padding: 0px 0px 0px 7px;
}

#menu_bar ul {
	margin-top: 0px;
	padding-left: 0px;
	margin-left: 0px;
	float: left;
	width: 100%;
	font-family: verdana, arial, sans-serif;
	font-size:0.65em;
	font-weight: bold;
}

#menu_bar ul li {
	display: inline;
}

#menu_bar ul li a
{
	color: #A4C174;
	text-decoration: none;
	float: left;
	border-right: 1px solid #A4C174;
	padding: 0px 7px;
	margin-top: 6px;
}

#menu_bar ul li a:hover
{
  color: #FFFFFF;
}
#menu_bar ul li a#final.marca {
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	border-right: 1px none #A4C174;
	padding: 0px 8px;
	margin-top: 6px;
}
#menu_bar ul li a.marca {
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	border-right: 1px solid #A4C174;
	padding: 0px 8px;
	margin-top: 6px;
}
#menu_bar ul li a#final {
	color: #A4C174;
	text-decoration: none;
	float: left;
	border-right: 1px none #A4C174;
	padding: 0px 8px;
	margin-top: 6px;
}
#menu_bar ul li a#final:hover {
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	border-right: 1px none #A4C174;
	padding: 0px 8px;
	margin-top: 6px;
}

#content_wrapper {
	background: url(../images/q_fondo.gif) no-repeat right bottom;
	clear: both;
	height: 1%;
}

#right_side {
	width:232px;
	border:0px dashed #cccccc;
	margin: 0px;
	padding: 0px;
	float: left;
}

#right_side ul
{
	list-style-type: none;
	text-align: left;
	margin: 20px 5px 0px 15px;
	padding: 0px;
}

#right_side ul li a
{
background: transparent url(../images/cuadrado_verde.gif) no-repeat left center;
padding-left: 15px;
text-align: left;
font: bold 0.75em/1.75em Verdana, Arial, Helvetica, sans-serif;
text-decoration: none;
color: #A4C174;
}
#page_footer ul {
	list-style: none;
	text-align: left;
	margin: 0px 0px 0px 10px;
	padding: 0px;
}


#right_side ul li a:hover
{
	background: transparent url(../images/cuadrado_azul.gif) no-repeat left center;
	color: #2088B2;
}

#right_side ul li a#current
{
background: transparent url(../images/cuadrado_azul.gif) no-repeat left center;
color: #2088B2;
}

#right_side h3 {
	margin-top:0px;
	margin-bottom:10px;
	background-color:#005F36;
	padding: 0px;
	height: 28px;
	background-image: url(../images/flecha_colder.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

#right_side p {
	margin-top:0px;
	margin-bottom:15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	color: #666666;
	line-height: 16px;
	padding-left:15px;
	padding-right: 10px;
}

#right_sidepdf {
	width:232px;
	border:0px dashed #cccccc;
	margin: 0px;
	padding: 0px;
	float: left;
}

#right_sidepdf ul
{
	list-style-type: none;
	text-align: left;
	margin: 20px 5px 0px 15px;
	padding: 0px;
}

#right_sidepdf ul li a
{
	background: transparent url(../images/page_white_acrobat.gif) no-repeat left center;
	padding-left: 25px;
	text-align: left;
	font: bold 0.75em/1.75em Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #A4C174;
	display: block;
}

#right_sidepdf ul li a:hover
{
	background: transparent url(../images/page_white_acrobat.gif) no-repeat left center;
	color: #2088B2;
}

#right_sidepdf h3 {
	margin-top:0px;
	margin-bottom:10px;
	background-color:#005F36;
	padding: 0px;
	height: 28px;
	background-image: url(../images/flecha_colder.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

#right_sidepdf p {
	margin-top:0px;
	margin-bottom:15px;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 16px;
	padding-left:4px;
	text-align: center;
}

#left_side {
	float: left;
	width:548px;
	border:0px dashed #cccccc;
	background: url(../images/fd_contenidos.gif) no-repeat left top;
}
#left_side h1 {
	margin-top:0px;
	margin-bottom:10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	color: #2088B2;
	padding:25px 25px 4px;
	clear:both;
	font-weight: normal;
}

#left_side h2 {
	margin-top:0px;
	margin-bottom:10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #2088B2;
	padding:15px 25px 4px;
	clear:both;
	font-weight: bold;
}

#left_side p {
	margin-top:0px;
	margin-bottom:15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .9em;
	color: #666666;
	line-height: 18px;
	padding-left:25px;
	padding-right: 25px;
}
#left_side a {
	text-decoration: underline;
}
#left_side a#gris {
	text-decoration: underline;
	color: #666666;
}
#left_side ol {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	font-weight: normal;
	color: #666666;
	list-style: disc;
	padding-right: 75px;
	padding-left: 0px;
	margin-left: 75px;
}
#left_side table {
	background-color: #EDF7EA;
	margin-left: 25px;
}
#left_side table td {
	background-color: #FFFFFF;
	text-align: center;
	width: 225px;
	height: 125px;
}
#left_side  blockquote {
	margin: 0px 25px;
	padding: 0px 0px 0px 25px;
	background: #EDF7EA;
}
.float_left {
  float: left;
  margin-right: 10px;
}

.float_right {
  float: right;
  margin-left: 10px;
}

#feature_box {
  float:left;
  width:250px;
  background-color: #F6FCEC;
  border:1px solid #AAE5A4;
  padding:10px;
  margin-top:10px;
  margin-bottom:5px;
  margin-right:8px;
}

#feature_box h4 {
  padding-left:5px;
  margin-top:0px;
  margin-bottom:5px;
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
  color: #779E28;
}

#feature_box p {
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  color: #555555;
  line-height: 16px;
  margin-bottom:5px;
}

#page_footer {
	background-color: #A4C174;
	background-image: url(../images/fd_pie.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 20px;
	clear: both;
}


#page_footer p {
	text-align: right;
	font-family: verdana, arial, sans-serif;
	font-size: 0.6em;
	color: #333333;
	margin: 3px 10px 0px 0px;
	padding: 0px;
	display: block;
	float: right;
	vertical-align: middle;
}
.quima {
	color: #005F36;
	font-weight: bold;
}



#spacer {
	height:20px;
	clear:both;
	margin: 0px;
	padding: 0px;
}
#page_footer ul li {
	list-style: none;
	text-align: left;
	text-decoration: none;
	display: inline;
}
#page_footer ul {
	display: block;
	height: 5px;
	margin-left: 15px;
	text-align: left;
	vertical-align: middle;
}

#page_footer ul li a {
	font: 0.6em Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	border-right: 1px solid #333333;
	padding-right: 5px;
}
#page_footer ul li a#final {
	font: 0.6em Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	border-right: 1px none #333333;
}
#page_footer ul li a:hover {
	font: 0.6em Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border-right: 1px solid #333333;
	text-decoration: none;
}
#page_footer ul li a#final:hover {
	font: 0.6em Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border-right: 1px none #333333;
}
#right_sideclientes {
	width:232px;
	border:0px dashed #cccccc;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 350px;
}


#right_sideclientes h2 {

	margin-top:0px;
	margin-bottom:10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #2088B2;
	padding:15px 25px 4px;
	clear:both;
	font-weight: bold;
}
#right_sideclientes h3 {
	margin-top:0px;
	margin-bottom:10px;
	background-color:#005F36;
	padding: 0px;
	height: 28px;
	background-image: url(../images/flecha_colder.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

#right_sideclientes p {
	margin-top:0px;
	margin-bottom:15px;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 16px;
	padding-left:25px;
	text-align: left;
	padding-right: 15px;
	padding-top: 5px;
}
#left_side table tr #flechas {
	background-color: #FFFFFF;
	width: 25px;
	height: 25px;
}
#right_side h1 {
	margin-top:0px;
	margin-bottom:10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	color: #2088B2;
	padding:10px 25px 4px 15px;
	clear:both;
	font-weight: normal;
}
#fichacliente {
	width: 500px;
	margin: 10px 0px 10px 25px;
	padding: 12px 0px;
	border-top: 1px dashed #A4C174;
	border-bottom: 1px dashed #A4C174;
	height: 1%;
	background: #EFF8ED;
}
#fichacliente p {
	margin: 0px 5px 0px 0px;
	padding: 0px;
}
#fichacliente img {
	margin: 0px 0px 15px;
	padding: 0px 15px;
	float: left;
}
#ofertas {
	width: 490px;
	margin: 10px 0px 10px 25px;
	padding: 12px 0px;
	border-top: 1px dashed #A4C174;
	border-bottom: 1px dashed #A4C174;
	background: #EFF8ED;
}
#ofertas p {
	margin: 0px 0px 0px 10px;
	padding: 0px;
}
#paginacion {
	width: 500px;
	margin: 5px 0px 5px 25px;
	padding: 5px 0px;
	border-bottom: 1px;
	height: 1%;
	text-align: center;
}
#paginacion p {
	margin: 0px 5px 0px 0px;
	padding: 0px;
	text-align: right;
}
/* ADMINISTRACION*/



#menu_bar_admin {
	height:28px;
	clear: both;
	margin: 0px;
	background-color: #125F36;
	padding: 0px 0px 0px 15px;
	background-image: url(../images/fd_menuges.gif);
	background-repeat: repeat-x;
}

#menu_bar_admin ul {
	margin-top: 0px;
	padding-left: 0px;
	margin-left: 0px;
	float: left;
	width: 100%;
	font-family: verdana, arial, sans-serif;
	font-size:0.75em;
	font-weight: bold;
}

#menu_bar_admin ul li {
	display: inline;
}

#menu_bar_admin ul li a
{
	color: #A4C174;
	text-decoration: none;
	float: left;
	border-right: 1px solid #A4C174;
	margin-top: 6px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
}

#menu_bar_admin ul li a:hover
{
  color: #FFFFFF;
}
#menu_bar_admin ul li a#final.marca {
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	border-right: 1px none #A4C174;
	margin-top: 6px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#menu_bar_admin ul li a.marca {
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	border-right: 1px solid #A4C174;
	margin-top: 6px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#menu_bar_admin ul li a#final {
	color: #A4C174;
	text-decoration: none;
	float: left;
	border-right: 1px none #A4C174;
	margin-top: 6px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#menu_bar_admin ul li a#final:hover {
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	border-right: 1px none #A4C174;
	margin-top: 6px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}


#admin {
	width:100%;
	border:0px dashed #cccccc;
	margin: 0px;
	padding-top: 0px;
	background: url(../images/fd_gestor.gif) repeat-x top;
}
#admin form {
}

#admin h1 {
	margin-top:0px;
	margin-bottom:10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	color: #2088B2;
	padding:25px 25px 4px 0px;
	clear:both;
	font-weight: normal;
}

#admin h2 {
	margin-top:0px;
	margin-bottom:10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #2088B2;
	padding:15px 25px 4px;
	clear:both;
	font-weight: bold;
}

#admin p {
	margin-top:0px;
	margin-bottom:15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	color: #666666;
	line-height: 18px;
	padding-right: 25px;
}
#admin a {
	text-decoration: underline;
}
#admin a#gris {
	text-decoration: underline;
	color: #666666;
}
.infolegal {
	font-size: 0.7em;
	font-style: normal;
}
