/*
Theme Name: lazostudio_blank
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0-wpcom
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lazostudio_blank
Domain Path: /languages/
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

 lazostudio_blank is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Reset
2.0 - Typography
3.0 - Elements
4.0 - Forms
5.0 - Navigation
	5.1 - Links
	5.2 - Menus
6.0 - Accessibility
7.0 - Alignments
8.0 - Clearings
9.0 - Widgets
10.0 - Content
	10.1 - Posts and pages
	10.2 - Asides
	10.3 - Comments
11.0 - Infinite scroll
12.0 - Media
	12.1 - Captions
	12.2 - Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 - Reset
--------------------------------------------------------------*/
@import url(http://fonts.googleapis.com/css?family=Open+Sans);
@import url(http://fonts.googleapis.com/css?family=Ubuntu:700,700italic);

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, 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;
	font-family: 'Open Sans', sans-serif;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
*,
*:before,
*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	-webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	-moz-box-sizing:    border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	box-sizing:         border-box;
}
html {
	background: #0096D6;
	background-image:url('diseno/bg.png');
	background-position: center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
	list-style-position: inside !important;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: 0;
}
a:hover,
a:active {
	outline: 0;
}
a img {
	border: 0;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
}
p {
	margin-bottom: 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}

figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}


/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}
a:visited {
	color: purple;
}
a:hover,
a:focus,
a:active {
	color: midnightblue;
}

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation li {
	float: left;
	position: relative;
}
.main-navigation a {
	display: block;
	text-decoration: none;
}
.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	display: none;
	float: left;
	left: 0;
	position: absolute;
	top: 1.5em;
	z-index: 99999;
}
.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}
.main-navigation ul ul a {
	width: 200px;
}
.main-navigation ul ul li {
}
.main-navigation li:hover > a {
}
.main-navigation ul ul :hover > a {
}
.main-navigation ul ul a:hover {
}
.main-navigation ul li:hover > ul {
	display: block;
}
.main-navigation .current_page_item a,
.main-navigation .current-menu-item a {
}
/* Small menu */
.menu-toggle {
	cursor: pointer;
	display: none;
}
@media screen and (max-width: 600px) {
	.menu-toggle,
	.main-navigation.toggled .nav-menu {
		display: block;
	}

	.main-navigation ul {
		display: none;
	}
}
.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}
.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: '';
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.sticky {
}
.hentry {
	margin: 0 0 1.5em;
}
.byline,
.updated {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}
.gallery-caption {}






/*CUSTOM CSS*/
html,
body {
	margin:0;
	padding:0;
	height:100%;
}
#wrapper {
	min-height:100%;
	position:relative;
	min-width: 1000px;
	width: 100%;
}


#content {
	position: relative;
	padding-bottom:54px;   /* Height of the footer element */
	text-align: center;
	width: 970px;
	margin: auto;
}


.ie7 #content, .ie8 #content{
	padding-bottom: 140px;
}

.page-id-4 #content{
	width: auto;
}

#content2{
	width: 970px;
	margin: 0 auto;
}

footer{
	background-color: #afc42a;
	width: auto;
	min-width: 100%;
	text-align: center;
	color: white;
	position: absolute;
	bottom: 0;
	padding: 15px 0;
	height: 54px;
	float: left;
	font-size: 16px;
	margin: 0 auto;
}

#mainlogo{
	visibility: hidden;
}

.ie7 #mainlogo, .ie8 #mainlogo{
	visibility: visible!important;
}


.botonprincipal img, .title-icon img{
	display: none;
}


.page-id-4 #mainmenu-holder{
	margin: -46px 0 0;
}


#inicioholder .botonprincipal{
	position: absolute;
}
#inicioholder .botonprincipal img{
	width: 120px;
}


#inicioholder{
	width: 480px;
	height: 400px;
	position: relative;
	margin: 30px auto 0px;
}

#inicioholder .logo{
	position: absolute;
	left: 92px;
	top: 92px;
}
#inicioholder .logo img{
	width: 300px;
	height: 300px;
}

#bp-inicio{
	left: 175px;
	top: -20px;
}

#bp-hsmt{
	top: 46px;
	left: 326px;
}

#bp-servicios{
	top: 185px;
	right: -30px;
}
#bp-donaciones{
	top: 335px;
	left: 336px;
}
#bp-agradecimientos{
	top: 390px;
	left: 175px;
}
#bp-tour{
	right: 326px;
	top: 335px;
}
#bp-galeria{
	top: 185px;
	left: -30px;
}
#bp-contacto{
	top: 46px;
	right: 326px;
}

.scrollable-submenu .submenuicon{
	display: inline-block;
	float: none;
	position: initial !important;
	margin: 0 4px;
}

#servicios-consulta_externa .scrollable, 
#servicios-nya_paidopsiquiatria .scrollable,
#servicios-nya_psicologia_infantil .scrollable, 
#servicios-nya_terapias_grupales .scrollable, 
#servicios-a_psiquiatria .scrollable, 
#servicios-adultos_psicologia .scrollable,
#servicios-adultos_terapias_grupales .scrollable
{
	height: 350px;
	margin-bottom: 20px;
}



.clear{
	clear: both;
}
.relative{
	position: relative;
}

.center{
	text-align: center;
}

.inline{
	display: inline;
}

.heighthide{
	height: 0px;
	overflow: hidden;	
}

.hide{
	display: none;
}
.automargin{
	margin: auto;
}

.page-logo-holder{
	float: left;
	margin: 50px 50px 50px 0;
}

.page-logo-holder img{
	width: 150px;
	height: 150px;
}

.page-id-4 .page-logo-holder{
	float: initial;
	margin: 15px auto;
	text-align: center;
	width: 100%;
}

.page-id-4 .page-logo-holder img{
	width: 140px;
	height: 140px;
}

.page-content-holder{
	float: left;
	height: 650px;	
	width: 650px;
	position: relative;
	margin: 50px auto;
}

.page-content-innerholder{
	display: none;
}

.ie7 .page-content-innerholder, .ie8 .page-content-innerholder{
	display: block
}

.round-bg{
	position: absolute;
	top: 0;
	left: 0;
	z-index:-1;
	-webkit-filter: drop-shadow(12px 12px 25px rgba(0,0,0,0.5));
	filter: url("data:image/svg+xml;utf8,<svg height='0' xmlns='http://www.w3.org/2000/svg'><filter id='drop-shadow'><feGaussianBlur in='SourceAlpha' stdDeviation='4'/><feOffset dx='12' dy='12' result='offsetblur'/><feFlood flood-color='rgba(0,0,0,0.5)'/><feComposite in2='offsetblur' operator='in'/><feMerge><feMergeNode/><feMergeNode in='SourceGraphic'/></feMerge></filter></svg>#drop-shadow");
    -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#444')";
    filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#444')";
}


.title-icon{
	position: absolute;
	top: 0;
	left: 0;
}

h1.title{
	color: #002D6A;
	font-family: 'Ubuntu', sans-serif;
	font-style: italic;
	width: 350px;
	padding: 55px 0 5px;
	font-size: 30px;
	margin: 0 auto;
}

h2.subtitle{
	color: #57585a;
	font-family: 'Ubuntu', sans-serif;
	font-size: 26px;
	border-bottom: 3px solid #c0d62d;
	width: 400px;
	margin: 0 auto 10px;
}

.page-id-6 h2.subtitle{
	margin-bottom: 40px;
}

#servicios-urgencias h2.subtitle, #servicios-pruebas_psicodiagnosticas h2.subtitle{
	margin-top: 30px;
	margin-bottom: 40px;
}

#servicios-electroencefalograma h2.subtitle, #servicios-terapia_electroconvulsiva h2.subtitle{
	margin-top: 60px;
	margin-bottom: 40px;
}


#hsmt-vision h2.subtitle, #hsmt-mision h2.subtitle{
	margin-top: 60px;
}

.mini-content{
	margin: 0 auto;
	height: 400px;
}


.mini-content .scrollable{
	width: 450px;
	height: 400px;
	overflow-y: auto;
	margin: 0 auto;
	text-align: center;
	overflow-x: hidden;
}

.page-id-16 .mini-content .scrollable{
	height: 510px;
}

.icon-submenu{
	position: absolute;
	bottom: 0;
	right: 0;
}

.submenuicon:hover, .title-icon a:hover{
	cursor: pointer;
}

/*hospital-de-salud-mental-de-tijuana*/
.icon-submenu #mision{
	position: absolute;
	right: -120px;
	bottom: 240px;
}
.icon-submenu #vision{
	position: absolute;
	right: -100px;
	bottom: 150px;
}
.icon-submenu #valores{
	position: absolute;
	right: -63px;
	bottom: 67px;
}

.icon-submenu #instalaciones{
	position: absolute;
	right: 0px;
	bottom: 0px;
}


/* AGRADECIMIENTOS */
.icon-submenu #gubernamental{
	position: absolute;
	right: -100px;
	bottom: 150px;
}
.icon-submenu #proveedores{
	position: absolute;
	right: -63px;
	bottom: 67px;
}

.icon-submenu #consejo{
	position: absolute;
	right: 0px;
	bottom: 0px;
}

.icon-submenu #universidades{
	bottom: -50px;
	position: absolute;
	right: 75px;
}

#agradecimientos-medios .scrollable, #agradecimientos-proveedores .scrollable{
	margin-top: 50px;
}

#agradecimientos-gubernamentales .scrollable, #agradecimientos-universidades .scrollable{
	margin-top: 0;
	height: 450px;
}

#agradecimientos-consejo .scrollable{
	margin-top: 10px;
	height: 420px;
}
#agradecimientos-consejo .scrollable p{
	margin-bottom: 10px;
	margin-top: 10px;
}
#agradecimientos-consejo .scrollable ul li{
	list-style: none;
	font-size: 14px;
}

#agradecimientos-medios .scrollable img, #agradecimientos-gubernamentales .scrollable img, #agradecimientos-proveedores .scrollable img, #agradecimientos-consejo .scrollable img, #agradecimientos-universidades .scrollable img{
	display: inline-block;
	vertical-align: middle;
	margin: 20px 7px;
}

#agradecimientos-gubernamentales .scrollable img{
	margin: 7px;
}





/* SERVICIOS */
.page-id-89 .icon-submenu{
	right: 34PX;
}

.icon-submenu #urgencias{
	position: absolute;
	right: -52px;
	bottom: 506px;
}

.icon-submenu #hospitalizacion{
	position: absolute;
	right: -93px;
	bottom: 425px;
}
	
.icon-submenu #consulta_externa{
		position: absolute;
		right: -117px;
		bottom: 333px;
}

.icon-submenu #cuidados_especiales{
	position: absolute;
	right: -120px;
	bottom: 240px;
}
.icon-submenu #ninos_y_adolescentes{
	position: absolute;
	right: -100px;
	bottom: 150px;
}
.icon-submenu #hospital_de_dia{
	position: absolute;
	right: -63px;
	bottom: 67px;
}

.icon-submenu #electroencefalograma{
	position: absolute;
	right: 0px;
	bottom: -5px;
}

.icon-submenu #terapia_electroconvulsiva{
	position: absolute;			
	right: 73px;
	bottom: -59px;
}
.icon-submenu #pruebas_psicodiagnosticas{
	position: absolute;		
	right: 159px;
	bottom: -90px;
}




.ninja-forms-required-items{
	display: none;
}

body .ninja-forms-cont label{
	text-align: left;
	color: #0096d7;
	margin: 0;
}

#ninja_forms_field_4_div_wrap{
	float: left;
}

#ninja_forms_field_5_div_wrap{
	float: left;
	margin: 16px 0 0 20px;
}

#ninja_forms_field_5_div_wrap input, .boton-azul, .boton-azul:hover, .boton-azul:active, .boton-azul:visited, .boton-azul:focus{
	background: #0096d7;
	color: white;
	font-weight: bold;
	padding: 7px 20px;
	border: 0;
	text-decoration: none;
}

body .ninja-forms-cont textarea{
	height: 80px;
}


.page-id-54 .scrollable{
	width: 370px;
	height: 530px;
	
}

body .field-wrap.label-above{
	margin-bottom: 10px;
}




#mainmenu-holder{
	width: 492px;
	margin: -20px 0 0;
	float: left;
}
#mainmenu-holder img{
	width: 110px;
	height: 110px;
}
#mainmenu-holder div, #minimenu div{
	display: inline-block;
	*display: inline;
	zoom: 1;
}

#minimenu{
	width: 260px;
	float: right;
text-align: center;
	
}



/*GALERIAS*/
.gallery-holder{
	text-align: center;
	width: 400px;
	margin: 50px auto 0;
	vertical-align: middle;
}
.gallery-archive{
	position: relative;
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 150px;
	height: 150px;
	margin: 0 10px;
}

.galeria_imagenes{
	text-align: center;
	width: 420px;
	margin: 50px auto 10px;
	display: none;
}

#set1.galeria_imagenes{
	display: block;
}

.galeria_imagenes a{
	display: inline-block;
	*display: inline;
	zoom: 1;
	margin: 5px;
}

.gallery-archive img, .galeria_imagenes img{
	-webkit-border-radius: 75px;
	-moz-border-radius: 75px;
	-ms-border-radius: 75px;
	-o-border-radius: 75px;
	border-radius: 75px;
}

.gallery-archive .description{
	position: absolute;
	top: 0;
	left: 0;
	width: 150px;
	height: 150px;
	z-index: 99999;
}

.gallery-archive .description td{
	width: 150px;
	height: 150px;
	vertical-align: middle;
	visibility: hidden;
}

.gallery-archive .description:hover td{
	visibility: visible;
}

.gallery-archive .description p{
    /* Fallback for web browsers that don't support RGBa */
    background-color: rgb(0,150,214);
    /* RGBa with 0.6 opacity */
    background-color: rgba(0,150,214, 0.6);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#990096D6, endColorstr=#990096D6);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#990096D6, endColorstr=#990096D6)";

	font-family: 'Ubuntu', sans-serif;
	font-style: italic;
	color: #fff;
	width: 148px;
	margin: 0 auto;
	text-align: center;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}

.prev-set:hover, .next-set:hover{
	cursor: pointer;
}

.prev-set{
	float: left;
}

.next-set{
	float: right;
}


button{
	outline:none;
    box-shadow:none;
}




/*TOUR VIRTUAL*/
#divPicId{
	height: 650px !important; 
	width: 100%; 
	margin: 0px auto 50px; 
	padding: 3px;
	border: 2px dashed #fff;
	border-left: 0;
	border-right: 0;
}



.holder{
position:absolute;
background-repeat: no-repeat;
}

.iconsholder{
	position: absolute; 
	z-index:99999999;
	width: auto;
}

.icontitle{
	font-family: 'Ubuntu', sans-serif;
	position: absolute; 
	width:auto; 
	text-align:center; 
	bottom: 80px; 
	left: -7px; 
	padding: 10px; 
	color: #0099ff; 
	background-color: #fff;  
	border-radius: 10px 10px 10px 10px;
	font-size: 18px;
	display: none;
}

.icontitle.touch{
	display: inline-block;
}

.after
{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: 38px;
	bottom: -25px;
	border: 15px solid;
	border-color: #fff transparent transparent #fff;
}

.menuleft{
	/*float: left;*/
}

.menuright{
	/*float: right;*/
}




/*LOADER*/

#circularG{
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
margin: auto auto;
width:42px;
height:42px}

.ie7 #circularG, .ie8 #circularG{
	display: none;
}

.circularG{
position:absolute;
background-color:#fff;
width:10px;
height:10px;
-moz-border-radius:6px;
-moz-animation-name:bounce_circularG;
-moz-animation-duration:0.56s;
-moz-animation-iteration-count:infinite;
-moz-animation-direction:linear;
-webkit-border-radius:6px;
-webkit-animation-name:bounce_circularG;
-webkit-animation-duration:0.56s;
-webkit-animation-iteration-count:infinite;
-webkit-animation-direction:linear;
-ms-border-radius:6px;
-ms-animation-name:bounce_circularG;
-ms-animation-duration:0.56s;
-ms-animation-iteration-count:infinite;
-ms-animation-direction:linear;
-o-border-radius:6px;
-o-animation-name:bounce_circularG;
-o-animation-duration:0.56s;
-o-animation-iteration-count:infinite;
-o-animation-direction:linear;
border-radius:6px;
animation-name:bounce_circularG;
animation-duration:0.56s;
animation-iteration-count:infinite;
animation-direction:linear;
}

#circularG_1{
left:0;
top:17px;
-moz-animation-delay:0.21s;
-webkit-animation-delay:0.21s;
-ms-animation-delay:0.21s;
-o-animation-delay:0.21s;
animation-delay:0.21s;
}

#circularG_2{
left:4px;
top:4px;
-moz-animation-delay:0.28s;
-webkit-animation-delay:0.28s;
-ms-animation-delay:0.28s;
-o-animation-delay:0.28s;
animation-delay:0.28s;
}

#circularG_3{
top:0;
left:17px;
-moz-animation-delay:0.35s;
-webkit-animation-delay:0.35s;
-ms-animation-delay:0.35s;
-o-animation-delay:0.35s;
animation-delay:0.35s;
}

#circularG_4{
right:4px;
top:4px;
-moz-animation-delay:0.42s;
-webkit-animation-delay:0.42s;
-ms-animation-delay:0.42s;
-o-animation-delay:0.42s;
animation-delay:0.42s;
}

#circularG_5{
right:0;
top:17px;
-moz-animation-delay:0.49s;
-webkit-animation-delay:0.49s;
-ms-animation-delay:0.49s;
-o-animation-delay:0.49s;
animation-delay:0.49s;
}

#circularG_6{
right:4px;
bottom:4px;
-moz-animation-delay:0.56s;
-webkit-animation-delay:0.56s;
-ms-animation-delay:0.56s;
-o-animation-delay:0.56s;
animation-delay:0.56s;
}

#circularG_7{
left:17px;
bottom:0;
-moz-animation-delay:0.63s;
-webkit-animation-delay:0.63s;
-ms-animation-delay:0.63s;
-o-animation-delay:0.63s;
animation-delay:0.63s;
}

#circularG_8{
left:4px;
bottom:4px;
-moz-animation-delay:0.7s;
-webkit-animation-delay:0.7s;
-ms-animation-delay:0.7s;
-o-animation-delay:0.7s;
animation-delay:0.7s;
}

@-moz-keyframes bounce_circularG{
0%{
-moz-transform:scale(1)}

100%{
-moz-transform:scale(.3)}

}

@-webkit-keyframes bounce_circularG{
0%{
-webkit-transform:scale(1)}

100%{
-webkit-transform:scale(.3)}

}

@-ms-keyframes bounce_circularG{
0%{
-ms-transform:scale(1)}

100%{
-ms-transform:scale(.3)}

}

@-o-keyframes bounce_circularG{
0%{
-o-transform:scale(1)}

100%{
-o-transform:scale(.3)}

}

@keyframes bounce_circularG{
0%{
transform:scale(1)}

100%{
transform:scale(.3)}
}




/* MEDIA */

@media all and (min-height: 700px){

	#inicioholder .botonprincipal{
		position: absolute;
	}

	#inicioholder .botonprincipal img{
		width: auto;
	}

	#inicioholder{
		width: 750px;
		height: 750px;
		position: relative;
		margin: 50px auto 0px;
	}

	#inicioholder .logo img{
		width: auto;
		height: auto;
	}
	
	#inicioholder .logo{
		position: absolute;
		left: 150px;
		top: 150px;
		bottom: initial;
		right: initial;
	}

	#bp-inicio{
		left: 291px;
		bottom: initial;
		right: initial;
		top: initial;
	}

	#bp-hsmt{
		top: 90px;
		left: 510px;
		bottom: initial;
		right: initial;
	}

	#bp-servicios{
		top: 291px;
		right: 0px;
		
		bottom: initial;
		left: initial;
	}
	#bp-donaciones{
		bottom: 60px;
		left: 525px;
		right: initial;
		top: initial;
	}
	#bp-agradecimientos{
		bottom: 0px;
		left: 291px;
		right: initial;
		top: initial;
	}
	#bp-tour{
		right: 510px;
		bottom: 90px;
		left: initial;
		top: initial;
	}
	#bp-galeria{
		top: 291px;
		left: 0px;
		bottom: initial;
		right: initial;
	}
	#bp-contacto{
		top: 90px;
		right: 510px;
		bottom: initial;
		left: initial;
	}
}


@media all and (min-width: 1340px) {
	#wrapper {
		min-width: 1340px;
	}
	#content {
		width: 1217px;
	}
	#content2{
		width: 1217px;
	}
	
	.page-logo-holder img{
		width: 300px;
		height: 300px;
	}
	.page-logo-holder{
		margin: 50px 140px 50px 0
	}
	#mainmenu-holder{
		margin: -116px 0 0;
	}
}


@media screen and (min-width: 1101px){
	.icon-submenu #urgencias{
			position: absolute;
			right: -117px;
			bottom: 333px;
	}

	.icon-submenu #hospitalizacion{
		position: absolute;
		right: -120px;
		bottom: 240px;
	}
	.icon-submenu #consulta_externa{
		position: absolute;
		right: -100px;
		bottom: 150px;
	}
	.icon-submenu #cuidados_especiales{
		position: absolute;
		right: -63px;
		bottom: 67px;
	}

	.icon-submenu #ninos_y_adolescentes{
		position: absolute;
		right: 0px;
		bottom: -5px;
	}

	.icon-submenu #hospital_de_dia{
		position: absolute;
		right: -203px;
		bottom: 291px;
	}

	.icon-submenu #electroencefalograma{
		position: absolute;
		right: -192px;
		bottom: 173px;
	}
	.icon-submenu #terapia_electroconvulsiva{
		position: absolute;
		right: -160px;
		bottom: 70px;
	}
	.icon-submenu #pruebas_psicodiagnosticas{
		position: absolute;
		right: -91px;
		bottom: -23px;
	}

}



@media screen and (min-width: 768px) and (max-width: 850px) {
	#mainmenu-holder{
		float: none;
		margin-left: auto;
		margin-right: auto;
		max-width: 492px;
		width: 100%;
	}
	
	#minimenu {
		/*width: 220px;*/
		float: none;
		margin: 0 auto;
	}
	
	.page-content-holder{
		float: none;
		max-width: 650px;
		width: 100%;
		margin: 50px auto 40px !important;
		height: auto;
	}
	
	.icon-submenu{
		left: initial;
		bottom: initial;
		right: initial;
		top: initial;
		width: 100%;
		position: initial;
		margin-top: 180px;
	}
	
	body .icon-submenu div.submenuicon{
		display: inline-block;
		float: none;
		position: initial !important;
		margin: 0 4px;
	}
}


@media screen and (min-width: 768px) and (max-width: 999px) {
	#wrapper {
		max-width: 768px;
		width: auto;
		min-width: 100%
	}
	#content {
		max-width: 768px;
		width: auto;
		min-width: 100%
	}
	#content2{
		max-width: 768px;
		width: auto;
		min-width: 100%
	}
	
	
	.page-logo-holder img{
		width: 200px;
		height: 200px;
	}
	.page-logo-holder{
		margin: 20px auto;
		float: none;
	}
	.page-content-holder{
		float: none;
	}
	
	.icon-submenu{
		left: 0;
		right: initial;
	}
	
	.icon-submenu #mision{
		position: absolute;
		left: 107px;
		bottom: -55px;
	}
	.icon-submenu #vision{
		position: absolute;
		left: 223px;
		bottom: -90px;
	}
	.icon-submenu #valores{
		position: absolute;
		left: 345px;
		bottom: -90px;
	}

	.icon-submenu #instalaciones{
		position: absolute;
		left: 461px;
		bottom: -55px;
	}
	
	
	.icon-submenu #gubernamental{
		position: absolute;
		left: 185px;
		bottom: -73px;
	}
	.icon-submenu #proveedores{
		position: absolute;
		left: 285px;
		bottom: -90px;
	}

	.icon-submenu #empresas{
		position: absolute;
		left: 385px;
		bottom: -73px;
	}
	
	.page-content-holder{
		margin: 30px auto 130px;
	}
}





	
	
	
	
	
	
@media screen and (max-width: 767px) {

	#wrapper {
		max-width: 767px;
		width: auto;
		min-width: 100%
	}
	#content {
		max-width: 767px;
		width: auto;
		min-width: 100%;
		padding-bottom: 100px;
	}
	#content2{
		max-width: 767px;
		width: auto;
		min-width: 100%
	}
	
	.round-bg{
		display: none;
	}
	
	.page-content-innerholder{
		background-image: url('diseno/circle.png');
		background-position: center top;
		background-repeat: no-repeat;
		min-height: 650px;
		height: auto;
	}
	
	.galeria_imagenes{
	width: 100%;
	margin: 0 auto;
	}
	
	.title-icon{
		position: absolute;
		top: -70px;
		margin: 0 auto;
		left: 0;
		right: 0;
	}
	
		
	#inicioholder .logo img, .page-logo-holder img{
		width: 200px;
		height: 200px;
	}
	#inicioholder .logo, .page-logo-holder{
		margin: 20px auto;
		float: none;
	}
	
	#inicioholder .logo{
		position: relative;
		top: initial;
		left: initial;
		right: initial;
		bottom: initial;
	}
	
	#inicioholder{
		height: auto;
		max-width: 492px;
		width: 100%;
	}
	
	#inicioholder .botonprincipal img{
		width: 110px;
		height: 110px;
	}
	
	
	.page-content-holder{
		float: none;
		max-width: 650px;
		width: 100%;
		margin: 50px auto 40px;
		height: auto;
	}
	
	.icon-submenu{
		left: initial;
		bottom: initial;
		right: initial;
		top: initial;
		width: 100%;
		position: initial;
		margin-top: 140px;
	}
	
	body .icon-submenu div.submenuicon{
		display: inline-block;
		float: none;
		position: initial !important;
		margin: 0 4px;
	}
	
	.mini-content .scrollable{
		max-width: 450px;
		width: 100%;
	}
	
	.page-id-54 .scrollable{
		max-width: 370px;
		width: 100%;
	}
	
	#mainmenu-holder{
		float: none;
		margin-left: auto;
		margin-right: auto;
		max-width: 492px;
		width: 100%;
	}
	
	#minimenu {
		/*width: 220px;*/
		float: none;
		margin: 0 auto;
	}
	
	.page-id-4 #minimenu{
		float: right;
		margin: 0 50px 0 auto;
	}
	
	.page-id-4 #mainmenu-holder{
		margin: 0px 0px -150px 50px;
	}
	
	.page-id-4 #content2{
		max-width: 9999px;
	}
	
	
	footer{
		height: auto;
	}
	
	h1.title{
		max-width: 350px;
		width: 100%;
		font-size: 20px;
		margin: 0 auto;
		height: 120px;
	}
	
	h2.subtitle{
		font-size: 18px;
		max-width: 400px;
		width: 100%;
	}
	
	/*
	.page-id-4 #mainmenu-holder{
		float: none;
		margin: 0 auto;
	}
	
	
	#divPicId{
		overflow: scroll!important;
		overflow-x: auto!important;
		overflow-y: hidden!important;
	}*/
	
	#inicioholder div.botonprincipal{
	position: relative;
	top:initial;
	left:initial;
	right: initial;
	bottom: initial;
	display: inline-block;
	*display: inline;
	zoom: 1;
	}
	
	.gallery-holder{
		max-width: 400px;
		width: 100%;
	}
	
}