/************************************RESET CSS**********************************************/


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	border: 0 none;
	font: inherit;
	margin: 0;
	outline: 0 none;
	padding: 0;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/************************************FIN RESET CSS**********************************************/
 
 
 /*************************************************************************
 
 ESTILOS GENERALES
 
**************************************************************************/
 
 
 body {
	background-color: #dee5e8; /* fallback color if gradients are not supported */
	font-family: 'Lato', sans-serif;
}
h1 {
	color: #787d7b;
	font-size: 54px;
	font-weight: 300;
	line-height: 58px;
	margin: 0 0 58px;
}
h2 {
	color:#555555;
	font-size: 14px;
	font-weight: 700;
	letter-spacing:2px;
	line-height:24px
}
h3 {
	color:#787d7b;
	font-size: 20px;
	font-weight: 300;
	margin: 0.2% 0
}
h4 {
	color:#4f4f50;
	font-size: 12px;
	font-weight: 700;
	line-height:34px;
	border-bottom:1px solid #d0d0d2;
	padding:0px 10px;
	/*	Gradient*/
background: rgba(255, 255, 255, 1);
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(227, 228, 229, 1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(227, 228, 229, 1)));
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(227, 228, 229, 1) 100%);
	background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(227, 228, 229, 1) 100%);
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(227, 228, 229, 1) 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(227, 228, 229, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e3e4e5', GradientType=0 );
	/*Shadow*/
-webkit-box-shadow: inset 0px -1px 5px 0px rgba(86, 87, 88, 0.14);
	-moz-box-shadow: inset 0px -1px 5px 0px rgba(86, 87, 88, 0.14);
	box-shadow: inset 0px -1px 5px 0px rgba(86, 87, 88, 0.14);
}
h5 {
	color:#fff;
	font-size: 12px;
	font-weight: 700;
	letter-spacing:1px;
	line-height:34px;
	text-transform:uppercase;
	border-bottom:3px solid #b81729;
	text-align:center;
	padding:2px 0;
	background:#d41b2f;
	border-radius: 5px 5px 3px 3px;
	-moz-border-radius: 5px 5px 3px 3px;
	-webkit-border-radius: 5px 5px 3px 3px;
	border: 0px solid #000000;
	-webkit-box-shadow: inset 0px -4px 17px 1px rgba(159, 19, 34, 1);
	-moz-box-shadow: inset 0px -4px 17px 1px rgba(159, 19, 34, 1);
	box-shadow: inset 0px -4px 17px 1px rgba(159, 19, 34, 1);
	text-shadow:-1px -1px #333;
}
p {
	font-family: 'Lato', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	text-transform: none;
	text-decoration: none;
	letter-spacing: 0em;
	word-spacing: 0em;
	line-height: 1.4;
	margin-bottom:5px
}
.parrafo {
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border: 1px solid #ddd;
	padding:15px;
	background:#FFF;
	text-align: justify;
	text-justify: distribute;
}
.contentparrafo {
	background:#CCC;
	padding:15px 10px;
	background:url(imgs/57b22236.png) repeat
}
/*h5 { font-family: 'Lato', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 15px; background:#d41b2f; color:#FFF; padding:15px 3%; letter-spacing:0.3px   }*/
.cont {
	margin:0px auto;
	width:100%;
	max-width:990px;
	margin-top: 10px;
}
.txtcenter {
	text-align:center
}
hr {
	border: 0;
	height: 0;
	margin:0px;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
/*************************************************************************
 
TOP
 
**************************************************************************/
 
 #menutop {
	text-align:center;
	background:#d41b2f;
	padding:0.3%;
}
.titulos {
	padding:3%;
}
.titulos h3 {
	color: #d41b2f;
	font-size: 14px;
	font-weight: 700;
	margin: 0.2% 0;
	text-transform: uppercase;
}
/*************************************************************************
 
PASO 1 - SELECCION DE PRODUCTO
 
**************************************************************************/

.prod {
	border-bottom:1px solid #d0d0d2;
	padding:8px 0px;
	width:100%;
	margin-bottom:10px
}
.prod .foto img {
	width:100%;
	height:auto;
	/* border: 1px solid #ddd; */
}
.prod .foto:hover {
	filter: alpha(opacity=80);
	opacity: 0.8;
	cursor:pointer
}
.prod h1 {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	margin: 0;
	padding-top: 2%;
	color:#100f0f
}
.prod h3 {
	font-size: 13px;
	text-transform: uppercase;
	font-weight:400;
	margin-bottom: 8px; /*  mod */
}
/*************************************************************************
 
PASO 3 - DETALLE DE PEDIDO
 
**************************************************************************/

.pedido {
	border-bottom:1px solid #ddd;
	padding:20px 0px
}
.pedido .thumb {
	display:inline-block;
	width:18%;
	vertical-align: top;
}
.pedido .thumb img {
	width: 100%;
	height: auto;
}
.pedido .detalle {
	width:68%;
	margin:0 1%;
	display:inline-block;
	vertical-align: middle;
}
.pedido .detalle h1 {
	font-size:14px;
	line-height:18px;
	font-weight:700;
	margin-bottom:inherit;
	color:#555
}
.pedido .detalle h2 {
	font-size:12px
}
.pedido .detalle .precio {
	color:#d41b2f;
	margin-top:5%;
	font-size:13px;
	font-weight:700
}
.pedido .less_icon {
	display:inline-block;
	width:10%;
	vertical-align: middle;
}
.pedido .less_icon img {
	height: auto;
	max-width:100%
}
.less_icon img:hover {
	cursor:hand;
	cursor:pointer;
}

.buttons {
	width: 49.5%;
	padding: 15px 0;
	text-align: center;
	color: #555;
	background: #f1f5f8;
	display: inline-block;
	margin: 2% 0;
	cursor:pointer
}
.buttons a {
	color:#FFF;
	background:#f1f5f8
}
.buttons:hover {
	background:#d41b2f;
	color:#FFF;
}
/*************************************************************************
 
PASO 4 - DATOS DEL SOLICITANTE
 
**************************************************************************/
.datos_form {
	background:#f0f5f9;
	padding:2% 4%
}
.datos_form .input_large {
	margin:8% 0
}
/*************************************************************************
 
 FORMULARIO
 
**************************************************************************/

.form-container {
	padding: 20px;
	background: #FFF;
	color: #535353;
	text-align: left;
	margin-bottom: 25px;
	-webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0.4);
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.4);
	max-width:320px;
	margin:0px auto
}
.input_large {
	display: block;
	width: 90%;
	height: 34px;
	padding: 2px 5px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #000000;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
 -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
 transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	margin:3%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f0f0f0+100 */
background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #f0f0f0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f0f0f0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%, #f0f0f0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%, #f0f0f0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%, #f0f0f0 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%, #f0f0f0 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0', GradientType=0 ); /* IE6-9 */
}
.select_short {
	display: inline-block;
	width: auto;
	height: 34px;
	padding: 1% 2%;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
 -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
 transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	margin: 3% 1% 0%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f0f0f0+100 */
background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #f0f0f0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f0f0f0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%, #f0f0f0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%, #f0f0f0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%, #f0f0f0 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%, #f0f0f0 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0', GradientType=0 ); /* IE6-9 */
}
.red_button {
	text-align:center;
	background:#d41b2f;
	padding:15px 3%;
	color:#FFF;
	font-size:12px;
	font-weight:700;
	letter-spacing:2px;
	text-transform:uppercase;
	width:auto;
	border-bottom:3px solid #79101b;
	cursor:pointer;
	/*Rounded border*/
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	/*gradient*/
	background: -moz-linear-gradient(269deg, #d41b2f 0%, #a61827 100%); /* ff3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d41b2f), color-stop(100%, #a61827)); /* safari4+,chrome */
	background: -webkit-linear-gradient(269deg, #d41b2f 0%, #a61827 100%); /* safari5.1+,chrome10+ */
	background: -o-linear-gradient(269deg, #d41b2f 0%, #a61827 100%); /* opera 11.10+ */
	background: -ms-linear-gradient(269deg, #d41b2f 0%, #a61827 100%); /* ie10+ */
	background: linear-gradient(181deg, #d41b2f 0%, #a61827 100%); /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d41b2f', endColorstr='#a61827', GradientType=0 ); /* ie6-9 */
}
.red_button:hover {
	background: -moz-linear-gradient(269deg, #E31E31 0%, #a61827 59%, #a61827 98%, #a61827 100%); /* ff3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #E31E31), color-stop(59%, #a61827), color-stop(98%, #a61827), color-stop(100%, #a61827)); /* safari4+,chrome */
	background: -webkit-linear-gradient(269deg, #E31E31 0%, #a61827 59%, #a61827 98%, #a61827 100%); /* safari5.1+,chrome10+ */
	background: -o-linear-gradient(269deg, #E31E31 0%, #a61827 59%, #a61827 98%, #a61827 100%); /* opera 11.10+ */
	background: -ms-linear-gradient(269deg, #E31E31 0%, #a61827 59%, #a61827 98%, #a61827 100%); /* ie10+ */
	background: linear-gradient(181deg, #E31E31 0%, #a61827 59%, #a61827 98%, #a61827 100%); /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E31E31', endColorstr='#a61827', GradientType=0 ); /* ie6-9 */
}
.input_gris {
	width: auto;
	height: 34px;
	padding: 1% 2%;
	font-size: 14px;
	line-height: 1.42857143;
	background:#dde4e5;
	color:#555;
	border:none;
	margin:1% 0 3%
}
.txt_gris {
	padding:2% 0;
	font-weight:bold
}
.item {
	width:100%;
	/*Bordes*/
border-radius: 5px 5px 3px 3px;
	-moz-border-radius: 5px 5px 3px 3px;
	-webkit-border-radius: 5px 5px 3px 3px;
	border: 1px solid #cccccc;
	margin: 15px 0;
	/*Shadow*/
-webkit-box-shadow: 0px 3px 5px 0px rgba(185, 184, 184, 1);
	-moz-box-shadow: 0px 3px 5px 0px rgba(185, 184, 184, 1);
	box-shadow: 0px 3px 5px 0px rgba(185, 184, 184, 1);
}
/**CHEKBOX*/
.cont_chekbox {
	text-align:center;
	padding:10px 0;
	height:30px
}
.chekbox {
 	background: url(imgs/checkbox.png) no-repeat top left; 
	height:16px;
	width:16px;
}
#chekbox:hover {
	/* background: url(imgs/checkbox.png) no-repeat bottom left; */
	cursor:hand;
	cursor:pointer;
}

#DeAcuerdo{
	cursor:hand;
	cursor:pointer;

}

.chekboxclick {
	background: url(imgs/checkbox.png) no-repeat bottom left;
	display:inline-block;
	height:16px;
	width:16px;
}

.chekbox, .cont_chekbox p {
	display:inline-block;
	vertical-align: top;
}
/**RAdio button**/
.radio_item, .radio_item_Modalidad {
	padding: 15px 5px;
	cursor:pointer
}
.radio_item:hover {
	background:#f1f4f5
}
.radio_button {
	background: url(imgs/radiobutton.png) no-repeat top;
	width:20px;
	height:20px;
	display: inline-block;
	margin-left:10px
}
.radio_button:hover {
/* 	background: url(imgs/radiobutton.png) no-repeat bottom; */
}

.radio_button_click {
 	background: url(imgs/radiobutton.png) no-repeat bottom; 
	width:20px;
	height:20px;
	display: inline-block;
	margin-left:10px
}

.radio_item p, .radio_item_Modalidad p {
	display:inline-block;
	padding-left:10px;
	vertical-align: top;
}
/*Button clasic*/
.button {
	font-size:16px;
	font-family:Arial;
	font-weight:normal;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #dcdcdc;
	padding:9px 18px;
	text-decoration:none;
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	background:-ms-linear-gradient( top, #ededed 5%, #dfdfdf 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #ededed), color-stop(100%, #dfdfdf) );
	background-color:#ededed;
	color:#777777;
	display:inline-block;
	text-shadow:1px 1px 0px #ffffff;
	-webkit-box-shadow:inset 1px 1px 0px 0px #ffffff;
	-moz-box-shadow:inset 1px 1px 0px 0px #ffffff;
	box-shadow:inset 1px 1px 0px 0px #ffffff;
	cursor:pointer;
	display:inline-block;
	margin:2px
}
.button:hover {
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	background:-ms-linear-gradient( top, #dfdfdf 5%, #ededed 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #dfdfdf), color-stop(100%, #ededed) );
	background-color:#dfdfdf;
}
.paso {
	width: 36px;
	height: 26px;
	color: #4f4f50;
	background: url(imgs/paso_bg.png) no-repeat top;
	text-align: center;
	padding-top: 10px;
	font-size: small;
	width: 36px;
	height: 26px;
	display:inline-block
}
.paso_activo {
	background: url(imgs/paso_bg.png) no-repeat bottom;
	color:#FFF;
	text-align: center;
	padding-top: 10px;
	font-size: small;
	display:inline-block;
	width: 36px;
	height: 26px;
}
.paso_uno {
	width: 36px;
	height: 26px;
	color: #4f4f50;
	background: url(imgs/paso_bg_uno.png) no-repeat top;
	text-align: center;
	padding-top: 10px;
	font-size: small;
	display:inline-block
}
.paso_uno_activo {
	background: url(imgs/paso_bg_uno.png) no-repeat bottom;
	width: 36px;
	height: 26px;
	color: #fff;
	text-align: center;
	padding-top: 10px;
	font-size: small;
	display:inline-block
}
.pasos_linea {
	width:20px;
	background:url(imgs/pasos_linea.png) repeat-x top;
	display:inline-block;
	height: 26px;
	margin:0px -5px;
}
.paso_ult {
	width: 36px;
	height: 26px;
	color: #4f4f50;
	background: url(imgs/paso_bg_ult.png) no-repeat top;
	text-align: center;
	padding-top: 10px;
	font-size: small;
	display:inline-block
}
.paso_ult_activo {
	width: 36px;
	height: 26px;
	color: #fff;
	background: url(imgs/paso_bg_ult.png) no-repeat bottom;
	text-align: center;
	padding-top: 10px;
	font-size: small;
	display:inline-block
}




/*************************************************************************
 
PRESUPUESTO
 
**************************************************************************/

.pres_cont { background:#eaeaea; padding:2% 4%}

.pres_cont .item { border-bottom:2px solid #d2d2d2; background:#FFF; padding:2%; width:96%; position: relative;}

.pres_cont .item h1 { font-size: 13px;
    line-height: 15px;
    font-weight: 700;
    margin-bottom: inherit;
    color: #555;    margin-bottom: 5px; }
.pres_cont .item p { font-size:12px }
.pres_cont .item .precio {position: absolute;
    bottom: 8px;
    right: 8px;
    color: #4f4f50;
    font-size: 14px;
    font-weight: 900;}
	
	.pres_cont .titulo { width:100%; height:15px; margin:5px 0}
	.pres_cont .titulo p { float:right; font-size: 12px;
    line-height: 24px;}
	.pres_cont .titulo h2 { float:left; color:#d41b2f;     font-size: 12px;
    font-weight: 900;
    letter-spacing: 1px;
    line-height: 24px;}
	
	.total {
	width:100%;
	/*Bordes*/
border-radius: 5px 5px 3px 3px;
	-moz-border-radius: 5px 5px 3px 3px;
	-webkit-border-radius: 5px 5px 3px 3px;
	border: 1px solid #cccccc;
	margin: 15px 0;
	/*Shadow*/
-webkit-box-shadow: 0px 3px 5px 0px rgba(185, 184, 184, 1);
	-moz-box-shadow: 0px 3px 5px 0px rgba(185, 184, 184, 1);
	box-shadow: 0px 3px 5px 0px rgba(185, 184, 184, 1);
	text-align:center;
	
	padding-bottom:15px;
	font-size:40px;
	color:#4f4f50;
	font-weight:700;
	
	margin-top:25px
	
}
.total h4{ margin-bottom:15px;}

.tres { float:left; width:90%; padding:2% 6%;}
.cert { float:left; width:26%;margin:2%;}
.cert img {
 max-width: 100%;
    height: auto;
	
}

/*************************************************************************

CERTIFICADOS Y TARJETAS
 
**************************************************************************/  
  
  
 hr  {
    border: 0;
    height: 1px;
    background: #ccc;
    background-image: linear-gradient(to right, #eaeaea, #ccc, #eaeaea);
	margin:10px 0
}

.tarjetas { width:100%; max-width:470px; margin:0px auto}

.tarjetas img {
 max-width: 100%;
    height: auto;
	
}



@media screen and (max-width: 650px) {

.land_content .box { /*float: none;*/
    margin: 0 auto;
    width: 95%;}
	.land_content .box h1 { font-size:40px; line-height:36px}
	.land_content .box h3 { font-size:20px}
	
	
	.land_content {display: flex;
    flex-direction: column;}
	.uno {
    display: block;
    order: 2;
  }
  .dos {
    display: block;
    order: 1;
  }
  .land_logo {
    margin: inherit;
    padding: 5%;
    width: 85%;
}
.land_bg { height:auto }
body { margin:3%; height:93%}
}

@media screen and (max-width: 480px) {
  .land_logo { 
 width: 85%;
 margin:0px auto
 
    }
	.land_logo img
	{ max-width: 100%;
	height: auto;}
	/*.box p { display:none}*/
}