
/*
*:not(html) {
    -webkit-transform: translate3d(0, 0, 0);
}
*/

* { 
		margin: 			0; 
		padding: 			0; 
		border: 			0; 

		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
         box-sizing: border-box;

		-webkit-text-size-adjust: none;
		
		-webkit-appearance: none;
		-moz-appearance:    none;
		appearance:         none;
}

input[type=checkbox] {
  -webkit-appearance: checkbox;
	-moz-appearance:    checkbox;
	appearance:         checkbox;
}


::selection {
	background: #b4dcef; /* Safari */
	}
::-moz-selection {
	background: #b4dcef; /* Firefox */
}

html {		
					margin:				0;
					padding:			0;
					width:				100%;
					height: 			100%;
					overflow-y: 		scroll;
					font-family: 		Arial, Helvetica, sans-serif;
					font-weight: 		normal;
}
 
body {
					margin:				0;
					padding:			0;
					width:				100%;
					height: 			100%;
					
					top:				0;
					text-align:			left;
					background:			#ffffff;
					
					
					color: #292929;
					font-size: 16px;
					font-weight: 400;
					line-height: 22px;
					
					 
}


i{
				color: #fd8204;
				font-style: normal;
}


h1{
				font-size: 28px;
				line-height: 32px;
}

h2{
				font-size: 22px;
				line-height: 28px;
}


b{
				font-weight: bold;
}


.c1{
				color: #e0046f;
}

.c2{
				color: #00abc2;
}
#wrap {
	
	position:			relative;
    
	min-height: 100%;
    height: auto !important;
    
    margin: 0 0  -40px 0; 
	
	
	
	width:			100%;
	
	
	text-align: 	left;
	
	background: 	#ffffff;
    }

	
	
#main {
	position: relative;
	overflow:visible;
	padding-bottom: 40px; 
}

#footer {
	position:			relative;
	height:				40px;
	margin: 			0 auto; 
	width:				100%;
	line-height:		40px;
	
	
	background: 		#274e45;
	
	text-align: 		left;
	
	overflow:			hidden;
	
	
	color: 				#ffffff;
	
	font-size: 			13px;
	font-weight: 		400;


	
	font-family:		"myriad-pro-condensed";
	}
	
#footer a{
	color: #ffffff;
	text-decoration: none;
}

#footer a:hover{
	text-decoration: underline;
}

#top{
	position: 			relative;
	width: 				100%;
	
	margin: 			0px 0px 0px 0px;
	line-height: 		17px;
	font-size: 			12px;
	color:				#ffffff;
	text-align: 		left;
	font-weight:		normal;
	
	padding: 			0px 0px 10px 0px;
	
	background: 		#274e45; 
	height: 			120px; 
	text-align: 		center;
	
}


#top a{
	color:				#ffffff;
	text-decoration:	none;
}

#top a:hover{
	color:				#e0edeb;
}

.centerer{
	position:			relative;
	max-width:			1200px;
	min-width:			300px;
	margin:				0px auto;
	padding:			0px 10px 0px 10px;
	text-align: 		center;
	
	
}

.loginform{
	display: inline-block;
	vertical-align: top;
	width: auto;
	text-align: left;
	margin: 0px 10px 0px 10px;
	
}
.loginform div{
	margin: 4px 0px;
}

.loginform p{
	margin: 12px 0px 4px 0px;
}

.loginform h1{
	font-size: 20px;
	line-height: 24px;
	color: #222222;
	font-weight: 400px;
	margin: 0px 0px 30px 0px;
}

.loginform a{
	font-size: 12px;
	color: #274e45;
	text-decoration: none;
}

.loginform a{
	font-size: 12px;
	color: #274e45;
	text-decoration: underline;
}


.goback{
	text-align: left;
	font-size: 18px;
	line-height: 18px;
	color: #274e45;
}

.goback a{
	color: #274e45;
	text-decoration: none;
}


input[type=text],
input[type=password]{
	border: 1px solid #888888;
	height: 32px;
	line-height: 32px;
	width: 100%;
	font-size: 14px;
	font-weight: 400;
	padding: 0px 5px;
	color: #000000;
}

input[type=submit]{
	border: 1px solid #888888;
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	font-weight: 400;
	padding: 0px 5px;
	cursor: pointer;
	margin: 0px;
	background: #dddddd;
	color: #000000;
}

input[type=submit]:hover{
	background: #274e45;
	color: #ffffff;
}



select{
	border: 1px solid #888888;
	height: 32px;
	line-height: 32px;
	width: 100%;
	font-size: 14px;
	font-weight: 400;
	background: #ffffff;
	color: #000000;
}

option{
	padding: 4px 5px;
}

textarea{
	border: 1px solid #888888;
	height: 128px;
	line-height: 18px;
	width: 100%;
	font-size: 14px;
	font-weight: 400;
	padding: 5px 5px;
	color: #000000;
	resize: none;
}

file{
	width: 50%;
	overflow: hidden;
}

.fakeinputro{
	border: 1px solid #888888;
	height: 32px;
	line-height: 32px;
	width: 100%;
	font-size: 14px;
	font-weight: 400;
	padding: 0px 5px;
	color: #888888;
}

.fakesubmit{
	display: inline-block;
	vertical-align: top;
	border: 1px solid #888888;
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	font-weight: 400;
	padding: 0px 5px;
	cursor: pointer;
	margin: 0px;
	background: #dddddd;
	color: #000000;
}

.fakesubmit:hover{
	background: #274e45;
	color: #ffffff;
}

.fakesubmitfaked{
	display: inline-block;
	vertical-align: top;
	border: 1px solid #888888;
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	font-weight: 400;
	padding: 0px 5px;
	cursor: pointer;
	margin: 0px;
	background: #274e45;
	color: #ffffff;
}


.fakesubmitfix{
	display: inline-block;
	vertical-align: top;
	border: 1px solid #888888;
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	font-weight: 400;
	padding: 0px 5px;
	cursor: pointer;
	margin: 0px;
	background: #dddddd;
	color: #000000;
}


.fakesubmitfixfaked{
	display: inline-block;
	vertical-align: top;
	border: 1px solid #888888;
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	font-weight: 400;
	padding: 0px 5px;
	cursor: pointer;
	margin: 0px;
	background: #274e45;
	color: #ffffff;
}


.loginerror{
	color: #ff0000;
	text-align: center;
}

.loginremsent{
	color: #274e45;
	text-align: center;
}


.profilebox{
	width: 260px;
	text-align: left;
	margin: 100px auto 50px auto;
	
}

.box{
	padding: 10px; 
	border: 1px solid #888888;
}

.box2{
	padding: 10px; 
	border: 1px solid #888888;
	display: inline-block;
	vertical-align: top;
	width: 300px;
}

.hsep{
	height: 50px;
}

.uplprogc{
	height: 16px;
	background: #e8e8e8;
}

.uplprogp{
	height: 16px;
	background: #008800;
	width: 0px;
	
}

.uplcancel{ 
	position: absolute; 
	right: 0px; 
	top: -4px; 
	cursor: pointer;
}

table{
	font-size: 14px;
	line-height: 16px;
}


th{
	
	text-align: left;
	line-height: 32px;
	padding: 0px 5px;
	background: #274e45;
	color: #ffffff;
	font-size: 10px;
}
td{
	text-align: left;
	padding: 10px 5px 10px 5px;
	border-bottom: 1px solid #888888;
	vertical-align: middle;
	font-size: 10px;
	line-height: 12px;
}

table a{
	text-decoration: none;
	color: #222222;
	width: 100%;
	height: 100%;
	display: block;
	
}
table a:hover{
	
	color: #274e45;
}

.fakelink{
	text-decoration: none;
	color: #222222;
	width: 100%;
	height: 100%;
	display: block;
	cursor: pointer;
}

.fakelink:hover{
	color: #274e45;
}

p{
	line-height: 24px
}


.statuspoint{
	position: absolute; 
	left: -6px; 
	top: 12px; 
	width: 7px; 
	height: 7px; 
	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px; 
	-khtml-border-radius: 4px; 
}

.paginador{
	font-size: 14px;
	line-height: 23px;
	color: #292929;
	font-weight: 300;
	text-align: left;
	margin: 0px 0px 20px 0px;
	
}

.paginador span{
	display: inline-block;
	width: auto;
	height: 23px;
	padding: 0px;
	color: #000000;
	background: #dddddd;
	border: 1px solid #888888;
	padding: 0px 5px;
}

.paginador span:hover{
	background: #274e45;
	color: #ffffff;
}



#miniaturazoom{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 60%;
	height: 480px;
	border: 4px solid #323639;
	display: none;
	
	
	background: #ffffff;
}

#miniaturazoom div{
	overflow-y: scroll;
	overflow-x: none;
	width: 100%;
	height: 100%;
}

.miniaturatitle{
	position: absolute;
	top: -40px;
	left: -4px;
	right: -4px;
	text-align: center; 
	background: #274e45; 
	padding: 0px 10px; 
	height: 40px; 
	color: #ffffff; 
	line-height: 40px;
	
}


.miniaturazoomclose{
	position: absolute; 
	top: -34px; 
	right: 4px; 
	height: 28px; 
	width: 28px;
	background: #ffffff;
	color: #274e45;
	line-height: 28px;
	text-align: center;
	cursor: pointer;
	font-size: 20px;
}

.miniaturazoomdownloadpdf{
	position: absolute;
	bottom: 4px;
	left: 4px;
	width: 50px;
	text-align: center; 
	background: #274e45; 
	height: auto; 
	color: #ffffff; 
	font-size: 16px;
	line-height: 20px;
	cursor: pointer;
	border: 2px solid white;
}

.miniaturazoomdownloadpdf a{
	display: block;
	width: 100%;
	height: 100%;
	padding: 10px 0px;
	color: #ffffff; 
	text-decoration: none;
}

.miniaturazoomdownloadpdf:hover{
	opacity: 0.7;
}

.miniaturazoomdownloadzip{
	position: absolute;
	bottom: 4px;
	left: 58px;
	width: 50px;
	text-align: center; 
	background: #274e45; 
	height: auto; 
	color: #ffffff; 
	font-size: 16px;
	line-height: 20px;
	cursor: pointer;
	border: 2px solid white;
}

.miniaturazoomdownloadzip:hover{
	opacity: 0.7;
}

.miniaturazoomdownloadzip a{
	display: block;
	width: 100%;
	height: 100%;
	padding: 10px 0px;
	color: #ffffff; 
	text-decoration: none;
}


#miniaturazoom div{
	position: relative;
	width: 100%;
	height: 100%;
}

#miniaturazoom img{
	width: 100%;
	display: block;
}


.buscador{
	text-align: left;
}
.buscador div{
	display: inline-block;
	vertical-align: top;
	width:150px;
	line-height: 32px;
	margin: 10px;
}


.optcircular{
	display: inline-block;
	vertical-align: top;
	text-align: center;
	cursor: pointer;
	background: #dddddd;
	color: #000000;
	width: 20px;
	height: 20px;
	line-height: 20px;
	border: 1px solid #888888;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-weight: bold;
	margin: 5px 0px 0px 5px;
}

.optcircular:hover{
	background: #274e45;
	color: #ffffff;
}

.quantity{
	display: inline-block;
	vertical-align: top;
	width: 40px; 
	text-align: center;
}

.trunsel{
	background: #ffffff;
}
.trunsel:hover{
	background: #dddddd;
}

.ftf{
	margin: 10px 0px 0px 0px;
}

.mediashower{
	text-align: center;
	
}

.mediashower a{
	text-align: center;
	color: #274e45;
	text-decoration: none;
	
}


.filtersbox{
	border: 1px solid #888888;
	background: #eeeeee;
	padding: 10px;
	text-align: left;
	margin: 40px 0px 40px 0px;
}

.filtersbox p{
	font-weight: bold; 
	margin: 0px 0px 10px 0px;
}


.filtersbox-dw{
	border: 1px solid transparent;
	background: transparent;
	padding: 10px;
	text-align: right;
	margin: 40px 0px 40px 0px;
}

.filtersbox-dw p{
	font-weight: bold; 
	margin: 0px 0px 10px 0px;
}

.filter{
	display: inline-block;
	vertical-align: top;
	width: 120px;
	text-align: left;
	margin: 0px 10px 10px 10px;
}

.filter p{
	margin: 0px 0px 5px 0px;
}

.option{
	display: inline-block;
	vertical-align: top;
	margin: 0px 5px 0px 0px;
}

.breadcrumb{
	text-align: left;
}

.breadcrumb p{
	display: inline-block;
	vertical-align: top;
	font-weight: bold;
	color: #274e45;
	padding: 2px 5px;
}

.breadcrumb a{
	display: inline-block;
	vertical-align: top;
	color: #222222;
	background: #dddddd;
	text-decoration: none;
	padding: 2px 5px;
}

.breadcrumb a:hover{
	color: #ffffff;
	background: #274e45;
	
}

.breadcrumb span{
	display: inline-block;
	vertical-align: top;
	padding: 2px 4px;
	font-weight: bold;
}

.titleheader{
	text-align: left;
	margin: 0px 0px 10px 0px;
}

.clickableth{
	cursor: pointer;
	text-decoration: underline;
	color: #ffffff;
	white-space: nowrap;
}

.clickableth:hover{
	text-decoration: none;
	color: #ccffcc;
}

.hoja_envio_alert_container{
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
}

.hoja_envio_alert{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 300px;
	height: 200px;
	margin-left: -150px;
	margin-top: -100px;
	background: #ffffff;
	border: 3px solid #274e45;
	color: #274e45;
	padding: 10px;
	text-align: center;
}
.hoja_envio_alert p{
	margin: 0px 0px 20px 0px;
}

.hoja_envio_alert a{
	
	color: #274e45;
	text-decoration: underline;
}


#holadeenvio{
	color: #000000;
	font-size: 26px;
	line-height: 30px;
}

#holadeenvio h1{
	font-size: 36px;
	line-height: 40px;
}


.route_popup{
	display: none;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -150px;
	margin-top: -150px;
	width: 400px;
	height: 300px;
	background: #ffffff;
	color: #000000;
	
	border: 2px solid #274e45;
	z-index: 999;
	overflow: auto;
	font-size: 12px;
	line-height: 14px;
}

.route_popup h1{
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 32px;
	background: #274e45;
	color: #ffffff;
	font-size: 16px; line-height: 32px;
	text-align: center;
}

.route_popup div{
	padding: 10px 10px 10px 10px;
	text-align: justify;
}

.route_popup span{
	border: 1px solid #274e45;
	width: 16px;
	height: 16px;
	position: absolute;
	right: 4px;
	top: 8px;
	background: #ffffff;
	color: #274345;
	cursor: pointer;
	text-align: center;
	line-height: 14px;
	font-size: 12px;
	
}


@media screen and (min-width: 0px) {
	
}

@media screen and (min-width: 480px) {
	
}


@media screen and (min-width: 560px) {
	
}

@media screen and (min-width: 640px) {
	
}
	
@media screen and (min-width: 768px) {
	
}

@media screen and (min-width: 840px) {
	
}

@media screen and (min-width: 1024px) {
	
}
	
@media screen and (min-width: 1200px) {
	
}
	




	

	
