/*=======================================================================
*** PORTO_SUB STYLE SHEET***
========================================================================*/

/*=======================================================================
*** COLOR KIDSCO***
========================================================================*/
.page-header {background-color:#7BA4D9;border-bottom:0px;border-top:0px;}
a {color:#7BA4D9;}
strong {color:#7BA4D9;}
ul.nav-pills > li.active > a {background-color:#7BA4D9;}
ul.nav-pills > li.active > a:hover, ul.nav-pills > li.active > a:focus {background-color:#7BA4D9;}
#header .header-nav-main nav > ul > li.open > a, #header .header-nav-main nav > ul > li:hover > a {background:#7BA4D9;}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu {border-top-color:#7BA4D9;}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > a:after {border-color: transparent transparent transparent #7BA4D9;}
html .btn-primary {background-color: #7BA4D9; border-color: #7BA4D9 #7BA4D9 #006699;}

/*=======================================================================
*** NOVEDADES FRONT***
========================================================================*/
.vistanovedades .views-row {
list-style-type: none;
}

.vistanovedades li.views-row {
width: 33,33%;
float: left;
position: relative;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
}

.vistanovedades .views-row img{
	margin-top: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
}


/*=======================================================================
*** LISTADO DE CENTROS***
========================================================================*/

.vistacentros .views-row {
	background: #F5F5F5;
	background: -webkit-linear-gradient( top , white 1%, #fcfcfc 98%) repeat scroll 0 0 transparent;
	background: linear-gradient(to bottom, white 1%, #fcfcfc 98%) repeat scroll 0 0 transparent;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: 1px solid #DFDFDF;
	border-left: 1px solid #ECECEC;
	border-radius: 8px;
	border-right: 1px solid #ECECEC;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
	margin-left: auto;
	margin-right: auto;
	min-height: 100px;
	position: relative;
	text-align: center;
	z-index: 1;
	
	border-radius: 8px;
	border-top: 1px solid #CCC;
	border-top-width: 4px;
	padding: 30px 30px 10px 30px;
	position: relative;
	top: -1px;
	
	border-top-color: #7BA4D9;

	box-sizing: border-box;
	
	list-style-type: none;
}

.vistacentros li.views-row {
	margin-bottom: 20px !important;
	margin-top: 20px !important;
}

.vistacentros .views-row img{
	margin-top: 0px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
}