.factura input[type=submit]{
	padding:10px;
	margin:5px;
}
.factura input{
	/*margin-bottom:15px;*/
	padding:1px;
}

.factura select{
	
	padding:1px;
}

.factura{
	background-color: #07abef;
    padding: 10px;
	color:#fff;
}

.factura a{
	color:#fff;
	/*text-decoration:none;*/
}

.colors-custom .entry-content a {
	-webkit-box-shadow: none;
    box-shadow: none;
}

.factura input[type="submit"]{
	border:2px solid #ccc
}

.factura input[type="password"]{
	width:20%;
}

.fe_mensaje_error{
	
    background-color: #fff;
    color: #cc0000;
    padding: 5px;
    border-radius: 7px;
    border: 2px solid #dd0000;
}

.fe_mensaje_error{
	
    background-color: #fff;
    color: #0000cc;
    padding: 5px;
    border-radius: 7px;
    border: 2px solid #dd0000;
}

.fe_mensaje_info{
    background-color: #fff;
    color: #4CAF50;
    padding: 0 8px 2px 8px;
    border-radius: 8px;
    border-color: #4CAF50;
    border-width: 4px;
    border-style: solid;
}

.from-row {
    padding: 5px;
}

.from-row:nth-child(odd) {
  background: #51BEED;
}

.from-row:nth-child(even) {
  background:#07A9EF;
}

.form-title {
    width: 150px;
    display: inline-block;
    height: 29px;
	font-weight: 600;
}

.form-text{
	font-weight: 100;
}

.col-50{
	width: 50px;
    display: inline-block;
}

.col-100{
	width: 100px;
    display: inline-block;
}

.col-200{
	width: 200px;
    display: inline-block;
}
.col-300{
	width: 300px;
    display: inline-block;
}
	
#telefono{
	width:auto;
}

.row{
	    margin-top: 10px;
}
.col-1{
	width:30%;
	float:left;
}

.col-2{
	width:60%;
	float: right;
}

/* tabs */

@import "compass/css3";
ul.tabs {
  margin: 20px;
  padding: 0;
	list-style: none;
	position: relative;
	border-bottom: 1px solid #ccc; 
	
}

ul.tabs .active-tab {
		border-top: 1px solid #ccc;
		border-left: 1px solid #ccc;
		border-right: 1px solid #ccc;
		border-bottom: none;
		position: relative;
		color: black;
    
		&:after {
			width: 100%;
			height: 2px;
			position: absolute;
			content: "";
			bottom: -0.1em;
			left: 0;
			background: white;
		}
	}

ul.tabs li {
		display: inline-block;
		cursor: pointer;
		color: #3a5ea7;
		padding: 5px 10px;
    
		&:first-child {
			margin-left: 10px;
		}
	}

.tabs-content li {
	margin: 20px;
	padding: 0;
	list-style: none;
  	display: none;
	
}

.tabs-content li:first-child{
	display:list-item;
}
/* end tabs */