/*Verde: #009448
Violeta: #7E0059
*/

/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
body {
	background-color: #EAE9DF;
	color: #000000;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	line-height: 20px;
	margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: center; /* Centers the page content container in IE 5 browsers. */
	background-image: url(../images/fondo.jpg);
	background-repeat: repeat-x;
}
/* Commonly used to style page titles. */
hi, h2, h3, h4, h5, h6 {
	font-family: 'Mako', sans-serif;}
h1 {
	color: #7E0059;
	font-size: 24px;
	font-weight: normal;
	line-height: 26px;
}
/* Commonly used to style section titles. */
h2 {
	color: #7E0059;
	font-size: 20px;
	font-weight: normal;
	line-height: 22px;
}
.vc {
	color: #7E0059;
	font-weight: bold;
	text-transform: uppercase;
}
h3 {
	color: #7E0059;
	font-size: 16px;
	font-weight: normal;
	line-height: 22px;
}
/* Sets the style for unvisited links. */
a,  a:link {
	color: #7E0059;
	font-weight: normal;
	text-decoration: none;
}
/* Sets the style for visited links. */
a:visited {
	color: #7E0059;
	font-weight: bold;
	text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
  color: #2FA563;
  text-decoration: none;
}
/* Sets the style for a link that has focus. */
a:focus {
  color: #2FA563;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
  color: #2FA563;
}
/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#outerWrapper {

  background:  #FAFBF8 -moz-linear-gradient(center bottom, #FAFBF8 0%,#ffffff 88%);
	background: #FAFBF8 -webkit-gradient(linear, left bottom, left top, color-stop(0, #FAFBF8),color-stop(0.88, #ffffff));
  margin: 0 auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  text-align: left; /* Redefines the text alignment defined by the body element. */
  width: 1000px;
-webkit-box-shadow:  0px 2px 6px 1px #999;

        box-shadow:  0px 2px 6px 1px #999;
		-webkit-border-radius: 0px 0px 2px 2px;
        border-radius: 0px 0px 2px 2px;

}
#contentWrapper   {
	background-color:#FAFBF8;
	background: -moz-linear-gradient(center bottom, #FAFBF8 0%,#ffffff 100%);
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #FAFBF8),color-stop(1, #ffffff));
	padding-top: 400px;
}
.ie7 #contentWrapper   {
	background-color:#FAFBF8;
	height:580px;
}
#header  {
	background-color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	height: 190px;
	line-height: 15px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
}
#header .logo {
	height: 180px;
	width: 250px;
	float: left;
}
#header .logo a {
	text-indent: -9999px;
	display: block;
	height: 180px;
	width: 250px;
}
#header .topRight {
	height: 170px;
	width: 400px;
	float: right;
	text-align: right;
	padding-top: 15px;
	padding-right: 15px;
	color: #7E0059;
	font-family: 'Mako', sans-serif;
	font-weight:normal;
}
#header .topRight p {
	line-height: 22px;
}
#header .topRight .redesTop {
	color: #666;
	font-size: 14px;
}
#header .topRight .topMenu {
	margin: 0 0 -10px;
	padding: 0px;
	list-style-type: none;
	height: 20px;
}
#header .topRight .topMenu li {
	display: block;
	float: right;
	margin: 0 0 0 10px;
	font-size: 16px;
	font-weight: normal;
	line-height: 20px;
}
#header .topRight .topMenu li a {
	font-weight: normal;
}
#header .topRight .redesTop {
	margin: -10px 0 0 0;
	padding: 0px;
	height: 25px;
	line-height: 25px;
	text-align: left;
	list-style-type: none;
}
#header .topRight .redesTop li {
	height: 25px;
	width: 25px;
	display: block;
	float: right;
	margin: 5px;
}
#header .topRight .redesTop .tw a {
	background-image: url(../images/twitter.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 25px;
	width: 25px;
}
#header .topRight .redesTop .fb a {
	background-image: url(../images/Facebook.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 25px;
	width: 25px;
}
#header .topRight .redesTop .sigue {
	width: 90px;
}
#topNavigation  {
	font-family: 'Dosis', sans-serif;
	height: 40px;
	background-image: url(../images/topMenu.png);
	background-repeat: repeat;
	color: #FFF;
	text-align: center;
	font-size: 18px;
	position: relative;
	z-index: 50;
}
#topNavigation ul {
	margin: 0px auto;
	padding: 0 0 0 0px;
	list-style-type: none;
}
#topNavigation ul li {
	float: left;
	line-height: 40px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FCFEFB;
}
#topNavigation ul li a {
	font-weight: normal !important;
	color: #FFF;
	display: block;
	height:40px;
	padding: 0 16px;
}
#topNavigation ul li a:hover {
	color: #7F0059;
	background-color: #EDEDED !important;
}
#topNavigation ul .last {
	border: none !important;
}
#leftColumn1   {
	float: left;
	padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 320px;
}
#leftColumn1 h2   {
	text-align: center;
	background-image: url(../images/barra1.jpg);
	background-repeat: repeat-x;
	line-height: 25px;
	margin-top: -10px;
	margin-right: -7px;
	margin-left: -10px;
	padding: 10px 0;
	z-index: -5;
}
#leftColumn1 .art_Index {
	font-size: 12px;
	line-height: 14px;
	height: 130px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E9E9DF;
}
#leftColumn1 .art_Index img {
	border: 3px solid #7E0059;
	float: left;
	margin: 0 10px 10px 0;
}
#leftColumn1 .art_Index  img:hover {
	border: 3px solid #009448;
}
#rightColumn1   {
	float: right;
	padding: 10px 10px 10px 15px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 315px;
	margin: 0px 0 20px 0;
}
#rightColumn1 h2   {
	text-align: center;
	background-image: url(../images/barra1.jpg);
	background-repeat: repeat-x;
	line-height: 25px;
	margin-top: -10px;
	margin-right: -10px;
	margin-left: -12px;
	padding: 10px 0;
	z-index: -5;
}
#rightColumn1 .video {
	margin: 20px 20px 10px 20px;
}
#rightColumn1 .linkright a{
	text-align: right !important;
	margin-bottom: 10px !important;
	font-size: 12px;
	padding: 0 0 10px 240px;
}
#rightColumn1 .img_eventos {
	float: left;
	margin: 10px 10px 10px 0;
}
#rightColumn2  {
	float: right;
	padding: 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 250px;

	margin: -100px 0 20px 0;
	height:350px;
}
#rightColumn2 h2 {
	text-align: center;
	line-height: 25px;
	background-color: #FAFBF8;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	z-index: 10;
}
#content h2 {
	line-height: 28px;
}
#rightColumn2 .servicios_menu ul {
	background-color: #e0c8d8;
		background: -moz-linear-gradient(center top, #ede2e8 0%,#e0c8d8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ede2e8),color-stop(1, #e0c8d8));
	-webkit-box-shadow:  0px 2px 6px 1px #999;
	box-shadow:  0px 2px 6px 1px #999;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-family: 'Mako', sans-serif;
	font-size: 14px;
}
#rightColumn2 .servicios_menu ul li{
	display: block;
	height: 45px;
	text-align: center;
	line-height: 45px;
	background-image: url(../images/separador.jpg);
	background-repeat: no-repeat;
	background-position: -20px 0;
	list-style-type: none;
}
#rightColumn2 .servicios_menu ul li a, #rightColumn2 .servicios_menu ul li a:visited{
	font-weight: normal;
	color: #009448;
}
#rightColumn2 .servicios_menu ul li a:hover,  #rightColumn2 .servicios_menu ul li a:hover  {
	font-weight: normal;
	color: #7E0059 !important;
}
#rightColumn2 .servicios_menu ul .first {
	background: none !important;
}
#rightColumn2 .contacto {

	margin: 40px 0 20px 0;
	-webkit-box-shadow:  0px 2px 6px 1px #999;
	box-shadow:  0px 2px 6px 1px #999;

}
.ie7 #rightColumn2 .contacto{
		border: 1px solid #EAEAE1;
	background-color: #EAEAE1;}
.ie8 #rightColumn2 .contacto{
		border: 1px solid #EAEAE1;
	background-color: #EAEAE1;}

.listagral {
	margin: 0px;
	padding: 0px 0 0 30px;
}
.listagral li {
	padding: 10px 0;
	list-style-image: url(../images/bullet.png);
}
.lista2 {
	margin: 0px;
	padding: 0 0 0 25px;
}
.lista2 li {
	padding: 5px 10px;
	list-style-image: url(../images/bullet.png);
}
/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#centerCol   {
	background-color: #e0c8d8;
	margin: 0 340px 20px 340px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0px 0px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	-webkit-box-shadow:  0px 2px 6px 1px #999;
	box-shadow:  0px 2px 6px 1px #999;
			background: -moz-linear-gradient(center top, #ede2e8 0%,#e0c8d8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ede2e8),color-stop(1, #e0c8d8));

	/*background: -moz-linear-gradient(center top, #e0c8d8 0%,#AF6499 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e0c8d8),color-stop(1, #AF6499));*/

}
#centerCol h2 {
	text-align: center;
	line-height: 25px;
	background-color: #FAFBF8;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	z-index: 10;
}

#centerCol .servicios_menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-family: 'Mako', sans-serif;
	font-size: 18px;
}
#centerCol .servicios_menu ul li{
	display: block;
	height: 70px;
	text-align: center;
	line-height: 70px;
	background-image: url(../images/separador.jpg);
	background-repeat: no-repeat;

}
#centerCol .servicios_menu ul li a, #centerCol .servicios_menu ul li a:visited{
	font-weight: normal;
	color: #009448 !important;
}
#centerCol .servicios_menu ul li a:hover,   #centerCol .servicios_menu ul li a:active  {
	font-weight: normal;
	color: #7E0059 !important;
}
#centerCol .servicios_menu ul .first {
	background: none !important;
}
#content  {
	margin: -100px 280px 40px 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 20px 0 40px 20px;
	width: 700px;
}
#content p  {
	text-align: justify;
}
article  {
	margin: 10px -5px 5px -10px;
	display: block;
	min-height: 120px;
	padding: 10px;
	font-size: 12px;
	line-height: 14px;
}
article:hover {
	background-image: url(../images/over_article.jpg);
	background-repeat: repeat-y;
}
article h3    {
	color: #7E0059;
	font-size: 16px;
	font-weight: normal;
	line-height: 22px;
	margin-bottom: -5px;
}
/* Using floated elements and a clear float class is a common method to accomplish multiple column tableless layouts. If floated elements are used without being cleared the elements following will wrap around the floated element. This class should be applied to an element after the last floated element and before the close of the container with floated elements. */
#outerWrapper #contentWrapper .clearFloat {
  clear: both;
  display: block;
}
#slider  {
	height: 440px;
	background-repeat: no-repeat;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #7E0059;
	margin-top: -440px;
	position: absolute;
	width: 1000px;
	list-style-type: none;
}

#slider a  {
	border:none;
	}

.imageTop  {
	height: 340px;
	margin-top: -440px;
	position: absolute;
	width: 1000px;
	list-style-type: none;
	margin-bottom: -100px;
	background-repeat: no-repeat;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #7E0059;
}
.imageTop h1  {
	line-height: 50px;
	color: #790059;
	height: 50px;
	width: 500px;
	padding-left: 20px;
	background-repeat: repeat-y;
	position: absolute;
	bottom: 0px;
	text-indent: -9999px;
}
.imageTop.padres {
	background-image: url(../images/AS-interior06.jpg);
	background-repeat: no-repeat;
}
.imageTop.gral {
	background-image: url(../images/interior-gral.jpg);
	background-repeat: no-repeat;
}
.imageTop.conferencia {
	background-image: url(../images/AS-interior08.jpg);
	background-repeat: no-repeat;
}
.imageTop.ninos {
	background-image: url(../images/AS-interior01.jpg);
	background-repeat: no-repeat;
}
.imageTop.terapiaonline {
	background-image: url(../images/terapia-online.jpg);
	background-repeat: no-repeat;
}
.imageTop.adultos {
	background-image: url(../images/AS-interior05.jpg);
	background-repeat: no-repeat;
}
.imageTop.parejas {
	background-image: url(../images/AS-interior03.jpg);
	background-repeat: no-repeat;
	background-position: 0 10px;
}
.imageTop.adolesce {
	background-image: url(../images/AS-interior04.jpg);
	background-repeat: no-repeat;
}
.imageTop.especial {
	background-image: url(../images/padres1-interior.jpg);
	background-repeat: no-repeat;
}
.imageTop.nombreylogo {
	background-image: url(../images/AS-interior00.jpg);
	background-repeat: no-repeat;
}
.imageTop.especialistas {
	background-image: url(../images/interior_especialistas.jpg);
	background-repeat: no-repeat;
}
.imageTop.especialistaDP {
	background-image: url(../images/interior_DaliaPadilla.jpg);
	background-repeat: no-repeat;
}
.imageTop.especialistaGR {
	background-image: url(../images/interior_GabrielaReza.jpg);
	background-repeat: no-repeat;
}
.imageTop.especialistaAD {
	background-image: url(../images/int_AlejandraDiaz.jpg);
	background-repeat: no-repeat;
}
.imageTop.especialistaFU {
	background-image: url(../images/interior_FelipeUribe.jpg);
	background-repeat: no-repeat;
}
.imageTop.especialistaLG {
	background-image: url(../images/interior_LarizaGarcia.jpg);
	background-repeat: no-repeat;
}
.imageTop.especialistaZG {
	background-image: url(../images/interior_ZyanyaGarcia.jpg);
	background-repeat: no-repeat;
}
#content .art_right {
	float: right;
	margin: 20px 0 20px 20px;
	-webkit-box-shadow:  0px 2px 6px 1px #999;
	box-shadow:  0px 2px 6px 1px #999;
}
#content .art_left {
	float: left;
	margin: 20px 20px 20px 0;
	-webkit-box-shadow:  0px 2px 6px 1px #999;
	box-shadow:  0px 2px 6px 1px #999;
}
#footer  {
	padding: 20px 0px 20px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	margin: 35px auto 10px auto;
	width: 1000px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #7E0059;
}
#footer .redesFooter {
	margin: -10px 0 0 0;
	padding: 0px;
	height: 25px;
	line-height: 25px;
	text-align: left;
	list-style-type: none;
	font-family: 'Mako', sans-serif;
	color: #666;
}
#footer .redesFooter li {
	height: 25px;
	width: 25px;
	display: block;
	float: right;
	margin: 5px;
}
#footer .redesFooter .tw a {
	background-image: url(../images/twitter.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 25px;
	width: 25px;
}
#footer .redesFooter .fb a {
	background-image: url(../images/Facebook.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 25px;
	width: 25px;
}
#footer .redesFooter .sigue {
	width: 90px;
}
.menuFooter {
	margin: 0px 0 30px 0;
	padding: 0px;
	float: left;
	height: 30px;
	width: 800px;
}
.menuFooter li {
	float: left;
	list-style-type: none;
	margin-left: 0px;
	margin-right: 10px;
}
.menuFooter li a {
	font-weight: normal;
	color: #009448;
	font-size: 14px;
	font-family: 'Mako', sans-serif;
}
.menuFooter li a:hover {
	color: #7E0059;
}
#footer .legal {
	width: 1000px;
	clear: both;
	margin: 0 auto;
	font-size: 14px;
	color: #666;
	line-height: 14px;
	height: 30px;
}
#rightColumn2 .contacto p {

font-size: 10px !important;
	line-height: 14px;

	padding-left: 10px;
	padding-right: 10px;
}
#content blockquote {
	font-style: italic;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	padding: 10px 15px;
	color: #333;
	border-right-width: 2px;
	border-left-width: 3px;
	border-right-color: #7E0059;
	border-left-color: #7E0059;
	margin: 20px;
	background-color: #FFF;
	-webkit-box-shadow: inset 0px -1px 5px 0px #999;
	box-shadow: inset 0px -1px 5px 0px #999;
	-webkit-border-radius: 2px 2px 4px 4px;
        border-radius: 2px 2px 4px 4px;
}
.fotocentro {
	margin-left: 20%;
	margin-top: 10px;
	margin-bottom: 10px;
	-webkit-box-shadow:  0px 2px 6px 1px #999;
	box-shadow:  0px 2px 6px 1px #999;
}
.fototexto {
	margin-left: 0%;
	margin-top: 10px;
	margin-bottom: 10px;
	-webkit-box-shadow:  0px 2px 6px 1px #999;
	box-shadow:  0px 2px 6px 1px #999;
	margin: 20px;
}
.fotoright {
	margin-left: 20px;
	margin-bottom: 40px;
	-webkit-box-shadow:  0px 2px 6px 1px #999;
	box-shadow:  0px 2px 6px 1px #999;
	float: right;
}
.fotoleft {
	margin-bottom: 40px;
	-webkit-box-shadow:  0px 2px 6px 1px #999;
	box-shadow:  0px 2px 6px 1px #999;
	float: left;
	margin-right: 20px;
}
#content .especialistas {
	font-size: 12px;
	text-align: left !important;
	line-height: 18px;
}
#content .especialistas tr td h3 a , #content .especialistas tr td h3 a:visited{
	color: #7E0059;
	font-weight: normal;
}
#content .especialistas tr td {
	padding: 10px 0 10px 15px;
	width: 42%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7E0059;
}
#content .especialistas tr td img {
	border: 3px solid #7E0059;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 15px;
	text-align: left !important;
}
#content .especialistas tr td p {
	text-align: left;
	padding: 0;
	margin: 10px 0;
}
#content .fuente {
	font-size: 10px;
	font-style: italic;
}
#content .separador {
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #EAEAE0;
	background: none;
	margin: 10px 0;
	height: 20px;
}
#content .especialidades {
	font-size: 14px;
	text-align: left !important;
	line-height: 18px;
	color: #333;
	border-right-width: 2px;
	border-left-width: 3px;
	border-right-color: #7E0059;
	border-left-color: #7E0059;
	margin: 20px;
	background-color: #FFF;
	-webkit-box-shadow: inset 0px -1px 5px 0px #999;
	box-shadow: inset 0px -1px 5px 0px #999;
	-webkit-border-radius: 2px 2px 4px 4px;
        border-radius: 2px 2px 4px 4px;
}
#content .especialidades tr td {
	padding: 10px;
	width: 30%;

}
.shareTop  {
	float: right !important;
	width: 150px;
	margin: 0px 0 20px 20px;
	height: 30px;
	display: block;
	position: relative;
	top: 0px;
}

#content .share {
	font-style: italic;
	color: #790059;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #790059;
	margin-top: 40px;
}
#content .share div {
	float: right;
	width: 400px;
}

.white {
	color: #fefefe !important;
}
.gray {
	color: #CACBCA !important;
}
#outerWrapper #contentWrapper #content p a {
	text-decoration: underline;
}
#content .listagral li a {
	text-decoration: underline;
}
