/* VERDE LIGHT = #ABF2D6 */
/* VERDE STRONG = #7bebbf */
body {
  width: 100%;
  display: inline-block;
  /* fallback */
  background-color: #e8e8e9;
  background-image: 
  background-repeat: repeat-x;
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#e8e8e9));
  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(top, #ffffff, #e8e8e9);
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #ffffff, #e8e8e9);
  /* IE 10 */
  background: -ms-linear-gradient(top, #ffffff, #e8e8e9);
  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #ffffff, #e8e8e9);
  
  font-family: "Lucida Sans Unicode", "Lucida Grande";
  font-size: 13px;
  margin:20px;
}

a { text-decoration:none; color:#000/*; font-weight: bold*/; }
a:hover { text-decoration:underline; }
p { font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif; font-size: 13px; line-height: 16px; margin-bottom: 16px; }
p:last-child { margin-bottom: 0!important; }
strong  { font-weight: bold!important; }
/* Classes comunes */
.strong { font-weight: bold!important; }
.left { float: left!important; margin-bottom: 40px; }
.right { float: right!important; margin-bottom: 40px; }
.transparent { background: transparent!important }
.white { background: #fff!important; }
.green { background: #ABF2D6!important; font-family: Georgia!important; font-size: 21px!important; font-style: italic!important; line-height: 30px; }
.wrap { padding: 40px!important;  }
.full-width { width: 1180px!important; }
.full-width ul li h4 { width: 1120px!important; }
.one-third { width:378px; display: inline-block;}
.one-fourth { width:220px; display: inline-block; min-height:100px; padding:15px;}
.two-third { width:777px; }
.left-sidebar { float: left!important; }
.right-sidebar { float: right!important; }
.caption { float:left; color: #60574E; font-size: 13px!important; line-height: 16px; font-style: italic; }
.imgEquipo { float:left; color: #60574E; font-size: 12px!important; line-height: 16px; font-style: italic; width:214px; margin:0px 30px 30px 0px; }
.listaNoticias li { width:393px; }
.listaNoticias a { width:318px; display: block; padding: 20px; background-color:#FFF; min-height:75px; font-weight:normal; line-height:17px;}
.listaNoticias li a:hover {background-color:#ABF2D6}
.listaNoticias h1 { font-family: Georgia!important; font-size: 15px!important; font-style: italic!important; line-height: 20px; }
.listaNoticias h2 { font-weight:bold;}

#contenedor-pie {
width: 100%;
background: #CCC;
position: relative;
bottom: 0;
bottom: -1px;
height: 40px;
}


.content {
	width: 1180px;
	margin: 0 auto;
	position: relative;
}
.read-more a {
  color: #7bebbf;
  padding-left: 15px;
  background: url(http://www.drpaloma.com/img/green-arrow.png) left center no-repeat;
}
.read-more a:hover {
  text-decoration: underline;
}

/* HEADER */
#header {
  display: block;
  margin-top: 40px;
}
#header_wrap {
  width: 1180px;
  padding: 0 50px;
  margin: 0 auto;
  height: 110px;
}
#header-top-1 { float: left; width: 520px; }
#header-top-2 {
	float: left;
	width: 250px;
}
#header-top-3 { float: left; width: 220px; }
#social {
	float: right;
	width: 310px;
	margin-top: 80px;
	height: 100%;
	text-align: left;
}
#lang { float:right; width: 960px; height:15px; margin-bottom:10px; margin-top:-20px }

#title {
  width: 520px;
}

.menuSup
{
  float: left;
  margin: 10px 0 0px ;
  width: 100%;  
  z-index:999999;
}
  
  .menuSup li
  {
      z-index: 9999;
      float: left;
      display: inline;
      min-width:110px;
      padding-bottom: 5px;
      margin-right: 10px;
      border-bottom: 5px solid #145479;                
  }  
 
 .menuSup li a:hover, .menuSup li a.selected
  {
      color: #145479;
  }
    
 .menusup2 
  {
 
   width: 200px;      
  }   

 .menusup2 li a
 {
  font-weight: normal;
  text-decoration: none;      
 }
 
 .menusup2 li a:hover
 {
     background: #145479;
     color: #FFF;
 }
 
 .menusup2 li
 {
    padding-left: 25px;  
    padding-top: 5px;  
	display: inline;	
	 z-index: 9999;
	height:100%;
	font-weight: normal;	
    border-bottom: 0px solid  #145479;
	overflow: hidden;	
 }
 
ul#menu1 {
  float: left;
  margin: 10px 0;
  width: 520px;
}
ul#menu1 li {
  float: left;
 display: inline;
  width: 240px;
  padding-bottom: 5px;
  margin-right: 20px;
  border-bottom: 5px solid #145479;
}
ul#menu1 li a {
  text-decoration: none;
}
ul#menu1 li a:hover, ul#menu1 li a.selected {
	color: #145479;
}
ul#menu2 li a, ul#menu3 li a {
  font-weight: normal;
  text-decoration: none;
}
ul#menu2, ul#menu3 {
	float: left;
	width: 400px;
}
ul#menu2 li, ul#menu3 li {
	float: left;
	display: inline;
	width: 200px;
	height: 35px;
	font-weight: normal;
	margin-right: 20px;
	border-bottom: 1px solid  #145479;
	overflow: hidden;
}
ul#menu2 li a, ul#menu3 li a{
  float: left;
  display: inline;
  padding: 6.6px 0;
  height:100%!important;
  width: 200px!important;

}
ul#menu2 li:hover, ul#menu3 li:hover, ul#menu2 li.selected, ul#menu3 li.selected {
  background: #145479;
 
}
ul#menu2 li a:hover, ul#menu3 li a:hover, ul#menu2 li a.selected, ul#menu3 li a.selected {
	color: #FFF;
	width: 200px!important;
	padding-left: 15px;
	font-size: 11px;
	color: #FFF;
	background: #145479 url(http://www.drpaloma.com/img/sep-grey.png) 5px 8px no-repeat;
}


#lang li {
	color:#ccc;
  float: right;
 	display: inline;
	margin: 0px 5px 0 0;
  cursor: pointer;
}
#lang li a {
	text-decoration:none;
	font-weight: normal;
}
#lang li a:hover, #lang li a.active {
  color: #7bebbf!important;
}

ul.submenu {
	position: absolute;
	float: left;
	top: 135px;
	background: #fff;
	z-index: 999;
	overflow: hidden!important;
	display: none;
	left: 40px;
}
ul.submenu a {
  font-weight: normal;
  text-decoration: none;
}
ul.submenu li {
  font-weight: normal;
  margin-bottom: 12px;
  padding-left: 15px;
  /*background: url(http://www.drpaloma.com/img/sep-green.png) 0 3px no-repeat;*/
}
ul.submenu li a:hover, ul.submenu li a.selected {
  color: #145479;
}
ul.submenu li ul {
  margin-top: 10px;
}
ul#submenu1 {
  width: 230px;
  padding: 15px 15px 5px 15px;
}
ul#submenu2 {
  width: 240px;
  margin-left: 260px;
  padding: 15px 15px 5px 15px;
}
ul#subsubmenu {
  position: absolute;
  float: left;
  width: 150px;
  padding: 15px 15px 5px 15px;
  top: 241px;
	margin-left: 220px;
  z-index: 999;
  background: url(http://www.drpaloma.com/img/bg.png);
  overflow: hidden!important;
}
#blog-box {
	position: relative;
	float: right;
	top:10px;
	right: -20%;
	width: 200px;
	height: 39px;
	background: #145479;
	background: 0 0 no-repeat;
	z-index: 999;
}
#blog-box a {
  float: left;
  width: 170px;
  height: 8px;
  padding: 15px 7px;
  margin-left: 7px;
  font-weight: bold;
  text-align: center;
}
#blog-box a:hover {
  text-decoration: underline;
}

/* MAIN */
#main {
  display: block;
}
#main_wrap {
	width: 1180px;
	margin: 0 auto;
	padding: 0 0px;
}
#home-slider, #main-content-foto {
  float: left;
  width: 1180px;
  height: 448px;
  margin-bottom: 30px;
  margin-top: -30px;
  overflow: hidden;
}
#main-content-foto {
  height: 400px;
  position:relative;
}
#main-content-foto img {
	position:relative;
	z-index:3;
}
.txt-main-content-foto {
	position:absolute;
	z-index:23;
	font-size:24px;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:30px;
	display:block;
	top:168px;
	left:363px;
	width:230px;
	background-image:url(../../img/rayasTitulos.png);
	background-repeat:no-repeat;
	background-position:0px 30px;
	font-weight:200;
	min-height:70px;
	color: #FFF;
}
.more-right {
	left:470px;
}
.more-right-medicina {
	left:550px;
}
.slider-wrapper {
 	width: 1180px; 
  height: 448px;
	margin: 0 auto;
}
#main-content {
  float: left;
  width: 1180px;
}

/* HOME */
#main-content-home-1 {
	float: left;
	width: 300px;
	height: 720px;
	text-align: center;
}
#main-content-home-2 {
	float: left;
	width: 540px;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 20px;
}
#main-content-home-3 {
	float: left;
	width: 300px;
	height: 670px;
	text-align: center;
	background: #fff;
}
#main-content-home-junto {
	float: left;
	width: 860px;
	height: 720px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 20px;
	text-align: center;
	background: #fff;
}
#home-contact {
  float: left;
	width: 300px;
  height: 615px;
}
#home-contact-top {
  float: left;
	width: 300px;
  height: 12px;
	/*background: url(http://www.drpaloma.com/img/contact-box-top.png) top center no-repeat;*/
}
#home-contact-middle {
  float: left;
	width: 300px;
  height: 691px;
  background: #145479;
  color:#FFF;
}
#home-contact-bottom {
  float: left;
	width: 300px;
  height: 12px;
	/*background: url(http://www.drpaloma.com/img/contact-box-bottom.png) top center no-repeat;*/
}
#home-contact h2 {
  font-family: Georgia;
  font-weight: normal;
  font-size: 24px;
  margin-top: 10px;
  color:#FFF;
}
#home-contact p {
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-size: 11px;
  margin-top: 10px;
  margin-bottom: 0px;
  padding: 0!important;
  margin-bottom: 0px!important;
}
.ru #home-contact p {
  font-size: 9px!important;
}
#home-contact form#form-visita {
  float: left;
  width: 300px;
	padding: 3px 0;
  margin: 0 auto;
  font-family:"Lucida Sans Unicode", "Lucida Grande";
  font-size: 11px;
}
#home-contact label {
  float: left;
  width: 300px;
	padding: 8px 0 5px 22px;
  text-align: left;
  font-weight: bold;
  font-size: 11px;
}
#home-contact input, #home-contact select, #home-contact textarea {
  display: block;
  margin: 5px 22px 5px 22px;
  width: 250px;
  height: 20px;
  border: none;
  background: #fff;
  color: #145479;
  padding-left: 5px;
}
.ru #home-contact textarea {
  height: 50px;
}
#home-contact select {
	margin: 1px 0px;
	width: 276px;
	height: 20px;
	border: none;
	overflow: hidden;
  background: transparent;
}
.styled-select {
	margin: 5px 22px 5px 22px;
	width: 256px;
	height: 20px;
	border: none;
	overflow: hidden!important;
	background: white url(http://www.drpaloma.com/img/select.png) no-repeat  240px 8px;
}

#home-contact textarea {
  height: 70px;
  resize: none;
}
#home-contact input#visita-submit {
  float: right;
	margin-top: 3px;
  margin-right: 23px;
	width: 60px;
	height: 19px;
	border: none;
	color: transparent;
  cursor: pointer;
  z-index: 999!important;
  background: url(http://www.drpaloma.com/img/enviar.png) 0 0 no-repeat;
}
.en #home-contact input#visita-submit {
  	background: url(http://www.drpaloma.com/img/send.png) 0 0 no-repeat;
}
.ru #home-contact input#visita-submit {
	width: 83px;
  	background: url(http://www.drpaloma.com/img/send-ru.png) 0 0 no-repeat;
}

#home-enews {
  float: left;
	width: 300px;
  height: 225px;
  margin-top: 20px;
  background: #fff; 
}
#home-enews h2 {
  float: left;
	padding: 15px 60px 10px 60px;
  font-family: Georgia;
  font-size: 24px;
}
.ru #home-enews h2 {
  padding: 15px 30px 10px 30px;
}
#home-enews h3 {
  float: left;
	padding: 10px 60px 0 60px;
  font-family: Georgia;
  font-size: 17px;
}
#home-enews .sep-post {
  float: left;
  width: 300px;
  height: 12px;
  background: url(http://www.drpaloma.com/img/sep-post.png) center center no-repeat;
}
#home-enews form#enews {
  float: left;
  width: 300px;
	padding: 20px 0;
  margin: 0 auto;
  font-family:"Lucida Sans Unicode", "Lucida Grande";
  font-size: 11px;
}
#home-enews input#enews-email {
  display: block;
  margin: 0 15px 10px 15px;
  width: 239px;
  height: 20px;
  border: none;
  background: #145479;
  padding-left: 5px;
}
#home-enews label {
  padding-left: 5px;
}
#home-enews input#enews-submit {
  float: right;
	margin-top: -32px;
  margin-right: 15px;
	width: 26px;
	height: 22px;
	border: none;
	color: transparent;
  cursor: pointer;
  z-index: 999!important;
  background: url(http://www.drpaloma.com/img/ok.png) 0 0 no-repeat;
}
label {
    display: inline;
}
.regular-checkbox {
    display: none;
}
.regular-checkbox + label {
    -webkit-appearance: none;
    background-color: #145479;
    border: 1px solid #414141;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
    padding: 7px 9px;
    border-radius: 50px;
    display: inline-block;
    position: relative;
}
.regular-checkbox:checked + label:after {
    content: ' ';
    width: 8px;
    height: 8px;
    border-radius: 100px;
    position: absolute;
    top: 3px;
    background: #333;
    box-shadow: inset 0px 0px 10px rgba(0,0,0,0.3);
    text-shadow: 0px;
    left: 3px;
    font-size: 32px;
}
.regular-checkbox:checked + label {
    background-color: #e9ecee;
    color:  #FFF;
    border: 1px solid #414141;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1), inset 0px 0px 10px rgba(0,0,0,0.1);
}
.regular-checkbox + label:active, .regular-checkbox:checked + label:active {
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}
#acepto-text {
  float: right;
  margin-top: 3px;
  margin-left: -12px;
  margin-right: 17px;
}
.ru #acepto-text {
  float: right;
  margin-top: 4px;
  margin-left: -28px;
  margin-right: 17px;
  padding-left: 16px;
  font-size: 10px;
}
#acepto-text a {
 font-weight: bold;
}
#acepto-text a:hover {
 text-decoration: underline;
}

#home-about {
	width: 540px;
	height: 720px;
	background: #fff;
}
#home-about .title {
  width: 180px;
  height: 20px;
  margin: 0 auto;
}
#home-about h2 {
  position: absolute;
  width: 180px;
  height: 20px;
  padding-top: 8px;
 	margin: 0 auto;
  background: #145479;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  color:#FFF;
}
#home-about-foto {
  float: left;
  margin-top: -3px;
  margin-left: 20px;
  margin-right: 20px;
}
#home-about-text {
  margin-top: 20px;
  margin-right: 50px;
  
}
#home-about-text p {
  margin-top: 20px;
  line-height: 18px;
}

#home-videos {
  width: 540px;
  height: 340px;
  margin-top: 20px;
  background: #fff;
}
#home-video-embed {
  width: 540px;
  height: 205px;
  margin: 0 auto;
  text-align: center;
  background: #000;
}
#home-video-entry {
  width: 480px;
  height: 100px;
  margin: 10px auto;
}
#home-video-entry h3 {
  font-size: 17px;
  padding-top: 5px;
}
#home-video-entry p {
  padding-top: 10px;
  margin-bottom: 0;

}

#main-content-home-3 h2 {
  width: 130px;
  height: auto;
  padding: 8px 0;
 	margin: 0 auto;
  background: #145479;
  font-weight: bold;
  text-transform: uppercase;
  color:#FFF;
}
#main-content-home-3 ul {
  padding: 20px 80px;
  width:140px;
}
#main-content-home-3 li {
  margin: 7px 0!important;
}
#main-content-home-3 .post-date {
  display: block;
  margin-bottom: 5px;
  font-style: italic;
  font-size: 11px;
}
#main-content-home-3 .post-title {
  display: block;
  font-size: 16px;
  margin: 0;
  padding: 0;
}
#main-content-home-3 .post-sep {
  width: 140px;
  height: 12px;
  margin: 0;
  padding:0;
  background: url(http://www.drpaloma.com/img/sep-post.png) center center no-repeat;
}

/* PÁGINAS INTERIORES */
#main-content p {
  margin: 10px 30px 10px 30px;
  line-height: 1.5em;
}
#home-videos p { margin: 0 }
#main-content-top {
  float: left;
  width: 1180px;
  margin: 10px 0;
  min-height: 240px;
}
#main-content-intro, #main-content-feat {
  min-height: 180px;
  height: 100%;
}
#main-content-intro h2 {
	font-size: 11px;
  padding-bottom: 10px;
}
#main-content-intro h3 {
	font-size: 24px;
  font-family: Georgia;
  text-transform: uppercase;
  padding-bottom: 20px;
}
#main-content-intro p {
	font-size: 13px;
  font-family:"Lucida Sans Unicode", "Lucida Grande";
  line-height: 18px;
  text-align: justify;
  margin: 0 0 20px 0;
  padding: 0;
}
#main-content-intro p:last-child {
	margin-bottom: 0;
}
#main-content li {
  float: left;
  margin-bottom: 30px;
}
#main-content h4 {
  width: auto;
  font-family: Georgia;
  font-size: 21px;
  font-style: italic;
  padding: 5px 30px;
  margin-bottom: 10px;
  background: #ABf2D6;
  line-height: 1.2em;
}
#main-content h5 {
  width: auto;
  font-family: Georgia;
  font-size: 16px;
  font-style: italic;
  padding: 5px;
  margin-bottom: 10px;
  background: #ABf2D6;
  line-height: 1.2em;
}
#main-content h6 {
  width: auto;
  font-family: Georgia;
  font-size: 14px;
  font-style: italic;
  font-weight:bold;
  margin-bottom: 10px;
  line-height: 1.2em;
}
.sidebar ul {
  width: 214px;
  margin: 0 auto;
  padding: 30px 0;
}
.sidebar h4 {
  width: 80px!important;
  height: auto!important;
  font-size: 14px!important;
  padding-top: 8px;
 	margin: 0 auto;
  background: #B4AD9A;
  font-weight: bold;
  text-transform: uppercase;
}
.sidebar ul li {
  float: left;
  width: 214px;
 	margin: 0 auto 20px auto;
}
.sidebar .caption {
  width: 214px;
  margin-top: 5px;
}

/* FOOTER */
#footer 
{
    background-color:#145479;
  width: 96%;
  display: inline-block;
  margin: 0;
  padding: 0;
	border-top: 12px solid #145479;
}
#footer-nav {
	background: #918382;
  height: 30px;
  width: 100%!important;
  margin-top: 5px;
}
#footer-nav ul {
  width: 1180px;
  height: 21px;
  margin: 0 auto;
  padding: 9px 50px 0 50px;
}
#footer-nav ul li {
	display: inline;
  margin-right: 8px;
}
#footer-nav ul li, #footer-nav ul li a {
  color: #fff;
}
#footer-nav ul li a:hover {
  text-decoration: underline;
}
#footer-nav ul li.separator {
	font-weight: bold;
}
.textoBlanco{color:White;}
#footer-content {
  position: relative;
  width: 1180px;
  height: 418px;
  margin: 0 auto;
  padding: 30px 50px 0 50px;
}
#footer-content ul {
  float: left;
  width: 292px;
  margin-bottom: 10px;
  margin-left: 3px;
}
#footer-content ul li {
  font-size: 12px;
  font-weight: bold;
  padding-left: 15px;
  margin-bottom: 20px;
  background: url(http://www.drpaloma.com/img/sep-black.png) 0 2px no-repeat;
}
#footer-content ul li ul {
  float: left;
  margin-left: 3px;
}
#footer-content ul li ul li {
  margin-bottom: 12px;
  background: url(http://www.drpaloma.com/img/sep-grey.png) 0 3px no-repeat;
}
#footer-content ul li ul li a {
  font-weight: normal;
}
#footer-content ul li ul li a:hover, #footer-content ul li ul li a.selected {
  text-decoration: underline;
}
.social li {
  float: left;
  display: inline;
  padding: 0!important;
 	margin: -5px 12px 0 0!important;
  background: none!important;
  cursor: pointer;
}

.formulario {
	margin-bottom:30px;
}
.formulario td {
	padding-bottom:8px;
}
.formulario input {
	border:none;
	background-color:#eef8f4;
	border-bottom:3px solid #abf2d6;
	width:330px;
}
.boto {
	cursor:pointer;
	float:right;
	margin-left:5px;
}
#submenus {
	position:relative;
}

.response_wrapper {
  background: #ABF2D6;
  padding: 20px 20px 20px 20px;
  margin-bottom: 40px;
  border: 20px solid #7bebbf;
}
.response-wrapper {
  background: #ABF2D6;
  margin-top: 40px;
  padding: 20px 20px 30px 20px;
  margin-bottom: 40px;
  border: 20px solid #7bebbf;
}
.response-wrapper h2 {
  padding: 0 20px;
}
#linkCv,#cerrar{cursor:pointer;font-family:Candara, Verdana; font-size:14px;}

.pad50{padding:0 50px;}
.justificado{ text-align:justify;}
.limpio{ clear:both; height:20px;}

#main-content-home-Sinalto {
	float: left;
	width: 860px;
	min-height: 720px;
	height: 100%;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 20px;
	text-align: center;
	background: #fff;
}