html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border:0 none;
	margin:0;
	outline-style:none;
	outline-width:0;
	padding:0;
}

html,body{
	width:100%;
	background:#FFF;
	position: relative;
	min-height: 100%;
}

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

a:hover{ text-decoration:none; }

/*TEXTS*/

.infertility-page-title{
	color: #FFF;
	width: 100%;
	min-height: 30px;
	font-size: 1.5em;
	text-align: center;	
	font-family: "Arial","Helvetica";
}

.infertility-page-subtitle{
	color: #FFF;
	width: 100%;
	min-height: 20px;
	font-size: 1em;
	margin-top: 20px;
	text-align: center;	
	font-style: italic;
	font-family: "Arial","Helvetica";	
}

.infertility-cv-title{
	text-align: center;
	font-size:2.5em;
	color: #333333;
}

.infertility-cv-subtitle{
	text-align: center;
	font-size:1.5em;
	font-style: italic;
	color: #333333;
}

.infertility-home-title{
	font-weight:bold;
	font-size:1.3em;
	color:#4B4A4A;
}

.infertility-home-subtitle{
	font-size:1.3em;
	color:#4B4A4A;
	margin-top:100px;
}

.infertility-home-contact{
	font-size:1.3em;
	color:#4B4A4A;
	margin-top:20px;
}

.infertility-contact-title{
	font-weight:bold;
	font-size:3em;
	color:#4B4A4A;
	text-align:center;
}

.infertility-contact-subtitle{
	width:auto;
	font-size:1.5em;
	color:#4B4A4A;
	text-align:center;
	margin:4px 0px 4px 0px;
}


.infertility-text-content{
	color:#4B4A4A;
}

.infertility-big-text{
	color: #FFFFFF;
	font-size: 1.8em;
	margin:5px 0px;
}

.infertility-small-text{
	color: #FFFFFF;
	font-size: 1.2em;
	margin:5px 0px;
}


/*HALF CONTENTS*/

.infertility-half{
	width:48%;
	padding:1%;
	float:left;
}


.infertility-menu-right{
	width:50%;
	float:right;
}

.infertility-logo-header{
	position:absolute;
	width:200px;
	height:110px;
	right:0px;
	top:0px;
	background-color:#fff;
}

/*IMPUTS*/

.infertility-option-on{
	float:right;
	padding:10px;
	text-align:center;
	margin:12px 0px 0px 6px;
	color:#F6EE08;
}

.infertility-option-off{
	float:right;
	padding:10px;
	text-align:center;
	margin:12px 0px 0px 6px;
	transition:1s all;
	-o-transition:1s all;
	-ms-transition:1s all;
	-moz-transition:1s all;
	-webkit-transition:1s all;
}

.infertility-option-off:hover{
	color:#F6EE08;
}

.infertility-submit{
	font-size: 1em;
	text-align: center;
	width:100px;
	height:50px;
	outline: 0;
	padding:5px;
	color:#FFF;
	font-weight:bold;
	border:0px;
	margin-top:10px;
	background-color:#497DAB;
	background-image:url('/imgs/background-option.png');
	background-position:top;
	background-repeat:repeat-x;
	cursor:pointer; cursor:hand;
    box-shadow: 0em 0em 0.5em #000;
  	-o-box-shadow: 0em 0em 0.5em #000;
   	-moz-box-shadow: 0em 0em 0.5em #000;
    -webkit-box-shadow: 0em 0em 0.5em #000;
}

.infertility-send-submit{
	font-size: 1em;
	text-align: center;
	width:100%;
	height:50px;
	outline: 0;
	padding:5px;
	color:#FFF;
	font-weight:bold;
	border:0px;
	margin-top:10px;
	background-color:#000;
	background-image:url('/imgs/background-option.png');
	background-position:top;
	background-repeat:repeat-x;
	cursor:pointer; cursor:hand;
    box-shadow: 0em 0em 0.5em #000;
  	-o-box-shadow: 0em 0em 0.5em #000;
   	-moz-box-shadow: 0em 0em 0.5em #000;
    -webkit-box-shadow: 0em 0em 0.5em #000;
}

.infertility-textbox{
	width:100%;
	height:30px;
	outline: 0;
	font-size: 1em;
	text-align: center;
	border:1px solid #696969;
	 box-shadow: 0em 0em 1em #AFACAC;
  	-o-box-shadow: 0em 0em 1em #AFACAC;
   	-moz-box-shadow: 0em 0em 1em #AFACAC;
    -webkit-box-shadow: 0em 0em 1em #AFACAC;
}

.infertility-textarea{
	width:100%;
	height:100px;
	outline: 0;
	font-size: 1em;
	text-align: center;
	border:1px solid #696969;
	 box-shadow: 0em 0em 1em #AFACAC;
  	-o-box-shadow: 0em 0em 1em #AFACAC;
   	-moz-box-shadow: 0em 0em 1em #AFACAC;
    -webkit-box-shadow: 0em 0em 1em #AFACAC;
}

.infertility-textarea:focus,.infertility-textbox:focus{
	border:1px solid #2F506E;
	 box-shadow: 0em 0em 1em #92B1CC;
  	-o-box-shadow: 0em 0em 1em #92B1CC;
   	-moz-box-shadow: 0em 0em 1em #92B1CC;
    -webkit-box-shadow: 0em 0em 1em #92B1CC;
}

.infertility-list-phone-menu{
	display:none;
	width:80%;
	max-width:600px;
	position:absolute;
	top:175px;
	right:-100%;
	background-color:#000;
	height:calc(100% - 175px);
	-o-height:calc(100% - 175px);
	-ms-height:calc(100% - 175px);
	-moz-height:calc(100% - 175px);
	-webkit-height:calc(100% - 175px); 
	 box-shadow: 0em 0em 1.5em #000;
  	-o-box-shadow: 0em 0em 1.5em #000;
    -moz-box-shadow: 0em 0em 1.5em #000;
   	-webkit-box-shadow: 0em 0em 1.5em #000;
}

.infertility-phone-menu{
	display:none;
	width:50px;
	height:50px;
	float:right;
	text-align:center;
	margin:12px 8px 0px 0px;
	background-image:url('/imgs/phone-option.png');
	background-repeat:no-repeat;
	background-position:center;
}

.infertility-phone-imput{
	width: auto;
	color:#FFF;
	padding:15px;
	font-size:1em;
	border-bottom:1px solid #2E4E6B;
	transition:1s all;
	-o-transition:1s all;
	-ms-transition:1s all;
	-moz-transition:1s all;
	-webkit-transition:1s all;
	display:block;
}

.infertility-phone-imput:hover{
	background-color:#2E4E6B;
}

/*CENTRAL CONTENTS */

.infertility-header{
	width:99%;
	min-height:500px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
	color:#FFF;
	padding:0px 0.5% 0px 0.5%;
	border-bottom:2px solid #2D4C69;
	background-color:#497DAB;
	background-image: url('/imgs/background-header.png'), url('/imgs/top-left.png'), url('/imgs/top-right.png');
	background-repeat: repeat-x, no-repeat, no-repeat;
	background-position: top, left top, right top ;
	display:inline-block;
}

.infertility-secondheader{
	width:99%;
	min-height:200px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
	color:#FFF;
	padding:0px 0.5% 0px 0.5%;
	border-bottom:2px solid #2D4C69;
	background-color:#497DAB;
	background-image: url('/imgs/background-header.png'), url('/imgs/top-left.png'), url('/imgs/top-right.png');
	background-repeat: repeat-x, no-repeat, no-repeat;
	background-position: top, left top, right top ;
	display:inline-block;
}


.infertility-home{
	width:99.5%;
	padding-top:150px;
	min-height:550px;
	padding-left:0.5%;
	display:inline-block;
}

.infertility-services{
	width:99.5%;
	padding-top:50px;
	min-height:550px;
	padding-left:0.5%;
	display:inline-block;
}

.infertility-footer{
	width:100%;
	height:75px;
	background-color:#2D4C69;
	padding:10px 0px 10px 0px;
	color:#FFF;
	position:relative;
	 box-shadow: 0em 0em 1.5em #000;
  	-o-box-shadow: 0em 0em 1.5em #000;
    -moz-box-shadow: 0em 0em 1.5em #000;
   	-webkit-box-shadow: 0em 0em 1.5em #000;
}

.infertility-information{
	width:99.5%;
	min-height:700px;
	color:#4B4A4A;
	padding-left:0.5%;
	display:inline-block;
}

.infertility-content{
	width:100%;
	max-width:1000px;	
	margin:0px auto;
	position:relative;
}

.block{
	display: block;
}

.padding{
	padding-top: 5px;
}

.infertility-banner{
	width:100%;
	height:350px;
	position:absolute;
	margin-top:-365px;
	overflow:hidden;
	 box-shadow: 0em 0em 1.5em #727272;
  	-o-box-shadow: 0em 0em 1.5em #727272;
    -moz-box-shadow: 0em 0em 1.5em #727272;
   	-webkit-box-shadow: 0em 0em 1.5em #727272;
}

.infertility-pictures{
	max-width:5000px;
	width:500%;
	height:350px;
	position:absolute;
}

.infertility-cv-banner{
	width: 100%;
	height: 350px;
	margin-top: -125px;
	overflow: hidden;
	background: url('/imgs/banner-cv.png') no-repeat;
	box-shadow: 0em 0em 1.5em #727272;
  	-o-box-shadow: 0em 0em 1.5em #727272;
    -moz-box-shadow: 0em 0em 1.5em #727272;
   	-webkit-box-shadow: 0em 0em 1.5em #727272;	
	background-position: right;
}

.infertility-cv-text{
	width: 100%;
	min-height: 30px;
	margin-top: 20px;
}

.infertility-cv-big-text{
	width: 100%;
	color: #454545;
	font-size: 1.8em;
	text-align: left;
}

.infertility-cv-separator{
	width: 100%;
	height: 1px;
	border-top: 1px dotted #666666;
}

.infertility-cv-left{
	float: left;
	width: 25%;
	color: #666666;
	text-align: right;
}

.infertility-sv-left{
	float: left;
	margin-left: 15%;
	width: 70%;
	color: #666666;
	text-align: left;
}

.infertility-cv-right{
	float: left;
	width: 70%;
	color: #333333;
	text-align: left;
	margin-left: 3%;
}

.infertilidad-header-logo-content{
	width:100%;
	height:110px;
}

/*EXTRAS*/
.infertility-post{
	width:98%;
	margin:0.5%;
	padding:0.5%;
	min-height:50px;
	color:#4B4A4A;
}

.infertility-post-question{
	width: 100%;
	color: #333333;
	font-size: 1em;
	font-weight: bold;
	font-family: "Helvetica","Arial";
}

.infertility-post-answer{
	width: 100%;
	color: #666666;
	font-size: 0.7em;
	font-weight: bold;
	font-family: "Helvetica","Arial";	
}

.white-line{
	width: auto;
	height: 0px;
	border: 4px solid #FFFFFF;
	margin-top:-2px;
	border-radius: 2px;	
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	box-shadow: 3px 3px 2px #000;
	-moz-box-shadow: 3px 3px 2px #000;
	-webkit-box-shadow: 3px 3px 2px #000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=45, Color='#000000')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=45, Color='#000000');	
}

.menu-division{
	float: right;
	width: 2px;
	height: 30px;
	background: url("/imgs/menu-division.png") no-repeat;
	margin-top: 17px;
	opacity:0.5;
}

.banner-img{
	float: left;
	width: 20%;
	max-width:1000px;
	height: 350px;
}

.img1{
	background-image:url('/imgs/slide-1.png');
	background-position:center top;
	background-repeat:no-repeat;
}

.img2{
	background-image:url('/imgs/slide-2.png');
	background-position:center top;
	background-repeat:no-repeat;
}

.img3{
	background-image:url('/imgs/slide-3.png');
	background-position:center top;
	background-repeat:no-repeat;
}

.img4{
	background-image:url('/imgs/slide-4.png');
	background-position:center top;
	background-repeat:no-repeat;
}

.img5{
	background-image:url('/imgs/slide-5.png');
	background-position:center top;
	background-repeat:no-repeat;
}

.tb-contact{
	width:90%;
	padding:5%;
	margin:0px auto;
}

.center{
	text-align:center;
}

.infertility-photo{
	width:150px; 
	height:200px; 
	border:0px;
	margin:0px auto;
}

.facebook{
	width:75px;
	height:75px;
	background-image:url('/imgs/facebook.png');
	background-repeat:no-repeat;
	background-position:center;
	position:absolute;
	left:50%;
	margin-left:-80px;
}

.twitter{
	width:75px;
	height:75px;
	background-image:url('/imgs/twitter.png');
	background-repeat:no-repeat;
	background-position:center;
	position:absolute;
	left:50%;
	margin-left:20px;
}

.infertility-separator{
	width:100%;
	height:10px;
	clear:both;
}

.infertility-big-separator{
	width:100%;
	height:30px;
	clear:both;
}

.infertility-hand{
	cursor:pointer;
	cursor:hand;
}

.infertility-right{
	float:right;
}

.infertility-left{
	float:left;
}

.infertility-load{
	background-image:url('/imgs/loading_page.gif');
	background-position:center;
	background-repeat:no-repeat;
	background-size:300px 300px;
	background-color:#FFF;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	position:fixed;
	z-index:9999;
}

.alert{
	width:auto;
	padding:10px;
	color:#000;
	background-color:#D2D6D7;
}

/*RESPONSIVE*/

@media screen and (max-width: 700px) {
	.infertility-options{
		display:none;
	}
	
	.infertility-phone-menu{
		display:block;
	}
	
	.infertility-list-phone-menu{
		display:block;
	}
	
	.infertility-header,.infertility-secondheader{
		background-image: url('/imgs/background-header.png'), url('/imgs/top-left.png'), url('');
	}
}

@media screen and (max-width: 600px) {
	.infertility-menu-right{
		width:20%;
	}
	
	.infertility-half{
		width:98%;
	}
	
	.infertility-page-title{
		font-size:1.1em;	
	}

	.infertility-page-subtitle{
		font-size:1em;
	}
	
}

@media screen and (max-width: 500px) {
	.infertility-page-title{
		font-size:1em;	
	}

	.infertility-page-subtitle{
		font-size:0.9em;
	}
	
	.infertility-logo-header{
		width:100%;
	}
	
	.infertility-big-text{
		display:none;
	}

	.infertility-small-text{
		display:none;
	}
}