/** Skeleton V1.2* Copyright 2011,Dave Gamache* www.getskeleton.com* Free to use under the MIT license.* http://www.opensource.org/licenses/mit-license.php* 6/20/2012*/
/* Table of Content==================================================	#Reset & Basics	#Basic Styles	#Site Styles	#Typography	#Links	#Lists	#Images	#Buttons	#Forms	#Misc */
/* #Reset & Basics (Inspired by E. Meyers)================================================== */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,mytable,caption,mytbody,mytfoot,mythead,mytr,myth,mytd,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
		margin:0;
		padding:0;
		border:0;
		font-size:100%;
		font:inherit;
		vertical-align:baseline;
		
		-webkit-text-stroke: 0.2px;
        
}

body {
		line-height:1;
}

blockquote:before,blockquote:after,q:before,q:after {
		content:'';
		content:none;
}
mytable {
		border-collapse:collapse;
		border-spacing: 0;
}
/* #Basic Styles================================================== */
body {
		background:#fff;
		font:16px/20px 'Exo', sans-serif;
		color:#767676;
		-webkit-font-smoothing:antialiased;
	/* Fix for webkit rendering */
	-webkit-text-size-adjust:100%;
}
/* #Typography================================================== */
h1,h2,h3,h4,h5,h6 {
		color:#181818;
		font-family: 'Exo', sans-serif;
		font-weight:normal;
}

h1 {
	font-size:48px;
	line-height:40px;
	margin-bottom: 14px;
}
/*48*/

/*24*/
h3 {
	font-size:28px;
	line-height:34px;
	margin-bottom: 8px;
}
/**/

p {
	margin:0;
	color:#a4a4a4;
}

blockquote cite:before {
	content:"\2014 \0020";
}
blockquote cite a,blockquote cite a:visited,blockquote cite a:visited {
	color:#555;
}
hr {
	border:solid #ddd;
	border-width:1px 0 0;
	clear:both;
	margin:10px 0 30px;
	height:0;
	height:1px;
	margin:0px;
	padding: 0px;
}
/* #Links================================================== */
a,a:visited {
	text-decoration:none;
	outline:0;
	color:#BD1842;
}

a:hover,a:focus {
	color:#BD1842;
}
p a,p a:visited {
	line-height: inherit;
}
/* #Lists================================================== */

/* #Buttons================================================== */
.button,button,input[type="submit"],input[type="reset"],input[type="button"]{
	border:1px solid #0960A4;
	background:#1273BE;
	cursor:pointer;
	font-family: Exo;
	color:#FFFFFF;
}
.button:hover,button:hover,input[type="submit"]:hover,input[type="reset"]:hover,input[type="button"]:hover {
	border:1px solid #0960A4;
	background:#1273BE;
	cursor:pointer;
	font-family: Exo;
	color:#FFFFFF;
}
.button:active,button:active,input[type="submit"]:active,input[type="reset"]:active,input[type="button"]:active {
	border:1px solid #0960A4;
	background:#1273BE;
	cursor:pointer;
	font-family: Exo;
	color:#FFFFFF;
}

/* Fix for odd Mozilla border & padding issues */
button::-moz-focus-inner,input::-moz-focus-inner {
	border:0;
	padding: 0;
}
/* #Forms================================================== */
form {
		margin-bottom:20px;
}

myinput[type="text"],myinput[type="password"],input[type="email"],textarea,select,input[type="search"] {
		border:0px solid #EFEFEF;
		padding: 4px 10px;
		outline:none;
		color:#989898;
		margin:0;
		max-width:100%;
		display:block;
		background:#EFEFEF;
		font-size:14px;
		margin-bottom:10px;
		width:94.5%;
		font-family: 'Exo', sans-serif;
}


input[type="text"]:focus,input[type="password"]:focus,input[type="email"]:focus,textarea:focus {
		border:0px solid #EFEFEF;
			color:#767676;
			font-family: 'Exo', sans-serif;
				
					

}
textarea {
		min-height:60px;
		width:94.5%;
		padding: 13px 19px;
		font-family: 'Exo', sans-serif;
}
label,legend {
		display:block;
		font-weight:bold;
		font-size:13px;
}
select {

		width:100%;
		padding: 13px 19px;
}

.float-left {
	float:left;
}

.header {
 background: none repeat scroll 0 0 #00aeef;
 margin-bottom: 20px;
 height: 87px;

}

.contenedor {
  background: none repeat scroll 0 0 #fff;
}

.sombra-general {
-moz-box-shadow: 0 0 2px #888;
-webkit-box-shadow: 0 0 2px #888;
box-shadow: 0 0 2px #888;
}

.shadow-2:before,.shadow-2:after {
			 z-index:-1;
			 position:absolute;
		 content:"";
		 bottom:15px;
		 left:10px;
		 top:10%;
		 width:50%;
		 background:#777;
		 -webkit-box-shadow:0 15px 10px #777;
		 -moz-box-shadow:0 15px 10px #777;
		 box-shadow:0 15px 10px #777;
		 -webkit-transform:rotate(-3deg);
		 -moz-transform:rotate(-3deg);
		 -o-transform:rotate(-3deg);
		 -ms-transform:rotate(-3deg);
		 transform:rotate(-3deg);
}
.shadow-2:after {
		 -webkit-transform:rotate(3deg);
		 -moz-transform:rotate(3deg);
		 -o-transform:rotate(3deg);
		 -ms-transform:rotate(3deg);
		 transform:rotate(3deg);
		 right:10px;
		 left:auto;
}

					.top {
	top:-7px;
	position:absolute;
}

.whiter {
	color:#ffffff;
}

.fsize8 {
	font-size:8px;
	line-height:11px;
}

.fsize12 {
	font-size:12px;
	line-height:15px;
}
.fsize13 {
	font-size:13px;
		line-height:16px;
}
.fsize14 {
	font-size:14px;
	line-height:17px;
}

.fsize18 {
	font-size:18px;
	line-height:23px;
}
.fsize19 {
	font-size:19px;
}

.fsize24 {
	font-size:24px;
	line-height:27px;
}

.fsize28 {
	font-size:28px;
	line-height:31px;
}

.flight		 {
	font-weight:lighter;
}
.ffamilyopen {
	font-family:'Open Sans',sans-serif;
}
.lheight24	 {
	line-height:24px;
}

.lheight22	 {
	line-height:22px;
}

.btn-large {
	-moz-border-radius:0px;
	 -webkit-border-radius:0px;
	 border-radius:0px;
	font-size:17.5px;
	padding:11px 19px;
}

.italic {
	font-style:italic;
	font-weight:lighter;
}

.btn {
	display:inline-block;
	*display:inline;
	*zoom:1;
	padding:4px 12px;
	margin-bottom:0;
	font-size:14px;
	line-height:20px;
	text-align:center;
	vertical-align:middle;
	cursor:pointer;
	color:#333333;
	text-shadow:0 1px 1px rgba(255,255,255,0.75);
	border-color:#e6e6e6 #e6e6e6 #bfbfbf;
	border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	border:0px solid #1c75bc;
	border-bottom-color:#a2a2a2;

	*margin-left:.3em;
	text-decoration:none;
}
.btn:hover,.btn:focus,.btn:active,.btn.active,.btn.disabled,.btn[disabled] {
	color:#333333;
	background-color:#e6e6e6;
	*background-color:#d9d9d9;
}
.btn-large {
	padding:9px 19px;

}
.btn-primary {
	color:#ffffff;
	background:#acacac;
	text-shadow:none;
	font-size:25px;

}
.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary.active,.btn-primary.disabled,.btn-primary[disabled] {
	color:#ffffff;
	background:#1c75bc;
	text-shadow:none;
	font-size:25px;
}
.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary.active,.btn-primary.disabled,.btn-primary[disabled] {
	color: #ffffff;
}
.fieldbox input {
	padding:13px 19px;
	font-style:italic;
	background:#efefef;
	margin-right:10px;
	font-size:14px;
		 
}

.squaredFour label:after {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter:alpha(opacity=0);
	opacity:0;
	content:'';
	position:absolute;
	width:5px;
	height:5px;
	background:transparent;
	top:2px;
	left:4px;
	border:3px solid #333;
	border-top:none;
	border-right:none;
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	transform:rotate(-45deg);
}
.squaredFour label:hover::after {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter:alpha(opacity=30);
	opacity:0.5;
}
.squaredFour input[type=checkbox]:checked+label:after {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter:alpha(opacity=100);
	opacity:0.5;
}

.p0-0-10-0 {
	padding:0px 0px 10px 0px;
}

.drop-box li a:hover {
	color:#bd1842;
}
.drop-box .last {
	border-bottom:0px solid #e7e7e7;
	padding-bottom:0px;
}
.text-right .button {
	margin:0 auto;
	font-size:14px;
		border-radius:7px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	box-shadow:inset 0px 1px 1px #e092a5;
		-webkit-box-shadow:inset 0px 1px 1px #0f0f0f;
		-ms-box-shadow:inset 0px 1px 1px #0f0f0f;
		-o-box-shadow:inset 0px 1px 1px #0f0f0f;
		-moz-box-shadow:inset 0px 1px 1px #0f0f0f;
	'Exo', sans-serif;
}

















/********** IVA FREE ************/
/* @ivafree */

.header .dxpc-headerText
{
white-space: normal;
width: 150px;
}
        
.regitro-box-fields 
{
    border: 0px;
padding-left: 15px;
background-color: transparent;
color: #c8d2df;
font: 16px/20px 'Exo',sans-serif;
padding-top: 0px;
padding-bottom: 5px;
width: 80%;
}


table tbody tr td img 
{
    margin-right:2px;
} 


.title 				{ font-size:36px; color:#1c75bc;}
.subtitle 			{ font-size:18px; font-style:italic; color:#707070; font-weight: 100;}
.admin-name 		{ font-size:12px; color:#ffffff; font-weight: normal;}
.admin-name span 	{ font-size:12px; color:#ffffff; font-weight: normal; }
.username 			{ padding-top:20px;}

.menu-header {
    font-size: 12px;
    color: #fff
}

.menu-header ul{
        list-style-type: none;
            margin: 0;
                padding: 0;
}

.menu-header ul li {
        display: inline;
        margin-right: 15px;
    }
.menu-header ul li span {
  margin-right: 5px;
  
}

.breadcrum {
    background-color: #dedede;
    height: 36px;
    margin: 0 8px 0 8px;
    border-radius:4px;
    min-height: 36px;
    line-height:36px; 
}

.breadcrum ul {
    list-style-type: none;
    margin-left: 10px;
    height: 36px;
}

.breadcrum ul li {
    display:inline;
    height: 36px;
    line-height: 36px;
    min-height: 36px;
/*    border-right:1px solid white;*/
    padding-right: 10px;
    color: #1273be;
    
}

.breadcrum ul li a, a:visited {
        color: #1273be;
        outline: 0 none;
        text-decoration: none;
            
}

.herramientas {
    background-color: #1273be;
    height: 36px;
    margin: 0 8px 0 8px;
    border-radius:4px;
    min-height: 36px;
    line-height:36px; 
    padding-left:8px;
}

.herramientas ul {
    list-style-type: none;
    margin-left: 10px;
    height: 36px;
}

.herramientas ul li {
    display:inline;
    height: 36px;
    line-height: 36px;
    min-height: 36px;
/*    border-right:1px solid white;*/
    padding-right: 10px;
    color: #1273be;
    
}

.herramientas ul li a, a:visited {
        color: #1273be;
        outline: 0 none;
        text-decoration: none;
            
}

.herramientas_bottom {
    background-color: #1273be;
    height: 36px;
   
    border-radius:4px;
    min-height: 36px;
    line-height:36px; 
    padding-left:8px;
}

.herramientas_bottom ul {
    list-style-type: none;
    margin-left: 10px;
    height: 36px;
}

.herramientas_bottom ul li {
    display:inline;
    height: 36px;
    line-height: 36px;
    min-height: 36px;
/*    border-right:1px solid white;*/
    padding-right: 10px;
    color: #1273be;
    
}

.herramientas_bottom ul li a, a:visited {
        color: #1273be;
        outline: 0 none;
        text-decoration: none;
            
}

.contenedor {
}

.boton-home {
   width: 145px;
   height: 125px;
   border: 2px solid #dedede;
   border-radius: 3px;
}

.boton-home-texto {
   width:135px;
   height:40px;
   background-color:#1273be;
   line-height:40px;
   padding: 0 5px 0 5px;
   color: #fff;
  
}

.boton-home-texto a, a:visited {
    font-size: 13px; 
    color: #fff;
    text-decoration: none;
}

.menu i{ margin-right:10px; }


.menu{
    text-align:left;
    padding-top:5px;
    padding-bottom:5px;
    margin:0px auto;
    width:100%;
    padding:0px auto;
    cursor:pointer;
	border-bottom:1px solid #8ebade; background-color:#1c75bc;
	color:#8ebade;
	padding-left:23px;
	padding-top:15px;
	padding-bottom:15px;
	font-size:12px;
    }
.menu:hover{  
	border-bottom:1px solid #ffffff; background-color:#1c75bc;
	color:#ffffff!important;
    }
.menu:active {
	color:#ffffff;
}

.lblue{color:#afcad6;}

.subtitleblue{ color:#1c75bc; font-weight:bold; font-size:24px;}

.blue { color:#1c75bc; }
.gray { color:#626262; }


.login-box {
	background:#1c75bc;
	border:1px solid #1265a8;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	margin:0 auto;
	width:340px;
		 box-shadow:0px 1px 2px #0e3747;
	-webkit-box-shadow:0px 1px 2px #0e3747;
		 -ms-box-shadow:0px 1px 2px #0e3747;
		 -o-box-shadow:0px 1px 2px #0e3747;
		-moz-box-shadow:0px 1px 2px #0e3747;
		color:#7c818b;
		margin-top:50px;
}

.tpvContent #l_ok, .tpvContent #l_ko
{
    color:White !important;
    font-size:14px !important;
    margin:10px 0 10px 0 !important;
}
.tpvContent 
{
    background:#1c75bc;
	border:1px solid #1265a8;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	margin:0 auto;
	width:540px;
		 box-shadow:0px 1px 2px #0e3747;
	-webkit-box-shadow:0px 1px 2px #0e3747;
		 -ms-box-shadow:0px 1px 2px #0e3747;
		 -o-box-shadow:0px 1px 2px #0e3747;
		-moz-box-shadow:0px 1px 2px #0e3747;
		color:white;
		margin-top:50px;
		
}
#btnComprar, #btnVolver,#btnImprimir
{
    float:left;
    margin-left:100px;
}

#divinvitacion #tabinvitacion_empleado #cp_nuevo .tableform
{
    clear:both;
}

#btn_close
{
    margin:auto;
    margin-top:30px;
}

#btnComprar div, #btnVolver div, #btn_close div.dxb,#btnImprimir div
{
      background: none repeat scroll 0 0 #00AEEF !important;
    border-color: rgba(0, 0, 0, 0) !important;
    border-radius: 4px !important;
    font-size: 24px !important;
    font-weight: lighter !important;
    /*margin: 0 auto 20px !important;*/
    text-shadow: none !important;
    /*width: 100% !important;*/
    color: #FFFFFF !important;
    font-family: Exo !important;
    /*padding: 8px 15px !important;*/
    padding:10px !important;
}

#btnValidatePromo div
{
      background: none repeat scroll 0 0 #00AEEF !important;
    border-color: rgba(0, 0, 0, 0) !important;
    border-radius: 4px !important;   
    text-shadow: none !important;   
    color: #FFFFFF !important;
    font-family: Exo !important;   
}

#btnComprar_CD div, #btnVolver_CD div
{
    display:none !important;
}

#textoTransferencia span
{
    font-weight:normal !important;
    -webkit-text-stroke:0px !important;
}

#btnComprar td, #btnVolver td, #btn_close td,#btnImprimir td
{
    background:none !important;
    border:0px !important;
}
.login-box-logo {
	margin:0 auto;
	width:136px;
	height:119px;
	margin-top:48px;
}

.login-box p, .tpvContent p {
	text-align:center;
	margin-top:50px;
	margin-bottom:10px;
	color:#ffffff;
}
.login-box-fields {
	margin:0 auto;
	background-color:#ffffff;
	width:80%;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	font-size:20px;
	color:#5e6d81;

	
}


.login-box-fields .span2 {
	border:0px;
	padding-left:15px;
	background-color:transparent;
	color:#c8d2df;
	font: 16px/20px 'Exo',sans-serif;
	padding-top:0px;
	padding-bottom:5px;
    width:80%;

}
.prepend2{  padding-bottom:1px;}




.login-box-fields .add-on 			 {
	float:left;
}
.login-box-fields .input-prepend	 {
	padding-left:18px;
	padding-top:15px;
	line-height:20px;
}
.darkline {
	border:solid #1c75bc;
	border-width:1px 0 0;
	clear:both;
	margin:10px 0 30px;
	height:0;
	height:1px;
	margin:0px;
	padding:0px;
}


.login-box-fields-button {
	margin:0 auto;
	width:80%;
	margin-top:15px;

}
.login-box-fields-button input[type="submit"] {
	margin:0 auto;
	font-size:24px;
	
	margin-bottom:20px;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
    background:#00aeef;
	border-color: transparent;
	text-shadow:none;
	font-weight:lighter;
    width:100%;	
}



.alternate { 
color: #b2b2b2;
font-size: 18px;
text-align:center;
padding-top:15px;
margin-bottom:15px;
background-color:#f8f8f8;
cursor:pointer;
padding-bottom:20px;
-moz-box-shadow: inset 5px -5px 4px #e6e6e6;
-webkit-box-shadow: inset 5px -5px 4px #e6e6e6;
box-shadow: inset 5px -5px 4px #e6e6e6;


}

.alternateb { 
color: #b2b2b2;
font-size: 18px;
text-align:center;
padding-top:40px;
margin-bottom:40px;
background-color:#f8f8f8;
cursor:pointer;
padding-bottom:40px;
-moz-box-shadow: inset -5px -5px 4px #e6e6e6;
-webkit-box-shadow: inset -5px -5px 4px #e6e6e6;
box-shadow: inset -5px -5px 4px #e6e6e6;


}


.activo{ 
color: #1c75bc;
font-size: 36px;
background-color:#FFffff;
height:100%;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow:none;

}


.alternate a:hover{ 
color: #1c75bc;
font-size: 36px;
}
	
#holder {
	width: 100%;
}

#holder > div {
	clear: both;
	padding: 2%;
	margin-bottom: 20px;
	border-bottom: 1px solid #eee;
	float: left;
	width: 96%;
}

label {
	display: inline;
}

.regular-checkbox {
	display: none;
}

.regular-checkbox + label {
	background-color: #fafafa;
	border: 1px solid #cacece;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
	padding: 9px;
	border-radius: 3px;
	display: inline-block;
	position: relative;
}

.regular-checkbox + label:active, .regular-checkbox:checked + label:active {
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}

.regular-checkbox:checked + label {
	background-color: #efefef;
	border: 1px solid #efefef;
	color: #1c75bc;
}

.regular-checkbox:checked + label:after {
	content: '\2714';
	font-size: 21px;
	position: absolute;
	top: 0px;
	left: 4px;
	color: #1c75bc;
}


.big-checkbox:checked + label:after {
	font-size: 28px;
	left: 6px;
}

.tag {
	
	width: 200px;
	position: relative;
	top: 5px;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	float: left;
}


/* RADIO */

.regular-radio {
	display: none;
}

.regular-radio + label {
	-webkit-appearance: none;
	background-color: #efefef;
	border: 1px solid #efefef;
	padding: 9px;
	border-radius: 50px;
	display: inline-block;
	position: relative;
}

.regular-radio:checked + label:after {
	content: ' ';
	width: 12px;
	height: 12px;
	border-radius: 50px;
	position: absolute;
	top: 3px;
	background: #1c75bc;
	text-shadow: 0px;
	left: 3px;
	font-size: 32px;
}

.regular-radio:checked + label {
	background-color: #e9ecee;
	color: #99a1a7;
	border: 1px solid #e9ecee;

}

.regular-radio + label:active, .regular-radio:checked + label:active {

}


.big-radio:checked + label:after {
	width: 24px;
	height: 24px;
	left: 4px;
	top: 4px;
}


/*
Table Style - This is what you want
------------------------------------------------------------------ */
mytable a:link {
	text-decoration:none;
}
mytable a:visited {
	color: #999999;
	font-weight:bold;
	text-decoration:none;
}
mytable a:active,
mytable a:hover {
	color: #bd5a35;
	text-decoration:underline;
}
mytable {

	font-size:12px;
	background:#eaebec;
    margin: 0px !important;
    padding: 0px !important;
	}
mytable th {
	padding:21px 0px 22px 0px;
	border-top:0px solid #fafafa;
	border-bottom:0px solid #e0e0e0;

	background: #ffffff;

	color:#da9616;
}
mytable th:first-child{
	text-align: left;

		background-color:#FFF
}
mytable mytr:first-child th:first-child{
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	border-top-left-radius:3px;

}
mytable mytr:first-child th:last-child{
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
	border-top-right-radius:3px;
}
mytable mytr{
	text-align: center;
	padding-left:20px;
}
mytable mytr mytd:first-child{
	text-align: left;
	padding-left:20px;
	border-left: 0;
}
mytable mytr mytd {
	padding:18px;
	border-top: 4px solid #ffffff;
	border-bottom:3px solid #ffffff;
	border-left: 1px solid #e0e0e0;
	
	background: #f8f8f8;
	color:#c0c0c0;
}
mytable mytr.even mytd{
	background: #eeeeee;

}
mytable mytr:last-child mytd{
	border-bottom:0;
}
mytable mytr:last-child mytd:first-child{
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
}
mytable mytr:last-child mytd:last-child{
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;
}
mytable mytr:hover mytd{
	background: #f2f2f2;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
	background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);	
}


/*De Aquí hacia abajo son cosas mías*/
.centeredGrid
{
    margin-left:10%;
    margin-right:10%
}

#validarticket{
    margin: 0 auto;
    background: #FFFFFF;
    border: 10px #FFFFFF solid;
    text-align: center;
    overflow: hidden;
}
 
#columna-derecha{
    font-family:Arial;
    float:right;
    width:29%;
    height:750px;
    margin-top: 0%;
    border-left:3px solid #00aeef;    
    }
#columna-derecha-sin-borde
{
    font-family:Arial;
    float:right;
    width:49%;
    height:298%;
    margin-top: 0%;
    text-align:right;    
}
#columna-izquierda
{
    font-family:Arial;
    text-align:left;
    float:left;
    width:69%;
    height:750px;
    overflow: auto;
    }
    
.divizquierdo
{
    font-family:Arial;
    text-align:left;
    float:left;
    width:49%;
    height:600px;
    overflow: auto;
    }

.divderecho {
    font-family:Arial;
    float:right;
    width:49%;
    height:600px;
    margin-top: 0%;
    border-left:3px solid #00aeef;    
    }
.myactivo{ 
color: #1c75bc;
/*font-size: 28px;*/
background-color:#FFffff;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow:none;

}

table.tableform
{
    width: 94%;
    margin-left: 3%; 
    margin-right: 3%; 
    margin-top:10px; 
    border-collapse:separate; 
    border-spacing:0px 5px;
}

table.tableformcolumn
{
    width: 100%;
    margin-top:10px; 
    border-collapse:separate; 
    border-spacing:0px 5px;
}

table.tableformcolumntohide
{
    width: 100%;
    border-collapse:separate; 
    border-spacing:0px 5px;
}

table.tableformtohide
{
    width: 94%;
    margin-left: 3%; 
    margin-right: 3%; 
    border-collapse:separate; 
    border-spacing:0px 5px;
}

div.divform
{
    width:94%; 
    margin-top: 10px; 
    margin-left:3%; 
    margin-right: 3%; 
    border-bottom:1px solid #989898;
}
div.divformcolumnleft
{
    float:left; 
    width:45%; 
    margin-top: 10px; 
    margin-left:3%; 
    margin-right: 2%;
}
div.divformcolumnright
{
    float:left; 
    width:45%; 
    margin-top: 10px; 
    margin-left:2%; 
    margin-right: 2%;
}

div#map {
  position: relative;
  width:100%;
  height:300px;
  border-bottom: 4px solid #333;
  margin-top: 10px;
  content: " ";
}

div#map_canvas {
  width:100%;
  height:300px;
  content: " ";
}

div#crosshair {
	display: block;
	position: absolute;
	top: 50%;
    left: 50%;
	height: 40px;
	width: 40px;
	margin-left: -8px;
    margin-top: -30px;
	background-image: url(../Images/location.png);
	content: " ";
	background-repeat: no-repeat;
	
}
.subalternate { 
color: #b2b2b2;
font-size: 18px;
text-align:center;
padding-top:40px;
margin-bottom:40px;
background-color:#f8f8f8;
cursor:pointer;
padding-bottom:40px;
-moz-box-shadow: inset 5px -5px 4px #e6e6e6;
-webkit-box-shadow: inset 5px -5px 4px #e6e6e6;
box-shadow: inset 5px -5px 4px #e6e6e6;
background-color:#03C;


}

.subalternate.myactivo{ 
color: #1c75bc;
font-size: 28px;
background-color:#FFFFFF;
height:100%;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow:none;
}




.subalternate a:hover{ 
color: #1c75bc;
font-size: 36px;
}

/* ------- IGNORE */

.input-text{ margin-left:5px;  vertical-align:top;}
.italicalternate {
	font-style:italic;
	font-weight:lighter;
    padding:21px 0px 22px 0px;
	border-top:0px solid #fafafa;
	border-bottom:0px solid #e0e0e0;
	background: #ffffff;
	color:#da9616;
 
 }