/* Paginas en General */

.stick {
	position: fixed;
	top: 20px;
	left: 50%;
	transform: translate(-50%, 0);
}

html {
	margin: 0px;
	height: 100%;

}

/* URL del artículo: http://www.ejemplode.com/18-css/502-ejemplo_de_fondo_fijo_en_css.html */
/* Nota completa: Fondo fijo en CSS */

body {
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/* background-image: url('/tifs/disenos/fondowa.png'); */
	background-color: #EEEEEE;
	margin: 0px;
	padding: 0px;

	/*padding-top: 50px;  esto cuando el menu de bootstrap está fixed */


	/* -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;*/
}

input {
	font-size: 11px;
	margin: 0px;
}

select {
	font-size: 11px;
}

.centroAbsoluto {
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
}

#contenedor {
	width: 100%;
	float: left;
	/*height:10px;*/
}

.rpContenedor {
	/* background-color:#00FFFF; */
	width: 80%;
	float: left;
	/*height:10px;*/
}

#divLinea {
	width: 100%;
	float: left;
	height: 1px;
	background-color: #999999;
}

#menuinf {
	float: left;
	text-align: center;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 10px;
}

#letrero {
	float: left;
}

.letrerocoti {
	text-align: center;
	padding-right: 4px;
	padding-bottom: 8px;
	background-repeat: no-repeat;
	text-transform: uppercase;
	background-position: center center;
}

.mayuscula {
	text-transform: uppercase;
}

a:link {
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	text-decoration: none;
	/*color: #0000FF;*/
}

a:hover {
	text-decoration: none;
	/*color: #FF0000;*/
}

a:active {
	text-decoration: none;
}

/* Planilla de Cotizaciones */
h5 {
	font-size: 14px;
	font-weight: bold;
}

#planilla {
	font-size: 11px;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
}

#planilla_titulos {
	background-color: #CCCCCC;
	font-weight: bold;
}

#div_titulos {
	background-color: #CCCCCC;
	font-weight: bold;
	width: 326px;
}

#total {
	font-size: 12px;
	text-align: right;
	font-weight: bold;
}

td {
	padding-left: 5px;
	padding-right: 5px;
}

a.enlace {
	color: #0000D9;
	width: 100%;
	height: 100%;
	text-decoration: none;
}

a.enlace:hover {
	text-decoration: none;
	background: #77AADD;
}

.cc2 {
	-webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	display: inline-block;
	width: 100%;
	padding: 20px;
	padding-top: 15px;
	padding-bottom: 10px;
	/* background-color: #CCC; */
	margin-bottom: 25px;
}

.ccc {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: 1px solid #aaa;
	display: inline-block;
}

.ddd {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid #aaa;
	display: inline-block;
}

table {
	border-collapse: collapse;
	border-radius: 5px;
	/* margin-left:auto; */
	/* margin-right:auto; */
	/* margin:-1px */
}

/* td {border:1px solid black} */

.cotiTa:nth-child(even) {
	background-color: #D2B48C;
}

.cotiTa:nth-child(odd) {
	background-color: #c69f6c;
}

.cotiTR:nth-child(even) {
	background-color: #DDD;
}

.cotiTR:nth-child(odd) {
	background-color: #CCC;
}

.cotiTR2:nth-child(even) {
	/*background-color: #AAA;*/
}

.cotiTR2:nth-child(odd) {
	background-color: #CCC;
}

/* -- HEADER -- */
.navbar {
	margin-bottom: 0;
}

.jumbotron {
	background: #428BCA;
	color: #fff;
	padding: 20px 0;
}

/* -- POST -- */

.post {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #999;
}

.post .post-title a {
	color: #333;
}

.post .thumb {
	margin-right: 10px;
	width: 40%;
}

.post .thumb img {
	width: 100%;
}

.post .contenedor-botones {
	width: 100%;
}


/* -- Media Querie -- */
@media screen and (max-width: 768px) {
	.post .thumb {
		width: 100%;
		margin-bottom: 20px;
		margin-right: 0;
	}

	/*	#navegacion-fm {
		width:80%;
		float: left;
		max-width:1000px;
		margin:20px auto;
		background:#024959;
	}

	.navbar-toggle{
		background: #F00;
	}

	.sr-only{
		background-color: #00F;
	}*/
}

.contenedor {
	overflow: hidden;
}

/*
.xsa{
	display:none;
}
*/

#tituloencoti {
	display: none;
}

.soloPrint {
	display: none;
}

@media print {

	.container {
		width: 100%;
	}

	#tituloencoti {
		display: table-row;
		font-weight: bold;
		font-size: 200%;
	}

	#tr02Menu,
	#ocultarDisenos,
	#verDisenos,
	.submitDatosCoti,
	#tdCotiCambiarRegion,
	#tdCotiAjustar,
	#linkVerGrandeImagenEnCoti,
	#verOpcionesCAE,
	#tableCotiMenu1,
	#frasemensaje {
		display: none;
	}

	.soloPrint {
		display: block;
	}

	.xsa {
		display: table-row;
	}

	a:link:after,
	a:visited:after {
		display: none;
		content: "";
	}

	select {
		-moz-appearance: none;
		-webkit-appearance: none;
		appearance: none;
	}

	input,
	select {
		border-width: 0;
	}

	.noprint {
		display: none;
	}

	td {
		padding: 10px;
	}
}

.home {
	display: inline-block;
	vertical-align: top;
	margin-right: 60px;
	overflow: hidden;
}

h2 {
	font-size: 18px;
	font-weight: bold;
}

/* LO DE ESTA SECCION ES PARA EL SUBMENU */

.dropdown-submenu {
	position: relative;
}

.dropdown-submenu>a.dropdown-item:after {
	content: "►";
	float: right;
}

.dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: 0px;
	margin-left: 0px;
}

.dropdown-submenu:hover>.dropdown-menu {
	display: block;
}

.btn-secondary {
	background-color: #BBB;
	border-collapse: collapse;
	border-radius: 5px;
	border-color: #999;
}

.col-container {
	display: table;
	width: 100%;
}

.col {
	display: table-cell;
	padding: 16px;
}

@media (min-width: 1px) {

	/* aqui puedes poner un ancho a partir del cual aplica la regla */
	.row.equal {
		display: flex;
		flex-wrap: wrap;
	}
}

.comenInCoti {
	color: black;
	background-color: #fff88d;
	/* amarillo post-it */
	padding: 10px;
	border-radius: 6px;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
	font-family: 'Comic Sans MS', cursive, sans-serif;
	/* tipo "escrito a mano" */
	transform: rotate(-2deg);
}


.itemBoton {
	margin-right: 5px;
	margin-bottom: 5px;
}

.edittando {
	background-color: #ffdab9;
}

.divTable {
	border-right: 1px solid #999999;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	display: table;
	width: 100%;
}

.divTableRow {
	display: table-row;
}

.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
}

.divTableCell,
.divTableHead {
	border-left: 1px solid #999999;
	display: table-cell;
	padding-left: 10px;
	padding-right: 10px;
}

.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
	font-weight: bold;
}

.divTableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}

.divTableBody {
	display: table-row-group;
}

.divTableRow:hover {
	background-color: #ffdab9;
}