@charset "UTF-8";
/* CSS Document */
.clear{
	clear:both;	
}

a:hover{
	color:#d5394e;
}
/* { color: rgb(19, 57, 132); }*/
a img{	border:none }
h1, h2 { color: black; }
.align-right{ text-align: right; }
.align-center{ text-align: center; }
.small-letter{ font-size: 12px; }
.uppercase	{ text-transform: uppercase; }
.bold		{ font-weight: bold; }
#comprar {
	display: inline-block;
	vertical-align: middle;
	width: 31px;
	height: 24px;
	background-image: url(/themes/default/images/carrito.png);
}

/* SIDEBAR */
#sidebar{
	z-index: 0;
	position: relative;
	margin-top: -45px;
	margin-bottom: 25px;
	width: 300px;
	float: left;
	padding-top: 40px;
}

#menu_catalogo {
	min-height:180px;
	width:100%;
}


.mini{
	font-size:14px;
}

#listado_sidebar{
	width:auto;
	margin-left:10px;
	margin-top:20px;
	margin-bottom:30px;
}
.num_sidebar{
	float:left;
	width:32px;
	color:#000;
}

.pro_sidebar{
	float:left;
	color:#000;
	margin-left:10px;
	width:155px;
	height:20px;
	overflow:hidden;
}


/* FOOTER */

.footer-icon{
	margin-left: 10px;
	position: relative;
}


a.link-footer{
	margin: 0px 10px;
	text-decoration: none;
	color: #fff;
	cursor: pointer;
    font-style: normal !important;
	font-weight: 300 !important;
}

/* CONTENIDO CENTRAL */
#contenido{
	width:100%;
	border:#F00 0px solid;
	float:right;
	margin-left: 40px;
}

.parrafo{
	text-align:justify;
	line-height:26px;
	margin-bottom: 30px;
}

#family{
   margin-top: -160px;
   position: relative;
   z-index: -1;
   top: 230px;
   left: -300px;
   width: 960px;
   height: 598px;
   background: url(/themes/default/images/family.jpg) no-repeat;
}


/* POPUP LOGIN */
#contenedor_login{
	/*margin:0 auto;*/
	margin-left: auto;
	/*margin-right: auto;*/
	min-height: 670px;
	height: 670px;
	width: 910px;
	overflow: hidden;
}
#contenedor_login div.access-wrapper{
	margin-left	: 10px;
	float		: left;
	width		: 445px;
}
.access-box{
	border: 1px solid #EEE;
	background-color: white;
}
.access-box-title{
	font-size: 24px !important;
	margin-top: 0px;
	color: black;
}
.access-box-subtitle{
	text-align: left;
	margin-top: -13px;
	margin-bottom: 15px;
	color: #5E5E5E;
	cursor: pointer;
}
.label_input{
	margin-bottom: 5px;
	display: block;
}
.login_input{
	color: #7e7e7e;	
	font-size: 18px;
}

    
/******************** Button ********************/
.margin-top{ margin-top: 10px; }
button,
.add-button {
	background: white url(../images/button.png) 0px 0px no-repeat;
	-moz-border-radius: 0.333em;
	-webkit-border-radius: 0.333em;
	-webkit-background-clip: padding-box;
	border-radius:6px;
	border:1px solid #d83526;
	display:inline-block;
	color:#ffffff;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:-1px 1px 0px #b23e35;
	text-transform: lowercase;
	line-height: 17px !important
}

.add-button {
	margin-bottom : 40px
}
button:hover, 
.add-button:hover {
	background: white url(../images/button.png) 0px -50px no-repeat;
	color: #fff;
}
button:hover,
.add-button:active {
	position:relative;
	top:1px;
}


/******************** Menu superior ********************/
#botonera	{ z-index: 9999999; }
.menu		{ z-index:5000; }
.menu li 	{ float:left; position:relative; }
.separa		{ margin-right:18px; }
.menu ul li {width:	100%; }
.menu li:hover 	{visibility: inherit; }
.menu li li 	{background: none; }
.menu li li a 	{text-align: left; }

.meactivo{
	background-color:#d5394e;
	color:#FFF;	
}
.meactivo a:visited{
	color:#FFF;	
}
.meactivo:hover{
	background-color:#fff;
}

/******************** Menu footer ********************/
.menu_pie {
	padding:0;
	margin:0;	
}

.menu_pie li {
	float:left; 
	position:relative;
	margin-left:10px;
}

.menu_pie ul li			{ width: 100%; }
.menu_pie li:hover 		{ visibility: inherit; }
.menu_pie li li 		{ background: none; }
.menu_pie li li a 		{ text-align: left; }

.top_sidebar{
	width: 100%;
	height: 25px;
    font-size: 32px;
    color: #133984;
    margin-top: 10px;
    padding-left: 10px;
}

.cont_sidebar{
	width:100%;
    font-size:32px;
    color:#133984;
    margin:  30px 0px;
	padding-right: 10px;
}

.font-300 { font-weight: 300 !important; }
.font-700 { font-weight: 700 !important; }
.font-phone { font-size: 34px !important; color: #78e3f7;  text-shadow: 2px 1px 3px rgb(19, 57, 132); }
/******************** Ficha producto ************************/

/************ INPUTS, TEXTAREA Y OTROS ****************/
.smart-input{
	border: 4px double #DBDBDB;
	min-height: 20px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-webkit-background-clip: padding-box;
	border-radius: 6px;
	padding: 3px 10px;
	font-size: 16px;
}
.smart-input-error{
	border: 4px double #C70303 !important;
	background: url(../../../themes/default/images/error_bg.png) ;
}
.input-login{ 
	width: 370px;
	margin-bottom: 10px; 
}



.items_ctrl{width:50px;height:22px;margin-top:2px;border:1px solid #ccc;position:relative;text-align:center;background-color:#fff;}
.items_ctrl .field{width:28px;margin-bottom:0;border:0;/*padding:3px;*/padding-right:0;position:absolute;left:0;text-align:center;font-size:16px;}
.items_ctrl .btn{width:2.3em;height:44%;padding:0;position:absolute;right:1px;top:1px;font-size:8px;line-height:4px;*width:18px;*font-size:7px;*height:11px;*line-height:7px;_paddin-top:1px;_line-height:8px;-moz-border-radius:0;-webkit-border-radius:0;border-radius:0;}
.items_ctrl .fill{display:block;position: absolute;top: -4px;left: 5px;}
.items_ctrl .down{bottom:1px;top:auto;_bottom:0}

.btn,.btn_micon,.bt_dropdown{font-family:verdana,arial,sans-serif;position:relative}
.btn::-moz-focus-inner,button::-moz-focus-inner{border:0}
.btn,.btn_micon{margin-top:0;border:1px solid #999;padding:4px 8px 5px 9px;overflow:hidden;text-align:center;white-space:nowrap;cursor:pointer;font-size:1em;
-moz-box-shadow:0 0 1px #aaa;-webkit-box-shadow:0 0 1px #aaa;box-shadow:0 0 1px #aaa;
-moz-border-radius:5px;border-radius:5px;-webkit-border-radius:5px}
.btn .topline,.btn_micon .topline{width:98.5%;width:100%\9;margin-top:-4px;*margin-top:-4px;margin-left:1px;top:auto;left:0;font-size:0;line-height:0;
opacity:.5;filter:alpha(opacity=50)}
button.btn .topline{left:auto;margin-left:-8px;margin-top:-3px}
.btn_micon{padding:5px 8px 7px 7px;float:left;display:inline}
.btn_micon .topline{margin-top:-5px;*margin-top:-5px}

.dwnld {
	font-size: 12px;
}
.dwnld span {
	background: url(../images/dwnld.png) left center no-repeat;
	padding: 12px;
}

.btn,.btn:visited{border-color:#999;background:#f9f9f9;color:#444;text-decoration:none;text-shadow:0 1px 0 #fff;
background-image:url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cdefs%3E%0A%3ClinearGradient%20id%3D%22grad%22%20x1%3D%220%22%20y1%3D%220%22%20x2%3D%220%22%20y2%3D%22100%25%22%3E%0A%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23fff%22%20%2F%3E%0A%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23ccc%22%20%2F%3E%0A%3C%2FlinearGradient%3E%0A%3C%2Fdefs%3E%0A%3Crect%20x%3D%220%22%20y%3D%220%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20style%3D%22fill%3Aurl(%23grad)%22%20%2F%3E%0A%3C%2Fsvg%3E");
background-image:-moz-linear-gradient(top,#ffffff,#cccccc);background-image:-webkit-gradient(linear,left top,left bottom,from(#ffffff),to(#cccccc));filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr=#ffffff,endColorStr=#cccccc)}
.btn_disabled{color:#aaa}
.btn:hover,.btn:focus{background:#eee;text-decoration:none;
background-image:url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cdefs%3E%0A%3ClinearGradient%20id%3D%22grad%22%20x1%3D%220%22%20y1%3D%220%22%20x2%3D%220%22%20y2%3D%22100%25%22%3E%0A%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23fff%22%20%2F%3E%0A%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23dbdbdb%22%20%2F%3E%0A%3C%2FlinearGradient%3E%0A%3C%2Fdefs%3E%0A%3Crect%20x%3D%220%22%20y%3D%220%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20style%3D%22fill%3Aurl(%23grad)%22%20%2F%3E%0A%3C%2Fsvg%3E");
background-image:-moz-linear-gradient(top,#ffffff,#dbdbdb);background-image:-webkit-gradient(linear,left top,left bottom,from(#ffffff),to(#dbdbdb));filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr=#ffffff,endColorStr=#dbdbdb)}
.btn.active,.btn.active-perm{background-color:#f3f3f3;_background-color:transparent;
background-image:url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cdefs%3E%0A%3ClinearGradient%20id%3D%22grad%22%20x1%3D%220%22%20y1%3D%220%22%20x2%3D%220%22%20y2%3D%22100%25%22%3E%0A%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23ccc%22%20%2F%3E%0A%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23fff%22%20%2F%3E%0A%3C%2FlinearGradient%3E%0A%3C%2Fdefs%3E%0A%3Crect%20x%3D%220%22%20y%3D%220%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20style%3D%22fill%3Aurl(%23grad)%22%20%2F%3E%0A%3C%2Fsvg%3E");
background:#ddd;background-image:-moz-linear-gradient(top,#cccccc,#ffffff);background-image:-webkit-gradient(linear,left top,left bottom,from(#cccccc),to(#ffffff));filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr=#cccccc,endColorStr=#ffffff);_filter:none
}/*gris*/
.btn_highlt,.btn_highlt:visited{border-color:#f17619;background-color:#fd961a;color:#fff;text-shadow:0 1px 0 #ffa62e;-moz-box-shadow:0 1px 0 #ffdaa8;-webkit-box-shadow:0 1px 0 #ffdaa8;box-shadow:0 1px 0 #ffdaa8;
background-image:url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cdefs%3E%0A%3ClinearGradient%20id%3D%22grad%22%20x1%3D%220%22%20y1%3D%220%22%20x2%3D%220%22%20y2%3D%22100%25%22%3E%0A%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23ffa62e%22%20%2F%3E%0A%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23fa8000%22%20%2F%3E%0A%3C%2FlinearGradient%3E%0A%3C%2Fdefs%3E%0A%3Crect%20x%3D%220%22%20y%3D%220%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20style%3D%22fill%3Aurl(%23grad)%22%20%2F%3E%0A%3C%2Fsvg%3E");
background-image:-moz-linear-gradient(top,#ffa62e,#fa8000);background-image:-webkit-gradient(linear,left top,left bottom,from(#ffa62e),to(#fa8000));filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr=#ffa62e,endColorStr=#fa8000)}
.btn_highlt:hover,.btn_highlt:focus{background-color:#ffb148;
background-image:url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cdefs%3E%0A%3ClinearGradient%20id%3D%22grad%22%20x1%3D%220%22%20y1%3D%220%22%20x2%3D%220%22%20y2%3D%22100%25%22%3E%0A%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23ffa62e%22%20%2F%3E%0A%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23fc9215%22%20%2F%3E%0A%3C%2FlinearGradient%3E%0A%3C%2Fdefs%3E%0A%3Crect%20x%3D%220%22%20y%3D%220%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20style%3D%22fill%3Aurl(%23grad)%22%20%2F%3E%0A%3C%2Fsvg%3E");
background-image:-moz-linear-gradient(top,#ffa62e,#fc9215);background-image:-webkit-gradient(linear,left top,left bottom,from(#ffa62e),to(#fc9215));filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr=#ffa62e,endColorStr=#fc9215)}
.btn_highlt.active,.btn_highlt.active-perm{background-color:#fc8;_background-color:transparent;
background-image:url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cdefs%3E%0A%3ClinearGradient%20id%3D%22grad%22%20x1%3D%220%22%20y1%3D%220%22%20x2%3D%220%22%20y2%3D%22100%25%22%3E%0A%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23fa8000%22%20%2F%3E%0A%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23ffa62e%22%20%2F%3E%0A%3C%2FlinearGradient%3E%0A%3C%2Fdefs%3E%0A%3Crect%20x%3D%220%22%20y%3D%220%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20style%3D%22fill%3Aurl(%23grad)%22%20%2F%3E%0A%3C%2Fsvg%3E");
background-image:-moz-linear-gradient(top,#fa8000,#ffa62e);background-image:-webkit-gradient(linear,left top,left bottom,from(#fa8000),to(#ffa62e));filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr=#fa8000,endColorStr=#ffa62e);_filter:none
}/*naranja*/
.btn_cntc,.btn_cntc:visited{border-color:#6b9263;background-color:#6ea540;color:#fff;text-shadow:0 1px 0 #658b5f;-moz-box-shadow:0 1px 0 #d6eac8;-webkit-box-shadow:0 1px 0 #d6eac8;box-shadow:0 1px 0 #d6eac8;
background-image:url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cdefs%3E%0A%3ClinearGradient%20id%3D%22grad%22%20x1%3D%220%22%20y1%3D%220%22%20x2%3D%220%22%20y2%3D%22100%25%22%3E%0A%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23add692%22%20%2F%3E%0A%3Cstop%20offset%3D%221%22%20stop-color%3D%22%236ea540%22%20%2F%3E%0A%3C%2FlinearGradient%3E%0A%3C%2Fdefs%3E%0A%3Crect%20x%3D%220%22%20y%3D%220%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20style%3D%22fill%3Aurl(%23grad)%22%20%2F%3E%0A%3C%2Fsvg%3E");
background-image:-moz-linear-gradient(top,#add692,#6ea540);background-image:-webkit-gradient(linear,left top,left bottom,from(#add692),to(#6ea540));filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr=#add692,endColorStr=#6ea540)}
.btn_cntc:hover,.btn_cntc:focus{background-color:#83b65c;
background-image:url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cdefs%3E%0A%3ClinearGradient%20id%3D%22grad%22%20x1%3D%220%22%20y1%3D%220%22%20x2%3D%220%22%20y2%3D%22100%25%22%3E%0A%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23add692%22%20%2F%3E%0A%3Cstop%20offset%3D%221%22%20stop-color%3D%22%2383b65c%22%20%2F%3E%0A%3C%2FlinearGradient%3E%0A%3C%2Fdefs%3E%0A%3Crect%20x%3D%220%22%20y%3D%220%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20style%3D%22fill%3Aurl(%23grad)%22%20%2F%3E%0A%3C%2Fsvg%3E");
background-image:-moz-linear-gradient(top,#add692,#83b65c);background-image:-webkit-gradient(linear,left top,left bottom,from(#add692),to(#83b65c));filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr=#add692,endColorStr=#83b65c)}
.btn_cntc.active,.btn_cntc.active-perm{background-color:#9cc97c;_background-color:transparent;
background-image:url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cdefs%3E%0A%3ClinearGradient%20id%3D%22grad%22%20x1%3D%220%22%20y1%3D%220%22%20x2%3D%220%22%20y2%3D%22100%25%22%3E%0A%3Cstop%20offset%3D%220%22%20stop-color%3D%22%236ea540%22%20%2F%3E%0A%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23add692%22%20%2F%3E%0A%3C%2FlinearGradient%3E%0A%3C%2Fdefs%3E%0A%3Crect%20x%3D%220%22%20y%3D%220%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20style%3D%22fill%3Aurl(%23grad)%22%20%2F%3E%0A%3C%2Fsvg%3E");
background-image:-moz-linear-gradient(top,#6ea540,#add692);background-image:-webkit-gradient(linear,left top,left bottom,from(#6ea540),to(#add692));filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr=#6ea540,endColorStr=#add692);_filter:none
}/*verde*/
.btn_loud,.btn_loud:visited{border-color:#e41d34;background-color:#ff1a1a;color:#fff;text-shadow:0 1px 0 #ff552e;-moz-box-shadow:0 1px 0 #ffa8a8;-webkit-box-shadow:0 1px 0 #ffa8a8;box-shadow:0 1px 0 #ffa8a8;
background-image:url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cdefs%3E%0A%3ClinearGradient%20id%3D%22grad%22%20x1%3D%220%22%20y1%3D%220%22%20x2%3D%220%22%20y2%3D%22100%25%22%3E%0A%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23ff552e%22%20%2F%3E%0A%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23fa0000%22%20%2F%3E%0A%3C%2FlinearGradient%3E%0A%3C%2Fdefs%3E%0A%3Crect%20x%3D%220%22%20y%3D%220%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20style%3D%22fill%3Aurl(%23grad)%22%20%2F%3E%0A%3C%2Fsvg%3E");
background-image:-moz-linear-gradient(top,#ff552e,#fa0000);background-image:-webkit-gradient(linear,left top,left bottom,from(#ff552e),to(#fa0000));filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr=#ff552e,endColorStr=#fa0000)}
.btn_loud:hover,.btn_loud:focus{background-color:#ff4848;
background-image:url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cdefs%3E%0A%3ClinearGradient%20id%3D%22grad%22%20x1%3D%220%22%20y1%3D%220%22%20x2%3D%220%22%20y2%3D%22100%25%22%3E%0A%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23ff552e%22%20%2F%3E%0A%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23fc6f43%22%20%2F%3E%0A%3C%2FlinearGradient%3E%0A%3C%2Fdefs%3E%0A%3Crect%20x%3D%220%22%20y%3D%220%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20style%3D%22fill%3Aurl(%23grad)%22%20%2F%3E%0A%3C%2Fsvg%3E");
background-image:-moz-linear-gradient(top,#ff552e,#fe572a);background-image:-webkit-gradient(linear,left top,left bottom,from(#ff552e),to(#fe572a));filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr=#ff552e,endColorStr=#fe572a)}
.btn_loud.active,.btn_loud.active-perm{background-color:#f88;_background-color:transparent;
background-image:url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cdefs%3E%0A%3ClinearGradient%20id%3D%22grad%22%20x1%3D%220%22%20y1%3D%220%22%20x2%3D%220%22%20y2%3D%22100%25%22%3E%0A%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23fa0000%22%20%2F%3E%0A%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23ff552e%22%20%2F%3E%0A%3C%2FlinearGradient%3E%0A%3C%2Fdefs%3E%0A%3Crect%20x%3D%220%22%20y%3D%220%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20style%3D%22fill%3Aurl(%23grad)%22%20%2F%3E%0A%3C%2Fsvg%3E");
background-image:-moz-linear-gradient(top,#fa0000,#ff552e);background-image:-webkit-gradient(linear,left top,left bottom,from(#fa0000),to(#ff552e));filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr=#fa0000,endColorStr=#ff552e);_filter:none
}/*naranja oscuro*/
.btn_soft,.btn_soft:visited{border-color:#7faccc;background-color:#7faccc;color:#fff;text-shadow:0 1px 0 #6588a1;-moz-box-shadow:0 1px 0 #e5e5e5;-webkit-box-shadow:0 1px 0 #e5e5e5;box-shadow:0 1px 0 #e5e5e5;
background-image:url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cdefs%3E%0A%3ClinearGradient%20id%3D%22grad%22%20x1%3D%220%22%20y1%3D%220%22%20x2%3D%220%22%20y2%3D%22100%25%22%3E%0A%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23add5f0%22%20%2F%3E%0A%3Cstop%20offset%3D%221%22%20stop-color%3D%22%237faccc%22%20%2F%3E%0A%3C%2FlinearGradient%3E%0A%3C%2Fdefs%3E%0A%3Crect%20x%3D%220%22%20y%3D%220%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20style%3D%22fill%3Aurl(%23grad)%22%20%2F%3E%0A%3C%2Fsvg%3E");
background-image:-moz-linear-gradient(top,#add5f0,#7faccc);background-image:-webkit-gradient(linear,left top,left bottom,from(#add5f0),to(#7faccc));filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr=#add5f0,endColorStr=#7faccc)}
.btn_soft:hover,.btn_soft:focus{background-color:#98c3e0;
background-image:url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cdefs%3E%0A%3ClinearGradient%20id%3D%22grad%22%20x1%3D%220%22%20y1%3D%220%22%20x2%3D%220%22%20y2%3D%22100%25%22%3E%0A%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23add5f0%22%20%2F%3E%0A%3Cstop%20offset%3D%221%22%20stop-color%3D%22%2398c3e0%22%20%2F%3E%0A%3C%2FlinearGradient%3E%0A%3C%2Fdefs%3E%0A%3Crect%20x%3D%220%22%20y%3D%220%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20style%3D%22fill%3Aurl(%23grad)%22%20%2F%3E%0A%3C%2Fsvg%3E");
background-image:-moz-linear-gradient(top,#add5f0,#98c3e0);background-image:-webkit-gradient(linear,left top,left bottom,from(#add5f0),to(#98c3e0));filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr=#add5f0,endColorStr=#98c3e0)}
.btn_soft.active{background-color:#add5f0;
background-image:url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cdefs%3E%0A%3ClinearGradient%20id%3D%22grad%22%20x1%3D%220%22%20y1%3D%220%22%20x2%3D%220%22%20y2%3D%22100%25%22%3E%0A%3Cstop%20offset%3D%220%22%20stop-color%3D%22%237faccc%22%20%2F%3E%0A%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23add5f0%22%20%2F%3E%0A%3C%2FlinearGradient%3E%0A%3C%2Fdefs%3E%0A%3Crect%20x%3D%220%22%20y%3D%220%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20style%3D%22fill%3Aurl(%23grad)%22%20%2F%3E%0A%3C%2Fsvg%3E");
background-image:-moz-linear-gradient(top,#7faccc,#add5f0);background-image:-webkit-gradient(linear,left top,left bottom,from(#7faccc),to(#add5f0));filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr=#7faccc,endColorStr=#add5f0);_filter:none;
}/*azul*/

a.btn,a.btn_micon{outline:0}
a.btn:hover,a.btn_micon:hover,a.btn:focus,a.btn_micon:focus{text-decoration:none}
.btn_text{padding:1px 0 0 21px;position:relative;overflow:hidden;_display:block}
.hide .btn_text{padding-left:0}

/********************* Paginas de contenido ***********************/
h2.page-title{
	border-bottom: 1px dotted;
	padding-bottom: 5px;
}

.max {
	 cursor: url(/themes/default/images/zoomin.gif) !important;
	 box-shadow: none;
}

.max:hover {
	 box-shadow: 0 0 10px rgba(0,0,0,.4);
}