/* CSS Document */

.titulo_top {
/*
	color : #ffffff;
*/
	color : #000;
	font-size : 16px;
	font-family : corbel;
	text-align: center;
	font-weight: bolder;
	width:370px;
	height:45px;
	}
	
.textbox
  {
/*
  border: 1px solid #DBE1EB;
*/
  border: 2px solid #95cdff;
  font-size: 12px;
  font-family: Corbel;
  padding-left: 2px;
  padding-right: 2px;
  padding-top: 2px;
  padding-bottom: 2px;
  width: 220px;
/*
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
*/
  background: #FFFFFF;
/*
  background: linear-gradient(left, #FFFFFF, #F7F9FA);
  background: -moz-linear-gradient(left, #FFFFFF, #F7F9FA);
  background: -webkit-linear-gradient(left, #FFFFFF, #F7F9FA);
  background: -o-linear-gradient(left, #FFFFFF, #F7F9FA);
*/
  color: #2E3133;
  }
  

.textbox:hover
  {
  color: #2E3133;
  border-color: #F18700;  
  -webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
  }
  
  .textbox:focus
  {
  color: #2E3133;
  border-color: #F18700;  
  }
  
.textbox2
  {
/*
  border: 1px solid #DBE1EB;
*/
  border: 2px solid #95cdff;
  font-size: 13px;
  font-family: Corbel;
  padding-left: 2px;
  padding-right: 2px;
  padding-top: 2px;
  padding-bottom: 2px;
  width: 412px;
/*
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
*/
  background: #FFFFFF;
/*
  background: linear-gradient(left, #FFFFFF, #F7F9FA);
  background: -moz-linear-gradient(left, #FFFFFF, #F7F9FA);
  background: -webkit-linear-gradient(left, #FFFFFF, #F7F9FA);
  background: -o-linear-gradient(left, #FFFFFF, #F7F9FA);
*/
  color: #2E3133;
  }
  

.textbox2:hover
  {
  color: #2E3133;
  border-color: #F18700; 
  -webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
  }
  
  .textbox2:focus
  {
  color: #2E3133;
  border-color: #F18700;  
  }  
  
	
.texto {
/*
	color : #ffffff;
*/
	color : #000;
	font-size : 14px;
	font-family : corbel;
	font-weight: bolder;
	text-align : justify;
	line-height: 1;
	}  
	
.bordetabla1 {
    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;
*/
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	padding:3px;
/*
	color : #ffffff;
*/
	color : #000;
	font-size : 14px;
	font-family : corbel;
	text-align : justify;
	line-height: 1;
	height:45px;	
	}
	
.boton {
	width:80px;
	height:25px;
	font-size : 14px;
	font-weight:bold;
	font-family : corbel;
	}
	
.boton:hover {
	border-color: #F18700;  
	}
	
	
td img {display: block;}

body {
/*
	background-color: #00529C;
*/
	background-color: #FFF;
	background-image: url(img/faqform/formBackground.jpg);
	background-repeat: no-repeat;
	background-position: right top; 
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


.red {color:#ff0000;font-weight:bold;font-family:corbel;}




