@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 600;
  src: local('Lato Regular'), local('Lato-Regular'), url(https://themes.googleusercontent.com/static/fonts/lato/v7/qIIYRU-oROkIk8vfvxw6QvesZW2xOQ-xsNqO47m55DA.woff) format('woff');
}

body {
    background: #ffffff;
    font-family: 'PT Sans', Helvetica, Arial, sans-serif;
    text-align: center;
    color: #fff;
}

.page-container {
    margin: 20px auto 0 auto;
}

h1 {
    font-size: 30px;
    font-weight: 700;
    text-shadow: 0 1px 4px rgba(0,0,0,.2);
}

form {
    position: relative;
    width: 305px;
    margin: 15px auto 0 auto;
    text-align: center;
}



.error {
    display: none;
    position: absolute;
    top: 27px;
    right: -55px;
    width: 40px;
    height: 40px;
    background: #2d2d2d; 
    background: rgba(45,45,45,.25);
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.error span {
    display: inline-block;
    margin-left: 2px;
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
    text-shadow: 0 1px 2px rgba(0,0,0,.1);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);

}

.connect {
    width: 305px;
    margin: 35px auto 0 auto;
    font-size: 18px;
    font-weight: 700;
    text-shadow: 0 1px 3px rgba(0,0,0,.2);
}

.connect a {
    display: inline-block;
    width: 32px;
    height: 35px;
    margin-top: 15px;
    -o-transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
}

.connect a.facebook { background: url(images/facebooklog.png) center center no-repeat; }
.connect a.twitter { background: url(images/twitterlog.png) center center no-repeat; }

.connect a:hover { background-position: center bottom; }

.wrap {
	width:300px;
	height: auto;
	margin: auto;
	margin-top: 10%;
}
.avatar {
	width: 100%;
	margin: auto;
	width: 125px;
	border-radius: 100px;
	height: 125px;
	background: transparent;
	position: relative;
	bottom: -25px;
}
.avatar img {
	width: 115px;
	height: 115px;
	border-radius: 100px;
	margin: auto;
	border:3px solid #fff;
	display: block;
	-moz-box-shadow:
        0 15px 30px 0 rgba(255,255,255,.45) inset,
        0 2px 4px 0 rgba(0,0,0,.3);
    -webkit-box-shadow:
        0 15px 30px 0 rgba(255,255,255,.45) inset,
        0 2px 4px 0 rgba(0,0,0,.3);
    box-shadow:
        0 15px 30px 0 rgba(255,255,255,.45) inset,
        0 2px 4px 0 rgba(0,0,0,.3);
}
.wrap input {
	border: none;
	background: #fff;
  font-family:Lato ;
  font-weight:600 ;
  font-size:18px;
	display: block;
	height: 30px;
	outline: none;
	width: calc(100% - 24px) ;
	margin: auto;
	padding: 3px 12px 3px 12px;
	    -moz-box-shadow:
        0 5px 5px 0 rgba(255,255,255,.25) inset,
        0 1px 2px 0 rgba(0,0,0,.2);
    -webkit-box-shadow:
          0 5px 5px 0 rgba(255,255,255,.25) inset,
        0 1px 2px 0 rgba(0,0,0,.2);
    box-shadow:
        0 5px 5px 0 rgba(255,255,255,.25) inset,
        0 1px 2px 0 rgba(0,0,0,.2);
}
.bar {
	width: 100%;
	height: 1px;
	background: #fff ;
}
.bar i {
	width: 95%;
	margin: auto;
	height: 1px ;
	display: block;
	background: #d1d1d1;
}
.wrap input[type="text"] {
	border-radius: 7px 7px 7px 7px ;
}
.wrap input[type="password"] {
	border-radius: 0px 0px 7px 7px ;
}
.wrap input[type="checkbox"] {
	border-radius: 7px 7px 0px 0px ;
}
.wrap2 input[type="text"] {
	border-radius: 7px 7px 0px 0px ;
}
.wrap2 input[type="password"] {
	border-radius: 0px 0px 7px 7px ;
}
.wrap2 input[type="checkbox"] {
	border-radius: 7px 7px 0px 0px ;
}
.wrap2 button {
    cursor: pointer;
    width: 300px;
    height: 44px;
    margin-top: 10px;
    padding: 0;
    background: #ef4300;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #ff730e;
    -moz-box-shadow:
        0 15px 30px 0 rgba(255,255,255,.25) inset,
        0 2px 7px 0 rgba(0,0,0,.2);
    -webkit-box-shadow:
        0 15px 30px 0 rgba(255,255,255,.25) inset,
        0 2px 7px 0 rgba(0,0,0,.2);
    box-shadow:
        0 15px 30px 0 rgba(255,255,255,.25) inset,
        0 2px 7px 0 rgba(0,0,0,.2);
    font-family: 'PT Sans', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0,0,0,.1);
    -o-transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
}
.wrap2 input {
	border: none;
	background: #fff;
  font-family:Lato ;
  font-weight:600 ;
  font-size:18px;
	display: block;
	height: 40px;
	outline: none;
	width: calc(100% - 24px) ;
	margin: auto;
	padding: 6px 12px 6px 12px;
	-moz-box-shadow:
        0 15px 30px 0 rgba(255,255,255,.25) inset,
        0 2px 7px 0 rgba(0,0,0,.2);
    -webkit-box-shadow:
        0 15px 30px 0 rgba(255,255,255,.25) inset,
        0 2px 7px 0 rgba(0,0,0,.2);
    box-shadow:
        0 15px 30px 0 rgba(255,255,255,.25) inset,
        0 2px 7px 0 rgba(0,0,0,.2);
}
.wrap2 {
	width:300px;
	height: auto;
	margin: auto;
	margin-top: 10%;
}
.forgot_link {
	color: #83afdf ;
	color: #83afdf;
	text-decoration: none;
	font-size: 12px;
	position: relative;
	left: 100px;
	top: -30px;
}
.wrap button {
    cursor: pointer;
    width: 300px;
    height: 44px;
    margin-top: 10px;
    padding: 0;
    background: #ef4300;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #ff730e;
    -moz-box-shadow:
        0 15px 30px 0 rgba(255,255,255,.25) inset,
        0 2px 7px 0 rgba(0,0,0,.2);
    -webkit-box-shadow:
        0 15px 30px 0 rgba(255,255,255,.25) inset,
        0 2px 7px 0 rgba(0,0,0,.2);
    box-shadow:
        0 15px 30px 0 rgba(255,255,255,.25) inset,
        0 2px 7px 0 rgba(0,0,0,.2);
    font-family: 'PT Sans', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0,0,0,.1);
    -o-transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
}
.content p{
	font:16px 'Lato', Helvetica, Arial, sans-serif;
	color:#8f9294;
	line-height:18px;
	padding-bottom:15px;
	text-align: center;
}
.header{
	width:100%;
	height:auto;
	float:none;
	background:#ffffff;
}
.logo{
width:100%;
height:auto;
float:left;
padding:0px 0px 0px 0px;
background:url(images/border.png) bottom repeat-x;
}
.bola{
	width:32%;
	float:left;
	text-align:center;
		margin-bottom:32px;
}	
.bola p{
	text-align:center;
	padding-top:15px;
}
.arriba{
	height:45%;
	display:block;
	background-color:#FFF;
	margin-top:-52px;
}	
.foto{
	height:200px;
	overflow:hidden;
}
.descripcion{
	position:absolute;
	width:100%;
	visibility:visible;
	height:33px;
	background-color:rgba(255,144,12,0.8);
	margin-top:-33px;
	-moz-box-shadow:
        0 2px 3px 0 rgba(0,0,0,.2);
    -webkit-box-shadow:
        0 2px 3px 0 rgba(0,0,0,.2);
    box-shadow:
        0 2px 3px 0 rgba(0,0,0,.2);
}
.descripcion2{
	position:absolute;
	width:33%;
	visibility:visible;
	height:33px;
	background-color:rgba(131,242,113,0.8);
	margin-top:-30px;
}
.descripcion p{
	font-size:26px;
	text-align:left;
	color:#FFF;
	font-family:lato;
	padding-left:5px;
	padding-top:2px;
}
.descripcion img{
	float:right;
	padding-right:5px;
	padding-top:1px;
}
.sombrawapa{
	width:100%;
	background:url(images/border2.png) bottom repeat-x;
	height:3px;
}
.cliniwinpie{
	position:relative;
	margin-top:15%;
	height:4%;
	width:100%;
}
.content li{
	width:100%;
	height:35px;
	background-color:#fff;
	color:#000;
	text-align:justify;
	vertical-align:middle;
	margin-bottom:10px;
    -moz-box-shadow:
        0 5px 5px 0 rgba(255,255,255,.25) inset,
        0 1px 2px 0 rgba(0,0,0,.2);
    -webkit-box-shadow:
          0 5px 5px 0 rgba(255,255,255,.25) inset,
        0 1px 2px 0 rgba(0,0,0,.2);
    box-shadow:
        0 5px 5px 0 rgba(255,255,255,.25) inset,
        0 1px 2px 0 rgba(0,0,0,.2);
}
.content li p{
	padding-top:7px;
	text-align:left;
	padding-left:15px;
	font-size:14px;
	text-decoration:none;
}
.content li a{
	padding-top:7px;
	text-align: center;
	font-size:14px;
	text-decoration:none;
}
.agenda li p{
	text-align:left;
	padding-left:15px;
}
.trata li p{
	text-align:left;
	padding-left:35px;
}
	
.container {
  margin: 80px auto;
  width: 640px;
  text-align: center;
}

.cal {
	top:5px;
	margin: auto;
	width: 60%;
	height: 60%;
  	border-radius: 5px;
	visibility:visible;
	font-size:20px;
	text-align:center;
	font:'Lato';
}
  .cal a { 
  text-decoration: none;
  color:#333;
  padding:3px;
}
.cal-table {
  position: relative;
  border-radius: 0 0 3px 3px;
  background-color:rgba(255,255,255,0.8);
}
.cal-caption {
	margin-top:5px;
  padding-bottom: 1px;
  line-height: 45px;
  color: white;
  text-align: center;
  background: #0083ff;
  border-radius: 3px 3px 0 0;
}
  .prev a{ float: left;color:#FFF; }
  .next a{ float: right;color:#FFF;  }
.cal-off a {
  color: #ccc;
  font-weight: normal;
}
.cal-selected a{
  color: #fff;
  background: #0083ff;
  border: 0px solid #fff;
  padding:0px;
  border-radius:100px;
	margin: auto;
}
.cal-check a {
  color: #F00;
  overflow: hidden;
}

#tabsNav {
	position: relative;
	top: -20px;
}
#tabsSwitch li {
	width: 50%;
	float: left;
	font-weight: normal;
	background: none;
}
	#tabsSwitch li a {
		font-family: 'PT Sans', Helvetica, Arial, sans-serif;
		font-weight: normal;
		font-size: 16px;
	}
#gTxtNombre {
	padding-left: 12px !important;
}

#fragment-2 .inputsAnon {
	margin-top: 30px;
}
#fragment-2 input {
	width: 92% !important;
	padding-left: 12px !important;
}

	#fragment-2 input.topM {
		margin-top: 10px !important;
	}

#fragment-2 #aTelefono, #fragment-2 #aMovil {
	width: 40.5% !important;
	float: left;
}

#fragment-2 #aTelefono {
	margin-right: 8px;
}

#gTxtAreaMotivoInsertaCita {
	position: relative;
	top: 10px;
}

#tabsSwitch #tab1, #tabsSwitch #li1 {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

#tabsSwitch #tab2, #tabsSwitch #li2 {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}