@charset "utf-8";
/* CSS Document */

body{
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size:9px;
	/*background-color: #CCFF33;*/
}
#contenedor{
	width: auto;
	margin: 20px 0px 0px 0px;
	/*border: 1px solid #CC0000;*/
	background-color:#FFFFFF;
		text-align:center;
}
p{
color: #333333;
font-size: 14px;
text-align:left;
}
.ultimo{
border: #00FF00;
}
h1{
color: #666666;
border-bottom:3px solid #CCFF33;
}
h2{
color: #666666;
border-bottom:1px solid #CCFF33;
}
h3{
color: #000000;
text-shadow:#333333;
}
h5{
text-align:center;
font-size: 13px;
color: #999999;
}
h6{
text-align:inherit;
font-size: 18px;
height:23px;
color: #333333;
background-color: #CCFF33
}
.verde{
color: #CCFF33;
}
#cabeza{
	height: 180px;
	text-align:center;
	/*border: 1px solid #CC0000;*/
}
#logo{
	height: 150px;
	/*border: 1px solid #000000;*/

}
#menu{
	/*height: 20px;*/
	/*border: 1px solid #CC0000;*/
}
					 /* el menú en si mismo */
					  .mi-menu  {
						border-radius: 0px;
						list-style-type: none;
						margin-top:0px;
						margin: auto;/* si queremos centrarlo */
						padding: 0;
						/* la altura y su ancho dependerán de los textos */
						height: 25px; 
						width:950px;
						/*border: 1px solid #000000;/*
						/* el color de fondo */
						/*
						background: #555;
						background: -moz-linear-gradient(#555,#222);
						background: -webkit-linear-gradient(#555,#222);
						background: -o-linear-gradient(#555,#222);
						background: -ms-linear-gradient(#555,#222);
						background: linear-gradient(#555,#222);
						*/
					  }
					
					  /* si es necesario, evitamos que Blogger de problemas con los saltos de línea cuando escribimos el HTML */
					  .mi-menu  br { display:none; }
					
					  /* cada item del menu */
					  .mi-menu  li {
						display: block;
						float: left; /* la lista se ve horizontal */
						height: 30px;
						list-style: none;
						/*margin-right: 18px;
						margin-left: 18px;*/
						padding: 0;
						position: relative;
						border-bottom: 1px solid #CCCCCC;
						background-color: #FFFFFF;
					  }

					  .mi-menu li a {
						/*
						border-left: 1px solid #000;
						border-right: 1px solid #666;
						*/
						display: block;
						font-size: 15px;
						font-weight: bold;
						line-height: 20px;
						padding: 0 0px;
						margin: 6px 0;
						width:190px;
						/*text-align:center;*/
						text-decoration: none;
						color: #999999 ;
						/* animamos el cambio de color de los textos */
						-webkit-transition: color .2s ease-in-out;
						-moz-transition: color .2s ease-in-out;
						-o-transition: color .2s ease-in-out;
						-ms-transition: color .2s ease-in-out;
						transition: color .2s ease-in-out;

					  }
					  .mi-menu li{
					  transition: background-color .2s ease-in-out;
					-webkit-transition: background-color .3s ease-in-out;
					  
					  }

					  /* eliminamos los bordes del primer y el último */
					 .mi-menu li:first-child a { border-left: none; }
					  .mi-menu li:last-child a{ border-right: none; }
					  /* efecto hover cambia el color */
					  .mi-menu li:hover > a {color: #666666; 
					  }
					  .mi-menu li:hover  { 
					  border-bottom: 3px solid # #CCFF33;
					  background-color: #CCFF33;

					  }
					
					  /* los submenús */
					  .mi-menu ul {
						/*border-radius: 0 0 5px 5px;*/
						left: -40px;
						margin: 0;
						opacity: 0; /* no son visibles */
						position: absolute;
						top: 25px; /* se ubican debajo del enlace principal */
						/* el color de fondo */
						background: none;
						/*background: -moz-linear-gradient(#222,#555);
						background: -webkit-linear-gradient(#22,#555);
						background: -o-linear-gradient(#222,#555);
						background: -ms-linear-gradient(#222,#555);
						background: linear-gradient(#222,#555);*/
						/* animamos su visibildiad */
						-moz-transition: opacity .25s ease .1s;
						-webkit-transition: opacity .25s ease .1s;
						-o-transition: opacity .25s ease .1s;
						-ms-transition: opacity .25s ease .1s;
						transition: opacity .25s ease .1s;
					  }
					  /* son visibes al poner el cursor encima */
					  .mi-menu li:hover > ul { opacity: 1; }
					
					   /* cada un ode los items de los submenús */
					  .mi-menu ul li {
						height: 0; /* no son visibles */
						overflow: hidden;
						padding: 0;
						background-color: #FFFFFF;
						/* animamos su visibildiad */
						-moz-transition: height .25s ease .1s;
						-webkit-transition: height .25s ease .1s;
						-o-transition: height .25s ease .1s;
						-ms-transition: height .25s ease .1s;
						transition: height .25s ease .1s;
					  }
					  .mi-menu li:hover > ul li {
						height: 26px; /* los mostramos */
						overflow: visible;
						padding: 0;
					  }
					  .mi-menu ul li a {
						border: none;
						margin: 0;
						/*text-align:center;*/
						/* el ancho dependerá de los textos a utilizar */
						padding: 5px 0px;
						width: 190px;
					  }
					  /* el último n otiene un borde */
					 /* .mi-menu ul li:last-child a { border: none; }*/
	
	
	/* MENU 2--------------------------------------------------------------------------------------------*/				 
#menu2{
	/*height: 20px;*/
	/*border: 1px solid #CC0000;*/
	margin-top:20PX;
}
					 /* el menú en si mismo */
					  .mi-menu2 {
						border-radius: 0px;
						list-style-type: none;
						margin-top:0px;
						margin: auto;/* si queremos centrarlo */
						padding: 0;
						/* la altura y su ancho dependerán de los textos */
						height: 25px; 
						width:950px;
						/*border: 1px solid #000000;/*
						/* el color de fondo */
						/*
						background: #555;
						background: -moz-linear-gradient(#555,#222);
						background: -webkit-linear-gradient(#555,#222);
						background: -o-linear-gradient(#555,#222);
						background: -ms-linear-gradient(#555,#222);
						background: linear-gradient(#555,#222);
						*/
					  }
					
					  /* si es necesario, evitamos que Blogger de problemas con los saltos de línea cuando escribimos el HTML */
					  .mi-menu2  br { display:none; }
					
					  /* cada item del menu */
					  .mi-menu2  li {
						display: block;
						float: left; /* la lista se ve horizontal */
						height: 30px;
						list-style: none;
						/*margin-right: 18px;
						margin-left: 18px;*/
						padding: 0;
						position: relative;
						border-bottom: 1px solid #CCCCCC;
						border-left: 1px solid #CCCCCC;
						background-color: #CCFF33;
					  }

					  .mi-menu2 li a {
						/*
						border-left: 1px solid #000;
						border-right: 1px solid #666;
						*/
						display: block;
						font-family: Tahoma;
						font-size: 15px;
						font-weight: bold;
						line-height: 20px;
						padding: 0 0px;
						margin: 6px 0;
						width:134px;
						/*text-align:center;*/
						text-decoration: none;
						color: #999999 ;
						/* animamos el cambio de color de los textos */
						-webkit-transition: color .2s ease-in-out;
						-moz-transition: color .2s ease-in-out;
						-o-transition: color .2s ease-in-out;
						-ms-transition: color .2s ease-in-out;
						transition: color .2s ease-in-out;

					  }
					  .mi-menu2 li{
					  transition: background-color .2s ease-in-out;
					-webkit-transition: background-color .3s ease-in-out;
					  
					  }

					  /* eliminamos los bordes del primer y el último */
					 .mi-menu2 li:first-child a { border-left: none; }
					  .mi-menu2 li:last-child a{ border-right: none; }
					  /* efecto hover cambia el color */
					  .mi-menu2 li:hover > a {color: #333333; 
					  }
					  .mi-menu2 li:hover  { 
					  border-bottom: 3px solid # #CCFF33;
					  background-color: #CCCCCC;
					  }
					
	/*FIN MENU 2--------------------------------------------------------------------------------------------*/				 

#menu2fisio{
	/*height: 20px;*/
	/*border: 1px solid #CC0000;*/
	margin-top:20PX;
}
					 /* el menú en si mismo */
					  .mi-menu2fisio {
						border-radius: 0px;
						list-style-type: none;
						margin-top:0px;
						margin: auto;/* si queremos centrarlo */
						padding: 0;
						/* la altura y su ancho dependerán de los textos */
						height: 25px; 
						width:950px;
						/*border: 1px solid #000000;/*
						/* el color de fondo */
						/*
						background: #555;
						background: -moz-linear-gradient(#555,#222);
						background: -webkit-linear-gradient(#555,#222);
						background: -o-linear-gradient(#555,#222);
						background: -ms-linear-gradient(#555,#222);
						background: linear-gradient(#555,#222);
						*/
					  }
					
					  /* si es necesario, evitamos que Blogger de problemas con los saltos de línea cuando escribimos el HTML */
					  .mi-menu2fisio  br { display:none; }
					
					  /* cada item del menu */
					  .mi-menu2fisio  li {
						display: block;
						float: left; /* la lista se ve horizontal */
						height: 30px;
						list-style: none;
						/*margin-right: 18px;
						margin-left: 18px;*/
						padding: 0;
						position: relative;
						border-bottom: 1px solid #CCCCCC;
						border-left: 1px solid #CCCCCC;
						background-color: #CCFF33;
					  }

					  .mi-menu2fisio li a {
						/*
						border-left: 1px solid #000;
						border-right: 1px solid #666;
						*/
						display: block;
						font-family: Tahoma;
						font-size: 15px;
						font-weight: bold;
						line-height: 20px;
						padding: 0 0px;
						margin: 6px 0;
						width:236px;
						/*text-align:center;*/
						text-decoration: none;
						color: #999999 ;
						/* animamos el cambio de color de los textos */
						-webkit-transition: color .2s ease-in-out;
						-moz-transition: color .2s ease-in-out;
						-o-transition: color .2s ease-in-out;
						-ms-transition: color .2s ease-in-out;
						transition: color .2s ease-in-out;

					  }
					  .mi-menu2fisio li{
					  transition: background-color .2s ease-in-out;
					-webkit-transition: background-color .3s ease-in-out;
					  
					  }

					  /* eliminamos los bordes del primer y el último */
					 .mi-menu2fisio li:first-child a { border-left: none; }
					  .mi-menu2fisio li:last-child a{ border-right: none; }
					  /* efecto hover cambia el color */
					  .mi-menu2fisio li:hover > a {color: #333333; 
					  }
					  .mi-menu2fisio li:hover  { 
					  border-bottom: 3px solid # #CCFF33;
					  background-color: #CCCCCC;
					  }
					
	/*FIN MENU 2 fisio--------------------------------------------------------------------------------------------*/				 

#cuerpo{
	height:auto;
	text-align:center;
	/*border: 1px solid #CC0000;*/
	background-color: #FFFFFF;
	width:950px;
	margin:auto;
	margin-top:20px;

}
#contenido{
		width:950px;
		margin: auto;
		text-align:left;
}

#contenido_inicio_general{
		width:950px;
		margin: auto;
}
#contenido_inicio{

	height: auto;
	/*width: 230px;*/
	margin-top: 10px;
	float:left;
	/*border: 1px solid #CC0000;*/
}

/*página contacto-----------------------------------------------------------------------------*/
#contenido2{
	width: 430px;
	float:left;
/*	margin: 25px;*/
/*	padding-right:0px;*/
	margin-bottom: 20px;
	margin-top:20px;

}
#contenido3{
	width: 430px;
	float:right;
	padding-left:15px;
	border-left: 2px solid  #CCCCCC;
	margin-top:20px;

}
/*página contacto-----------------------------------------------------------------------------*/


/*pie-----------------------------------------------------------------------------*/
#pie{
margin-top:20px;
height: 100px;
margin:auto;
width:950PX;
}
#pie_texto{
width: 820px;
float: left;
width:950PX;
border-top: 2px solid #CCFF33;

}
#redes{
margin-top: 15px;
width: 70px;
float: right;
}
/*pie-----------------------------------------------------------------------------*/
/*menu de politica de privacidad y aviso legal-------------------------------------------*/
						.mi-menupp  {
						border-radius: 0px;
						list-style-type: none;
						margin-top:0px;
						margin:auto;/* si queremos centrarlo */
						padding:0;
						/* la altura y su ancho dependerán de los textos */
						height: 50px; 
						width:950px;
						/*border: 1px solid #000000;/*
						/* el color de fondo */
						/*
						background: #555;
						background: -moz-linear-gradient(#555,#222);
						background: -webkit-linear-gradient(#555,#222);
						background: -o-linear-gradient(#555,#222);
						background: -ms-linear-gradient(#555,#222);
						background: linear-gradient(#555,#222);
						*/
					  }
					  .mi-menupp  li {
						display: block;
						float: left; /* la lista se ve horizontal */
						height: 30px;
						list-style: none;
						/*margin-right: 18px;
						margin-left: 18px;*/
						padding: 0;
						position: relative;
						border-bottom: 1px solid #CCCCCC;
						background-color: #FFFFFF;
						}
					  .mi-menupp li a {
						/*
						border-left: 1px solid #000;
						border-right: 1px solid #666;
						*/
						display: block;
						font-size: 15px;
						font-weight: bold;
						line-height: 20px;
						padding: 0 0px;
						margin: 6px 0;
						width:300px;
						/*text-align:center;*/
						text-decoration: none;
						color: #999999 ;
						/* animamos el cambio de color de los textos */
						-webkit-transition: color .2s ease-in-out;
						-moz-transition: color .2s ease-in-out;
						-o-transition: color .2s ease-in-out;
						-ms-transition: color .2s ease-in-out;
						transition: color .2s ease-in-out;
/*menu de politica de privacidad y aviso legal-------------------------------------------*/