/* =============================================================================
   HTML5 Boilerplate CSS: h5bp.com/css
   ========================================================================== */
@font-face {
    font-family: 'TitilliumText22LRegular';
    src: url('/Productos/Paginas/Fertilidad/fonts/TitilliumText22L003-webfont.eot');
    src: url('/Productos/Paginas/Fertilidad/fonts/TitilliumText22L003-webfont.eot?#iefix') format('embedded-opentype'),
         url('/Productos/Paginas/Fertilidad/fonts/TitilliumText22L003-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'TitilliumText22LMedium';
    src: url('/Productos/Paginas/Fertilidad/fonts/TitilliumText22L004-webfont.eot');
    src: url('/Productos/Paginas/Fertilidad/fonts/TitilliumText22L004-webfont.eot?#iefix') format('embedded-opentype'),
         url('/Productos/Paginas/Fertilidad/fonts/TitilliumText22L004-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'TitilliumText22LBold';
  src: url('/Productos/Paginas/Fertilidad/fonts/TitilliumText22L005-webfont.eot');
  src: url('/Productos/Paginas/Fertilidad/fonts/TitilliumText22L005-webfont.eot?#iefix') format('embedded-opentype'),
  url('/Productos/Paginas/Fertilidad/fonts/TitilliumText22L005-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
   
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }
::-moz-selection { background: #30afe5; color: #fff; text-shadow: none; }
::selection { background: #30afe5; color: #fff; text-shadow: none; }
a { color: #03acdc; text-decoration: none;}
a:visited { color: #6296ad; }
a:hover { color: #06e; text-decoration: underline;}
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }
h1{
    font-family: TitilliumText22LMedium;
	margin: 0 0 10px 0;
	font-size: 2em;
}
h2{
    font-family: TitilliumText22LRegular;
	border-bottom: 3px solid #238fbd;
	padding: 0 0 5px 0;
	margin: 0;
	font-size: 1.7em;
	color: #353535;
}
h3{
	color: #238fbd;
	font-style: italic;
	font-size: 1.6em;
}
h4{
	color: #9fb91c;
	text-align: right;
	margin: 10px 0 0 0;
	font-size: 1.3em;
}
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
ul{margin: 0;}
li{margin: 0;}
p{ text-align: justify;}
.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }
/* ===== Primary Styles ========================================================
   Author:
   ========================================================================== */
#fertility_general{
	width: 960px;
	margin: 0 auto;
	padding: 0;
	font-size: 1.2em;
}
#fertility_menu_back{
	height: 30px;
	width: 100%;
	background: #0e8ad4;
}
#fertility_menu{
	float: left;
	background: #0e8ad4;
}
#fertility_menu ul{
	position: relative;
	margin: 0;
	padding: 0;
	font-family: TitilliumText22LBold, arial, sans-serif;
}
#fertility_menu ul li{
	position: relative;
	display: inline;
	float: left;
	line-height: 30px;
	border-right: 1px solid #06659e;
	border-left: 1px solid #25a1eb;
}
#fertility_menu ul li#first{
	border-left: none;
}
#fertility_menu ul li#last{
	width: 0px;
	border-right: none;
}
#fertility_menu ul li#last a{
	display: none;
}
#fertility_menu ul li a{
	color: #ffffff;
	display: block;
	line-height: 30px;
	text-decoration: none;
	padding: 0 10px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#fertility_menu ul li a:hover{
	color: #ffffff;
	background: #0071b5;
}
#fertility_menu ul li a.actif{
	color: #ffffff;
	background: #0071b5;
}
#fertility_menu ul li a.actif:hover{
	color: #ffffff;
	background: #0071b5;
}
#fertility_menu ul li:hover ul{
	display: inline;
}
#fertility_menu ul li ul{
	margin: 0 0 0 -1px;
	position: absolute;
	display: none;
	float: left;
	background: #0e8ad4;
	width: auto;
}
#fertility_menu ul li ul li{
	width: 250px;
	border-right: none;
	border-left: 1px solid #06659e;
	border-top: 1px solid #25a1eb;
	border-bottom: 1px solid #06659e;
}
#fertility_menu ul li ul li#first{
	width: 250px;
	border-right: none;
	border-left: none;
	border-top: 1px solid #25a1eb;
	border-bottom: 1px solid #06659e;
}
#fertility_menu ul li ul li a{
	line-height: 25px;
}
#headline{
	margin: 10px 0 0 0;
	padding: 0;
}
#content{
	float: left;
	width: 648px;
	margin: 10px 0 0 0;
}
#content p{
	margin: 0 0 0 0;
}
#content img{
	max-width: 648px;
}
#sidebar{
	float: right;
	width: 275px;
	margin: 10px 0 0 0;
}
#sidebar img{
	max-width: 275px;
}
#sidebar h3{
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 1.0em;
}
li.news_tab{
	margin: 0 0 10px -40px;
	padding: 10px;
	font-size: 0.9em;
	list-style-type: none;
	cursor: pointer;
	background: #f8f8f8;
	border: 1px solid #e4e4e4;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-border-radius: 5px;
    border-radius: 5px;
}
li.news_tab:hover{
	background: #f4f4f4;
	border: 1px solid #dadada;
}
ul.news{
	display: none;
	margin: 10px 0 0 0;
}
ul.news li{
	list-style-type: none;
	margin: 10px 0 10px -20px;
}
ul.news li p{
	list-style-type: none;
	margin: 10px 0 10px -20px;
}
ul.news li h3{
	margin: 30px 0 0 0;
}
.note{
	font-size: 0.75em;
	color: #383838;
	font-style: italic;
	line-height: 14pt;
}
.left{
	float: left;
}
img.left{
	padding: 0 10px 0 0;
}
.right{
	padding: 0 0 0 10px;
	float: right;
}
/* =============================================================================
   Media Queries
   ========================================================================== */
@media only screen and (min-width: 35em) {
	/* Style adjustments for viewports that meet the condition */
}
/* =============================================================================
   Non-Semantic Helper Classes
   ========================================================================== */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }
.clear{ clear: both; }
.center{ text-align: center; }
/* =============================================================================
   Print Styles
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}