@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: "Calibri";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/calibri.ttf") format("TrueType");}
	
@font-face {
    font-family: "CalibriB";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/calibrib.ttf") format("TrueType");}
	
@font-face {
    font-family: "Deker";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/Deker.ttf") format("TrueType");}
	
@font-face {
    font-family: "Good";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/good.ttf") format("TrueType");}
	
body{
	margin:0;
	padding:0;
	background: url(../images/bg.png) repeat;
 	font-family:Calibri;}

div, ul,ol,li,menu,article,figure,h1,h2,h3,h4,h5,h6,article,p,a{
	margin:0px;
	padding:0px;}
	
a{text-decoration:none;}

div.wrapper{
	width:1000px;
	margin:0px auto;}
	
header{
	padding:10px 0px;}
	
header div.logo{
	float:left;
	margin-bottom:15px;}
	
header div.info{
	float:right;}
	
header div.info ul li{
	display:inline;}
	
header div.info ul li.fb{
	background:url(../images/icon_fb.png) no-repeat;
	float:right;
	width:30px;
	height:30px;
	list-style:none;}
	
header div.info ul li.fb:hover{
	background: url(../images/icon_fb_hover.png) no-repeat;}

header div.info ul li.tw{
	background:url(../images/icon_tw.png) no-repeat;
	float:right;
	width:30px;
	height:30px;
	list-style:none;}
	
header div.info ul li.tw:hover{
	background: url(../images/icon_tw_hover.png) no-repeat;}
	
header div.info ul li a.trabajar{
	font-family:Deker;
	font-size:18px;
	color:#ffa500;
	text-shadow:1px 0px 3px #FFF;}
	
header div.info ul li a.trabajar:hover{
	color:#629872;}
	
header div.info ul li{
	color:#629872;
	font-family:Good;
	font-size:20px;
	margin:0px 8px;
	text-shadow:1px 0px 3px #FFF;}
	
header div.titular{
	float:left;
	margin:12px 10px 10px 55px;}
	
header div.titular h1{
	color:#629872;
	font-family:Deker;
	font-weight:normal;
	font-size:20px;}
	
div.menu_principal{
	float:left;
	margin:10px 0px;
	box-shadow:1px 0px 5px #000;}
	
div.menu_principal nav ul li{
	display:block;
	background: #a2c9ad; /* Old browsers */
	background: -moz-linear-gradient(top,  #a2c9ad 0%, #799b83 50%, #516c58 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a2c9ad), color-stop(50%,#799b83), color-stop(100%,#516c58));
	background: -webkit-linear-gradient(top,  #a2c9ad 0%,#799b83 50%,#516c58 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #a2c9ad 0%,#799b83 50%,#516c58 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #a2c9ad 0%,#799b83 50%,#516c58 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #a2c9ad 0%,#799b83 50%,#516c58 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a2c9ad', endColorstr='#516c58',GradientType=0 );
	padding:12px 40px;}
	
div.menu_principal nav ul li:hover{
	background: #ffbb00; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffbb00 0%, #e08404 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffbb00), color-stop(100%,#e08404)); 
	background: -webkit-linear-gradient(top,  #ffbb00 0%,#e08404 100%);
	background: -o-linear-gradient(top,  #ffbb00 0%,#e08404 100%); 
	background: -ms-linear-gradient(top,  #ffbb00 0%,#e08404 100%); 
	background: linear-gradient(to bottom,  #ffbb00 0%,#e08404 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbb00', endColorstr='#e08404',GradientType=0 ); }
	
div.menu_principal nav ul li a{
	color:#FFF;
	font-family:Good;
	font-size:18px;
	text-shadow:1px 0px 3px #000;}
	
div.slider{
	width:700px;
	height:322px;
	float:right;
	margin:10px 0px;
	box-shadow:1px 0px 5px #000;}
	
div.destacados{
	margin:10px 0px;}
	
div.presupuesto{
	width:265px;
	padding:15px 0px;
	background: #ffa500; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #ffa500 0%, #d68400 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#ffa500), color-stop(100%,#d68400));
	background: -webkit-linear-gradient(-45deg,  #ffa500 0%,#d68400 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  #ffa500 0%,#d68400 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  #ffa500 0%,#d68400 100%); /* IE10+ */
	background: linear-gradient(135deg,  #ffa500 0%,#d68400 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa500', endColorstr='#d68400',GradientType=1 );
	box-shadow:1px 0px 5px #000; 
	float:left;
	margin:15px 10px 20px 0px;}
	
div#paso01{
	position:relative;
	top:0px;
	left:0px;
	z-index:1;}
	
div#paso02{
	display: none;
	position: relative;
	top:0px;
	left:0px;
	z-index:5;}		

div#paso03{
	display:none;
	position: relative;
	top:0px;
	left:0px;
	z-index:10;}
	
div#paso04{
	display:none;
	position: relative;
	top:0px;
	left:0px;
	z-index:15;}		


div.presupuesto h3{
	color:#FFF;
	font-family:Deker;
	font-weight:normal;
	font-size:16px;
	margin:5px;
	text-align:center;}
	
span.dest_verde{
	color:#41664c;
	text-shadow:1px 0px 3px #FFF,-1px 0px 3px #FFF;}
	
span.dest_naranja{
	color:#e49402;
	text-shadow:1px 0px 4px #FFF,-1px 0px 4px #FFF;}
	
div.presupuesto div.pasos{
	background:#FFF;
	width:100%;
	height:35px;
	margin:15px 0px;}
	
div.presupuesto div.pasos ol{
	padding-left:30px;}
	
div.presupuesto div.pasos ol li{
	float:left;
	color:#e8a62d;
	width:32%;
	margin-right:3px;
	margin-top:7px;
	font-family:CalibriB;}
	
/*div.presupuesto div.pasos ol li:hover{
	color:#5a8c69;}*/
	
div.presupuesto div.pasos ol li a{
	color:#5a8c69;
	font-family:CalibriB;
	font-size:15px;
	margin-left:-5px;}
	
div.presupuesto div.pasos ol li a.select{
	text-decoration:underline;}
	
div.presupuesto div.pasos ol li a:hover{
	color:#eba830;}
	
div.presupuesto form.presupuesto{
	clear:both;
	padding:5px 10px;}
	
div.presupuesto form.presupuesto label{
	color:#FFF;
	margin:5px;}
	
div.presupuesto form.presupuesto textarea{
	border-radius:5px;
	margin:5px 0px;}
	
div.presupuesto form.presupuesto select{
	border-radius:5px;
	margin:5px 0px;}
	
div.presupuesto form.presupuesto input{
	border-radius:5px;
	margin:5px 0px;}
	
div.presupuesto form.presupuesto button{
	color:#FFF;
	font-family:CalibriB;
	background: #74b186; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #74b186 0%, #4c795a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#74b186), color-stop(100%,#4c795a));
	background: -webkit-linear-gradient(-45deg,  #74b186 0%,#4c795a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  #74b186 0%,#4c795a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  #74b186 0%,#4c795a 100%); /* IE10+ */
	background: linear-gradient(135deg,  #74b186 0%,#4c795a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#74b186', endColorstr='#4c795a',GradientType=1 );
	padding:5px 15px;
	font-family:18px;
	border-radius:5px;
	margin:10px;}
	
div.presupuesto form.presupuesto button:hover{
	color:#4c7859;
	font-family:CalibriB;
	background:#FFF;}
	
div.presupuesto form.presupuesto input.boton{
	color:#FFF;
	font-family:CalibriB;
	background: #74b186; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #74b186 0%, #4c795a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#74b186), color-stop(100%,#4c795a));
	background: -webkit-linear-gradient(-45deg,  #74b186 0%,#4c795a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  #74b186 0%,#4c795a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  #74b186 0%,#4c795a 100%); /* IE10+ */
	background: linear-gradient(135deg,  #74b186 0%,#4c795a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#74b186', endColorstr='#4c795a',GradientType=1 );
	padding:5px 15px;
	font-family:18px;
	border-radius:5px;
	margin:10px;}
	
div.presupuesto form.presupuesto input.boton:hover{
	color:#4c7859;
	font-family:CalibriB;
	background:#FFF;}
	
/************ INPUT TYPE FILE ********************/
.custom-input-file {
    overflow: hidden;
    position: relative;
    cursor: pointer;
    border: thin solid #999;
    border-radius: 5px;
    background-color: #fff;
    color: #40664c;
    text-align: center;
    font-family:Calibri;
    font-size: 16px;
    width: 215px;
    min-height: 40px;
	margin:8px 0px;
}
.custom-input-file:hover {
    background-color: #4a7156;
    color: #fff;
}
.custom-input-file .input-file {
    margin: 0;
    padding: 0;outline:0;
    font-size: 10000px;
    border: 10000px solid transparent;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    right: -1000px;
    top: -1000px;
    cursor: pointer;
}
.custom-input-file .archivo {
    background-color: #4a7156;
    color: #fff;
    font-size:9pt;
    overflow: hidden;
}
.custom-input-file:hover .archivo {
    background-color: #fff;
    color: #4a7156; }
	
/************ FIN de Estilos para el INPUT TYPE FILE ********************/

div.ofrecemos{
	float:left;
	margin:15px 40px;
	width:300px;}
	
div.ofrecemos div.verde{
	background: #74b186; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #74b186 0%, #4c795a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#74b186), color-stop(100%,#4c795a));
	background: -webkit-linear-gradient(-45deg,  #74b186 0%,#4c795a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  #74b186 0%,#4c795a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  #74b186 0%,#4c795a 100%); /* IE10+ */
	background: linear-gradient(135deg,  #74b186 0%,#4c795a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#74b186', endColorstr='#4c795a',GradientType=1 );
	padding:15px;
	box-shadow:1px 0px 5px #000;
	margin-bottom:50px;
	text-align:center;}
	
div.ofrecemos div.verde:hover{
	background: #ffbb00; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #ffbb00 0%, #e08404 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#ffbb00), color-stop(100%,#e08404)); 
	background: -webkit-linear-gradient(-45deg,  #ffbb00 0%,#e08404 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  #ffbb00 0%,#e08404 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  #ffbb00 0%,#e08404 100%); /* IE10+ */
	background: linear-gradient(135deg,  #ffbb00 0%,#e08404 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbb00', endColorstr='#e08404',GradientType=1 );}
		
div.ofrecemos div.verde h4{
	color:#FFF;
	font-family:Deker;
	font-size:26px;
	text-shadow:1px 0px 3px #000;
	font-weight:normal;}
	
div.ofrecemos div.naranja{
	background: #ffa500; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #ffa500 0%, #d68400 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#ffa500), color-stop(100%,#d68400));
	background: -webkit-linear-gradient(-45deg,  #ffa500 0%,#d68400 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  #ffa500 0%,#d68400 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  #ffa500 0%,#d68400 100%); /* IE10+ */
	background: linear-gradient(135deg,  #ffa500 0%,#d68400 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa500', endColorstr='#d68400',GradientType=1 );
	box-shadow:1px 0px 5px #000;
	padding:20px 15px;
	
	margin-bottom:50px; 
	text-align:center;}
	
div.ofrecemos div.naranja:hover{
	background: #74b186; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #74b186 0%, #4c795a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#74b186), color-stop(100%,#4c795a));
	background: -webkit-linear-gradient(-45deg,  #74b186 0%,#4c795a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  #74b186 0%,#4c795a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  #74b186 0%,#4c795a 100%); /* IE10+ */
	background: linear-gradient(135deg,  #74b186 0%,#4c795a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#74b186', endColorstr='#4c795a',GradientType=1 );}
	
div.ofrecemos div.naranja h4{
	color:#FFF;
	font-family:Good;
	font-size:18px;
	font-weight:normal;
	/*text-shadow:1px 0px 3px #000;*/}
	
div.caldera{
	width:310px;
	padding:15px 0px;
	background: #74b186; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #74b186 0%, #4c795a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#74b186), color-stop(100%,#4c795a));
	background: -webkit-linear-gradient(-45deg,  #74b186 0%,#4c795a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  #74b186 0%,#4c795a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  #74b186 0%,#4c795a 100%); /* IE10+ */
	background: linear-gradient(135deg,  #74b186 0%,#4c795a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#74b186', endColorstr='#4c795a',GradientType=1 );
	box-shadow:1px 0px 5px #000; 
	float:right;
	padding:10px;
	margin-top:15px;}
	
div.caldera h3{
	color:#FFF;
	font-family:Deker;
	font-size:18px;
	/*margin:5px;*/
	text-align:center;
	font-weight:normal;}
	
div.caldera form.caldera{
	color:#FFF;
	margin-top:10px;}
	
div.caldera form.caldera input{
	margin:10px 0px;
	border-radius:5px;
	padding:1px;}
	
div.ofertas{
	clear:both;
	margin:10px 0px 20px 0px;}
	
div.ofertas h5{
	color:#6f987d;
	font-family:Deker;
	font-weight:normal;
	font-size:24px;}
	
div.ofertas div.linea{
	height:2px;
	width:100%;
	background:#ffa500;
	margin:5px 0px;}
	
div.ofertas div.producto{
	background:rgba(255,255,255,0.9);
	box-shadow:1px 0px 5px #000;
	padding:10px;
	width:29%;
	margin:15px 10px 20px 10px;
	float:left;}
	
div.ofertas div.producto img.producto{
	float:left;}

div.ofertas div.producto h6{
	font-family:CalibriB;
	color:#747373;
	font-weight:normal;
	font-size:16px;
	text-align:right;
	margin:5px;}
	
div.ofertas div.producto div.precio{
	background: #ffa500; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #ffa500 0%, #d68400 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#ffa500), color-stop(100%,#d68400));
	background: -webkit-linear-gradient(-45deg,  #ffa500 0%,#d68400 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  #ffa500 0%,#d68400 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  #ffa500 0%,#d68400 100%); /* IE10+ */
	background: linear-gradient(135deg,  #ffa500 0%,#d68400 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa500', endColorstr='#d68400',GradientType=1 );
	color:#FFF;
	padding:10px 20px;
	border-radius:5px;
	float:right;
	margin: 5px;
	font-family:CalibriB;
	font-size:20px;}
	
div.ofertas div.producto div.mas_info{
	background: #74b186; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #74b186 0%, #4c795a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#74b186), color-stop(100%,#4c795a));
	background: -webkit-linear-gradient(-45deg,  #74b186 0%,#4c795a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  #74b186 0%,#4c795a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  #74b186 0%,#4c795a 100%); /* IE10+ */
	background: linear-gradient(135deg,  #74b186 0%,#4c795a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#74b186', endColorstr='#4c795a',GradientType=1 );
	color:#FFF;
	padding:10px;
	border-radius:5px;
	float:right;
	margin:10px 5px;
	font-family:CalibriB;
	font-size:16px;}
	
div.ofertas div.producto div.mas_info:hover{
	color:#4c7859;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#ffffff), color-stop(50%,#f3f3f3), color-stop(51%,#ededed), color-stop(100%,#ffffff)); 
	background: -webkit-linear-gradient(-45deg,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); 
	background: -o-linear-gradient(-45deg,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(135deg,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 );
	box-shadow:1px 0px 5px #000; }
	
footer{
	background: url(../images/bg_footer.png) repeat;
	width:100%;
	clear:both;
	padding-top:10px;}
	
footer div.margin_footer{
	width:1000px;
	margin:0px auto;}
	
footer div.margin_footer div.menu{
	width:31%;
	float:left;
	margin:10px;}
	
footer div.margin_footer div.menu h4{
	color:#FFF;
	font-family:Good;
	font-weight:normal;
	font-size:20px;}
	
footer div.margin_footer div.menu div.linea{
	width:100%;
	height:1px;
	background:#FFF;
	box-shadow:1px 0px 2px #000;
	margin:6px 0px;}
	
footer div.margin_footer div.menu ul li{
	color:#39403d;
	display:block;
	/*margin:3px 0px;*/
	padding:5px;
	font-family:CalibriB;}
	
footer div.margin_footer div.menu ul li a{
	color:#39403d;}
	
footer div.margin_footer div.menu ul li a:hover{
	color:#FFF;}
	
footer div.copy{
	width:100%;
	height:auto;
	background:rgba(0,0,0,.3);
	margin:10px 0px;}
	
footer div.copy div.margin_copy{
	width:1000px;
	margin:0px auto;}
	
footer div.copy div.margin_copy p{
	color:#f6f5f5;
	float:left;
	margin-top:10px;}
	
footer div.copy div.margin_copy img.logo_ing{
	float:right;
	margin:8px;}
	
/************* ESTILOS PAGINAS INTERNAS *****************/	
	
div.content{
	float:right;
	width:700px;
	margin-top:8px;}
	
div.content div.bread{
	background: #ffbb00; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffbb00 0%, #e08404 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffbb00), color-stop(100%,#e08404)); 
	background: -webkit-linear-gradient(top,  #ffbb00 0%,#e08404 100%);
	background: -o-linear-gradient(top,  #ffbb00 0%,#e08404 100%); 
	background: -ms-linear-gradient(top,  #ffbb00 0%,#e08404 100%); 
	background: linear-gradient(to bottom,  #ffbb00 0%,#e08404 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbb00', endColorstr='#e08404',GradientType=0 );
	padding:8px 10px;
	border-radius:3px;
	box-shadow:1px 0px 5px #000;}
	
div.content div.bread ul li{
	display:inline;
	color:#FFF;
	font-family:Good;
	margin-right:10px;
	font-size:19px;}
	
div.content div.bread ul li a{
	color:#FFF;
	font-size:16px;}
	
div.content div.contenido{
	padding:20px;
	border-radius:3px;
	box-shadow:1px 0px 5px #000;
	background:rgba(255,255,255,.6);
	margin:15px 0px;}
	
div.content div.contenido p{
	color:#425d4b;
	font-size:17px;
	margin:10px 0px;
	text-align:justify;
	font-family:Calibri;}
	
div.content div.contenido ul li{
	color:#edb315;
	font-size:17px;
	margin:5px 20px;
	list-style:square;
	font-family:CalibriB;}
	
div.content div.contenido h6{
	color:#e5a91a;
	font-family:Good;
	font-size:17px;
	margin:10px 0px;}
	
div.content div.contenido form input{
	border-radius:5px;
	margin:5px 0px;
	padding:4px;}
	
div.content div.contenido form textarea{
	border-radius:5px;
	margin:5px 0px;
	padding:4px;}
	
div.content div.contenido form button{
	color:#FFF;
	font-family:CalibriB;
	background: #74b186; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #74b186 0%, #4c795a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#74b186), color-stop(100%,#4c795a));
	background: -webkit-linear-gradient(-45deg,  #74b186 0%,#4c795a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  #74b186 0%,#4c795a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  #74b186 0%,#4c795a 100%); /* IE10+ */
	background: linear-gradient(135deg,  #74b186 0%,#4c795a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#74b186', endColorstr='#4c795a',GradientType=1 );
	padding:5px 25px;
	font-family:18px;
	border-radius:5px;
	margin:10px;}
	
div.content div.contenido form button:hover{
	color:#4c7859;
	font-family:CalibriB;
	background:#FFF;}
	
div.content div.contenido div.precio{
	background: #ffa500; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #ffa500 0%, #d68400 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#ffa500), color-stop(100%,#d68400));
	background: -webkit-linear-gradient(-45deg,  #ffa500 0%,#d68400 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  #ffa500 0%,#d68400 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  #ffa500 0%,#d68400 100%); /* IE10+ */
	background: linear-gradient(135deg,  #ffa500 0%,#d68400 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa500', endColorstr='#d68400',GradientType=1 );
	color:#FFF;
	padding:10px 20px;
	border-radius:5px;
	float:right;
	margin:10px;
	font-family:CalibriB;
	font-size:20px;}
	
