body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0;
	text-align: justify;
	font-family:  Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #696969;
}

h1, h2, h3 {
	margin-top: 0;
}

h1 {
	font-size: 1.2em;
	font-weight: normal;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1em;
}

ul {
}

a {
	text-decoration: none;
	color: #696969;
}

a:hover {
	border-bottom: none;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

#header-wrapper {
	width: 100%;
	height: 150px;
}

#header {
	width: 1000px;
	margin: 0 auto;
	height: 150px;
}

/* Header */

#logo {
	width: 700px;
	height: 150px;
	
}

#logo h1, #logo p {
	margin: 0;
	padding-left: 100px;
	color: #D1412A;
}

#logo span {
	color: #D1412A;
}

#logo h1 {
	padding: 10px 0 0 0;
	letter-spacing: -1px;
/* 	text-transform: lowercase; */
	font-family: Helvetica;
	font-weight: normal;
	font-size: 3.8em;
}

#logo p {
/* 	text-transform: lowercase; */
	padding: 10px 0px 0px 0px;
	font-family: Helvetica;
	font-size: 22px;
	color: #D1412A;
}

#logo a {
	border: none;
	text-decoration: none;
	color: #F2863C;
}

#logotipo 
{
float:right; 

padding-top: 10px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
         

}


ul.menu { /* es la lista principal */
  background-color: transparent;
  float: left;
  list-style-type: none;
  margin: 0;
  padding: 0 20px;
}

ul.menu li { /* cada item de la lista principal */
  border: 0px;
  display: block;
  float: left;
  height: 30px;
  margin: 0;
  padding: 0;
  position: relative;
}
ul.menu li:hover { /* efecto hover sobre los items de la lista principal */
  -moz-border-radius: 0px;
  background-color: transparent;
  border:0px;
}
ul.menu li a { /* cada item de la lista principal es un enlace */
  color: #FFF;
  font-family: Helvetica;
  font-size: 10px;
  display: block;
  float: left;
  font-weight: bold;
  line-height: 18px;
  padding: 6px 15px 5px;
  text-decoration: none;
}

/* el ícono para desplegar el menú */
ul.menu li a span {
  font-weight: normal;
  font-family: Helvetica;
  padding-left: 3px;
}
ul.menu li.drop a {
  padding-right: 7px;
}
ul.menu li.drop:hover li {
  border: none;
}
ul.menu li.drop span.toggle {
  background: transparent;
  display: block;
  float: left;
  height: 26px;
  margin: 0 5px;
  padding: 0;
  width: 20px;
}

/* los efectos al pasar el ratón que desplegarán el submenú */
ul.menu li.drop:hover {
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 0px;
}
ul.menu li.drop:hover ul {
  display: block;
  padding: 0 0 10px 0;
  z-index: 1;
}

ul.menu li ul { /* la lista con el submenú */
  background-color: #d95e18;
 display: none;
  left: 0;
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 30px;
  width: 120px;
}

ul.menu li ul li { /* cada item del submenú */
  border: none;
  float: none;
  height: 30px;
  margin: 0;
  padding: 0;
}
ul.menu li ul li a { /* cada item del submenú es un enlace */
  background-color: #d95e18;
  color: white !important;
  display: block;
  float: none;
  font-family: Helvetica;
  font-size: 12px;
  font-weight: normal;
  height: auto;
  margin-right: 30px;
  
}

/* efectos sobre los items del submenú */
ul.menu li:hover ul {
  -moz-border-radius-bottomleft: 0px;
  -moz-border-radius-bottomright: 0px;
  border: none;
  background-color: #d95e18;
}
ul.menu li:hover ul * {
  -moz-border-radius: 0;
  background-color: transparent;
}
ul.menu li ul li:hover {
  background-color: #af292e;
}





#wrapper {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

/* Page */

#page {
	width: 1000px;
	margin: 0px auto;
	padding: 0px;
	background: #FFFFFF url(../images/img03.gif) repeat-y left top;
}

#page-bgtop {
}

#page-bgbtm {
	padding: 0px 20px;
}

/* Latest Post */

#latest-post {
	padding: 20px;
	border: 1px solid #E7E7E7;
}

/* Content */

#content {
	float: left;
	width: 400px;
	margin: 10px 30px 20px 50px;
}

.post {
	padding-bottom: 15px;
	line-height: 200%;
	background: url(../images/img04.gif) repeat-x left bottom;
}

.post h1 {
	font-weight: normal;
}

.title {
	margin: 0;
	padding: 30px 0 4px 0px;
	text-transform: lowercase;
	font-family: "Trebuchet MS", Helvetica, "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: normal;
}

.title a {
	border-bottom: none;
	color: #454545;
}

.byline {
	margin: -4px 0px 20px 0px;
	padding: 4px 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.byline a {
	color: #666666;
}

.tag {`
	padding: 0 15px;
}

.entry {
	padding: 0px 0px;
}

.links {
	width: 80px;
	height: 33px;
	text-align: right;
	font-weight: bold;
	color: #FFFFFF;
}

.links a {
	display: block;
	height: 25px;
	padding-top: 8px;
	text-align: left;
}

.links a:hover {
}

.links a {
color:#FFFFFF; 
text-decoration: none
}


A:link {color:#000000; text-decoration: none}
A:visited {color:#000000; text-decoration: none}
A:active {color:#000000; text-decoration: none}
A:hover {color:#000000; font-size:24; }


/* Sidebars */

#sidebar1 {
	float: left;
	width: 210px;
}

#sidebar2 {
	float: right;
	width: 210px;
}

.sidebar {
	float: left;
	padding-top: 24px;
	color: #595959;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar li {
	padding: 0 0 20px 0;
}

.sidebar li ul {
	background: none;
	padding-bottom: 20px;
}

.sidebar li li {
	margin: 0px 15px;
	padding: 8px 0px;
	background: url(../images/img04.gif) repeat-x left bottom;
}


.sidebar li h2 {
	height: 26px;
	margin: 0 0 0 0;
	padding: 14px 15px 14px 15px;
	text-transform: capitalize;
	font-size: 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #454545;
}

.sidebar h2 a {
}

.sidebar a {
	padding-left: 15px;
}

/* Search */

#searchform {
	margin: 0;
	padding: 0 0 20px 0;
}

#searchform br {
	display: none;
}

#searchform h2 {
}

#s {
	margin: 10px 0px 0 15px;
	padding: 2px 2px;
	width: 165px;
	height: 18px;
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
	font-size: 10px;
	color: #000000;
}

#x {
	margin: 0;
	padding: 2px 5px;
	height: 25px;
	background: #CA8186;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
}
/* Calendar */

#calendar_wrap {
	padding: 10px 15px;
	text-align: center;
}

#calendar_wrap table {
	width: 100%;
}

#calendar_wrap th {
}

#calendar_wrap td {
}

#calendar_wrap tfoot td {
	border: none;
}

#calendar_wrap tfoot td#prev {
	text-align: left;
	font-weight: bold;
	border: none;
}

#calendar_wrap tfoot td#prev a {
	border: none;
}

#calendar_wrap tfoot td#next {
	text-align: right;
	font-weight: bold;
	border: none;
}

#calendar_wrap tfoot td#next a {
	border: none;
}


/* CSS */

.PFooter{
	
	font-family: Helvetica;
	font-size: 10px;
	font-weight: normal;
	color: white;
}


.Welcome{

	font-family: Helvetica;
	font-size: 30px;
	font-weight: normal;
	color: #B0302E;
	margin-top:0px;
	margin-bottom:0px;
	margin-right:0px;
	margin-left:100px;	
}

.SubMenu{

	font-family: Arial;
	font-size: 14px;
	font-weght: normal;
	color: #B77333;
	margin-top:0px;
	margin-bottom:0px;
	margin-right:0px;
	margin-left:10px;	

}
  

.StdBy{

	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #EE8727;
	margin-top:0px;
	margin-bottom:0px;
	margin-right:0px;
	margin-left:10px;	

}

/* Estilo para Boton Formulario */
	
	.BotonFormulario {
	font-family: Helvetica;
    background-color: #B0302E;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #FFFFFF;
    border-right-color: #FFFFFF;
    border-bottom-color: #FFFFFF;
    border-left-color: #FFFFFF;
    color: #FFFFFF;
    font-weight: bold;

	}
	
/* Estilo para Boton Formulario */
	
	.BotonCal {
	font-family: Helvetica;
    background-color: #B0302E;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #FFFFFF;
    border-right-color: #FFFFFF;
    border-bottom-color: #FFFFFF;
    border-left-color: #FFFFFF;
    color: #FFFFFF;
    font-weight: bold;
    

	}
	
	
/* Estilo para Boton Formulario */
		
	
	
	
	
table.ListadoSeleccion, table.ListadoSeleccion th, table.ListadoSeleccion td {
	border: 1px solid #FFFFFF;
	border-collapse: collapse;
	font-family: "Arial";
	color: #555;
	width: 1100px;
	margin-top:10px;
	margin-bottom:0px;
	margin-right:50px;
	margin-left:85px;	
	
}

table.ListadoSeleccion caption {
	font-size: 110%;
	font-weight: normal;
	color: #B0302E;
	margin: 5px;
}

table.ListadoSeleccion th {
	padding: 4px;
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;
}


table.ListadoSeleccion td {
	padding: 4px;
	font-family: Arial;
	font-weight: normal;
	font-size: 11px;
}

table.ListadoSeleccion thead th {
	text-align: center;
	background: #BF9E68;
	color: #383A3A;
	font-size: 11px !important;
}

table.ListadoSeleccion tbody th {
	font-weight: normal;
}

table.ListadoSeleccion tbody tr { background: #FFFFFF; }

table.ListadoSeleccion tbody tr.odd { background: #DAB891; }

table.ListadoSeleccion tbody tr.stby { background: #EE8727; }

table.ListadoSeleccion tbody tr.white { background: #FFFFFF; }

table.ListadoSeleccion tbody tr.total { background: #DBC89E; }

table.ListadoSeleccion tbody tr.Stotal { background: #BF9E68; }

table.ListadoSeleccion tbody tr.PO { background: #FDD18A; }

table.ListadoSeleccion a:link {
	color: #718ABE;
	text-decoration: none;
}

table.ListadoSeleccion a:visited {
	color: #718ABE;
	text-decoration: none;
}

table.ListadoSeleccion a:hover {
	color: #718ABE;
	text-decoration: underline !important;
}

table.ListadoSeleccion tfoot th, table.ListadoSeleccion tfoot td {
	font-size: 55%;
}


/*^'^ LINKS ^'^*/
B.Link{ 
	font-family: "Arial,sans-serif";
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight:normal;
	font-variant: normal;
	color: #517EDB;
	}		
		


/* CAJA ISO HOME */

#cajaIzqISO { 
position:static;
height: 620px;
width: 600px;
margin-top:-430px;
margin-bottom:0px;
margin-right:400px;
margin-left:180px;	
}

#cajaIzqISO img { 
width: 150px;
height: 85px;
}




.textoIMG { 
color: #B0302E;
font-family: Helvetica;
font-weight: normal;
font-size: 26px;
position: relative;
left: 40px;
top: -70px;
}


#ImgAut { 
position: static;
height: 10px;
width: 10px;
margin-top:-300px;
margin-bottom:0px;
margin-right:0px;
margin-left:850px;	
}

*html #ImgAut { 
position: static;
height: 10px;
width: 10px;
margin-top:-300px;
margin-bottom:0px;
margin-right:0px;
margin-left:850px;	
}

*:first-child+html #ImgAut { 
position: static;
height: 10px;
width: 10px;
margin-top:-318px;
margin-bottom:0px;
margin-right:0px;
margin-left:850px;	
}

#ImgAut img { 
width: 205px;
height: 190px;
}


.celdaDeBG1{
	background-image: url(../images/01BG.png);
	background-repeat: repeat-y;
	
	
}


.celdaDe1{
	background-image: url(../images/01.png);
	background-repeat: repeat-y;
	
	
}

.celdaDe2{
	background-image: url(../images/02.png);
	background-repeat: repeat-y;
	
}

.celdaDe3{
	background-image: url(../images/03.png);
	background-repeat: repeat-y;
	
}

.celdaDe4{
	background-image: url(../images/04.png);
	background-repeat: repeat-y;
	
}

.celdaDe5{
	background-image: url(../images/05.png);
	background-repeat: repeat-y;
	
}

.celdaDe6{
	background-image: url(../images/06.png);
	background-repeat: repeat-y;
	
}





table.Head {
border-collapse: collapse;
width: 1000px;
margin-top:-20px;
margin-bottom:0px;
margin-right:50px;
margin-left:130px;	
}

table.Head caption {
font: bold 1em/1.5em Arial;
color: #000;
text-align: center;
margin: 10px auto;
}

table.Head tbody tr.principal th {
font: bold .9em/1.5em Arial;
color: #fff;
background: #5FACF3;
text-align: left;
padding: 5px;
border: 0;
}

table.Head tbody tr.etapas th {
font: bold .9em/1.5em Arial;
color: #fff;
background: #DC4503;
text-align: left;
padding: 5px;

}

table.Head tbody th {
font: bold .9em/1.5em Arial;
color: #DC4503;
background: #FEFFF1;
text-align: left;
padding: 5px;
}

table.Head tbody td {
font: .9em/1.5em Arial;
color: #666;
text-align: left;
padding: 0px;

}


table.HeadInt {
border-collapse: collapse;
width: 1100px;
margin-top:50px;
margin-bottom:0px;
margin-right:50px;
margin-left:100px;	
}

table.HeadInt caption {
font: bold 1em/1.5em Arial;
color: #000;
text-align: center;
margin: 10px auto;
}

table.HeadInt tbody tr.principal th {
font: bold .9em/1.5em Arial;
color: #fff;
background: #5FACF3;
text-align: left;
padding: 5px;
border: 0;
}

table.HeadInt tbody tr.etapas th {
font: bold .9em/1.5em Arial;
color: #fff;
background: #DC4503;
text-align: left;
padding: 5px;

}

table.HeadInt tbody th {
font: bold .9em/1.5em Arial;
color: #DC4503;
background: #FEFFF1;
text-align: left;
padding: 5px;
}

table.HeadInt tbody td {
font: .9em/1.5em Arial;
color: #666;
text-align: left;
padding: 0px;

}





table.Menu {
border: 1px solid #d95e18;
border-radius: 6px;
width: 600px;
height: 300px;
margin-top:50px;
margin-left: 350px;
box-shadow: 0px 0px 10px #f2cb64, 0 0 0 5px #FFFFFF inset;
background: #FFFFFF;
}

table.Menu caption {
font: bold 1em/1.5em Arial;
color: #000;
text-align: center;
margin: 10px auto;
}

table.Menu tbody tr.principal th {
font-size: 14px;
color: #fff;
background: #5FACF3;
text-align: left;
padding: 5px;
border: 0;
}

table.Menu tbody tr.etapas th {
font-size: 14px;
color: #fff;
background: #F2863C;
text-align: left;
padding: 5px;

}

table.Menu tbody th {
font: bold .9em/1.5em Arial;
color: #DC4503;
background: #FEFFF1;
text-align: left;
padding: 5px;
}

table.Menu tbody td {
font-size: 18px;
color: #FFFFFF;
text-align: left;
padding: 0px;
height: 50px;

}

table.Menu a:link {
	font-family: Arial;
	font-size: 18px;
	color: #FFFFFF;
	text-decoration: none;
}

table.Menu a:visited{
	font-family: Arial;
	font-size: 18px;
	color: #FFFFFF;
	text-decoration: none;


}

.Menu input[type='submit']{
	background-color: #B0302E;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #FFFFFF;
    border-right-color: #FFFFFF;
    border-bottom-color: #FFFFFF;
    border-left-color: #FFFFFF;
    color: #FFFFFF;
    font-weight: bold;
    width: 60px;
    margin-left: 5px;
}



table.Index {
border-collapse: collapse;
width: 800px;
margin-top:50px;
margin-bottom:0px;
margin-right:50px;
margin-left:85px;	
background: #FFFFFF;
}

table.Index caption {
font: bold 1em/1.5em Arial;
color: #000;
text-align: center;
margin: 10px auto;
}

table.Index tbody tr.principal th {
font: bold .9em/1.5em Arial;
color: #fff;
background: #5FACF3;
text-align: left;
padding: 5px;
border: 0;
}

table.Index tbody tr.etapas th {
font: bold .9em/1.5em Arial;
color: #fff;
background: #F2863C;
text-align: left;
padding: 5px;

}

table.Index tbody th {
font: bold .9em/1.5em Arial;
color: #DC4503;
background: #FEFFF1;
text-align: left;
padding: 5px;
}

table.Index tbody td {
font: .9em/1.5em Arial;
color: #666;
text-align: left;
padding: 0px;
height: 50px;

}



table.Footer {
border-collapse: collapse;
width: 1000px;
height: 20px;
margin-top:340px;
margin-bottom:50px;
margin-right:50px;
margin-left:130px;	
}

table.Footer caption {
font: bold 1em/1.5em Arial;
color: #000;
text-align: center;
margin: 10px auto;
}

table.Footer tbody tr.principal th {
font: bold .9em/1.5em Arial;
color: #fff;
background: #5FACF3;
text-align: left;
padding: 5px;
border: 0;
}

table.Footer tbody tr.etapas th {
font: bold .9em/1.5em Arial;
color: #fff;
background: #DC4503;
text-align: left;
padding: 5px;

}

table.Footer tbody th {
font: bold .9em/1.5em Arial;
color: #DC4503;
background: #FEFFF1;
text-align: left;
padding: 5px;
}

table.Footer tbody td {
font: .9em/1.5em Arial;
color: #666;
text-align: left;
padding: 3px;

}

/*  TABLA AUTH  */


table.Auth {
border-collapse: collapse;
width: 1000px;
height: 30px;
margin-top:0px;
margin-bottom:50px;
margin-right:50px;
margin-left:130px;	
}

table.Auth caption {
font: bold 1em/1.5em Arial;
color: #000;
text-align: center;
margin: 10px auto;
}

table.Auth tbody tr.principal th {
font: bold .9em/1.5em Arial;
color: #fff;
background: #5FACF3;
text-align: left;
padding: 5px;
border: 0;
}

table.Auth tbody tr.etapas th {
font: bold .9em/1.5em Arial;
color: #fff;
background: #DC4503;
text-align: left;
padding: 5px;

}

table.Auth tbody th {
font: bold .9em/1.5em Arial;
color: #DC4503;
background: #FEFFF1;
text-align: left;
padding: 5px;
}

table.Auth tbody td {
font: .9em/1.5em Arial;
color: #666;
text-align: left;
padding: 3px;

}





table.SubMenu {
border-collapse: collapse;
width: 400px;
margin-top:50px;
margin-bottom:50px;
margin-right:50px;
margin-left:300px;	
}

table.SubMenu caption {
font: bold 1em/1.5em Arial;
color: #000;
text-align: center;
margin: 10px auto;
}

table.SubMenu tbody tr.principal th {
font: bold .9em/1.5em Arial;
color: #fff;
background: #5FACF3;
text-align: left;
padding: 5px;
border: 0;
}

table.SubMenu tbody tr.etapas th {
font: bold .9em/1.5em Arial;
color: #fff;
background: #DC4503;
text-align: left;
padding: 5px;

}

table.SubMenu tbody th {
font: bold .9em/1.5em Arial;
color: #DC4503;
background: #FEFFF1;
text-align: left;
padding: 5px;
}

table.SubMenu tbody td {
font: .9em/1.5em Arial;
color: #666;
text-align: left;
padding: 3px;

}



table.FooterInt {
border-collapse: collapse;
width: 1000px;
margin-top:140px;
margin-bottom:0px;
margin-right:50px;
margin-left:140px;	
background: #F2863C;
}

table.FooterInt caption {
font: bold 1em/1.5em Arial;
color: #000;
text-align: center;
margin: 10px auto;
}

table.FooterInt tbody tr.principal th {
font: bold .9em/1.5em Arial;
color: #fff;
background: #5FACF3;
text-align: left;
padding: 5px;
border: 0;
}

table.FooterInt tbody tr.etapas th {
font: bold .9em/1.5em Arial;
color: #fff;
background: #F2863C;
text-align: left;
padding: 5px;

}

table.FooterInt tbody th {
font: bold .9em/1.5em Arial;
color: #DC4503;
background: #FEFFF1;
text-align: left;
padding: 5px;
}

table.FooterInt tbody td {
font: .9em/1.5em Arial;
color: #666;
text-align: left;
padding: 0px;
height: 50px;

}

table.FooterInt a:link {
	font-family: Arial;
	font-size: 14px;
	color: #B77333;
	text-decoration: none;
}




#MenuPES { 
position: static;
height: 15px;
width: 300px;
margin-top:10px;
margin-bottom:0px;
margin-right:0px;
margin-left:80px;	
}

ul.menuPes {
    display:inline;
    list-style-type:none;
    font-weight:400;
    font-family: Arial;
    font-size: 12px;
}

ul.menuPes li a:link, ul.menuPes li a:visited, ul.menuPes li a:active {
    float:left;
    padding:5px 12px;
    display:block;
    background:#F2863C;
    border:#0000b2 0px solid;
    color:white;
    text-decoration:none;
    
}

ul.menuPes li a:hover {
    float:left;
    padding:5px 12px;
    display:block;
    background:#F2863C;
    border:#0000ff 0px solid;
    color:white;
    text-decoration:none;
    
}

ul.menuPes li a.actual {
    float:left;
    padding:5px 12px;
    display:block;
    background:white;
    border:white 2px solid;
    color:#BF9E68;
    text-decoration:none;
}


table.Opciones, table.Opciones th, table.Opciones td {
	border: 1px solid #FFFFFF;
	border-collapse: collapse;
	font-family: "Arial";
	color: #555;
	width: 300px;
	margin-top:10px;
	margin-bottom:0px;
	margin-right:50px;
	margin-left:450px;	
	
}

table.Opciones caption {
	font-size:1.6em;
	font-family: Arial;
	font-weight: normal;
	color: #B0302E;
	margin: 5px;
}

table.Opciones th {
	padding: 4px;
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;
}


table.Opciones td {
	padding: 4px;
	font-family: Arial;
	font-weight: normal;
	font-size: 11px;
}

table.Opciones thead th {
	text-align: center;
	background: #BF9E68;
	color: #383A3A;
	font-size: 11px !important;
}

table.Opciones tbody th {
	font-weight: normal;
}

table.Opciones a:visited {
	color: #718ABE;
	text-decoration: none;
}

table.Opciones a:hover {
	color: #718ABE;
	text-decoration: underline !important;
}

table.Opciones tfoot th, table.Opciones tfoot td {
	font-size: 55%;
}








.thumbnail{
position: relative;
z-index: 0;
}
.thumbnail:hover{
background-color: transparent;
z-index: 50;
}
.thumbnail span{ /*Estilos del borde y texto*/
position: absolute;
background-color: white;
padding: 5px;
left: -100px;
border: 1px dashed gray;
visibility: hidden;
color: #FFFF00;
text-decoration: none;
}
.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}
.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 10px; /*position where enlarged image should offset horizontally */
}


#pestanas {
   float:static;
   width:100%;
   line-height:normal;
   font-size: 14px;
   font-weight: normal;
   margin-left: 80px;
   margin-top: 10px;
}


#pestanas ul {
   margin:0;
   padding:0;
   list-style:none;
}

#pestanas li {
   float:left;
   margin:0 0 0 3px;
   padding:0;
   background:url("../images/p-der.gif") no-repeat right top;
}

#pestanas a {
   padding:3px 10px 3px 10px;
   display:block;
   background:url("/images/p-izq.gif") no-repeat left top;
   color: #fff;
   text-decoration: none;
}

#pestanas .activa a{
   background-image:url("/images/p-izq-activo.gif");
}
#pestanas .activa{
   background-image:url("/images/p-der-activo.gif");
}


B.LoginU{ 
	font-family: "Arial";
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight:normal;
	font-variant: normal;
	color: #FFFFFF;
}	


.Login{
	border: 0px solid #FFFFFF;
	border-radius: 6px;
	padding: 45px 45px 20px;
	margin-top: 50px;
	background-color: transparent;
	box-shadow: 0px 0px 0px #d95e18, 0 0 0 0px #FFFFFF inset;
}
.Login label{
	display: block; 
	font-family: Helvetica;
	font-size: 14px;
	font-weight: normal;
	color: black;
	font-weight: bold;
	margin-left: 50px;
}
.Login div{
	margin-bottom: 15px;
}
.Login input[type='text'], .contacto textarea{
	padding: 7px 6px;
	width: 294px;
	border: 1px solid #FFFFFF;
	resize: none;
	box-shadow:0 0 0 1px #d95e18;
	margin: 5px 0;
	margin-left: 50px;
}

.Login input[type='password'], .contacto textarea{
	padding: 7px 6px;
	width: 294px;
	border: 1px solid #FFFFFF;
	resize: none;
	box-shadow:0 0 0 1px #d95e18;
	margin: 5px 0;
	margin-left: 50px;
}

.Login input[type='text']:focus, .contacto textarea:focus{
	outline: none;
	box-shadow:0 0 0 3px #dde9ec;
}
.Login input[type='submit']{
	border: 1px solid #CED5D7;
	box-shadow:0 0 0 3px #EEF5F7;
	padding: 8px 16px;
	border-radius: 0px;
	font-weight: bold;
	text-shadow: 1px 1px 0px white;
	margin-left: 150px;
	
	background: #e4f1f6; 
	background: -moz-linear-gradient(top, #FFFFFF 0%, #FFFFFF 100%);
	background: -webkit-linear-gradient(top, #FFFFFF 0%,#FFFFFF 100%); 
}
.Login input[type='submit']:hover{
	background: #edfcff; 
	background: -moz-linear-gradient(top, #f2cb64 0%, #f2cb64 100%);
	background: -webkit-linear-gradient(top, #f2cb64 0%,#f2cb64 100%); 
}
.Login input[type='submit']:active{
	background: #cfe6ef; 
	background: -moz-linear-gradient(top, #cfe6ef 0%, #edfcff 100%);
	background: -webkit-linear-gradient(top, #cfe6ef 0%,#edfcff 100%);
}


.ORDEN input[type='button']{
	background-color: #B0302E;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #FFFFFF;
    border-right-color: #FFFFFF;
    border-bottom-color: #FFFFFF;
    border-left-color: #FFFFFF;
    color: #FFFFFF;
    font-weight: bold;
    width: 50px;
    margin-left: 5px;
}


/*  TABLA AUTH  */

.Authform{

	width: 300px;
	height: 30px;
	margin-top:-300px;
	margin-bottom:50px;
	margin-right:50px;
	margin-left:400px;	
}



table.AuthBG {
border-collapse: collapse;
width: 500px;
height: 250px;
margin-top:60px;
margin-bottom:50px;
margin-right:50px;
margin-left:390px;
}

table.AuthBG caption {
font: bold 1em/1.5em Arial;
color: #000;
text-align: center;
margin: 10px auto;
}

table.AuthBG tbody tr.principal th {
font: bold .9em/1.5em Arial;
color: #fff;
background: #5FACF3;
text-align: left;
padding: 5px;
border: 0;
}

table.AuthBG tbody tr.etapas th {
font: bold .9em/1.5em Arial;
color: #fff;
background: #DC4503;
text-align: left;
padding: 5px;

}

table.AuthBG tbody th {
font: bold .9em/1.5em Arial;
color: #DC4503;
background: #FEFFF1;
text-align: left;
padding: 5px;
}

table.AuthBG tbody td {
font: .9em/1.5em Arial;
color: #666;
text-align: left;
padding: 3px;

}


/* IMAGENES MENU	 */
	
#IMG_OC { 
position:static;
height: 10px;
width: 10px;
margin-top:-50px;
margin-bottom:0px;
margin-right:0px;
margin-left:50px;	
}

.P_OC{
	
	width: 100px;
	margin-left: 15px;
	font-family: Helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #714465;
}

#IMG_REP { 
position:static;
height: 10px;
width: 10px;
margin-top:-120px;
margin-bottom:0px;
margin-right:0px;
margin-left:100px;	
}

.P_REP{
	
	width: 10px;
	margin-left: 10px;
	font-family: Helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #714465;
}

B.MenuH
{

	font-family: Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;

}


table.FooterRol {
border-collapse: collapse;
width: 1000px;
margin-top: 410px;
margin-bottom:0px;
margin-right:50px;
margin-left:140px;	
background: #F2863C;
}

table.FooterRol caption {
font: bold 1em/1.5em Arial;
color: #000;
text-align: center;
margin: 10px auto;
}

table.FooterRol tbody tr.principal th {
font: bold .9em/1.5em Arial;
color: #fff;
background: #5FACF3;
text-align: left;
padding: 5px;
border: 0;
}

table.FooterRol tbody tr.etapas th {
font: bold .9em/1.5em Arial;
color: #fff;
background: #F2863C;
text-align: left;
padding: 5px;

}

table.FooterRol tbody th {
font: bold .9em/1.5em Arial;
color: #DC4503;
background: #FEFFF1;
text-align: left;
padding: 5px;
}

table.FooterRol tbody td {
font: .9em/1.5em Arial;
color: #666;
text-align: left;
padding: 0px;
height: 50px;

}

table.FooterRol a:link {
	font-family: Arial;
	font-size: 14px;
	color: #B77333;
	text-decoration: none;
}



/* TABLA ORDEN DE COMPRA */


table.Order {
background-color: #f2cb64;
border-collapse: collapse;
width: 980px;
height: 120px;
margin-top:-10px;
margin-bottom:0px;
margin-right:50px;
margin-left:10px;	
}

table.Order caption {
font: bold 1em/1.5em Arial;
color: #000;
text-align: center;
margin: 10px auto;
}

table.Order tbody tr.principal th {
font: bold .9em/1.5em Arial;
color: #fff;
background: #5FACF3;
text-align: left;
padding: 5px;
border: 0;
}

table.Order tbody tr.etapas th {
font: bold .9em/1.5em Arial;
color: #fff;
background: #DC4503;
text-align: left;
padding: 5px;

}

table.Order tbody th {
font: bold .9em/1.5em Arial;
color: #DC4503;
background: #FEFFF1;
text-align: left;
padding: 5px;
}

table.Order tbody td {
font-family: Helvetica;
font-size: 10px;
font-weight: bold;
color: #837970;
padding: 0px;

}



/* TABLA BUSQUEDA CLIENTE */


.BCliente{
	width:1000px;
	border:3px double #f2f2f2;
	margin-top: -30px;
	margin-left: 130px;
}

.BCliente tr{
	height:20px;
}

.BCliente tr.estatico{
	background:#f2f2f2;
}

.BCliente th,
.BCliente td,
.BCliente td a{
	padding:2px;
	font-family: Helvetica;
	font-size:10px;	
	
	vertical-align:top;
}

.BCliente td a:link{
	color:#714465;	
}

.BCliente td a:active{
	color:#714465;	
}

.BCliente td a:visited{
	color:#714465;	
}

.BCliente td a:hover{
	color:#FFFFFF;
}



.BCliente th{
	background-color: #837970;
	border-bottom:3px double #f2f2f2;
	line-height:20px;
	border-right:3px double #f2f2f2;
	font-family: Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.BCliente td{
	border-right:1px solid #f2f2f2;	
	border-bottom:1px solid #f2f2f2;
	line-height:20px;	
	font-family:Helvetica;
	font-size: 10px;
	font-weight: bold;
	color: #714465;

}



table.FooterOrder {
border-collapse: collapse;
width: 1000px;
margin-top: 5px;
margin-bottom:0px;
margin-right:50px;
margin-left:130px;	
background: #F2863C;
}

table.FooterOrder caption {
font: bold 1em/1.5em Arial;
color: #000;
text-align: center;
margin: 10px auto;
}

table.FooterOrder tbody tr.principal th {
font: bold .9em/1.5em Arial;
color: #fff;
background: #5FACF3;
text-align: left;
padding: 5px;
border: 0;
}

.TRestilo  {
font: bold .9em/1.5em Arial;
color: #fff;
background: #cbd28c;
text-align: left;
padding: 5px;

}

.TRestilo1  {
font: bold .9em/1.5em Arial;
color: #fff;
background: #a9dbda;
text-align: left;
padding: 5px;

}

.TRestilo2  {
font: bold .9em/1.5em Arial;
color: #fff;
background: #ef8201;
text-align: left;
padding: 5px;

}



table.FooterOrder tbody th {
font: bold .9em/1.5em Arial;
color: #DC4503;
background: #FEFFF1;
text-align: left;
padding: 5px;
}

table.FooterOrder tbody td {
font: .9em/1.5em Arial;
color: #666;
text-align: left;
padding: 0px;
height: 50px;

}

table.FooterOrder a:link {
	font-family: Arial;
	font-size: 14px;
	color: #B77333;
	text-decoration: none;
}


/* Buscador */

#FSearch{

	width: 300px;
	height: 350px;
	margin-top:30px;
	margin-bottom:50px;
	margin-right:50px;
	margin-left:0px;	
}

/* Buscador */


#FormSearch{

	width: 300px;
	height: 100px;
	margin-top:-20px;
	margin-bottom:50px;
	margin-right:50px;
	margin-left:0px;	
}


table.HeadIntMod {
border-collapse: collapse;
width: 980px;
margin-top:-20px;
margin-bottom:0px;
margin-right:50px;
margin-left:10px;	
}

table.HeadIntMod caption {
font: bold 1em/1.5em Arial;
color: #000;
text-align: center;
margin: 10px auto;
}

table.HeadIntMod tbody tr.principal th {
font: bold .9em/1.5em Arial;
color: #fff;
background: #5FACF3;
text-align: left;
padding: 5px;
border: 0;
}

table.HeadIntMod tbody tr.etapas th {
font: bold .9em/1.5em Arial;
color: #fff;
background: #DC4503;
text-align: left;
padding: 5px;

}

table.HeadIntMod tbody th {
font: bold .9em/1.5em Arial;
color: #DC4503;
background: #FEFFF1;
text-align: left;
padding: 5px;
}

table.HeadIntMod tbody td {
font: .9em/1.5em Arial;
color: #666;
text-align: left;
padding: 0px;

}


/* TABLA INGRESO NUEVA ORDEN MANUAL*/


.NOrder{
	width:980px;
	background-color: #dbc89e;
	border:1px double #f2f2f2;
	margin-top: 0px;
	margin-left: 0px;
}

.NOrder tr{
	height:20px;
}

.NOrder tr.estatico{
	background:#f2f2f2;
}

.NOrder th,
.NOrder td,
.NOrder td a{
	padding:2px;
	font-family: Helvetica;
	font-size:10px;	
	
	vertical-align:top;
}

.NOrder td a:link{
	color:#714465;	
}

.NOrder td a:active{
	color:#714465;	
}

.NOrder td a:visited{
	color:#714465;	
}

.NOrder td a:hover{
	color:#714465;
}



.NOrder th{
	background-color: #837970;
	border-bottom:1px double #f2f2f2;
	line-height:20px;
	border-right:3px double #f2f2f2;
	font-family: Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.NOrder td{
	border-right:1px solid #f2f2f2;	
	border-bottom:1px solid #f2f2f2;
	line-height:20px;	
	font-family: Helvetica;
	font-size: 10px;
	font-weight: bold;
	color: #714465;

}


/*FORMULARIO DE ARCHIVO MASIVO */



#FMasivo{

	width: 300px;
	height: 10px;
	margin-top:100px;
	margin-bottom:50px;
	margin-right:50px;
	margin-left:300px;	
}


/* TABLE FORMULARIO MASIVO */

.FMasivo{
	width:400px;
	background-color: #dbc89e;
	border:0px double #f2f2f2;
	margin-top: 0px;
	margin-left: 0px;
}

.FMasivo tr{
	height:20px;
}

.FMasivo tr.estatico{
	background:#f2f2f2;
}

.FMasivo th,
.FMasivo td,
.FMasivo td a{
	padding:2px;
	font-family: Helvetica;
	font-size:10px;	
	
	vertical-align:top;
}

.FMasivo td a:link{
	color:#714465;	
}

.FMasivo td a:active{
	color:#714465;	
}

.FMasivo td a:visited{
	color:#714465;	
}

.FMasivo td a:hover{
	color:#714465;
}



.FMasivo th{
	background-color: #837970;
	border-bottom:1px double #f2f2f2;
	line-height:20px;
	border-right:0px double #f2f2f2;
	font-family: Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.FMasivo td{
	border-right:1px solid #f2f2f2;	
	border-bottom:1px solid #f2f2f2;
	line-height:20px;	
	font-family: Helvetica;
	font-size: 10px;
	font-weight: bold;
	color: #714465;

}






/* TABLE ERROR */

.Error{
	width:400px;
	background-color: #dbc89e;
	border:0px double #f2f2f2;
	margin-top: 0px;
	margin-left: 300px;
}

.Error tr{
	height:20px;
}

.Error tr.estatico{
	background:#f2f2f2;
}

.Error th,
.Error td,
.Error td a{
	padding:2px;
	font-family: Helvetica;
	font-size:10px;	
	
	vertical-align:top;
}

.Error td a:link{
	color:#714465;	
	font-family: "Helvetica";
        font-size: 14px;
        font-style: normal;
}

.Error td a:active{
	color:#714465;	
	font-family: "Helvetica";
        font-size: 14px;
        font-style: normal;
}

.Error td a:visited{
	color:#714465;
	font-family: "Helvetica";
        font-size: 14px;
        font-style: normal;	
}

.Error td a:hover{
	color:#714465;
	font-family: "Helvetica";
        font-size: 14px;
        font-style: normal;
}



.Error th{
	background-color: #FFFFFF;
	border-bottom:0px double #f2f2f2;
	line-height:20px;
	border-right:0px double #f2f2f2;
	font-family: Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.Error td{
	border-right:0px solid #f2f2f2;	
	border-bottom:0px solid #f2f2f2;
	line-height:20px;	
	font-family: Helvetica;
	font-size: 10px;
	font-weight: bold;
	color: #714465;
	background-color: #FFFFFF;

}


/* Mensaje de Obligatorio        */

B.Obligatorio{
        font-family: "Helvetica";
        font-size: 14px;
        font-style: normal;
        line-height: normal;
        font-weight:bold;
        font-variant: normal;
        color: #FF9902;
        }


/*TEMPLATE ORDEN */



#ORDEN{

	width: 350px;
	height: 10px;
	margin-top:-10px;
	margin-bottom:50px;
	margin-right:50px;
	margin-left:10px;	
}


/* TABLE ORDEN */

.ORDEN{
	width:1180px;
	background-color: #dbc89e;
	border:0px double #f2f2f2;
	margin-top: 0px;
	margin-left: 0px;
}

.ORDEN tr{
	height:20px;
}

.ORDEN tr.estatico{
	background:#f2f2f2;
}

.ORDEN th,
.ORDEN td,
.ORDEN td a{
	padding:2px;
	font-family: Helvetica;
	font-size:10px;	
	
	vertical-align:top;
}

.ORDEN td a:link{
	color:#714465;	
}

.ORDEN td a:active{
	color:#714465;	
}

.ORDEN td a:visited{
	color:#714465;	
}

.ORDEN td a:hover{
	color:#714465;
}



.ORDEN th{
	background-color: #837970;
	border-bottom:0px double #f2f2f2;
	line-height:20px;
	border-right:0px double #f2f2f2;
	font-family: Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.ORDEN td{
	border-right:0px solid #f2f2f2;	
	border-bottom:0px solid #f2f2f2;
	line-height:20px;	
	font-family: Helvetica;
	font-size: 10px;
	font-weight: bold;
	color: #714465;

}

.ORDEN td select{
	
	width: 100px;
}

.ORDEN td input{
	
	width: 100px;
}


.ORDEN input[type='submit'], .contacto textarea{
	width: 80px;
	font-family: Helvetica;
    background-color: #B0302E;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #FFFFFF;
    border-right-color: #FFFFFF;
    border-bottom-color: #FFFFFF;
    border-left-color: #FFFFFF;
    color: #FFFFFF;
    margin-left: -0px;
    font-weight: bold;
		
	
}




/*TEMPLATE Event */



#EVENT{

	width: 300px;
	height: 10px;
	margin-top:100px;
	margin-bottom:50px;
	margin-right:50px;
	margin-left:300px;	
}


/* TABLE ORDEN */

.EVENT{
	width:300px;
	background-color: #dbc89e;
	border:0px double #f2f2f2;
	margin-top: 0px;
	margin-left: 0px;
}

.EVENT tr{
	height:20px;
}

.EVENT tr.estatico{
	background:#f2f2f2;
}

.EVENT th,
.EVENT td,
.EVENT td a{
	padding:2px;
	font-family: Helvetica;
	font-size:10px;	
	
	vertical-align:top;
}

.EVENT td a:link{
	color:#714465;	
}

.EVENT td a:active{
	color:#714465;	
}

.EVENT td a:visited{
	color:#714465;	
}

.EVENT td a:hover{
	color:#714465;
}



.EVENT th{
	background-color: #837970;
	border-bottom:0px double #f2f2f2;
	line-height:20px;
	border-right:0px double #f2f2f2;
	font-family: Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.EVENT td{
	border-right:0px solid #f2f2f2;	
	border-bottom:0px solid #f2f2f2;
	line-height:20px;	
	font-family: Helvetica;
	font-size: 10px;
	font-weight: bold;
	color: #714465;

}

.EVENT td select{
	
	width: 100px;
}

.EVENT td input{
	
	width: 100px;
}


.EVENT input[type='submit'], .contacto textarea{
	width: 80px;
	font-family: Helvetica;
    background-color: #B0302E;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #FFFFFF;
    border-right-color: #FFFFFF;
    border-bottom-color: #FFFFFF;
    border-left-color: #FFFFFF;
    color: #FFFFFF;
    margin-left: -0px;
    font-weight: bold;
		
	
}





/* Campo */

B.CampoO{
        font-family: "Helvetica";
        font-size: 13px;
        font-style: normal;
        line-height: normal;
        font-weight: bold;
        font-variant: normal;
        color: #714465;
        }
        
B.DCampoO{
        font-family: "Helvetica";
        font-size: 11px;
        font-style: normal;
        line-height: normal;
        font-weight:normal;
        font-variant: normal;
        color: #714465;
        }        


/* TABLE ORDEN */

.CARPETERO{
	width:1180px;
	background-color: #dbc89e;
	border:0px double #f2f2f2;
	margin-top: 0px;
	margin-left: 0px;
}

.CARPETERO tr{
	height:20px;
}

.CARPETERO tr.estatico{
	background:#f2f2f2;
}

.CARPETERO th,
.CARPETERO td,
.CARPETERO td a{
	padding:2px;
	font-family: Helvetica;
	font-size:10px;	
	
	vertical-align:top;
}



.CARPETERO td a:link{
	color:#714465;	
}

.CARPETERO td a:active{
	color:#714465;	
}

.CARPETERO td a:visited{
	color:#714465;	
}

.CARPETERO td a:hover{
	color:#714465;
}



.CARPETERO th{
	background-color: #837970;
	border-bottom:0px double #f2f2f2;
	line-height:10px;
	border-right:0px double #f2f2f2;
	font-family: Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;

}


.CARPETERO th a{
	padding:2px;
	font-family: Helvetica;
	font-size:12px;	
	
	vertical-align:top;
}



.CARPETERO th a:link{
	color:#FFFFFF;	
}

.CARPETERO th a:active{
	color:#FFFFFF;	
}

.CARPETERO th a:visited{
	color:#FFFFFF;	
}

.CARPETERO th a:hover{
	color:#c8c3bd;
}





.CARPETERO td{
	border-right:0px solid #f2f2f2;	
	border-bottom:0px solid #f2f2f2;
	line-height:20px;	
	font-family: Helvetica;
	font-size: 10px;
	font-weight: bold;
	color: #714465;

}


#Iframe{

	width: 110px;
	height: 100px;
	margin-top:270px;
	margin-bottom:0px;
	margin-right:50px;
	margin-left:7px;	
}


#FolioOC{

	width: 300px;
	height: 5px;
	margin-top:0px;
	margin-bottom:0px;
	margin-right:50px;
	margin-left:900px;	
	font-family: Helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}



/* TABLA  ITEM */


.ITEM{
	width:1180px;
	border:1px double #f2f2f2;
	margin-top: 5px;
	margin-left:-0px;
}



.ITEM tr{
	height:10px;
}

.ITEM tr.estatico{
	background:#f2f2f2;
}

.ITEM th,
.ITEM td,
.ITEM td a{
	padding:2px;
	font-family: Helvetica;
	font-size:8x;	
	
	vertical-align:top;
}

.ITEM td a:link{
	color:#714465;	
}

.ITEM td a:active{
	color:#714465;	
}

.ITEM td a:visited{
	color:#714465;	
}

.ITEM td a:hover{
	color:#714465;
}



.ITEM th{
	background-color: #837970;
	border-bottom:3px double #f2f2f2;
	line-height:20px;
	border-right:3px double #f2f2f2;
	font-family: Helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #c8c3bd;
}

.ITEM td{
	border-right:1px solid #f2f2f2;	
	border-bottom:1px solid #f2f2f2;
	line-height:20px;	
	font-family:Arial;
	font-size: 12px;
	font-weight: normal;
	color: #714465;

}


/* CLASE LOADING */
#ILOADING{

	width: 50px;
	height: 10px;
	margin-top:100px;
	margin-bottom:50px;
	margin-right:50px;
	margin-left:600px;	
}

/* CLASE NEWBOOKED */
#NBOOKED{

	width: 50px;
	height: 20px;
	margin-top:-2px;
	margin-bottom:0px;
	margin-right:50px;
	margin-left:850px;	
}



/* TABLA  CHANGE BOOKED */


.CBOOKED{
	width:300px;
	border:0px double #f2f2f2;
	margin-top: 0px;
	margin-left:350px;
}



.CBOOKED tr{
	height:10px;
}

.CBOOKED tr.estatico{
	background:#f2f2f2;
}

.CBOOKED th,
.CBOOKED td,
.CBOOKED td a{
	padding:2px;
	font-family: Helvetica;
	font-size:8x;	
	
	vertical-align:top;
}

.CBOOKED td a:link{
	color:#714465;	
}

.CBOOKED td a:active{
	color:#714465;	
}

.CBOOKED td a:visited{
	color:#714465;	
}

.CBOOKED td a:hover{
	color:#714465;
}



.CBOOKED th{
	background-color: #837970;
	border-bottom:3px double #f2f2f2;
	line-height:20px;
	border-right:3px double #f2f2f2;
	font-family: Helvetica;
	font-size: 10px;
	font-weight: bold;
	color: #c8c3bd;
}

.CBOOKED td{
	border-right:1px solid #f2f2f2;	
	border-bottom:1px solid #f2f2f2;
	line-height:20px;	
	font-family:Helvetica;
	font-size: 8px;
	font-weight: bold;
	color: #714465;

}



