/*CSS personalizados para el template de bootstrap*/body {	padding-top: 60px;	padding-bottom: 40px;}/* Wrapper for page content to push down footer */#wrap {	min-height: 100%;	height: auto !important;	height: 100%;	/* Negative indent footer by it's height */	margin: 0 auto -60px;}/* Set the fixed height of the footer here */#push,#footer {	height: 60px;}#footer {	background-color: #f5f5f5;}/*GERARD: Texto de info en gris y mas pequeño*/.help-block, .help-inline {    color: #7B7B7B;	font-size: 90%;}.form-horizontal .control-group {    margin-bottom: 10px;}.form-horizontal legend {    padding-top: 40px;}legend + .control-group {    margin-top: 10px;}input[type=date]{	width: 175px;}.form-horizontal textarea{	width: 80%;}@media (min-width: 768px) and (max-width: 979px) {	.row-fluid .span5 {		width: 46% !important;	}	input[type=date]{		width: 115px;	}	input, textarea, .uneditable-input {		width: 145px;	}	select {	width: 160px;	}}@media (min-width: 980px)  {	input[type=date]{		width: 150px;	}	input, textarea, .uneditable-input {		width: 180px;	}	select {	width: 195px;	}}/* Lastly, apply responsive CSS fixes as necessary */@media (max-width: 767px) {	#footer {		margin-left: -20px;		margin-right: -20px;		padding-left: 20px;		padding-right: 20px;	}}