/*
#574949 GRIS
#d1ca00 ORO
#dd137b ROSA
#2b93cc AZUL
#  font: 400 0.7em verdana, arial, sans-serif;

/**************************************************************
   Visit FullAhead.org and studio7designs.com for more layouts and downloads for this template!
 **************************************************************/

/*********************************************************
   HTML Elements
 *********************************************************/

html,
body {
  height: 100%;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #ffffff;
}

.bodyIndex {
  margin: 100;
  padding: 30;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-align: center;
  background: url(../images/bg/fondo.jpg) no-repeat fixed center #000;
  line-height: 170%;
}

.bodyPrincipal {
  margin: 10;
  padding: 30;
  text-align: center;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background: url(../images/bg/fondo.jpg) no-repeat fixed center #000;
  font-weight: bold;
  /*bgcolor: #ffffff;*/
  line-height: 170%;
  color: #ffffff;
}

.bodyLogin {
  margin: 200;
  padding: 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-align: center;
  background: url(../images/bg/light_body.gif) repeat-y top center;
  line-height: 170%;
  color: #555;
}

#nav {
 /* position: fixed !important; */
  position: absolute;
  width: 150px;
  padding: 10px;
  border: solid 1px #ffffff;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #ffffff;
  line-height: 1.4em;
  -moz-border-radius: 15px;
}
#nav h2 { margin: 0 0 5px 0; border-bottom: solid 1px #DDD; }

#nav a {
  color: #ffffff;
  display: block;
  text-decoration: none;
  padding: 3px 5px;
}

#nav li:hover {
  color: #444;
  background-color: #F7F7F7;
}
.table1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	border:1.5px solid #ffffff;
	padding: 5px;
	background-color:#2b93cc;
	font-weight: bold;
	color: #ffffff;
}

.table2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	border:1px solid #fff;
	padding: 5px;
	font-weight: bold;
	color: #fff;
	font-size: 10px;
}

.table3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	border:2px solid #2b93cc;
	padding: 5px;
	font-weight: bold;
	color: #2b93cc;
}

.tableRoja {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	border:3px solid red;
	padding: 5px;
	font: 1.1em Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: red;
}

.transparente
{
	background-color:#2b93cc;
	border:3px solid #ffffff;
	color: white;
	font-size: 14px;
	font-weight:bold;
	z-index:1; 
	width:400px;
	height:160px;
	opacity:0.65; filter:alpha(opacity="65");
}

/* Headers */
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 10px 0;
  padding: 0;
}


h1 {
  padding-bottom: 0.2em;
  color: #ffffff;
  border-bottom: 2px solid #2b93cc;
}

h2 {
  font-size: 1.2em;
  color: #ffffff;
  
}

h3 {
  text-transform: uppercase;
  font-size: 0.9em;
  color: #ffffff;
}

h4 {
  font-size: 0.85em;
}

h5 {
  font-size: 0.8em;
}


/* Needed to horizontally pad in a coloured container */
.horzPad h1,
.horzPad h2,
.horzPad h3,
.horzPad h4,
.horzPad h5,
.horzPad p {
  padding-left: 5px;
  padding-right: 5px;
}


/* Links */
a {
  text-decoration: none;
  color: #2b93cc;
}

a:hover {
  color: #2b93cc;
}

a img {
  border: 0;
}

a img.border {  
  border: 1px solid #fffff;
}

a:hover img.border {  
  /* Fixes IE bug - IE doesn't correctly apply the style on a:hover so need to mask it */
  border: 1px solid #668FA3 !important;
  border: 1px solid #FC3307;
}



/* Images */
img.floatRight {
  margin: 5px 0 10px 10px;
}

img.floatLeft {
  margin: 5px 10px 10px 0;
}

/* Lists 

ul li {
  list-style-image: url(../images/bg/submenu1.gif);
}

ol li {
  font-weight: bold;
  color: #668FA3;
}

ol li span {
  font-weight: normal;
  color: #444;
}



/* Blockquote */
blockquote {
  margin: 0;
  padding: 0 20px;
  background: #E7F1F3;
  border-top: 1px solid #AAD3DB;
  border-bottom: 1px solid #AAD3DB;
}



/**************************************************************
   Form Elements
 **************************************************************/

form {
  padding: 0;
  margin: 0;
}

/* If you're finding the input elements get pushed down, increase the width */
label {
  float: left;
  width: 25%;
  vertical-align: top;
}

input,
textarea,
select {
  spadding: 1px;
  color: #2b93cc;
  background: #ffffff;
  border: 1px solid #2b93cc;
  font-size: 11px;

}

input:focus,
input:hover,
textarea:focus,
textarea:hover,
select:focus,
select:hover {
  color: #2b93cc;
  background: #ffeecc;
  border: 1px solid #2b93cc;
 }

input.noBorder,
input:focus.noBorder,
input:hover.noBorder {
  padding: 0;
  border: 0;
}

input.button {
  padding: 2px 5px;
  cursor: pointer;
  color: #fff;
  background: #FC3307;
  border-width: 1px;
  border-style: solid;
  border-color: #FF7800 #691300 #691300 #FF7800;
}

input.radio {
  background: none;
  border: 0px;
}
