.cotizacion
{
    border-color: #007749;
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    margin: 0;
    padding: 0px;
}

.cotizacionProducto
{
    border-color: #0090d3;
    border-width: 1px 0px 1px 1px;
    border-style: solid;
    margin: 0;
    padding: 0px;
    
}

.cotizacionPrecio {
    border-color: #0090d3;
    border-width: 1px 1px 1px 0px;
    border-style: solid;
    margin: 0;
    padding: 0px;   
}

.cotizacionFormaDePago
{
    border-color: #0090d3;
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    margin: 0;
    padding: 0px;
    
}

.cotizacionCia
{
    border-color: #0090d3;
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    margin: 0;
    padding: 0px;
    
}


.cotizacionAuto
{
    border-color: #0090d3;
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    border: 0;
    margin: 0;
    padding: 0px;
    table-layout: fixed; 
    width:100%;
}

.cotizacionAutoProducto
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0090d3;    
	width: 10%;
}

.cotizacionAutoPrecio {
    border-color: #0090d3;
    border-width: 1px 1px 1px 0px;
    border-style: solid;
    margin: 0;
    padding: 0px;   
}

.cotizacionAutoFormaDePago
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0090d3;
	width: 20%
    
}
.cotizacionAutoObservaciones
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0090d3;
	width: 500px;    
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.cotizacionAutoProductoValor
{
    border-color: #0090d3;
    border-width: 1px 0px 1px 1px;
    border-style: solid;
    margin: 0;
    padding: 0px;
    text-align: center;
}

.cotizacionAutoObservacionesValor
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	
}

.cotizacionAutoPrecioValor {
    border-color: #0090d3;
    border-width: 1px 1px 1px 0px;
    border-style: solid;
    margin: 0;
    padding: 0px;   
}

.cotizacionAutoFormaDePagoValor
{
    border-color: #0090d3;
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    margin: 0;
    padding: 0px;
    
}


/* bicicletas */
.cotizacionBicicleta
{
    border-color: #0090d3;
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    border: 0;
    margin: 0;
    padding: 0px;
    table-layout: fixed; 
    width:100%;
}

.cotizacionBicicletaPrecio {
    border-color: #0090d3;
    border-width: 1px 1px 1px 0px;
    border-style: solid;
    margin: 0;
    padding: 0px; 
	text-align: right;

	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0090d3;
	width: 20%;
}

.cotizacionBicicletaFormaDePago
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0090d3;
	width: 20%;
	text-align: left;
}


.cotizacionBicicletaPrecioValor {
    border-color: #0090d3;
    border-width: 1px 1px 1px 0px;
    border-style: solid;
    margin: 0;
    padding: 0px;
	text-align: right;
}

.cotizacionBicicletaFormaDePagoValor
{
    border-color: #0090d3;
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    margin: 0;
    padding: 0px;
    text-align: left;
}

.tableList{
    border-collapse: collapse;
    width: 96%;
	background-color:white;
	margin-left:auto; 
	margin-right:auto;
	table-layout: fixed;
}

.tableList th, td {
    /*text-align: left;*/
    padding: 8px;
}

.tableList tr:nth-child(even){background-color: #f2f2f2}

.tableList th {
    background-color: #4CAF50;
    color: white;
}

.small {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.medium {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.largewhite {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}


.titulo {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight: bold;
	color: white;
	text-align: center;
	background-color:#0090d3;
	width:30%;
	margin:0 auto;
	padding:2px;
	border-radius: 10px 10px 10px 10px;
}

.emisiontitulos {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0090d3;
}

.expanded {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 2px;
}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
}

.box1 {
	padding: 3px;
	border-width: thin;
	border-style: solid;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
}

.box2 {
	font-style: italic;
	word-spacing: 2pt;
	padding: 3px;
	border-width: thin;
	border-style: solid;
}
.tdbold {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}
.cuerpo10 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}

body{
font-size:13px;
font-family:Verdana, Arial, Helvetica, sans-serif;
border-width: 0px;
border-style: none;
margin:0;
padding:0;
}

#menubar {
font-size: 15px;
margin-left:auto; 
margin-right:auto;
}


#nav, #nav ul{
margin:0;
padding:0;
list-style-type:none;
list-style-position:outside;
position:relative;
line-height:1.5em; 
}

#nav a{
display:block;
padding:0px 35px;
border:1px solid #e7e7e7;
border-radius:2px;
color:#fff;
text-decoration:none;
background-color:#008CBA;
}

#nav a:hover{
background-color:#333;
color:#FFFF;
}

#nav li{
float:left;
position:relative;
}
#nav #navSpace{
float:left;
position:relative;
margin:20px;
}

#nav ul {
position:absolute;
display:none;
width:20em;
top:1.5em;
}

#nav li ul a{
width:15em;
height:auto;
float:left;
}

#nav ul ul{
top:auto;
}	

#nav li ul ul {
left:20em;
margin:0px 0 0 10px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
display:none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
display:block;
}





	.overlay-container {
		display: none;
		content: " ";
		height: 100%;
		width: 100%;
		position: absolute;
		left: 0;
		top: 0;
		background: -moz-radial-gradient(center, ellipse cover,  rgba(127,127,127,0) 0%, rgba(127,127,127,0.9) 100%);
		background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(127,127,127,0)), color-stop(100%,rgba(127,127,127,0.9)));
		background: -webkit-radial-gradient(center, ellipse cover,  rgba(127,127,127,0) 0%,rgba(127,127,127,0.9) 100%);
		background: -o-radial-gradient(center, ellipse cover,  rgba(127,127,127,0) 0%,rgba(127,127,127,0.9) 100%);
		background: -ms-radial-gradient(center, ellipse cover,  rgba(127,127,127,0) 0%,rgba(127,127,127,0.9) 100%);
		background: radial-gradient(center, ellipse cover,  rgba(127,127,127,0) 0%,rgba(127,127,127,0.9) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007f7f7f', endColorstr='#e67f7f7f',GradientType=1 );
	}
	
	.window-container {
		display: block;
		background: #fcfcfc;
		margin: 8em auto;
		width: 500px;
		padding: 10px 20px 20px;
		text-align: left;
		z-index: 3;
		border-radius: 3px;
		box-shadow: 0px 0px 30px rgba(0,0,0,0.2);
		-webkit-transition: 0.4s ease-out;
		-moz-transition: 0.4s ease-out;
		-ms-transition: 0.4s ease-out;
		-o-transition: 0.4s ease-out;
		transition: 0.4s ease-out;
		opacity: 0;
	}
	
	.zoomin {
		-webkit-transform:  scale(1.2);
		-moz-transform:  scale(1.2);
		-ms-transform:  scale(1.2);
		transform:  scale(1.2);
		position: fixed;
	}
	
	.zoomout {
		-webkit-transform:  scale(0.7);
		-moz-transform:  scale(0.7);
		-ms-transform:  scale(0.7);
		transform:  scale(0.7);
	}
	
	.window-container-visible {
		-webkit-transform:  scale(1);
		-moz-transform:  scale(1);
		-ms-transform:  scale(1);
		transform:  scale(1);
		opacity: 1;
	}
	
.botonbasico {
	float: right;
	background-color: white;
    border: 2px solid #008CBA;
    color: black;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
	transition-duration: 0.4s;
}
.botonbasico:hover {
	background-color: #008CBA; /* Green */
    color: white;
}.botonbasico:active {
	position:relative;
	top:1px;
}

				#btnCloseDialogIframe {
					align: center;
					top: 90%;
					position: fixed;
				}
				 
				#divDialogIframeBase {
					position: fixed;
					left: 0%;
					top: 0%;
					width: 100%;
					height: 100%;
					z-index: 1;
					visibility: hidden;
					display: block;
					opacity: 1;
					content: "";
					align: center;
					background: #f0f0f0;
					min-height: 100%;
					min-width: 100%;
					text-align: center;
				}
				#divDialogIframeContent {
					position: fixed;
					left: 5%;
					top: 10%;
					width: 90%;
					min-width: 60%;
					min-height: 70%;
					z-index: 2;
					visibility: hidden;
					align: center;
					display: block;
					background: #ffffff;
					
					padding: 10px 20px 20px;
					text-align: left;
					z-index: 3;
					border-radius: 3px;
					box-shadow: 0px 0px 30px rgba(0,0,0,0.2);
					opacity: 1;
					text-align: center;
				}

body {
  margin: 0;
  padding: 0;
  background: url(../images/bg.jpg) no-repeat center top;
  background-size: 100% 100%;
  font-family: sans-serif;
  height: 100vh;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.login-box {
  width: 320px;
  background: #0090d3;
  color: #fff;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  padding: 60px 30px;
}

.login-box .avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: absolute;
  top: -50px;
  left: calc(50% - 50px);
}

.login-box h1 {
  margin: 0;
  padding: 0 0 20px;
  text-align: center;
  font-size: 22px;
}

.login-box label {
  margin: 0;
  padding: 0;
  font-weight: bold;
  display: block;
}

.login-box input {
  width: 100%;
  margin-bottom: 20px;
}

.login-box input[type="text"], .login-box input[type="password"] {
  border: none;
  background: transparent;
  outline: none;
  height: 40px;
  padding:5px;
  font-size: 16px;
}

.login-box input[type="submit"] {
  border: none;
  outline: none;
  height: 40px;
  background: #35c66d;
  color: #fff;
  font-size: 18px;
  border-radius: 20px;
}

.login-box input[type="submit"]:hover {
  cursor: pointer;
  background: #ffffff;
  color: #000;
}

.login-box a {
  text-decoration: none;
  font-size: 12px;
  line-height: 20px;
  color: darkgrey;
}

.login-box a:hover {
  color: #fff;
}

.botonesCS {
	position: absolute; 
	top: 90%; 
	left: 80%;
}
.formTable{
	border-radius: 5px;
	border-collapse: collapse;
}
.formTable tr{
	border-bottom: 1px solid grey;
	border-radius: 5px;
}
	position: fixed;
	left: 0%;
	top: 0%;
	width: 100%;
	height: 100%;
	
	display: block;	
}
#pdfContainer{
	content: "";
	align: center;
	background: #f0f0f0;	
	min-height: 110%;
	min-width: 110%;
	opacity:0.5;
	z-index: 1;
}
#pdfurl {
	position: fixed;
	left: 15%;
	top: 10%;
	width: 70%;
	min-width: 70%;
	min-height: 80%;
	display: block;
	background: #ffffff;	
	padding: 10px 20px 20px;
	text-align: center;
	z-index: 3;
	border-radius: 3px;
	box-shadow: 0px 0px 30px rgba(0,0,0,0.2);
	opacity: 1;
}

#pdfclose {	
	position: absolute;
	bottom: 10px;
	width:200px;
	height: 30px;
	left: calc(50% - 100px);

}

.error {
    color: red;
    background-color: white;
    margin: 2rem;
    padding: 1rem;
    text-align: center;
}	