﻿@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Open+Sans');

/*headings*/
/**------------------------------------------------------------------------------/*/

body {
    background-color: #FFF !important;
    font-family: 'Open Sans', sans-serif;
    color: #728089; /*gris shakespear*/
    /*overflow-x : hidden; 
	overflow-x : -moz-scrollbars-vertical !important;*/
}

.navbar {
    height: 150px;
}

html {
    background-color: white !important;
}

.btn-success {
    color: #fff;
    background-color: #007749;
    border-color: #007749;
}

.btn-danger {
    color: #fff;
    background-color: #ef373e;
    border-color: #ef373e;
}

.input-group-addon {

    text-align: left !important;
}


.glyphicon {
    padding-right: 5px !important;
}


h3 {
    font-size: 18px;
    color: #FF8200;
    font-weight: normal !important;
    padding: 10px 0 20px 0;
    /*padding-bottom:30px;*/
    text-align: center;
    margin: 0;
    letter-spacing: 0 !important;
    text-decoration: none !important;
}
/*---------------*/

.navbar {
	height: 150px;
}


a{
	color:#FF8200; 
	text-decoration:none !important;
}
a:hover, a:focus{
	color:#FF8200; 
}
.row{
	padding:10px 30px ;	
}
/******************************/
.thumbnail{
	padding: 0px;
	text-align:center;
	height:100%;
	border: 2px solid #FF8200;
	border-radius: 0;
	text-decoration: none;
}
a.thumbnail {
	text-decoration: none;	
	border-color:#FF8200;
}
a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active{
	border-color:#FF8200;
	text-decoration: none;
}
/****************************************/
.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active{
	border-color:#FF8200 !important;
	text-decoration: none;
}
/*****************************************/
.Grey {
	border: 2px solid !important;
	text-decoration: none;
	text-align: center;
	-webkit-filter: grayscale(100%) opacity(50%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%) opacity(50%);
}
.Grey h3{
	/*color: #7C878E !important;*/
	text-decoration: none;
}
.Grey a.h3:link, a.h3:hover, h3:focus, a.h3.active{
	text-decoration: none !important;
}
.Grey img {
	text-align:center;
	margin: 0;
	padding: 0;
	margin-left: auto !important;
	margin-right: auto !important;
}
/********** PAGINAS INTERIORES *************************************************************************************/
.boton {
	background: #FF8200;
	padding-top: 10px;
	cursor: pointer;
}
.boton H3{
	color: #FFF;
}


.ocultar{
	display: none;
}
h4{
	font-size:15px;
	color:#007749; /*verde*/	
	padding-left: 15px;
}
 input[type='radio']:after {
	width: 15px;
	height: 15px;
	border-radius: 15px;
	top: -2px;
	left: -1px;
	position: relative;
	background-color: #C0C0C0;
	content: '';
	display: inline-block;
	visibility: visible;
	border: 1px solid white;
}

 input[type='radio']:checked:after {
	width: 15px;
	height: 15px;
	border-radius: 15px;
	top: -2px;
	left: -1px;
	position: relative;
	background-color: #FF8200;
	content: '';
	display: inline-block;
	visibility: visible;
	border: 1px solid white;
}

.largo{
	width: 100%;	
	/*align-content: 100%;*/
	display:flex;
	justify-content: space-between;
}

#footer{
	background:#F1F1F2 !important;/*gris*/
	color:#728089 ;
	/*position: absolute;*/
	clear:both;
	bottom: 0;
}

#push,
#footer {
	height: 120px;
	width: 100%;
}

#footer p{
	margin-top:40px;
	line-height: 2em;
	width: 50%;
	float: left;
}

#footer img{
	position: relative;
	float: right;
	top:45px;
}

.footer{
	/*position: absolute;*/
}

.credit{
	margin-left: 15px;
}
