#calc_buttons{
	margin: 10px auto;
	padding: 0px;
	width: 732px;
	text-align: center;
}
.contenedor_calculadora{
width:710px;
margin:0 auto;
border-radius: 5px;
-ms-border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
background-color: #fff;
border: 1px solid #ccc;
padding: 20px;

}

.contenedor_calculadora h2{
   color: #666;
	font-family:helvetica,freesans,clean,sans-serif;
	font-weight: bold;
	font-size: 14px;
	margin:0px; padding:0px;
}


.contenedor_calculadora input, .contenedor_calculadora select{
width:auto;
padding: 8px;
margin: 10px 10px 10px 0px;
border-radius: 5px;
-ms-border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
background-color: #efefef;
border: 1px solid #cccccc;
}

#contentrow2, .blockregularnewfirst{
	display: block;
	clear: left;
	margin-bottom: 30px;
}

#contentrow2 select{
	float: left;
	margin-right: 10px;
	margin-left: 0px;
	width: 150px;
}

.box_select_top{
float:left;	
}

.icon_helper{
	float: left;
	margin-right: 40px;
	width: 48px;
	height: 48px;
	overflow: hidden;		
}

.dynamic_total{
color:#7aaf2b;
}

.slider{
	float: left;
	margin-bottom: 30px;
}

.blockregularnewfirst{
		margin-bottom: 30px;
		display: block;		
}

.blockregularnewuno{
float:left; margin-right:100px;
margin-left: 90px;
width: 180px;
border-radius: 5px;
-ms-border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
background-color: #efefef;
border: 1px solid #ccc;
padding: 10px;	
}

.blockregularnewuno h2{
margin-bottom: 5px;
padding: 0px;
}

#reset_but{
	font-size: 12px;
}

.blockbuttons{
	list-style-type: none;
	padding: 30px 0px 0px 0px;
	margin: 0px;
	float: left;
}

.blockbuttons li{
	cursor: pointer;
}


#total_gasto_lineas{
	font-size: 36px;
	font-weight: bold;
	color: #7aaf2b;
	margin:5px 0;
	display: block;
}


#grupo_destinos{
	display: block;
	margin-left: 90px;
	width: 305px;
}

.slider_destinos{
	display: block;
	margin-bottom: 30px;
}


.internas {
   color: #777;
	float: left;
}
.movistar { 
   color: #1270b1;
	float: left;

}
.vodafone { 
   color: #ed290c;
	float: left;

}
.orange1 {
   color: #ff9a00;
	float: left;
}
.yoigo { 
   color: #aa1783;
	float: left;
}

.muchaspocas{
	display: block;
	position: relative;
}

.cuantas{
	color: #7aaf2b;
	text-align: right;
	display: block;
}

/*formulario de alta - detalles */

/* errores en form*/

.contenedor_form_alta label.error{
	display: block;;
	color: red;
	font-weight: normal;
	font-style: italic;
	font-size: 12px;
	width: 428px;
	margin-left: 100px;
	padding: 0px;
}

#capacheck2{
	position: relative;
}

#capacheck2 label.error{
position: absolute;
top: 25px;
left: 0px;
display: block;;
color: red;
font-weight: normal;
font-style: italic;
font-size: 12px;	
margin-left: 0px;
padding: 0px;
}

#capacheck2 input[type="checkbox"]{	
	height: 25px;
	display: block;
	float: left;
   width: 20px;
   background-color: transparent;
   padding: 0px;
   border: none;
   margin: 0px;
 }




input:focus { border: 1px solid #85c8f2;}
input.error { border: 1px solid red; }


.contenedor_form_alta, #capacheck{
width: 430px;
margin-left: 0px;
text-align: left;	
}

#capacheck{font-size:12px;}

.contenedor_form_alta label{
float: left;
width: 100px;
height: 25px;
text-align: left;
padding-top: 15px;
font-weight: bold;
}


.contenedor_form_alta input, .contenedor_form_alta select{
width:250px;
}

