/*******************************************************************************
	Básicos
*******************************************************************************/
.body-publico {
	padding-top: 50px;
	padding-bottom: 0px;
}
.cabecera {
	color: #9d9d9d;
	font-size: 30px;
	line-height: 50px;
}
p {
	margin-top: 10px;
}
/*******************************************************************************
	Fin Básicos
*******************************************************************************/
/*******************************************************************************
	Ayudantes
*******************************************************************************/
.relative{
	position: relative;
}
.position-static{
	position: static;
}
.sin-padding-superior{
	padding-top: 0px !important;
}
.sin-padding-inferior{
	padding-bottom: 0px !important;
}
.sin-padding-lateral{
	padding-left: 0px !important;
	padding-right: 0px !important;
}
.sin-padding-izquierdo{
	padding-left: 0px !important;
}
.sin-padding-derecho{
	padding-right: 0px !important;
}

.text-ellipsis {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}
/*******************************************************************************
	Fin Ayudantes
*******************************************************************************/




/*******************************************************************************
	Plantilla
*******************************************************************************/
/*********************************************************************
	Cabecera
*********************************************************************/
#cabecera{

}
.navbar-brand {
    padding: 0px 15px;
}
.navbar-brand img {
	height: 52px;
}

/*********************************************************************
	Fin Cabecera
*********************************************************************/
/*********************************************************************
	Contenido
*********************************************************************/
#contenido{

}
/*********************************************************************
	Fin Contenido
*********************************************************************/
/*********************************************************************
	Pie
*********************************************************************/
#pie{

}
/*********************************************************************
	Fin Pie
*********************************************************************/
/*******************************************************************************
	Fin Plantilla
*******************************************************************************/




/*******************************************************************************
	Plugins
*******************************************************************************/
/*********************************************************************
	BxSlider
*********************************************************************/
.navbar-collapse{
	padding-right: 0px;
}

.bx-wrapper{
	margin: 0px;
}
.bx-wrapper .bx-viewport{
	left: 0px;
	border: 0px;
	box-shadow: none;
	background: none;
}
/*********************************************************************
	Fin BxSlider
*********************************************************************/
/*******************************************************************************
	Fin Plugins
*******************************************************************************/


/*********************************************************************
	Formularios
*********************************************************************/
.multi-checkbox.checkbox{
	padding-left: 30px;
}
/*********************************************************************
	Fin Formularios
*********************************************************************/
/*******************************************************************************
	Fin MÃ³dulos
*******************************************************************************/
/*********************************************************************
	Modal
*********************************************************************/
.modal-danger .modal-header{
	color: #fff;
	background-color: #d9534f;
	border-color: #d43f3a;
}
.modal-content{
	overflow: hidden;
}
/*********************************************************************
	Modal
*********************************************************************/
/*********************************************************************
	Panel
*********************************************************************/
.panel-heading{
	display: block;
}
/*********************************************************************
	FIn Panel
*********************************************************************/


/*********************************************************************
	Inputs
*********************************************************************/

/*********************************************************************
	Fin Inputs
*********************************************************************/
/*********************************************************************
	Leyendas
*********************************************************************/
.leyenda-boton{
	margin-right: 15px;
}
/*********************************************************************
	Leyendas
*********************************************************************/


/*********************************************************************
				Lista Agrupada
*********************************************************************/
.list-group.list-group-root {
    padding: 0;
    overflow: hidden;
}

.list-group.list-group-root .list-group {
    margin-bottom: 0;
}

.list-group.list-group-root .list-group-item {
    border-radius: 0;
    border-width: 1px 0 0 0;
}

.list-group.list-group-root > .list-group-item:first-child {
    border-top-width: 0;
}

.list-group.list-group-root > .list-group > .list-group-item {
    padding-left: 30px;
}

.list-group.list-group-root > .list-group > .list-group > .list-group-item {
    padding-left: 55px;
}

.list-group-item .glyphicon {
    margin-right: 5px;
}
/*********************************************************************
				Fin Lista Agrupada
*********************************************************************/


/*********************************************************************
	Pie
*********************************************************************/
.pie-datos{
	list-style: none;
	padding: 0px;
}
.pie-datos img{
	vertical-align: baseline;
	position: relative;
    top: 0.33em;
}
.pie-desarrollador{
	position: relative;
	top: 4px;
}
.pie-desarrollador img#logoInnova{
	position: relative;
	top: -10px;
	margin-left: 4px;
}

.pie-desarrollador img#logoRosarioMobileApps{
	position: relative;
	top: 0;
	margin-left: 4px;
}

/*********************************************************************
	Fin pie
*********************************************************************/

#barraSuperior {
	background: #edf4fd;
	box-shadow: 0 0 4px rgba(0,0,0,.14),0 4px 8px rgba(0,0,0,.28);
	height: 53px;
	border: 0;
}

.footer .footer-details{
	font-size: 11px;
	text-transform: uppercase;
	border-radius: 3px;
	text-decoration: none;
	position: relative;
	margin: 20px 0;
	opacity: .7;
}
.footer .copy{
	opacity: .7;
}
.footer-logo-innovavista{
	position: relative;
	top: -11px;
	margin-left: 5px
}
.footer-logo-rma{
	position: relative;
	top: -5px;
	margin-left: 5px
}