﻿/* Font */
@font-face {
   font-family: 'open_sansregular';
   src: url('/_catalogs/masterpage/Salud/fonts/OpenSans-Regular-webfont.eot');
   src: url('/_catalogs/masterpage/Salud/fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('/_catalogs/masterpage/Salud/fonts/OpenSans-Regular-webfont.woff') format('woff'),
        url('/_catalogs/masterpage/Salud/fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
        url('/_catalogs/masterpage/Salud/fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
   font-weight: normal;
   font-style: normal;
}

body,
h1,h2,h3,h4,h5,h6,
.ms-core-listMenu-verticalBox > .ms-core-listMenu-root > li > .ms-core-listMenu-item, .ms-core-listMenu-verticalBox > .ms-core-listMenu-root > li > .ms-core-listMenuEdit, .ms-core-listMenu-heading, .ms-tv-header, .ms-core-navigation,
.ms-rtestate-field p, p.ms-rteElement-P,.ms-rteStyle-Normal,.ms-rteThemeFontFace-1,.ms-rteThemeFontFace-2
{font-family: 'open_sansregular', "Segoe UI",Arial,sans-serif !important;color:#4a4a4a;}






/*bootstrap resets for SharePoint */
body,
{
  margin: 0;
  font-size: 13px;
  font-size: 20px;
  line-height: 20px;
  padding:0;
  height:100%;
}
#contentContainer img
{
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,.1);
	-moz-box-shadow:0 1px 2px rgba(0,0,0,.1);
	box-shadow:0 1px 2px rgba(0,0,0,.1);
}

/**** body  ****/
#s4-bodyContainer
{
	background:#f2f2f2;
	padding-bottom:0px;
}

#mainbody
{
	background:#fff;
	margin-left:0;
	
}
.systemContent /* system master page content */
{
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,.1);
	-moz-box-shadow:0 1px 2px rgba(0,0,0,.1);
	box-shadow:0 1px 2px rgba(0,0,0,.1);
}

#pl-sidebarRight .span9
{
	background:#fff; 
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,.1);
	-moz-box-shadow:0 1px 2px rgba(0,0,0,.1);
	box-shadow:0 1px 2px rgba(0,0,0,.1);
}
#mainbody span div#pl-sidebarRight{background:#f2f2f2;}

#pl-sidebarRight .bannerZone
{
	padding:0;
	background:#f2f2f2;
}
.bannerContent
{
	margin-bottom: -60px;
	/*
	z-index: 0;
	position: relative;*/
}


.bannerContent .ms-SPZoneLabel{padding-top:100px;}
.bannerContent img 
{
	/*margin:0 !important;*/
	margin:-75px 0px 0px 0px !important; 
	-webkit-box-shadow:none !important;
	-moz-box-shadow:none !important;
	box-shadow:none !important;
}
.bannerContent  .ms-webpart-chrome-vertical
{	
	margin-bottom:0px;
}


/*This will work for firefox*/
@-moz-document url-prefix() 
{
	.bannerContent
		{
		    /*top:-19px;*/
		   /* margin-top: -94px;*/
		}
}


.bannerTitle
{
	/*height:50px;*/
	min-height:50px;
	margin-bottom:25px;
	z-index: 1;
	position: relative;
	background-color: rgb(255, 255, 255);
    /* RGBa with 0.6 opacity */
    background-color: rgba(255, 255, 255, 0.8);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}
.bannerTitle .ms-rtestate-field h2{padding-top:10px;}

.bannerTitle .contentArrow
{
	background: url("../img/icons/flecha_desplegar.png")no-repeat left top;
	height:19px;
	width:17px;
	position:relative;
	float:right;
	top:-20px;
	
}
.mainContent
{
	position:relative;
	top:40px;
	margin-bottom:50px;
}
aside
{
	background:#f2f2f2;
	height:100%;
}
/**** END body  ****/

*, *:before, *:after {
	-moz-box-sizing: content-box; /*border-box causes many issues with SP*/
}
* [class^="span"], * [class^="span"]:before, , * [class^="span"]:after {
	-moz-box-sizing: border-box;
}

img {
	max-width: none;
	width: auto;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

* [class^="span"] img {
	max-width: 100%; /*for images inside span grid*/
}
#scriptWPQ2 img, img.ms-webpart-menuArrowImg, #applist img, .ms-cui-ctl img {
	width: auto; /*within a span may still need to have width of image not 100% for SP2013 OOTB features/imges*/
	max-width: none;
}
img[src*="/_layouts/15/images/spcommon.png"] {
	max-width:none !important;
}
.row-fluid [class*="ms-selectitem-span"]{
	width:10px;
	display: inline-block;
	float: none;
	height: 10px;
	min-height: 0;
} 
.row-fluid [class*="ms-updatelink-span"]{
	width:16px;
	display: inline-block;
	float: none;
	height: 16px;
	min-height: 0;
}
select, input[type="file"] {
    height: auto;
    line-height: 20px;
}
label {
    display: inline-block;
    margin-bottom: 0px;
}
.ms-siteactions-imgspan {
	float: none;
	margin: 0px;
}
.navbar-inner {
	padding: 0px;
}
/*end bootstrap resets*/

/*template styles*/
/* ribbon*/ 
#s4-ribbonrow [class*="span"] {
    float: none;
    margin-left: 0px;
	line-height: 1em;
}
#pageStatusBar[class], .ms-status-msg {
	margin-bottom: 0px;
}
#suiteBarLeft {
    background-color: #0088CC;
}
.ms-ToolPaneOuter
{
	z-index:99999;
	position:absolute;
}
.ms-cui-dd-text, input.ms-cui-cb-input, input[type="text"].ms-cui-cb-input {
    border-color: #D3D6D9;
    border-image: none;
    border-style: solid;
    border-width: 1px 0 1px 1px;
    cursor: default;
    display: block;
    height: 14px;
    padding: 3px 7px 2px;
    white-space: nowrap;
    font-size: inherit;
}

/* General */
.fl{float:left;}
.fr{float:right;}
.noBullets{list-style:none;}
.noBackground{background-color:transparent !important;}
.grayBackground{background:#f2f2f2;}
.content-padding{padding:10px 20px;}
#pl-sidebarRight .span9:nth-child(2){padding-top:0;} /* For content below banner */
.vertCenter{bottom:0;height:58px;margin:auto;position:absolute;top:0;right:20px;width:290px;}	/* Search box vertically centered */

/*header*/
.header {margin-top: 10px;position:relative;}
.headtitle {margin-left: 10px;}
#pageTitle {margin: 0px 0px 5px;font-size: 16px;}
.ms-siteicon-a,.ms-siteicon-img{max-width:330px;max-height:100px; padding-left:10px; padding-bottom:10px;}

#portalTitle-Collapse /* Logo (collapsed menu) */
{
	background-image: url("/_catalogs/masterpage/Salud/img/logos/logoSalud-small.png") !important;
	background-position:left center;
	background-repeat: no-repeat;
	outline: medium none !important;
	text-decoration: none !important;
	/*margin-top: 10px;*/
	display: block;
	height: 40px;
	transition: opacity 0.5s ease 0s;
	padding-left:45px;
	color:#fff;
	font-weight:bold;
}
.logo-mobile 
{
	width:300px;
	margin-left:auto;
	margin-right:auto;
	/*padding-left:100px;*/
	padding-left:20%;
	padding-top:10px;
	margin-bottom:-20px;
}

/* breadcrumb*/
ul.s4-breadcrumb {margin-bottom: 5px;}
ul.s4-breadcrumb, ul.s4-breadcrumb ul {
	margin: 0px 0px 2px;
	margin-bottom: 5px;
	list-style: none inside none;
	display: inline-block;
}
ul.s4-breadcrumb .s4-breadcrumb-arrowcont {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: transparent url('../img/icons/glyphicons-halflings.png') no-repeat -262px -92px;
}
ul.s4-breadcrumb .s4-breadcrumb-arrowcont img {display: none !important;}
ul.s4-breadcrumb > li:first-child > span.s4-breadcrumb-arrowcont {display: none;}
ul.s4-breadcrumb a.s4-breadcrumbCurrentNode {color: #000;}
/* end breadcrumb*/

/*search box*/
.ms-srch-sb{background-color:#ededed;padding:15px;}
.ms-srch-sb-border, .ms-srch-sb-border:hover, .ms-srch-sb-borderFocused {border: none;}
.ms-srch-sb > .ms-srch-sb-searchLink {margin: 3px 0 0 1px;}
.ms-srch-sb > .ms-srch-sb-searchLink:hover {background: transparent none;}
.ms-srch-sb > input {margin: 0px;background-color:transparent;border:none;box-shadow:none;font-style:italic; color:#929292;}
/*end search box*/
/*end header*/

/*top nav */
/* Hide Home page */  
.ms-core-listMenu-horizontalBox li.static > a{display: none !important;} 
.ms-core-listMenu-horizontalBox li.static > ul a{display: block !important;}

.nav ul {
	margin: 0px;
}
.nav li {
	list-style: none inside none;
	position: relative;
}
.navbar-inverse .brand, .navbar-inverse .nav li.static > a {
    color: #999999;
   /* text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);*/
}
.nav.ms-core-listMenu-horizontalBox li.static > a {
    color: #ffffff;
    float: none;
    padding: 10px 15px;
    text-decoration: none;
    margin: 0px;
    border: none;
}
.ms-core-listMenu-horizontalBox .dynamic-children.additional-background {
    margin: 0px;
}
.nav li.static > .ms-core-listMenu-item {
	margin: 0px 15px 9px 0px;
}
/* original dropdown menu*/
/*.nav .listMenu-display ul.dynamic {
	margin-top: 5px;
	top: 35px !important;
	left: 0px !important;
	width: 145px !important;
	display: none;
}*/

.nav .listMenu-display ul.dynamic 
{
	padding:0;
	margin-top: 5px;
	margin-left:0;
	top: 35px !important;
	left: 0px !important;
	width: 250px !important;
	/*border:1px dotted #ffa86d; !important;*/
	/*box-shadow: 0px 1px 1px 0px #ddd;*/
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,.1);
	-moz-box-shadow:0 1px 2px rgba(0,0,0,.1);
	box-shadow:0 1px 2px rgba(0,0,0,.1);
	display: none;
	z-index:99999;
	
}

.navbar-inverse .nav li.static > a.selected,
.navbar-inverse .nav li.static > a:hover {
    /*box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125) inset;*/
	background:#ffa86d;
    color:#ffffff;
    text-decoration: none;
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,.1);
	-moz-box-shadow:0 1px 2px rgba(0,0,0,.1);
	box-shadow:0 1px 2px rgba(0,0,0,.1);
}

.navbar-inverse .nav li.static > a.selected:before{
	content:"";
    display:block;
    width:0;
    border:10px solid #ffa86d;
    border-color:#ffa86d transparent transparent transparent;
    position:absolute;
    top:100%;
    left:50%;
    margin-left:-10px;
}

#topnavbar > .navbar-inner > .container {
	background-color: #f7893f;
	margin: 0px;
	-webkit-box-shadow:0 2px 4px rgba(0,0,0,.1);
	-moz-box-shadow:0 2px 4px rgba(0,0,0,.1);
	box-shadow:0 2px 4px rgba(0,0,0,.1);
}
/*edit nav nodes inline*/
.ms-core-listMenu-horizontalBox > .ms-core-listMenu-root > .ms-listMenu-editLink {
    margin-left: 0px;
}
.ms-navedit-editLinksText {
	display: block;
}
.nav.ms-core-listMenu-horizontalBox .ms-navedit-editLinksText > span > .ms-metadata {
    color: #eee;
}
.nav.ms-core-listMenu-horizontalBox .ms-navedit-editLinksText .ms-verticalAlignMiddle {
    vertical-align: inherit;
}
.ms-navedit-editLinksIconWrapper {
    margin-bottom: -3px;
}
.nav.ms-core-listMenu-horizontalBox li.static > span .ms-core-listMenuEdit .ms-navedit-linkCell,
.nav.ms-core-listMenu-horizontalBox li.static > .ms-core-listMenuEdit .ms-navedit-linkCell {
	padding: 0px;
}
.ms-core-listMenu-horizontalBox li.static > .ms-core-listMenuEdit .ms-navedit-deletelinkCell {
    padding-right: 0px;
}
.nav.ms-core-listMenu-horizontalBox .ms-navedit-editLinksText,
.nav.ms-core-listMenu-horizontalBox a.static.ms-navedit-dropNode,
.nav.ms-core-listMenu-horizontalBox div.ms-navedit-hiddenAppendArea {
    color: #eee;
    float: none;
    padding: 10px 15px;
    text-decoration: none;
    margin: 0px;
    border: none;
    width: auto;
}
.ms-navedit-hidespan {
	margin: 0px;
}
.nav.ms-core-listMenu-horizontalBox .ms-navedit-addNewLink {
	padding: 10px;
	margin-top: 0px;
}
.nav.ms-core-listMenu-horizontalBox .ms-navedit-editButton {
	margin-top: 10px;
	margin-bottom: 10px;
}
/*end edit nav nodes inline*/
/*end top nav */

/*left nav */
#sideNavBox {
    float: none;
	margin: 0px;
	/*background:#f2f2f2;*/
}
#sideNavBox.span3 {
    float: left;
    /*width: 23.4043%;*/
	width:302px;
}

#sideNavBox ul {margin: 0px;}
#sideNavBox .ms-core-listMenu-item, 
#sideNavBox .ms-core-listMenu-item:link, 
#sideNavBox .ms-core-listMenu-item:visited, 
#sideNavBox .ms-tv-item:link, 
#sideNavBox .ms-tv-item:visited, 
#sideNavBox .ms-tv-header:link, 
#sideNavBox .ms-tv-header:visited
{
	color:#787878;
	font-weight:bold;
	/*padding-left:13px !important;*/
}

#sideNavBox .ms-core-listMenu-selected:link, 
#sideNavBox .ms-core-listMenu-selected:visited, 
#sideNavBox .ms-core-listMenu-selected, 
#sideNavBox li > a.ms-core-listMenu-item.ms-core-listMenu-selected:hover {
    background-color: #ffffff;
    color: #2d2d2d;
    border-left:3px #f7893f solid;
   /* padding-left:19px !important;*/
    font-weight:bold;
	box-shadow:0 2px 4px rgba(0,0,0,0.1);
}

#sideNavBox li > a.ms-core-listMenu-item:hover{
    background-color:transparent;
	color: #2d2d2d !important;
}
/*end left nav */

/* Main content container */
#contentContainer
{background-color:#f2f2f2;}

/* main content areas */
div.table { margin: 0px;}/*added by design manager admin page, ruins rd layout*/
.container-fluid .ms-table {display: inherit;}
.container-fluid .tableCol-75 {display: inherit;}
#ms-core-tableNoSpace {display: block;}

/*** Start Ribbon Styles (for user to choose from when editing page) ***/
/* Text Styles */
/* Content Title 1 */
.ms-rteStyle-ContentTitle{-ms-name:"Content Title"; color:#252525; font-weight:bold;}

/* Page Elements (h1, h2, etc...) */
h1,h2,h3,h4,h5,h6{padding:2px 0;font-weight:bold;text-rendering: optimizelegibility;}
.ms-rtestate-field h1, h1.ms-rteElement-H1,h1.ms-rteElement-H1B{font-size:22px;}
.ms-rtestate-field h2, h2.ms-rteElement-H2,h2.ms-rteElement-H2B{font-size:19px;}
.ms-rtestate-field h3, h3.ms-rteElement-H3,h3.ms-rteElement-H3B{font-size:16px;}
.ms-rtestate-field h4, h4.ms-rteElement-H4,h4.ms-rteElement-H4B{font-size:13px;}
.ms-rtestate-field h1, h1.ms-rteElement-H1,.ms-rtestate-field h2, h2.ms-rteElement-H2,.ms-rtestate-field h3, h3.ms-rteElement-H3,
.ms-rtestate-field h4, h4.ms-rteElement-H4{color:#f7893f;}
h1.ms-rteElement-H1B,h2.ms-rteElement-H2B,h3.ms-rteElement-H3B,h4.ms-rteElement-H4B{color:#2d2d2d;}
/*** End Ribbon Styles ***/

/* Page Title */
[data-name="Page Field: Title"]{padding:0 20px;}
[data-name="Page Field: Title"] input{width:90%;}

/* Anchor Links */
ul.anchorLinks{width:100%;list-style:none;float:right;}
.anchorLinks a, .anchorLinks a:hover{color:#ffffff;}
.anchorLinks li
{
	background-color:#ffa86d;
	padding:5px;
	border-bottom:1px #f2f2f2 solid;
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,.1);
	-moz-box-shadow:0 1px 2px rgba(0,0,0,.1);
	box-shadow:0 1px 2px rgba(0,0,0,.1);
}
.anchorLinks li:hover{background-color:#f7893f;}
.anchorLinks li:last-child{border-bottom:none;}

/* Web part Titles */
.ms-webpart-titleText{font-size:16px !important;color:#2d2d2d !important;}

/* Extras */
#Ribbon\.EditingTools\.CPEditTab\.Font\.Fonts-Medium{display:none;} /* Hides just font dropdown */
/*** END Ribbon Styles ***/

/*site settings*/
/*Settings page - Add app page*/
#idStorefrontManagementLeftNavBar.ms-core-sideNavBox-removeLeftMargin {
	margin-left: 0;
}
a.ms-storefront-selectanchor, a.ms-storefront-selectanchor:link, a.ms-storefront-selectanchor:visited {
	clear: both;
	width: auto;
}
/*end site settings*/

/*web part zones*/
* [class^="span"] .ms-webpart-zone, * [class^="span"] .ms-webpart-cell-vertical, * [class^="span"] .ms-webpart-chrome-vertical {
    display: block; /*forces zone to stay within confines of responsive zone*/
}
* [class^="span"] .ms-WPBody > table, * [class^="span"] .ms-WPBody > table > tbody, * [class^="span"] .ms-WPBody > table > tbody > tr, * [class^="span"] .ms-WPBody > table > tbody > tr > td {
	display: block;
	width: 100%;
}
* [class^="span"] .ms-WPBody > table img {
	width: 100%; /*reset back to bootstrap for web part images*/
}
.ms-SPZone.ms-webpart-zone {
    padding: 5px;
}
.ms-SPZone > .s4-wpcell, .ms-SPZone > .s4-wpcell-plain, .ms-rtestate-write > .ms-rte-wpbox > div > .s4-wpcell, .ms-rtestate-write > .ms-rte-wpbox > div > .s4-wpcell-plain {
    padding: 5px 5px 10px;
}
/*web part properties*/
.ms-ToolPaneBody select, .ms-ToolPaneBody textarea, .ms-ToolPaneBody input[type="text"], .ms-ToolPaneBody input[type="password"], .ms-ToolPaneBody input[type="datetime"], .ms-ToolPaneBody input[type="datetime-local"], .ms-ToolPaneBody input[type="date"], .ms-ToolPaneBody input[type="month"], .ms-ToolPaneBody input[type="time"], .ms-ToolPaneBody input[type="week"], .ms-ToolPaneBody input[type="number"], .ms-ToolPaneBody input[type="email"], .ms-ToolPaneBody input[type="url"], .ms-ToolPaneBody input[type="search"], .ms-ToolPaneBody input[type="tel"], .ms-ToolPaneBody input[type="color"], .ms-ToolPaneBody .uneditable-input {
	margin-bottom: 0px;
	width: auto;
	height: auto;
	line-height: 20px;
}
.ms-ToolPaneBody label {
	display: inline-block;
	margin-bottom: 0px;
}
/*end web part properties*/

/*Gallery Grid in Banner/Homepage2*/
ul.three-up {
	display: block;
	overflow: hidden;
	margin: 0 -8px;
	padding: 0;
}
ul.three-up > li {
	display: block;
	float: left;
	height: auto;
	margin: 0 8px 8px;
	width: 27%;
	list-style: none;
}
ul.three-up > li:nth-child(3n+1) {
	clear: none;
}
/*end web part zones*/
/* end main content areas */
/*Fullscreen*/
.ms-fullscreenmode #mainbody {
	margin-left: 0px;
	width: 100%;
}

/* Footer */
footer .span3{padding:20px; margin-bottom:10px;}
footer h5{color:#ffffff;}

.footerContainer{
	background-color: #2d2d2d;
	color:#6a6a6a;
	/*text-align:center;*/
}
.footerContainer li
{
	list-style:none;
	padding:0;
}
.footerContainer ul{margin:0;}
.footerContainer a:link,
.footerContainer a:active,
.footerContainer a:focus,
.footerContainer a:visited
{
	color:#6a6a6a;
	text-decoration:none;
}
.footerContainer a:hover{color:#d6d6d6;}
footer div img
{
	position:relative;
	/*left:25%;*/
}
.icon
{	
	height: 30px;
	padding-left: 40px;
	padding-top: 7px;
	margin-top: 5px;
	display: inline-block;

}
.phone	{background: url("../img/icons/phone.png")no-repeat left top;}
.email	{background: url("../img/icons/email_normal.png")no-repeat left top;}
.map	{background: url("../img/icons/map-location.png")no-repeat left top;}

.social
{
	background-position: top center;
	background-repeat: no-repeat;
	padding-left:10px;
	width: 35px;
	height: 35px;
	display: inline-block;
	text-indent: -9999px;
	text-align: none !important;
}
.Facebook{background: url("../img/icons/fb_normal.png")no-repeat left top;}
.Twitter{background: url("../img/icons/twitter_normal.png")no-repeat left top;}
.YouTube{background: url("../img/icons/YouTube1.png")no-repeat left top;}


.social-top-bar{
    width: 162px;
    float: left;
    padding-top: 5px;
    padding-left: 10px;
/*	position: fixed;
    top: 5px;
    z-index: 1000;
    padding-left: 25%;*/
}
.social-top-bar .social{
	width: 30px;
	height: 30px;
}


/********** enlaces importantes ****************/
.enlaces-importantes
{
	float:right;
	width:200px;
}
.enlaces-importantes img
{
	box-shadow:none !important;
}

.enlaces-importantes ul
{
	list-style:none;
	margin:0;
	padding:0;
}
.enlaces-importantes ul li
{
	background:#f1ad1d;
	height:40px;
	max-width:190px;
	margin-bottom:10px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,.1);
	-moz-box-shadow:0 1px 2px rgba(0,0,0,.1);
	box-shadow:0 1px 2px rgba(0,0,0,.1);	
}
.enlaces-importantes ul li .item
{
	padding:0;
	margin:0;
}
.enlaces-importantes ul li a
{
	color:#fff;
	font-weight:400;
	
}
.enlaces-importantes ul li .link-item
{
	padding-top:10px;
	line-height:1.2em;
}
.enlaces-importantes ul li:hover,
.enlaces-importantes ul li a:hover
{
	background:#f7893f;
	text-decoration:none !important;
}

/* Dynamic Map */
#map
{
	left:0;
}
#map svg
{

	-ms-transform: scale(0.8);  /* IE 9 */
    -webkit-transform: scale(0.8); /* Chrome, Safari, Opera */
    transform: scale(0.8);
	/*padding-right:400px;*/
	margin-left:-225px;
	margin-top:-200px;
	margin-bottom:-100px;
	
}

table.tableRegiones tr,
table.centrosVacunacion tr
{
	border-bottom:1px #E4E4E4 solid;
}
table.tableRegiones td,
table.centrosVacunacion td
{

	vertical-align:top;
	/*white-space:normal;*/
	padding:10px;
	width:25%;
}

/* End Dynamic Map */

/* Dynamic Directory */


#Directory .department
{
	width:100%;
	position:relative;
	float:left;
	-webkit-box-shadow: 0px 1px 0px 0px rgba(50, 50, 50, 0.14);
	-moz-box-shadow:0px 1px 0px 0px rgba(50, 50, 50, 0.14);
	box-shadow: 0px 1px 0px 0px rgba(50, 50, 50, 0.14);
	
}
.directoryProfile
{	
	background:#f5f5f5;
	width:260px;
	height:120px;
	padding:10px;
	margin:10px;
	float:left;
	border-radius:2px;
	-webkit-box-shadow:0 1px 1px 1px rgba(50, 50, 50, 0.14); 
	-moz-box-shadow:0 1px 1px 1px rgba(50, 50, 50, 0.14);
	box-shadow: 0 1px 1px 1px rgba(50, 50, 50, 0.14);
}
.name
{
	font-size:14px;
	font-weight:bold;
	margin:2px;
	color:#252525;
	
}
.position{margin:2px;color:#f7893f;}
.phoneWork{	margin:2px;color:#4a4a4a;}
.phoneExtension{color:#4a4a4a;float:right;padding-right:180px;}
.phoneMobile{margin:2px;color:#4a4a4a;}
.phoneFax{margin:2px;color:#4a4a4a;}
.directoryEmail{margin:2px;color:#4a4a4a;}
.showDirectory 
{
	cursor: pointer;
	text-decoration:none !important;
	border-bottom:#ddd 1px solid;
	
}
/* End Dynamic Directory */ 

/*end template styles */

/*responsive*/
@media (min-width: 1200px) {
	.row-fluid [class*="span"] {
	   /* margin-left: 2.12766%; /*the % set in bootstrap is too wide, breaks layouts 
		margin-right:2%;*/
	}

	#contentContainer
	{
		padding-top:40px;
	}
	aside.span9{
		
	position: absolute;
	top: 0;
	right: 0;
	}
.nav .listMenu-display ul.dynamic 
{
	/*border:3px solid #f7893f;*/
	/*border-top:none;*/
	border:none;
}
.nav .listMenu-display ul.dynamic li
{
	padding-top:5px;
	padding-bottom:5px;
	/*border-bottom:1px dotted #f7893f;*/
	border-bottom:1px solid #f5f5f5;
	/*border-left:3px solid transparent;*/
}

.nav .listMenu-display ul.dynamic li a
{
	padding:2px 10px 2px 12px;
}

.nav .listMenu-display ul.dynamic li:hover > a
{
	color:#FFFFFF;
}
.nav .listMenu-display ul.dynamic li:hover 
{
	/*border-left:3px #f7893f solid;*/
	background-color:#ffa86d;
	border-bottom:1px solid transparent;
	/*box-shadow:0 3px 8px rgba(0, 0, 0, 0.125) inset;*/
	box-shadow:0 2px 2px rgba(0, 0, 0, 0.125);
}

.nav .listMenu-display ul.dynamic ul.dynamic {
	margin: 0px;
	top: 0px !important;
	left: 145px !important;
}
.ms-core-listMenu-horizontalBox .dynamic-children.additional-background
{
	background:none;
}

}
@media (max-width: 1199px) {	
	#sideNavBox.span3 {
    float: left;
    width: 25.5043%;
	/*width:302px;*/
}
	#contentContainer
	{
	padding-top:40px;
	}

}
@media (min-width: 979px){
	
/**********  Mozaic Menu ******************/
.mozaic-menu
{
                width:200px;
				max-height:480px;
				padding-bottom:20px;
				float:right;
}
.mozaic-menu ul
{
                padding:0;
                margin:0;
				list-style:none;
				max-height:480px;
}
.mozaic-menu ul li
{
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,.1);
	-moz-box-shadow:0 1px 2px rgba(0,0,0,.1);
	box-shadow:0 1px 2px rgba(0,0,0,.1);
}
.mozaic-menu ul li a
{
                color:#ffffff;
                font-size:13px;
                text-decoration:none;
}

.mozaic-menu ul li:first-child
{
    width: 200px;
    height: 0;
    border-top: 140px solid #f7893f;
    border-left: 0px solid transparent;
    border-right: 0px solid transparent;
}
.mozaic-menu ul li:first-child:hover
{
                border-top: 140px solid #f1ad1d;
}
.mozaic-menu ul li:first-child a
{
                position:relative;
                top:-100px;
                z-index:200;
                padding-left:20px;
}

.mozaic-menu ul li:nth-child(2) 
{
                height:40px;
                border-top: 140px solid transparent;
                border-right: 200px solid #f6a46d;
                border-bottom: 0px solid transparent;
                position: relative;
                top: -140px;
}
.mozaic-menu ul li:nth-child(2):hover
{
                border-right: 200px solid #f1ad1d;
}

.mozaic-menu ul li:nth-child(2) a
{
                position:absolute;
                z-index:200;
                padding-left:50px;
                top:-20px;
}

.mozaic-menu ul li:nth-child(3) 
{
                height: 50px;
                border-left: 0px solid transparent;
                border-right: 200px solid #875a3c;
                border-bottom: 200px solid transparent;
                position: relative;
                top: -140px;
}
.mozaic-menu ul li:nth-child(3):hover
{
                border-right: 200px solid #f1ad1d;
}
.mozaic-menu ul li:nth-child(3) a
{
                position:absolute;;
                z-index:200;
                padding-left:80px;
                top:50px;
}
.mozaic-menu ul li:nth-child(4)
{
                border-top: 190px solid transparent;
                border-left: 200px solid #ea6c35;
                border-bottom: 0px solid transparent;
                position: relative;
                top: -350px;
                height: 50px;
                /*width: 200px;*/
}
.mozaic-menu ul li:nth-child(4):hover
{
                border-left: 200px solid #f1ad1d;
}
.mozaic-menu ul li:nth-child(4) a
{
                position:absolute;
                z-index: 200;
                margin-left: -150px;
                top: -50px;
                left: -20px;
}

.mozaic-menu li:before{display:none !important;}
	
}
@media (max-width: 979px) {
	/*bootstrap issues*/
	#mainbody
	{
		margin-top:15px;
	}
	#contentContainer
	{
	padding-top:40px;
	}
	
	.ms-dialog > #contentContainer, .ms-dialog-nr > #contentContainer{padding-top:0;}
	
	#s4-bodyContainer
	{
		padding:0;
	}
	.container-fluid 
	{
  		padding-right: 0px;
  		padding-left: 0px;
  		*zoom: 1;
}
	.row-fluid [class*="span"] {
	    margin-left: 2.12766%; /*the % set in bootstrap is too wide, breaks layouts */
	}
	/*end bootstrap issues*/
	.ms-core-listMenu-horizontalBox ul, .ms-core-listMenu-horizontalBox li, .ms-core-listMenu-horizontalBox .ms-core-listMenu-item, .ms-core-listMenu-horizontalBox > ul > li > table {
	    display: block;
		z-index:9999;
		
	}
	.nav.ms-core-listMenu-horizontalBox li.static > a {
	    margin: 0 5px;
		/*border-top: 1px dotted #ffa86d;*/
		border-bottom: 1px solid #ffa86d;
	}
	.nav .listMenu-display ul.dynamic, .nav .listMenu-display ul.dynamic ul.dynamic {
		position: relative;
		width: 95% !important;
		left: auto !important;
		top: auto !important;
		margin: 0px 2.5%;
		padding: 0px;
		border: none;
		/*background: transparent none;*/
		background:#ffffff;
		box-shadow: none;
	}
	.nav .listMenu-display li.static.selected > ul.dynamic {
		display: block;
	}
	.ms-core-listMenu-horizontalBox .dynamic .dynamic-children.additional-background {
		background-image: url("/_layouts/15/images/menu-down.gif?rev=23");
	}
	.nav.ms-core-listMenu-horizontalBox li.dynamic > a {
	    /*border: medium none;*/
		/*border-top: 1px dotted #ffa86d;*/
		border-top:1px solid #f5f5f5;
	   /* color: #ffffff;*/
	    float: none;
	    margin: 0;
	    padding: 10px 15px;
	    text-decoration: none;
	}
	.nav.ms-core-listMenu-horizontalBox li.dynamic > a:hover {
	    background-color: #ffa86d;
	  	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.125);
	    color: #FFFFFF;
	    text-decoration: none;
	}
	.ms-core-listMenu-horizontalBox .dynamic-children.additional-background {
		width: 90%;
		padding-right: 5%;
		margin-right: 5%;
		display: block;
	}
	#ms-designer-ribbon
	{
		margin-top:40px;
	}
	.navbar-inverse .nav li.static > a.selected:before
	{
		border:none;
	}
	.ms-core-listMenu-horizontalBox .dynamic-children.additional-background
	{
		background-image: url("../img/arrow-down.png");
		background-repeat: no-repeat;
		background-position: right;
	}
	
	/* search icon */
	.mobile-search-button
	{
		background-image: url("../img/icons/search-icon-mobile.png");
		background-position: top right;
		background-repeat: no-repeat;
		outline: medium none;
		text-decoration: none;
		margin-top: 0px;
		display: block;
		height: 24px;
		text-indent: -9999px;
		transition: opacity 0.5s ease 0s;
		width: 24px;
		float: right;
		position: relative;
		top: -15px;
		margin-right: 20px;	
	}
	.search-drawer 
	{
		display: none;
		overflow: hidden;
		position: relative;
		top: -17px;
		width: 100%;
		margin-top: 0px;
		z-index: 10;
	}
	.search-drawer #SearchBox
	{
		/*width: 100%;*/
		padding-left: 2%;
		padding-right: 2%;
		padding-top: 20px;
	}
	.ms-srch-sb
	{
		padding:10px;
		width:92%;
	}
	.ms-srch-sb > input
	{
		width:85%;
	}
	.ms-srch-sb > .ms-srch-sb-searchLink
	{
		float:right;
	}
	.ms-srch-sb > .ms-srch-sb-navLink {display:none;}
	.enlaces-importantes{width:100%;}
	.enlaces-importantes{margin-left:10px;}
	.enlaces-importantes ul li {max-width:100%; margin:2%;}
	/*.enlaces-importantes ul {margin:2%;}*/
	
/******* Mapa ***********/


#map svg
{
	display:none;
}
/******* END Mapa ***********/	


/********** Alertas de Salud Mobile****************/
.mozaic-menu
{
	margin: 2%;
}
.mozaic-menu ul
{
	list-style:none;
	margin:0;
	padding:0;
}
.mozaic-menu ul li
{
	background:#f6a46d;
	margin-bottom:10px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,.1);
	-moz-box-shadow:0 1px 2px rgba(0,0,0,.1);
	box-shadow:0 1px 2px rgba(0,0,0,.1);	
}
.mozaic-menu ul li .item
{
	padding:10px;
	margin:0;
}
.mozaic-menu ul li a
{
	color:#fff;
	font-weight:400;
	
}
.mozaic-menu ul li .link-item
{
	padding-top:10px;
}
.mozaic-menu ul li:hover,
.mozaic-menu ul li a:hover
{
	background:#f7893f;
	text-decoration:none !important;
}

}

@media (max-width: 767px) {
	body {
		padding-right: 0px;
		padding-left: 0px;
	}
	[class*="span"], .uneditable-input[class*="span"], .row-fluid [class*="span"], #sideNavBox.span3 {
	    -moz-box-sizing: border-box;
	    float: none;
	    margin-left: 0;
	    width: 100%;
	}
	.ms-core-pageTitle {
		white-space: normal;
		font-size: 1.5em;
	}
	#s4-bodyContainer {
	    /*padding: 0px 5px 0px 5px;*/
		padding:0;
	}
	.searchbox {
		float: none;
		display:table;
		position:inherit;
	}
	.enlaces  /***********  Responsive PR.GOV Bar ********************/
	{
		width:inherit;
		text-align:left;
		line-height:30px;
	}
	#ms-designer-ribbon
	{
		margin-top: 59px;
	}
	
footer div img
{
	left:25%;
}

}
@media (max-width: 600px) {
	.ms-core-pageTitle {
		white-space: normal;
		font-size: 1.25em;
	}
}
@media (max-width: 479px) {
	#suiteBar {
		display: block;
		height: 61px;
	}
	#suiteBarLeft, #suiteBarRight {
		display: inline-block;
		width: 100%;
	}
		#ms-designer-ribbon
	{
		margin-top: 70px;
	}
}
/*end responsive*/


/************* Responsive PR.GOV Bar   *******************/
.barContainer
{
	max-width:1200px !important; 
	width:inherit;
	
}
.enlaces
{
	/*text-align:inherit;
	width:inherit;
	max-width:700px !important;*/
	
}

