﻿.ui-bar-b {
	border: 1px solid transparent;
	text-shadow:none;
	background-image: none; /* Saf4+, Chrome */
	background-image: none; /* Chrome 10+, Saf5.1+ */
	background-image: none; /* FF3.6 */
	background-image: none; /* IE10 */
	background-image: none; /* Opera 11.10+ */
	background-image: none;
}

.ui-btn-up-b {
	text-shadow: none;
	background-image: none;
	background-image: none; /* Chrome 10+, Saf5.1+ */
	background-image: none; /* FF3.6 */
	background-image: none; /* IE10 */
	background-image: none; /* Opera 11.10+ */
	background-image: none;
}

.ui-body-c,
.ui-overlay-c {
	text-shadow: none;
}
.ui-btn-up-e {
	text-shadow: none;
}

.ui-corner-top {
	-moz-border-radius-topleft: 		.0em; 
	-webkit-border-top-left-radius: 	.0em;
	border-top-left-radius: 			.0em;
	-moz-border-radius-topright: 		.0em;
	-webkit-border-top-right-radius: 	.0em;
	border-top-right-radius: 			.0em;
}

.ui-corner-bottom {
	-moz-border-radius-bottomleft: 		.0em;
	-webkit-border-bottom-left-radius: 	.0em;
	border-bottom-left-radius: 			.0em;
	-moz-border-radius-bottomright: 	.0em;
	-webkit-border-bottom-right-radius: .0em;
	border-bottom-right-radius: 		.0em;
}

.ui-shadow {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

/**** **** */

div[data-role="page"], .ui-page { background: white; } /*#W => Para ver las páginas que se abren cuando se clica en cada modulo, en blanco*/


/*.ui-content { padding: 0px; background-color: white; }*/ /*#W => Para ver las páginas que se abren cuando se clica en cada modulo, en blanco (No hace falta, si se aplica lo anterior)*/

.ui-content { padding: 0px; }
.ui-content .ui-listview-inset { margin: 0.2em 0; box-shadow: none; }
	.ui-content .ui-listview-inset .ui-li {
		/*border: 0px;
		border-right-width: 0px;
		border-left-width: 0px;*/
	}

.ui-content .subtitulo.ui-listview-inset .ui-li.ui-li-divider { background: transparent; color: #5e87b0; border-bottom: 3px solid #5e87b0; border-top: 0px; border-left: 0px; border-radius: 0px; border-right: 0px; text-shadow: none; margin-left: 15px; margin-right: 15px; padding-left:0px; font-size: 15px; }
/*.subtitulo { margin-left: -10px !important; width: 370px;}*/
/*.titulo-principal { padding-top: 4px; padding-bottom: 0px; margin-left: -10px !important; width: 370px;}*/

.ui-select .ui-btn { border-radius: 8px; }
.ui-select .ui-btn-text { font-weight: normal; }
.ui-select .ui-btn-text, .ui-selectmenu .ui-btn-text { text-align: left; }

.ui-btn-corner-all { border-radius:0.4em; }
