body {
 margin: 0px;
 padding: 0px;
 color: #666666;
 font-size: 100%;
 /*background-color: #F0F0F0;*/
 /*background-image: url(images/background.jpg);*/
 background-repeat: repeat-y;
 text-align: center;
 font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.info {
 font-size: 16px;
 color: #666666;
}


.cuadroLogin {
 border-radius: 10px 10px 10px 10px;
 -moz-border-radius: 10px 10px 10px 10px;
 -webkit-border-radius: 10px 10px 10px 10px;
 border: 1px solid #CCCCCC;
 background-color: #FFFFFF;
 width: 420px;
 height: 400px;
 margin: auto;
 margin-top: 5px;
 text-align: center;
 padding-top: 20px;
 padding-left: 50px;
 padding-right: 50px;
}

#cuadroPrincipal {
 border-radius: 10px 10px 10px 10px;
 -moz-border-radius: 10px 10px 10px 10px;
 -webkit-border-radius: 10px 10px 10px 10px;
 border: 1px solid #CCCCCC;
 background-color: #FFFFFF;
 width: 920px;
 margin: 0px 0px 30px 0px;
 text-align: center;
 padding-top: 10px;
 padding-bottom: 30px;
 padding-left: 30px;
 padding-right: 30px;
 color: #666;

}

.titulo {
 font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
 font-size: 24px;
 font-weight: normal;
 margin: -50px 0 10px 0;
 padding: 0;
 color: #0094ff;
}

.mensaje {
 font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
 font-size: 14px;
 color: #999;
 margin: 0;
}

a:link {
 color: #3366FF;
}

a:hover {
 text-decoration: underline;
 color: red;
}

a:visited {
 color: #3366FF;
}

.link:link {
 text-decoration: none;
 color: #B9DBEC;
}

.link:hover {
 text-decoration: underline;
 color: #66CCCC;
}

.link:visited {
 text-decoration: none;
 color: #B9DBEC;
}

a img {
 filter: alpha(opacity=100);
 -moz-opacity: 1.0;
 opacity: 1.0;
 -khtml-opacity: 1.0;
}

 a img:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  -khtml-opacity: 0.7;
 }

div.wrap {
 height: 100% width:120%;
}

.texto_invitacion {
 color: #000;
 font-size: 40px;
 background-color: transparent;
 padding: 10px;
 position: relative;
 z-index: 10;
}

.trans {
 background-color: #FFF;
 position: absolute;
 z-index: -1;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 filter: alpha(opacity=80);
 opacity: 0.8;
}

.frame {
 font: 12px arial;
 width: 1024px;
 height: 680px;
 border: 0px;
 overflow: hidden;
 border: 0px solid black;
 padding: 5;
}

.anuncios {
 text-align: center;
 width: 1024px;
 height: 765px;
 font-family: Arial, Helvetica, sans-serif;
 background-image: url(../imagenes/anuncios.html);
 background-repeat: no-repeat;
}

.texto_anuncios, .texto_anuncios ul li {
 text-align: left;
 width: 1024px;
 height: auto;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 25px;
 font-weight: bold;
 color: #000000;
 margin: 0px auto;
}

.textbox_outer {
 padding-top: 10px;
 padding-left: 80px;
 padding-right: 80px;
}

.box_wrapper {
 background-image: url(images/login-bg.html);
 background-position: center;
 background-repeat: no-repeat;
 width: 500px;
 height: 360px;
 margin: auto;
 margin-top: 70px;
 text-align: left;
}

input {
 font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
 font-size: 16px;
 border: 1px solid #CCCCCC;
 text-align: left;
 height: 25px;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
 color: gray;
}

 input.loginUser {
  background: transparent;
  background-image: url(images/user.png);
  background-repeat: no-repeat;
  padding-left: 50px;
  height: 35px;
  color: gray;
 }

 input.loginPw {
  background: transparent;
  background-image: url(images/key.png);
  background-repeat: no-repeat;
  padding-left: 50px;
  height: 35px;
  color: gray;
 }

 input.peq {
  font-size: 14px;
  border: 1px solid #999999;
  text-align: left;
  color: gray;
 }

/*label { display: inline-block; width: 200px; text-align: left; }​*/
input {
 margin-top: 5px;
 margin-bottom: 5px;
 display: inline-block;
 *display: inline; /* for IE7*/
 zoom: 1; /* for IE7*/
 vertical-align: middle;
 font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
 font-size: 16px;
 border: 1px solid #CCCCCC;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
 color: gray;
 text-indent: 5px;

}

select{
 color: gray;
}

span:hover, a:hover{
 color:gray  !important;
}

 input.placeholder {
  text-align: center;
 }

label {
 display: inline-block;
 *display: inline; /* for IE7*/
 zoom: 1; /* for IE7*/
 padding-top: 5px;
 text-align: left;
 /*width: 180px;*/
 width: 100%;
 margin-left: 10px;
}

/*////////////////////////*/
.clearfix:after {
 content: ".";
 display: block;
 clear: both;
 visibility: hidden;
 line-height: 0;
 height: 0;
}

.clearfix {
 display: inline-block;
}

html[xmlns] .clearfix {
 display: block;
}

* html .clearfix {
 height: 1%;
}


.button {
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 border-radius: 5px;
 width: auto;
 height: 38px;
 border: 0;
 text-align: center;
 color: white;
 background-color: #442b64;
 letter-spacing: 1px;
 font-family: Calibri, sans-serif;
 font-weight: 400;
 font-size: 22px;
 border-bottom: 1px solid gray;
 border-right: 2px solid gray;
}

 .button:hover {
  opacity: 0.9;
  cursor: pointer;
 }

#TituloProgress {
 color: white;
 font-family: Calibri, sans-serif;
 font-size: 20px;
}

#Filtros td{
	border:none !important;
}

fieldset {
  border: thin solid #CCCCCC;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 1em;
  margin-top: 20px;
}

legend {
 margin: 0px;
 padding: 0px 6px 0px 6px;
 border: none !important;
 font-weight: bold;
 font-size: 1.5em;
 width: auto;
}

#TdLogin{
border: none !important;
}


td{
	padding:.2em;
 font-size: 14px;
}

th{
 background:rgb(60, 141, 188);
	color:white;
	text-align: center;
	padding:.2em;
	border:1px solid white;
}


/*tr:nth-child(even){
	background:rgba(30, 143, 187, 0.1);
	color: gray;
}
tr:nth-child(odd){
	background:#f8fbfc !important;
	color: gray;
}*/

h6{
 font-size: 16px;
}

.Error{
 border: 1px solid red !important;
 box-shadow: inset 0 1px 1px rgba(255,0,0,.075), 0 0 8px rgba(255, 0, 0, .6) !important;
}
.FondoProgress{
 background-color: black;
 /* IE8 */
 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
 /* IE8 */
 background-color: rgba(0, 0, 0, 0.4);
 position: fixed;
 left: 0;
 right: 0;
 top: 0;
 bottom: 0;
 display: none;
 z-index: 10000;
}
.CuerpoProgress {
 background-color: white;
font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
width: 478px;
padding: 17px;
border-radius: 5px;
text-align: center;
position: fixed;
left: 50%;
top: 50%;
margin-left: -256px;
margin-top: -200px;
overflow: hidden;
display: block;
z-index: 99999;

color: #575757;
    font-size: 30px;
    text-align: center;
    font-weight: 600;
}

.tblcontacto tr{
 height: 40px;
 text-align: left;
}
.tblcontacto td{
padding-left: 10px;
}
.tblcontacto td img{
width: 60%;
}
