* {
	font-size: 12px;
	font-family: Trebuchet MS, tahoma, helvetica,arial;
}

.BOTON_ICON {
	width:30px !important;
}

.errors_agregar {
  background-color: #f44336; /* Red */
  color: white;
  font-size: 14px;
 }
 
 .fa-close {
 	font-size: 16px;
 	color: #fff !important;
 	
 }
 
 .fa-remove:before, .fa-close:before, .fa-times:before {
 	color:#fff;
    content: "\f00d";
}

body {
	margin: 0px;
	padding: 0px;
}

.ui-inputtext {
	background-color: #fff !important;
	color: #000 !important;
}

.content {
	padding: 0 20px;
}

.header {
	height: 45px;
	background: #21B7C6;
	padding: 0 20px;
}

table.TABLE_EDIT {
	border: 0px solid #CCCCCC;
	margin: 0 auto 0 auto;
	text-align: center;
	border-collapse: collapse;
	text-align: center;
}

table.TABLE_EDIT thead th {
	background: #0996A4;
	border-bottom: 5px solid #FFFFFF;
	color: #fff;
	padding: 3px;
}

table.TABLE_EDIT tbody th {
	vertical-align: middle;
	color: #000;
	font-weight: bold;
	padding-left: 20px;
	padding-right: 5px;
	text-align: right;
	border-bottom-color: #ccc;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

table.TABLE_EDIT tbody td {
	padding-top: 7px;
	padding-bottom: 5px;
	padding-left: 3px;
	text-align: left;
	background-color: #fff;
	border-bottom-color: #ccc;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

table.TABLE_DEFAULT {
	border: 0px solid #CCCCCC;
	margin: 0 auto 0 auto;
	text-align: center;
	border-collapse: collapse;
	text-align: center;
}

table.TABLE_DEFAULT td, table.TABLE_DEFAULT th {
	border: 1px solid #FFFFFF;
	padding: 0px 0px;
}

table.TABLE_DEFAULT tbody td {
	font-size: 12px;
}

table.TABLE_DEFAULT thead {
	background: #0996A4;
	border-bottom: 5px solid #FFFFFF;
}

table.TABLE_DEFAULT thead th {
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	border-left: 2px solid #FFFFFF;
}

table.TABLE_DEFAULT thead th:first-child {
	border-left: none;
}

table.TABLE_DEFAULT tfoot {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	background: #D0E4F5;
	border-top: 3px solid #444444;
}

table.TABLE_DEFAULT tfoot td {
	font-size: 14px;
}

.FONDO_SUPERIOR {
	background-image: url("Images/page/fondo_superior.png");
	height: 192px;
	background-repeat: repeat-x;
	
	position: fixed;
	min-height: 180px;
	width: 100%;
	right: 0%;
	top:0px;
	text-align: center;
	word-wrap: break-word;
	z-index: 1000;
	
}

.FONDO_INFERIOR {
	background-image: url("Images/page/fondo_inferior.png");
	min-height: 121px;
	background-repeat: repeat-x;
}

.CONTENT_CENTER {
	margin: 0 auto 0 auto;
}

.DIV_FIJO {
	position: fixed;
	min-height: 120px;
	width: 252px;
	right: 0%;
	top:40px;
	text-align: center;
	word-wrap: break-word;
	z-index: 1000;
}

.FONDO_BUSCADOR{
	padding:0px;
	background-image: url("Images/page/fondo_buscador.png");
	height: 169px;
	width: 283px;
}

.TEXTO_BUSCADOR {
	color: #fff;
	vertical-align: middle;
	text-align: left;
	font-size: 14px;
}

.TEXTO_BANNER {
	color: #FFF; 
	background-color: #00b448;
}

.FONDO_DEFECTO {
	background-color: #00b448;
}

.LINK_CERRAR {
	color:#0190A1;
	font-weight:bold;
	font-size:16px;
	text-decoration: none;
}

.LINK_CERRAR:hover {
	text-decoration: underline;
}

.FONDO_MENUS {
	background-color: #0190A1;
	padding: 10px;
	line-height:25px;
	margin: 10px;
	font-size: 16px;
	font-weight: bold;
}

.FONDO_MENUS a {
	color: #fff;
	text-decoration: none;
}

.FONDO_MENUS a:hover {
	text-decoration: underline;
}

.nav{
	overflow:hidden;
	margin:0 auto;
	width:435px;
}
.nav li{
	width:145px;
	height:180px;
	display:inline-block;
	float:left;
	cursor:pointer;
	transition:all 0.4s;
	-webkit-transition:all 0.4s;
	-moz-transition:all 0.4s;
}
.nav li:hover{
	opacity:1;
	height:190px;
}
.nav li.hm:hover{
	border-bottom:4px solid rgba(11, 132, 138, 1);
}
.nav li.fb:hover{
	border-bottom:4px solid rgba(241, 83, 70, 1);
}
.nav li.gp:hover{
	border-bottom:4px solid rgba(32, 16, 49, 1);
}
.nav li.tw:hover{
	border-bottom:4px solid rgba(228, 148, 7, 1);
}
.nav li.cl:hover{
	border-bottom:4px solid rgba(67, 138, 15, 1);
}
img.icon{
	background:rgba(255, 255, 255, 0.4);
	padding:14px;
	border-radius:100%;
	margin:30px auto;
	display:block;
	transition:all 0.8s;
	-webkit-transition:all 0.8s;
	-moz-transition:all 0.8s;
	box-shadow: 0 0 0 30px rgba(255,255,255,0.1);
	-webkit-box-shadow: 0 0 0 10px rgba(255,255,255,0.1);
}
.nav li:hover img.icon{
	background:rgba(255, 255, 255, 0.9);
	box-shadow: 0 0 0 10px rgba(255,255,255,0.8);
	-webkit-box-shadow: 0 0 0 0 rgba(255,255,255,0.8);
}
.nav li span{
	text-align:center;
	display:block;
	padding-top:10px;
	color:rgba(255, 255, 255, 1);
	font-size:0.9em;
	transition:padding-top 0.4s;
	-webkit-transition:padding-top 0.4s;
}
.nav li:hover span{
	padding-top:20px;
}
.hm{
	background:rgba(29, 162, 168, 0.8);
}
.fb{
	background:rgba(255, 89, 76, 0.8);
}
.gp{
	background:rgba(47, 31, 64, 0.8);
}
.tw{
	background:rgba(254, 162, 14, 0.8);
}
.cl{
	background:rgba(93, 181, 29, 0.8);
}

/*form styles*/
#msform {
	width: 400px;
	text-align: center;
	position: relative;
}
#msform fieldset {
	background: white;
	border: 0 none;
	border-radius: 3px;
	box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
	padding: 20px 30px;
	box-sizing: border-box;
	width: 80%;
	margin: 0 10%;
	
	/*stacking fieldsets above each other*/
	position: relative;
}
/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
	display: none;
}
/*inputs*/
#msform input, #msform textarea {
	padding: 15px;
	border: 1px solid #ccc;
	border-radius: 3px;
	margin-bottom: 10px;
	width: 100%;
	box-sizing: border-box;
	font-family: montserrat;
	color: #2C3E50;
	font-size: 13px;
}
/*buttons*/
#msform .action-button {
	width: 100px;
	background: #27AE60;
	font-weight: bold;
	color: white;
	border: 0 none;
	border-radius: 1px;
	cursor: pointer;
	padding: 10px 5px;
	margin: 10px 5px;
}
#msform .action-button:hover, #msform .action-button:focus {
	box-shadow: 0 0 0 2px white, 0 0 0 3px #27AE60;
}
/*headings*/
.fs-title {
	font-size: 15px;
	text-transform: uppercase;
	color: #2C3E50;
	margin-bottom: 10px;
}
.fs-subtitle {
	font-weight: normal;
	font-size: 13px;
	color: #666;
	margin-bottom: 20px;
}
/*progressbar*/
#progressbar {
	margin-bottom: 30px;
	overflow: hidden;
	/*CSS counters to number the steps*/
	counter-reset: step;
}
#progressbar li {
	list-style-type: none;
	color: white;
	text-transform: uppercase;
	font-size: 9px;
	width: 33.33%;
	float: left;
	position: relative;
}
#progressbar li:before {
	content: counter(step);
	counter-increment: step;
	width: 20px;
	line-height: 20px;
	display: block;
	font-size: 10px;
	color: #333;
	background: white;
	border-radius: 3px;
	margin: 0 auto 5px auto;
}
/*progressbar connectors*/
#progressbar li:after {
	content: '';
	width: 100%;
	height: 2px;
	background: white;
	position: absolute;
	left: -50%;
	top: 9px;
	z-index: -1; /*put it behind the numbers*/
}
#progressbar li:first-child:after {
	/*connector not needed before the first step*/
	content: none; 
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before,  #progressbar li.active:after{
	background: #27AE60;
	color: white;
}