@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Titillium+Web&display=swap');



/*
html { 
  background: url(images/dog-footprint.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
*/


body, html {
	font-family: 'Titillium Web', sans-serif;
	font-size: 18px;

	width: 100%;
    margin: 0;
    padding: 0;

	background-color: #fff;
}

img { 
/*	max-width: 100%;*/
}


#main {
	width: 100%;
	border-width: 1px;
	border-style: solid;
	border-color: darkslateblue;
	border-bottom-width: 0px;
}



#contenedor{
	width: 80%;
	height: auto;
	border-color: #666;
	border-width: 3px;
	border-style: solid;
	background-color: white;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	margin-top: 5px;
}

/*@media only screen and (max-width: 600px){ */
@media (min-width: 320px) and (max-width: 480px) {	
	
#contenedor{
	width: 100%;	
	height: 100%;
	border-color: #666;
	border-width: 1px;
	border-style: solid;
	background-color: white;
	
	display:grid;
	
	padding: 0px;	
	margin: 0px;
}
	
	select {
		max-width: 90%;
	}
	
	table {
		max-width: 90%;
	}

}




#dsiheaderAdminTop {
	height: 70px;
	padding: 10px;
	border-bottom-color: darkslateblue;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	display:inline-table;
	width: 100%;
	background-color: #fff;
}

#logoAdmindiv {
	width: 90px; 
	float: left;
	height: 70px;
}

#companyNameAdmin {
	float: left;
	width: 300px;
	font-size: 20px;
	margin-top: 5px;
}

#logoutAdmin {
	width: 150px; 
	text-align:right;
	float: right;
}


a:link {
	color:cornflowerblue;
	text-decoration: none;
}
a:active {
	color:cornflowerblue;
	text-decoration: none;
}
a:visited {
	color:cornflowerblue;
	text-decoration: none;
}
a:hover {
	color:crimson;
	text-decoration: underline;
}

.container {
	padding: 10px;	
	margin-left: 80px;	
	width: calc( 100% - 90px );
	background-color: white;
}





/* EDIT SPACES */

.econtainer {
	width: 43%;
	float: left;
	margin-bottom: 10px;
	margin-top: 5px;
	margin-right: 35px;
}


.econtainer250 {
	width: 200px;
	float: left;
	margin-bottom: 10px;
	margin-top: 5px;
	margin-right: 35px;
}

.econtainer300 {
	width: 100%;
	float: left;
	margin-bottom: 10px;
	margin-top: 5px;
	margin-right: 35px;
}

.econtainer300front {
	width: 300px;
	margin-bottom: 10px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
}


.elabel {
	clear: both;
	margin-bottom: 5px;
}

.efield {
	margin-top: 5px;
	clear: both
}

.einput100 {
	width: 100%;
	padding: 5px;
}

.einput200 {
	width: 200px;
	padding: 5px;
}

.einput100px {
	width: 100px;
	padding: 5px;
}

.einputx {
	padding: 5px;
}



/* EDIT SPACES */



.eseparator15 {
	height: 15px;
	clear: both;
}



.breadcrumbs {
	padding: 5px;
	background-color:#F4F6F6;
	width: 96%;
	margin-bottom: 15px;
}




.btnL {
	float: left;
	text-align: left;
}

.btnR {
	float:right;
	text-align: right;
	margin-right: 15px;
	margin-left: 15px;
}


.createNewRecord {
	float: right;
	width: 100px;
	text-align: right;
}



/* DATATABLES */

table thead tr th {
    background-color:lightsteelblue;
	text-align: left;
}

.ui-widget-header {
	fg-toolbar: 10px;
	height: 25px;
}

.dataTables_wrapper {
	width: 98%;
}









.myButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	box-shadow:inset 0px 1px 0px 0px #54a3f7;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007dc1), color-stop(1, #0061a7));
	background:-moz-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-webkit-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-o-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-ms-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#007dc1', endColorstr='#0061a7',GradientType=0);
	background-color:#007dc1;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #124d77;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:13px;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #154682;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0061a7), color-stop(1, #007dc1));
	background:-moz-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-webkit-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-o-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-ms-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0061a7', endColorstr='#007dc1',GradientType=0);
	background-color:#0061a7;
}
.myButton:active {
	position:relative;
	top:1px;
}


.myButton:link{
	color: white;
	text-decoration: none;
}
.myButton:active{
	color: white;
	text-decoration: none;
}
.myButton:visited{
	color: white;
	text-decoration: none;
}
.myButton:hover{
	color: white;
	text-decoration: none;
}














.fa-2x {
font-size: 2em;
}
.fa {
position: relative;
display: table-cell;
width: 60px;
height: 36px;
text-align: center;
vertical-align: middle;
font-size:20px;
}


.main-menu:hover,nav.main-menu.expanded {
width:250px;
overflow:visible;
margin-top: 90px;	
}

.main-menu {
margin-top: 90px;	
background:#1F618D;
border-right:1px solid #e5e5e5;
position:absolute;
top:0;
bottom:0;
height:calc( 100% - 90px );
left:0;
width:60px;
overflow:hidden;
-webkit-transition:width .05s linear;
transition:width .05s linear;
-webkit-transform:translateZ(0) scale(1,1);
z-index:1000;
}

.main-menu>ul {
margin:7px 0;
}

.main-menu li {
position:relative;
display:block;
width:250px;
}

.main-menu li>a {
position:relative;
display:table;
border-collapse:collapse;
border-spacing:0;
color:#fff;
 font-family: arial;
font-size: 14px;
text-decoration:none;
-webkit-transform:translateZ(0) scale(1,1);
-webkit-transition:all .1s linear;
transition:all .1s linear;
  
}

.main-menu .nav-icon {
position:relative;
display:table-cell;
width:60px;
height:36px;
text-align:center;
vertical-align:middle;
font-size:18px;
}

.main-menu .nav-text {
position:relative;
display:table-cell;
vertical-align:middle;
width:190px;
  font-family: 'Titillium Web', sans-serif;
}

.main-menu>ul.logout {
position:absolute;
left:0;
bottom:0;
}

.no-touch .scrollable.hover {
overflow-y:hidden;
}

.no-touch .scrollable.hover:hover {
overflow-y:auto;
overflow:visible;
}

a:hover,a:focus {
text-decoration:none;
}

nav {
-webkit-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
-o-user-select:none;
user-select:none;
}

nav ul,nav li {
outline:0;
margin:0;
padding:0;
}
.main-menu li:hover>a,nav.main-menu li.active>a,.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus,.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus,.no-touch .dashboard-page nav.dashboard-menu ul li:hover a,.dashboard-page nav.dashboard-menu ul li.active a {
color:#fff;
background-color:#5fa2db;
}
.area {
float: left;
background: #e2e2e2;
width: 100%;
height: 100%;
}



.btnadd {
	-moz-box-shadow:inset 0px 39px 0px -24px #e67a73;
	-webkit-box-shadow:inset 0px 39px 0px -24px #e67a73;
	box-shadow:inset 0px 39px 0px -24px #e67a73;
	background-color:#e4685d;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #ffffff;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	padding:6px 15px;
	text-decoration:none;
	text-shadow:0px 1px 0px #b23e35;
}
.btnadd:hover {
	background-color:#eb675e;
}
.btnadd:active {
	position:relative;
	top:1px;
}





.innersection {
	padding: 10px;
	background-color: #F4F6F6;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color: #ccc;
}

.agendacell {
	width: 50px;
	height: 25px;
	border-width: 1px;
	border-style: solid;
	border-color: #666666;
}


.agendacell_calendar {
	width: 25px;
	height: 25px;
	border-width: 1px;
	border-style: solid;
	border-color: #666666;
}



#tagenda td {
	padding: 7px;
/*	
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #CCD1D1;
*/	
}


#tadd td {
	padding: 7px;
	
}



#holder {
	width: 100%;
}

#holder > div {
	clear: both;
	padding: 2%;
	margin-bottom: 20px;
	border-bottom: 1px solid #eee;
	float: left;
	width: 96%;
}

label {
	display: inline;
}

.regular-checkbox {
	display: none;
}

.regular-checkbox + label {
	background-color: #fafafa;
	border: 1px solid #cacece;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
	padding: 9px;
	border-radius: 3px;
	display: inline-block;
	position: relative;
}

.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);
}

.regular-checkbox:checked + label {
	background-color: #e9ecee;
	border: 1px solid #adb8c0;
	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);
	color: #99a1a7;
}

.regular-checkbox:checked + label:after {
	content: '\2714';
	font-size: 14px;
	position: absolute;
	top: 0px;
	left: 3px;
	color: #99a1a7;
}


.big-checkbox + label {
	padding: 18px;
}

.big-checkbox:checked + label:after {
	font-size: 28px;
	left: 6px;
}

.tag {
	font-family: Arial, sans-serif;
	width: 200px;
	position: relative;
	top: 5px;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	float: left;
}

.radio-1 {
	width: 193px;
}

.button-holder {
	float: left;
}

/* RADIO */

.regular-radio {
	display: none;
}

.regular-radio + label {
	-webkit-appearance: none;
	background-color: #fafafa;
	border: 1px solid #cacece;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
	padding: 9px;
	border-radius: 50px;
	display: inline-block;
	position: relative;
}

.regular-radio:checked + label:after {
	content: ' ';
	width: 12px;
	height: 12px;
	border-radius: 50px;
	position: absolute;
	top: 3px;
	background: #99a1a7;
	box-shadow: inset 0px 0px 10px rgba(0,0,0,0.3);
	text-shadow: 0px;
	left: 3px;
	font-size: 32px;
}

.regular-radio:checked + label {
	background-color: #e9ecee;
	color: #99a1a7;
	border: 1px solid #adb8c0;
	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-radio + label:active, .regular-radio:checked + label:active {
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}

.big-radio + label {
	padding: 16px;
}

.big-radio:checked + label:after {
	width: 24px;
	height: 24px;
	left: 4px;
	top: 4px;
}


#toptoolscontainer{
	width: 100%;
	clear: both;
	height: 40px;
}




select {
  padding: 7px;
  border: 1px solid #85C1E9;
}


/* ********** FRONT END **************************/




.calcell {
	background-color: azure;
/*	font-size: 14px;*/
	white-space: nowrap;
	text-align: center;
	width: 35px;
	height: 25px;
	
	border-bottom-color: #A9CCE3;
	border-bottom-style: solid;
	border-bottom-width: 1px;	
}


.calcontainer {
	width: 500px;
	
}

.tdlibre{
	background-color: #D4EFDF;	
}
.tdtomada{
	background-color: #EAECEE;		
}


#datos_reserva{
	text-align: center;
}





.btnred {
	-moz-box-shadow:inset 0px 1px 0px 0px #f5978e;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f5978e;
	box-shadow:inset 0px 1px 0px 0px #f5978e;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f24537), color-stop(1, #c62d1f));
	background:-moz-linear-gradient(top, #f24537 5%, #c62d1f 100%);
	background:-webkit-linear-gradient(top, #f24537 5%, #c62d1f 100%);
	background:-o-linear-gradient(top, #f24537 5%, #c62d1f 100%);
	background:-ms-linear-gradient(top, #f24537 5%, #c62d1f 100%);
	background:linear-gradient(to bottom, #f24537 5%, #c62d1f 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#c62d1f',GradientType=0);
	background-color:#f24537;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #d02718;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #810e05;
}
.btnred:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #c62d1f), color-stop(1, #f24537));
	background:-moz-linear-gradient(top, #c62d1f 5%, #f24537 100%);
	background:-webkit-linear-gradient(top, #c62d1f 5%, #f24537 100%);
	background:-o-linear-gradient(top, #c62d1f 5%, #f24537 100%);
	background:-ms-linear-gradient(top, #c62d1f 5%, #f24537 100%);
	background:linear-gradient(to bottom, #c62d1f 5%, #f24537 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c62d1f', endColorstr='#f24537',GradientType=0);
	background-color:#c62d1f;
}
.btnred:active {
	position:relative;
	top:1px;
}




.btnred:link{
	color: white;
	text-decoration: none;
}
.btnred:active{
	color: white;
	text-decoration: none;
}
.btnred:visited{
	color: white;
	text-decoration: none;
}
.btnred:hover{
	color: white;
	text-decoration: none;
}




.reservado{
	text-align: center;
	padding: 10px;
	background-color: #EBF5FB;
}










#menu-container {
	
	height:74px;
	width:calc(100% - 15px);
	overflow:hidden;

	border-bottom-color:#000;
	border-bottom-style:solid;
	border-bottom-width:1px;
	
	padding:10px;
	
	background-color: #2E86C1;


}

#logo-container {

	height:80px;
	width:70px;

	float:left;
	margin-left: 10px;

}

#title-container {
	margin-bottom:5px;
	padding-left:20px;

	padding-top:10px;
	padding-bottom:5px;

	width: 350px;
	color: white;
	float: left;
}




/***********************************************************************/

.fa-2x {
font-size: 2em;
}
.fa {
position: relative;
display: table-cell;
width: 60px;
height: 36px;
text-align: center;
vertical-align: middle;
font-size:20px;
}


.main-menu:hover,nav.main-menu.expanded {
width:250px;
overflow:visible;
margin-top: 95px;	
}

.main-menu {
margin-top: 95px;	
background:#1F618D;
border-right:1px solid #e5e5e5;
position:absolute;
top:0;
bottom:0;
	
height:100vh;
	
left:0;
width:60px;
overflow:hidden;
-webkit-transition:width .05s linear;
transition:width .05s linear;
-webkit-transform:translateZ(0) scale(1,1);
z-index:1000;
}

.main-menu>ul {
margin:7px 0;
}

.main-menu li {
position:relative;
display:block;
width:250px;
}

.main-menu li>a {
position:relative;
display:table;
border-collapse:collapse;
border-spacing:0;
color:#fff;
 font-family: arial;
font-size: 14px;
text-decoration:none;
-webkit-transform:translateZ(0) scale(1,1);
-webkit-transition:all .1s linear;
transition:all .1s linear;
  
}

.main-menu .nav-icon {
position:relative;
display:table-cell;
width:60px;
height:36px;
text-align:center;
vertical-align:middle;
font-size:18px;
}

.main-menu .nav-text {
position:relative;
display:table-cell;
vertical-align:middle;
width:190px;
  font-family: 'Titillium Web', sans-serif;
}

.main-menu>ul.logout {
position:absolute;
left:0;
bottom:0;
}

.no-touch .scrollable.hover {
overflow-y:hidden;
}

.no-touch .scrollable.hover:hover {
overflow-y:auto;
overflow:visible;
}

a:hover,a:focus {
text-decoration:none;
}

nav {
-webkit-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
-o-user-select:none;
user-select:none;
}

nav ul,nav li {
outline:0;
margin:0;
padding:0;
}
.main-menu li:hover>a,nav.main-menu li.active>a,.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus,.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus,.no-touch .dashboard-page nav.dashboard-menu ul li:hover a,.dashboard-page nav.dashboard-menu ul li.active a {
color:#fff;
background-color:#5fa2db;
}
.area {
float: left;
background: #e2e2e2;
width: 100%;
height: 100%;
}




.menu-img{
	margin: 5px;
	margin-left: 15px;
	margin-right: 15px;
}






.logoutx {
	float: right;
	width: 150px;
	padding-top: 20px;
	color: white;
	text-decoration: none;
}

.logoutx a {
	text-decoration: none;
	color: white;
}



#scroll {
    position:fixed;
    right:10px;
    bottom:10px;
    cursor:pointer;
    width:50px;
    height:50px;
    background-color:black;
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
}
#scroll:hover {
    background-color:blue;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}



.set {
	height:auto;
	float:left;
	width:300px;
	margin-right:15px;
}

.headercontainer{
	width: 100%;
	height: 120px;
	background-color:#3498DB;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #000;
}
.logocontainer {
	width: 110px;
	height: 120px;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
}


.titler{
	width: 150px;
	padding: 5px;
	background-color: #fff;
	text-align: center;
	border-style: solid;
	border-width: 2px;
	border-color: #000;
	
	margin-right: auto;
	margin-left: auto;
}

.raya {
	width: 100%;
	height: 15px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #ccc;
	clear: both;
	margin-top: 10px;
}

#lpicture {
	margin-right: 10px;
	float: left;
	vertical-align:middle;
	height: 100%;
	border-width: 0px;
	border-style: none;
	width: 160px;
}

.ppicture{
	margin-left: 0;
	height: 70px;
}


#lbio{
	color: #666;
	font-size: 14px;
}


.lbiografia{
	width: 100px;
	color: #666;
	font-size: 14px;
	vertical-align: top;
	text-align: center;
	float: left;
	margin: 5px;
	height:auto !important;
	overflow: visible;	
}


#lista {
	padding-top: 10px;
	margin-top: 10px;
	border-style: solid;
	border-width: 1px;
	border-color: #ccc;
	background-color: #F8F9F9;
	height:auto !important;
	overflow: visible;

}	

.lbiografia:hover {
	background-color:beige;
	cursor: pointer;
}


#lbi2{
	width: 95%;
/*
	margin-left: auto;
	margin-right: auto;
*/	
	color: #666;
	font-size: 14px;
	
}



#lservicio{
	width: 100%;
	color: #666;
	font-size: 14px;
	text-align: justify
	
}


.titulos {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

.ncontainer {
	float: left;

	margin-top: 30px;
	margin-left: 10px;
	height: 50px;
	
	width: 300px;

}

.namecontainer {
	float: left;

	font-size: 20px;
	padding: 0px;
	color: white;
	margin-top: 35px;	
}

#idcancelar {
	margin-top: 5px;
	float: left;
	width: 250px;
	clear: left;
	padding: 5px;
	text-align: center;

}

.linky {
	font-size: 14px;
}

a.linky:link {
	color:darkred;		
	text-decoration: none;
}
a.linky:active {
	color:darkred;		
	text-decoration: none;
}
a.linky:visited {
	color:darkred;		
	text-decoration: none;
}
a.linky:hover {
	color:darkred;
	text-decoration: underline;
}




#scroll {
    position:fixed;
    right:10px;
    bottom:10px;
    cursor:pointer;
    width:50px;
    height:50px;
    background-color:#3498db;
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
}
#scroll:hover {
    background-color:#e74c3c;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}


.divnumero{
	width: 40px;
	height: 50px;
	float: left;
}


.cuadroprofesional {
	width: 300px;
	float: left;
	margin-right: 10px;
}


#horadisponible{
	font-size: 16px;
	text-align:center;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	border-style: none;
	border-width: 1px;
	border-color: darkblue;
	display: none;
	clear: both;
	color: red;
	font-weight: bold;
}



.container2{
	display:table; 
	width:100%
}
.sideBar{
	background-color: aliceblue; 
	width:23%; 
	padding:10px; 
	display:table-cell; 
	vertical-align:top;
}
.bodyContent{
	background-color: white;
	padding:10px; 
	display:table-cell; 
	vertical-align:top;
}
@media(max-width:760px){
  .container,.sideBar,.bodyContent{
	  display:block; width:100%; 
	  -moz-box-sizing:border-box; 
	  -webkit-box-sizing:border-box; 
	  box-sizing:border-box;
	}

}	
	
#nohay {
	display: none;
	text-align: center;
}

#presentacion {
	
}

#tabs-1 {
	padding-left: 0px;
	padding-top: 0px;
}
#tabs-2 {
	padding-left: 0px;
	padding-top: 0px;
}
#tabs-3 {
	padding-left: 0px;
	padding-top: 0px;
}


#tabla {
	border-width: 1px;
	border-style: solid;
	border-color: #7FB3D5;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

.tit {
	font-size: 22px;
	color: #1F618D;
}

.celda{
	border-bottom-color: #A9CCE3;
	border-bottom-style: solid;
	border-bottom-width: 1px;	
	width: 30px;
	max-width: 30px;
}


#sociales {
	width: 300px;
	float: right;
	height: 25px;
	text-align: right;
	font-size: 14px;
	color: white;
	margin-right: 10px;
	margin-top: 35px;
	
}

@media (min-width: 320px) and (max-width: 480px) {	
#sociales {
	display: none;
	
}
	
}