body
{
    font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 0.8em;
	background-color: #8EF29D;
	color: #003366;
	text-align:left;
        padding:5px 0px 0px 0px;

}
html, body{
    position: absolute;
    height:auto; 
    width: 100%;
    margin: 0px;
}

/* CONTENEDORES */

#contenedor {
	float: none;
	clear: both;
	width: 760px;
        height: 100%;
	color: #003366;
        text-align:left;
	margin-left: auto;
	margin-right: auto;
	background-color: #D3FAD9;
	overflow: hidden;
	background-attachment: fixed;
	background-image: url(../modules/main/images/fondo.gif);
	background-repeat: repeat-y;
	background-position: center center;
}


#b_titulo {
	width: 100%;
	overflow:hidden;
}

#b_menu_horizontal {
	width: 758px;
        height: 155px;
	overflow: hidden;
}

#menu_superior_espace {
	position: relative;
	float: left;
	width: 199px;
	text-align:center;
	overflow: hidden;
}
#menu_superior {
	float: right;
	width: 550px;
	text-align: center;
}

#b_principal {
        position: relative;
	width: 99%;
        height: 100%;
	text-align: left;
}

#menu_izquierda {
        position: relative;
	float: left;
	width: 155px;
	overflow: visible;
        padding: 3px 0px 0px 0px;
        z-index: 10;
}

#menu_izquierda #menu_search {
    overflow: hidden;
    width: 155px;
    margin: 0px;
    padding: 0px;
}


#principal {
	position: relative;
        float: left;
	width: 595px;
        height: inherit;
	text-align: justify;
	margin: 0px;
	padding: 0px;
        overflow: visible;
        z-index: 5;
}


img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

h1
{
	text-align: center;
        font-size: 2.3em;
	width: 80%;
	margin: auto;
	margin-top: 1em;
	color:  #003366;
	border: 1px solid #006600;
}
h2 {
    font-size: 1.7em;
    display: block;
    padding-right: 10%;
    padding-left: 10%;
    text-align: center;
}

h3 {
	font-size: 1.3em;
	font-weight: normal;
	color: #003366;
	background-position: center;
	margin: 0em;
        display: block;
}

a {
    text-decoration: none;
    color: #003366;
}

a:hover {
    color: #777777;
}

#principal #up_img {
	width: 98%;
	text-align: right;
	margin-right: 23px;
	float: right;
	clear: left;
 }

#borde_inferior {
	width: 100%;
	text-align: center;
        font-size: 0.9em;
}

.men_inferior {
	font-size: 0.9em;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-color: #8EF29D;
	padding: 5px;
}


.borde_inferior {
	position: relative;
	top: 3px;
}

.el_menu {
	margin-top: 1px;
	width: 170px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #006600;
}
.sub_menu {
	width: 144px;
	font-style:oblique;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #006600;

}

.el_menu_hor{
	vertical-align: text-bottom;

}

.alinea_centro {
	text-align: center;
}
.alinea_izquierda {
	text-align: left;
}
.alinea_justificado {
	text-align: justify;
}
.alinea_derecha {
	text-align: right;
}

.float_left
{
	float: left;
	margin-right: 0.7em;
}

.float_right
{
        float: right;
	margin-left: 0.7em;
}

.padding_01em {
    padding: 0.1em;
}
.padding_03em {
    padding: 0.3em;
}
.padding_05em {
    padding: 0.5em;
}
.padding_1em {
    padding: 1em;
}
.margin_01em {
    margin: 0.1em;
}
.margin_1em {
    margin: 1em;
}
.margin_2em {
    margin: 2em;
}
.clear_both {
    clear: both;
}
.margin_right_03em {
    margin-right: 0.3em;
}
.margin_left_03em {
    margin-left: 0.3em;
}
.padding-top_10 {
    padding-top: 10%;
}


.bloque_centrado {
 margin-top: 0.5em;
 margin-bottom: 0.5em;
 margin-left: auto;
 margin-right: auto;
}


.negrita {
    font-weight: bold;
}
.subrayado {
    text-decoration: underline;
}
.italica {
    font-style: italic;
}

.opacidad10 {
    opacity: .1;
    filter: alpha(opacity=10);
}
.opacidad30 {
    opacity: .3;
    filter: alpha(opacity=30);
}
.opacidad50 {
    opacity: .5;
    filter: alpha(opacity=50);
}
.opacidad70 {
    opacity: .7;
    filter: alpha(opacity=70);
}
.opacidad80 {
    opacity: .8;
    filter: alpha(opacity=80);
}

.opacidad90 {
    opacity: .9;
    filter: alpha(opacity=90);
}
.opacidad100 {
    opacity: 1;
    filter: alpha(opacity=100);
}

.dis_inline {
    display: inline;
}

.width300px {
 padding: 0.2em;
 width: 300px;
}
.width100 {
  width: 100%;
}
.width90 {
  width: 90%;
}
.width80 {
  width: 80%;
}
.width70 {
  width: 70%;
}
.width60 {
  width: 60%;
}
.width50 {
  width: 50%;
}
.width40 {
  width: 40%;
}
.width10 {
  width: 10%;
}
.bloque95 {
  display: block;
  width: 95%;
}

.height300px {
  height: 300px;
  overflow: auto;
}
.oculto {
  visibility: hidden;
}
.fondoGris {
  background-color: #dadada;
}
.posTop {
  position: absolute;
  top: 0px;
  left: 0px;
}
.fuente08em {
    font-size: 0.8em;    
}
.fuente15em {
    font-size: 1.5em;
}
.fuente2em {
    font-size: 2em;
}
.no_bullet {
    list-style-type: none;
}


.lista_servicios {
	list-style-type: disc;
	list-style-position: outside;
}

.fondo_perro {
	background-image: url(../images/dog_fondo.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center;
}




#bmostrar {
	visibility: hidden;
	margin-top: 5px;
	float: right;
	overflow: hidden;
	border: 1px solid #000000;
	width: auto;
	height: auto;
}

#bmostrar img {
	overflow: hidden;
	width: auto;
	height: auto;

}

#bmostrar #bmostrar_close {
	text-align: right;
	background-color: #CCCCCC;
	overflow: hidden;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	width: auto;
	height: auto;

}

#return_top {
	text-align: right;
	clear: both;
	margin-top: 7px;
	
}

.borde_izquierdo {
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #006600;
	padding-left: 5px;
}

#clinica_principal_imagen {
	float: left;
	margin-top: 1em;
	margin-right: 5px;
	overflow: hidden;
}



/*
Formato de las fichas con la información de los enlaces externos
*/
.FichaEnlace {
 display: block;
 width: 75%;
 height: 100%;
 margin-left: auto;
 margin-right: auto;
 margin-bottom: 0.1em;
 padding-top: 0.1em;
 background-color: #e1e1e1;
}

/****************** Fin de listaEnlaces ***************/


/*
Piensos "Canun"
*/
#pienso {
	background-attachment: scroll;
	background-image: url(../modules/04-canun/images/logo_transparente.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;
	overflow: hidden;
        height: inherit;
}
#pienso table {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
#pienso td {
	border: #009900 solid 1px;
}

#pienso a:hover img {

	border-style: solid;
	border-width: 3px;
	border-top-color:#e4e4e4;
	border-bottom-color: #000000;
	border-left-color: #e4e4e4;
	border-right-color: #000000;
}
#pienso a img
{
	position: relative;
	float: left;
	margin-top: 2em;
	margin-left: 0.2em;
	border-style: solid;
	border-width: 3px;
        border-color: transparent;
}


/*
	BORDES:
*/
.borde_inferior_1px_verde {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5AE48B;
}

.borde_1px {
	border: 1px solid #000033;
	width: auto;
	background-color: #66FFFF;
}

.border_1px {
    border: 1px solid #000000;
}
.borde_inferior_2px {
    border-bottom: 2px solid #7e7e7e;
}


.bordeDoble {
  border: 3px double #7e7e7e;
}

.boton_down, a:hover .btnUpDown 
{
    border-bottom: #eeeeee 2px solid;
    border-right: #eeeeee 2px solid;
    border-top: #8D8D8D 2px solid;
    border-left: #676767 2px solid;
}

.boton_up, a .btnUpDown 
{
    border-bottom: #8D8D8D 2px solid;
    border-right: #676767 2px solid;
    border-top: #eeeeee 2px solid;
    border-left: #eeeeee 2px solid;
}


/*
******************************************************
Efectos de menu desplegable
******************************************************
*/
/* Root = Vertical, Secondary = Vertical */
ul#navmenu-v, 
ul#navmenu-v li, 
ul#navmenu-v ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 150px; /*For KHTML*/
  list-style: none;
  background-color: #b1f28e;
}

ul#navmenu-v:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

ul#navmenu-v li {
  float: left; /*For IE 7 lack of compliance*/
  display: block !important; /*For GOOD browsers*/
  display: inline; /*For IE*/
  position: relative;
}

/* Root Menu */
ul#navmenu-v  a {
  font-size: 1.1em;
  font-weight: bold;
  font-style: normal;
  border: 1px solid #b1e28e;
  padding: 0 6px;
  display: block;
  color: #001122;
  height: auto !important;
  height: 1%; /*For IE*/
  text-decoration: none;
}


/* Root Menu Hover Persistence */

ul#navmenu-v a:hover,
ul#navmenu-v li:hover a,
ul#navmenu-v li.iehover a {
  background-color: #e3f28e;
}

/* 2nd Menu */
ul#navmenu-v li:hover li a,
ul#navmenu-v li.iehover li a {
  background-color: transparent;
}

/* 2nd Menu Hover Persistence */
ul#navmenu-v li:hover li a:hover,
ul#navmenu-v li:hover li:hover a,
ul#navmenu-v li.iehover li a:hover,
ul#navmenu-v li.iehover li.iehover a {
  background-color: #e3f28e;
}

/* 3rd Menu */
ul#navmenu-v li:hover li:hover li a,
ul#navmenu-v li.iehover li.iehover li a {
  background-color: transparent;
}

/* 3rd Menu Hover Persistence */
ul#navmenu-v li:hover li:hover li a:hover,
ul#navmenu-v li:hover li:hover li:hover a,
ul#navmenu-v li.iehover li.iehover li a:hover,
ul#navmenu-v li.iehover li.iehover li.iehover a {
  background-color: #e3f28e;
}

/* 4th Menu */
ul#navmenu-v li:hover li:hover li:hover li a,
ul#navmenu-v li.iehover li.iehover li.iehover li a {
  background-color: transparent;
}

/* 4th Menu Hover */
ul#navmenu-v li:hover li:hover li:hover li a:hover,
ul#navmenu-v li.iehover li.iehover li.iehover li a:hover {
  background-color: #e3f28e;
}

ul#navmenu-v ul,
ul#navmenu-v ul ul,
ul#navmenu-v ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 150px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu-v li:hover ul ul,
ul#navmenu-v li:hover ul ul ul,
ul#navmenu-v li.iehover ul ul,
ul#navmenu-v li.iehover ul ul ul {
  display: none;
}

ul#navmenu-v li:hover ul,
ul#navmenu-v ul li:hover ul,
ul#navmenu-v ul ul li:hover ul,
ul#navmenu-v li.iehover ul,
ul#navmenu-v ul li.iehover ul,
ul#navmenu-v ul ul li.iehover ul {
  display: block;
}

/*
********************************************************************************
CAPA TRANSLUCIDA QUE BLOQUEA EL ACCESO A LA PÁGINA
********************************************************************************
*/
.ocultar {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.75;
    filter: alpha(opacity=75);
    background-color: black;
    z-index: 100;
}
/* sobre esta capa se han de situar los elementos que queremos que sean visibles */
.sobreOculta {
    position: absolute;
    top: 0px;
    width: inherit;
    height: auto;
    z-index: 101;
    text-align: left;
}

/*
********************************************************************************
*/
