@charset "utf-8";

a:link {
	color: #0000A3;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0000A3;
}
a:hover, a:active, a:focus {
	text-decoration: none;
	color: #FF6600;
}
/*a:active {
	text-decoration: none;
	color: #339900;
}*/

#textJavaScript {
	text-align: justify;
	background: #FFF;
	color: #F00;
	margin:10px;
}

.disabled, .enabled {
	padding: 10px;
}

#imgT1 {
	width: 500px;
	height: auto;
}


html {
	font-size:12px;


	/*overflow-y:scroll;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;*/
	margin:0;padding:0;border:0;font-size:100%;font:inherit;
}
body,td,th {
	font-family: "Open Sans", sans-serif, arial, serif, verdana;
}
body {
	padding:0;
	margin:0;
	height:100%;
	width:100%;
	/*font-family:Arial, Helvetica, sans-serif;*/
	background-color: #E9E3DA; /* #EAEAEA; #886E7E */
	
		text-align: left;
		margin: 0px;
		
		/*color:#333333;
		font-size: 1em;
		line-height: 24px;*/
}

#containerINDEX {
  background: none repeat scroll 0 0 #fff; /* #fff; */
  border: 1px solid #999999;
  border-radius: 15px 15px 15px 15px;
  box-shadow: 0 0 10px #333333, 1px 1px 200px #bcbcbc inset;

  line-height: 24px;
  margin: 25px auto 25px auto;
  padding: 25px;
  text-shadow: 1px 1px 0 #FFFFFF;
  width: 750px;
  height:auto;
  opacity:.9;
  border-radius:10px;
  position:relative;
  z-index:99;
}

#btncookieEntrar a{
	background:#d80000;  /*#d80000; #4CBB17;*/
	border: 1px solid #999999; /*#999999; #93DB70;*/
	border-radius: 200px;
	box-shadow: 0 0 5px #333333, 1px 1px 50px #a41111 inset;
	width: auto;
	height: auto;

	font-size:28px;

	color:#FFFFFF;
	text-align:center;
	line-height: 30px;
	text-shadow:1px 1px 0 #000;
	text-decoration:none;
	padding:20px;
	font-weight:bold;
	float: right;
	margin: 20px;

}

.titIndex1 {
	display: block;
	text-align:center;
	color: #C3A997;
	font-size: 1.6rem;
	line-height: 1em;
}
.titIndex2 {
	display: block;
	text-align:center;
	color: #C3A997;
	font-size: 1.2rem;
	line-height: 1em;
}

.textoError {
	font-size: 1.6rem;
	font-weight: bold;
	color: #FF0000;
	text-align:center;
	text-decoration: blink;
}

.iconizq {
	float: left;
	margin: 2px;
}
		
.logo_text_2 {
	display: block;
	color: #E2333A;
	font-size: 2.2em;
	line-height: 1em;
}

#footerSoldetec {
	text-align:center;
	font-size: 1.2rem;
	color: #A88268;
}

/* ----------------------------------------------------------------- */
/* para 1366px o menos */
@media screen and (max-width:1366px) {



}

/* para 1280px o menos */
@media screen and (max-width:1280px) {
  .container {
	  /*width:98%;
	  padding: 1%;*/
  }

  

}


@media screen and (max-width:1100px) {



 	
}



/* para 768px o menos */
@media screen and (max-width:768px) {
  
  #containerINDEX {
	  margin: 5px 10px 5px 10px;
	  width:auto;
	  height: auto;
	  padding: 10px;
  }
  .container {
	  width:100%;
	  /*padding: 5px;*/
  }
  
  #imgT1 {
	width: 400px;
	height: auto;
	
  }
  
  #footerSoldetec2 {
	font-size: 1.4rem;
}



}



/* para 480px o menos */
@media screen and (max-width:480px) {
  #containerINDEX {
	  margin: 5px 10px 5px 10px;
	  width:auto;
	  height: auto;
	  padding: 10px;
  }
  .container {
	  margin: 0px auto;
	  height: auto; /*1210px;*/ /*1140px;*/
  }
  
  #imgT1 {
	width: 300px;
	height: auto;
	
  }

  
}

		

		
