/* CSS Document */

a:link {  
	color: #FF6633 ;
	text-decoration: none;
}


a:visited {
    color:#FF9900; 
	text-decoration: none;
	
	
}a:hover {
	text-decoration: none;
	color:#FF9900  ;
}

a:active {
	color: #FF9900;none;
}
body { background:#000000; }
.text{ 	font-size:13px;
		font-weight:600;
		font-family:Arial, Helvetica, sans-serif;
		color:#FFFFFF;
	}
.dif{ 
font-family:Arial, Helvetica, sans-serif;
font-size:20px;
color:#FFFFFF;
font-weight:500;
background:#127dc1
		}
.titulo{
		font-family:Arial, Helvetica, sans-serif;
		font-size:18px;
		font-weight:300px;
		color:#ffffff
			}
.titulo2{
		font-family:Arial, Helvetica, sans-serif;
		font-size:20px;
		font-weight:500px;
		color:#ffffff;	
		}
.textmed{
color:#ffffff;

font-family:Arial;
font-size:12px;
		}
.textcaja1{
width:55px;
height:15px;
background-color:#A7CC00;
font-size:12px;
color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-weight:600;
		}
.inputs{
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
width:150px;	
		}
.form1{
	  font-size:13px;
	  font-family:Arial, Helvetica, sans-serif;
	  font-weight:500;
	  color:#999999;
		}

.cfd{
  margin: -30px 0px 0px 28px;
}

.button {
	color: #fff;
	border: solid 1px #494949;
	font-size: 11px;
	height: 27px;
	width: auto;
	background: #5f5f5f;
	background: -webkit-gradient(linear, left top, left bottom, from(#FF6039), to(#FF3909));
	background: -moz-linear-gradient(top,  #FF6039,  #FF3909);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF6039', endColorstr='#FF3909'); /* ie7 */
	-ms-filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF6039', endColorstr='#FF3909'); /* ie8 */
}
