/* Diseño móvil: 480 px e inferior. */
@media only screen and (max-width: 481px) {
.retractableMenuContainer {
	position: relative;
	box-sizing: border-box;
	padding:10px;
}
.retractableMenuContainer a .retractableMenuPic {
	position:relative;
	float:right;
	width:16px;
	height:16px;
	padding: 4px 6px 0 0;
	-webkit-transition: all 0.5s;
  	-moz-transition: all 0.5s;
  	-ms-transition: all 0.5s;
  	-o-transition: all 0.5s;
  	transition: all 0.5s;
	cursor:pointer;
	outline: none;
}
.retractableMenuContainer .retractableMenuPic:hover {
	opacity:0.6;
}
.retractableMenuContainer .retractableMenu {
	position:relative;
	left: 50%; /* Buscamos el centro vertical (relativo) del navegador */
	width: 96%; /* Definimos el ancho del objeto a centrar */
	margin-left: -48%; /* Restamos la mitad de la anchura del objeto con un margin-left */
    background: none repeat scroll 0 0 #808080;
	margin-top: 10px;
    padding: 4px;
	text-align:left;
	border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
	z-index:99;
}
.retractableMenuContainer .retractableMenu:hover {
	opacity:0.6;
}
.retractableMenuContainer .retractableMenu .retractableMenuTxt {
	position:relative;
	display:inline-block;
	color: #fff;
    font-family: 'Open Sans Condensed', sans-serif;
	text-transform: uppercase;
    font-size: 14px;
	font-weight:bold;
	letter-spacing:2px;
	padding-left: 2px;
}
.retractableMenuContainer .retractableMenu .retractableMenuTxt .retractableMenuImg {
	position:relative;
	display:inline-block;
	width:16px;
	height:16px;
	padding: 0 8px 0 5px;
	margin-top:-3px;
	-webkit-transition: all 0.5s;
  	-moz-transition: all 0.5s;
  	-ms-transition: all 0.5s;
  	-o-transition: all 0.5s;
  	transition: all 0.5s;
	cursor:pointer;
	outline: none;
}
.retractableMenuContainer .retractableMenu .retractableMenuTxt .retractableMenuImg:hover {
	opacity:0.6;
}
.retractableMenuContainer .retractableMenu .retractableMenuTxt .retractableMenuIcon {
	position:relative;
	display:inline-block;
	width:16px;
	height:16px;
	margin-top:-2px;
}
.retractableMenuContainer .retractableContent {
	position: relative;
	left: 50%; /* Buscamos el centro vertical (relativo) del navegador */
	width: 94%; /* Definimos el ancho del objeto a centrar */
	margin-left: -47%; /* Restamos la mitad de la anchura del objeto con un margin-left */
	box-sizing: border-box;
	border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
	background:#eeeeee;
	padding: 10px 6px 20px 6px;
	margin-top:-2px;
	z-index:98;
}
.retractableMenuContainer .retractableSubmenu {
	position:relative;
	left: 50%; /* Buscamos el centro vertical (relativo) del navegador */
	width: 92%; /* Definimos el ancho del objeto a centrar */
	margin-left: -46%; /* Restamos la mitad de la anchura del objeto con un margin-left */
    background: none repeat scroll 0 0 #c7c7c7;
	margin-top: 10px;
    padding: 4px;
	text-align:left;
	border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
	z-index:99;
}
.retractableMenuContainer .retractableSubmenu .retractableSubmenuTxt {
	position:relative;
	display:inline-block;
	color: #000;
    font-family: 'Open Sans Condensed', sans-serif;
	text-transform: uppercase;
    font-size: 13px;
	font-weight:100;
	letter-spacing:1px;
	padding-left: 2px;
}
.retractableMenuContainer .retractableSubmenu .retractableSubmenuTxt .retractableSubmenuImg {
	position:relative;
	display:inline-block;
	width:16px;
	height:16px;
	padding: 0 8px 0 5px;
	margin-top:-3px;
	-webkit-transition: all 0.5s;
  	-moz-transition: all 0.5s;
  	-ms-transition: all 0.5s;
  	-o-transition: all 0.5s;
  	transition: all 0.5s;
	cursor:pointer;
	outline: none;
}
.retractableMenuContainer .retractableSubmenu .retractableSubmenuTxt .retractableSubmenuImg:hover {
	opacity:0.6;
}
.retractableMenuContainer .retractableSubmenu .retractableSubmenuTxt .retractableSubmenuIcon {
	position:relative;
	display:inline-block;
	width:16px;
	height:16px;
	vertical-align: middle;
	margin-top:-2px;
	border-radius: 50%;
}
.retractableMenuContainer .retractableSubcontent {
	position: relative;
	left: 50%; /* Buscamos el centro vertical (relativo) del navegador */
	width: 90%; /* Definimos el ancho del objeto a centrar */
	margin-left: -45%; /* Restamos la mitad de la anchura del objeto con un margin-left */
	box-sizing: border-box;
	border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
	background:#f8f8f8;
	padding: 10px 6px 20px 6px;
	margin-top:-2px;
	z-index:98;
}
.retractableMenuContainer .retractableSubcontent .retractableInframenu {
	position:relative;
	left: 50%; /* Buscamos el centro vertical (relativo) del navegador */
	width: 90%; /* Definimos el ancho del objeto a centrar */
	margin-left: -45%; /* Restamos la mitad de la anchura del objeto con un margin-left */
    background: none repeat scroll 0 0 #ececec;
	margin-top: 10px;
    padding: 2px;
	text-align:left;
	border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
	z-index:99;
}
.retractableMenuContainer .retractableSubcontent .retractableInframenu .retractableInframenuTxt {
	position:relative;
	display:inline-block;
	color: #000;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 13px;
	font-weight:100;
	letter-spacing:0;
	padding-left: 2px;
}
.retractableMenuContainer .retractableSubcontent .retractableInframenu .retractableInframenuTxt a.link {
	text-decoration: none;
}
.retractableMenuContainer .retractableSubcontent .retractableInframenu .retractableInframenuTxt .retractableInframenuImg {
	position:relative;
	display:inline-block;
	width:16px;
	height:16px;
	padding: 0 8px 0 5px;
	margin-top:-3px;
	-webkit-transition: all 0.5s;
  	-moz-transition: all 0.5s;
  	-ms-transition: all 0.5s;
  	-o-transition: all 0.5s;
  	transition: all 0.5s;
	cursor:pointer;
	outline: none;
}
.retractableMenuContainer .retractableSubcontent .retractableInframenu .retractableInframenuTxt .retractableInframenuImg:hover {
	opacity:0.6;
}
.retractableMenuContainer .retractableSubcontent .retractableInframenu .retractableInframenuTxt .retractableInframenuDotContent {
	position:relative;
	display:inline-block;
	width:18px;
	height:18px;
	vertical-align: middle;
	text-align:center;
	margin:4px 0 0 6px;
	padding-right:5px;
}
.retractableMenuContainer .retractableSubcontent .retractableInframenu .retractableInframenuTxt .retractableInframenuDotContent .retractableInframenuDot {
	position:relative;
	width:14px;
	height:14px;
	vertical-align: middle;
	border-radius: 50%;
}
.retractableMenuContainer .retractableSubcontent .retractableInframenu .retractableInframenuTxt a.link {
	text-decoration: none;
	padding: 0 4px 0 4px;
}
.retractableMenuContainer .retractableSubcontent .retractableInframenu .retractableInframenuTxt .retractableInframenuIcon {
	width: 25px;
	height: 25px;
	position:relative;
	display:inline-block;
	overflow: hidden;
	margin-left: 0;
	margin-bottom: 0;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transition: all 0.5s;
  	-moz-transition: all 0.5s;
  	-ms-transition: all 0.5s;
  	-o-transition: all 0.5s;
  	transition: all 0.5s;
	cursor:pointer;
	outline: none;
}
.retractableMenuContainer .retractableSubcontent .retractableInframenu .retractableInframenuTxt .retractableInframenuIcon .paperclip-1 {
	width: 80%;
	height: 40%;
	background-color: #ececec;
	border-radius: 20px;
	border-top-right-radius: 12px;
	border-bottom-right-radius: 25px;
	position: absolute;
	top: 28%;
	right: 10%;  
}
.retractableMenuContainer .retractableSubcontent .retractableInframenu .retractableInframenuTxt .retractableInframenuIcon .paperclip-2 {
	width: 80%;
	height: 72%;
	background-color: #ececec;
	border-radius: 0%;
	position: absolute;
	left: 8%;
	border-radius: 10px;
	top: 14.5%;
}
.retractableMenuContainer .retractableSubcontent .retractableInframenu .retractableInframenuTxt .retractableInframenuIcon .paperclip-2:before {
	content: "";
	width: 25%;
	height: 120%;
	background-color: inherit;
	position: absolute;
	left: 90%;
	top: 18%;
	border-radius: 100%;
}
.retractableMenuContainer .retractableSubcontent .retractableInframenu .retractableInframenuTxt .retractableInframenuIcon .paperclip-2:after {
	content: "";
	width: 50%;
	height: 50%;
	background-color: inherit;
	position: absolute;
	left: 85%;
	top: 86%;
}
.retractableMenuContainer .retractableSubcontent .retractableInframenu .retractableInframenuTxt .retractableInframenuIcon .paperclip-3 {
	width: 102%;
	height: 70%;
	background-color: #ececec;
	border-radius: 25px;
	border-top-right-radius: 15px;
	position: absolute;
	top: 16%;
	right: -14.8%;
}
.retractableMenuContainer .retractableSubcontent .retractableInframenu .retractableInframenuTxt .retractableInframenuIcon .paperclip-4 {
	width: 81%;
	height: 40%;
	background-color: #ececec;
	border-radius: 65px;
	border-bottom-right-radius: 145px;
	position: absolute;
	left: 10%;
	top: 30%;
}
.retractableMenuContainer .retractableSubcontent .retractableInframenu .retractableInframenuTxt .retractableInframenuIcon .paperclip-4:after {
	content: "";
	width: 23%;
	height: 225%;
	background-color: inherit;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 4px;
	position: absolute;
	right: 0;
	top: -132%;
}
.retractableMenuContainer .retractableSubcontent .retractableInframenu .retractableInframenuTxt .retractableInframenuIcon:hover {
	opacity:0.6;
}
.retractableMenuTable {
	position:relative;
	width:100%;
	border-spacing: 0px;
	border-collapse: collapse;
}
.retractableMenuTable .tdTxt {
	width:90%;
	text-align:left;
	vertical-align:middle;
}
.retractableMenuTable .tdImg {
	width:10%;
	text-align:right;
	vertical-align:middle;
}
.retractableMenuContainer .retractableMenuTable .retractableMenuPic, 
.retractableMenuContainer .retractableMenuTable .retractableSubmenuPic {
	position:relative;
	display:inline-block;
	width:16px;
	height:16px;
	padding: 2px 2px 2px 0;
	-webkit-transition: all 0.5s;
  	-moz-transition: all 0.5s;
  	-ms-transition: all 0.5s;
  	-o-transition: all 0.5s;
  	transition: all 0.5s;
	cursor:pointer;
	outline: none;
}
.retractableMenuContainer .retractableMenuTable .retractableMenuPic:hover, 
.retractableMenuContainer .retractableMenuTable .retractableSubmenuPic:hover {
	opacity:0.6;
}
.retractableMenuContainer .retractableMenuAgr {
	position:relative;
	left: 50%; /* Buscamos el centro vertical (relativo) del navegador */
	width: 94%; /* Definimos el ancho del objeto a centrar */
	margin-left: -48%; /* Restamos la mitad de la anchura del objeto con un margin-left */
    background: none repeat scroll 0 0 #85af66;
	margin-top: 15px;
    padding: 4px 4px 4px 12px;
	text-align:left;
	border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
	z-index:99;
	color: #000;
    font-family: 'Open Sans Condensed', sans-serif;
	text-transform: uppercase;
    font-size: 14px;
	font-weight:bold;
	letter-spacing:1px;
	-webkit-transition: all 0.5s;
  	-moz-transition: all 0.5s;
  	-ms-transition: all 0.5s;
  	-o-transition: all 0.5s;
  	transition: all 0.5s;
	cursor:pointer;
	outline: none;
	opacity:0.8;
}
.retractableMenuContainer .retractableSubmenuAgr {
	position:relative;
	left: 50%; /* Buscamos el centro vertical (relativo) del navegador */
	width: 88%; /* Definimos el ancho del objeto a centrar */
	margin-left: -45%; /* Restamos la mitad de la anchura del objeto con un margin-left */
    background: none repeat scroll 0 0 #9dc237;
	margin-top: 15px;
    padding: 4px 4px 4px 12px;
	text-align:left;
	border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
	z-index:99;
	color: #000;
	font-family: 'Open Sans Condensed', sans-serif;
	text-transform: uppercase;
    font-size: 13px;
	font-weight:bold;
	letter-spacing:1px;
	-webkit-transition: all 0.5s;
  	-moz-transition: all 0.5s;
  	-ms-transition: all 0.5s;
  	-o-transition: all 0.5s;
  	transition: all 0.5s;
	cursor:pointer;
	outline: none;
	opacity:0.8;
}
.retractableMenuContainer .retractableInframenuAgr {
	position:relative;
	left: 50%; /* Buscamos el centro vertical (relativo) del navegador */
	width: 86%; /* Definimos el ancho del objeto a centrar */
	margin-left: -45%; /* Restamos la mitad de la anchura del objeto con un margin-left */
    background: none repeat scroll 0 0 #85af66;
	margin-top: 15px;
    padding: 4px 4px 4px 12px;
	text-align:left;
	border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
	z-index:99;
	color: #000;
    font-family: 'Open Sans Condensed', sans-serif;
	text-transform: uppercase;
    font-size: 13px;
	font-weight:bold;
	letter-spacing:2px;
	-webkit-transition: all 0.5s;
  	-moz-transition: all 0.5s;
  	-ms-transition: all 0.5s;
  	-o-transition: all 0.5s;
  	transition: all 0.5s;
	cursor:pointer;
	outline: none;
	opacity:0.8;
}
.retractableMenuContainer .retractableMenuAgr:hover, 
.retractableMenuContainer .retractableSubmenuAgr:hover, 
.retractableMenuContainer .retractableInframenuAgr:hover {
	opacity:0.4;
}
/********** Modal Form **********/
.modalForm {
	width: auto;
	box-sizing: border-box;
	background:#fff;
	position:relative;
	display:none;
	padding:10px;
	max-height: auto;
   	overflow-y: auto;
}
}

/* Diseño tableta: de 481 px a 768 px. Hereda estilos de: Diseño móvil. */
@media only screen and (min-width: 481px) {
.retractableMenuContainer {
	position: relative;
	box-sizing: border-box;
	padding:15px;
}
.retractableMenuContainer a .retractableMenuPic {
	position:relative;
	float:right;
	width:20px;
	height:20px;
	padding: 2px 8px 0 0;
	-webkit-transition: all 0.5s;
  	-moz-transition: all 0.5s;
  	-ms-transition: all 0.5s;
  	-o-transition: all 0.5s;
  	transition: all 0.5s;
	cursor:pointer;
	outline: none;
}
.retractableMenuContainer .retractableMenuPic:hover {
	opacity:0.6;
}
.retractableMenuContainer .retractableMenu {
	position:relative;
	left: 50%; /* Buscamos el centro vertical (relativo) del navegador */
	width: 96%; /* Definimos el ancho del objeto a centrar */
	margin-left: -48%; /* Restamos la mitad de la anchura del objeto con un margin-left */
    background: none repeat scroll 0 0 #808080;
	margin-top: 10px;
    padding: 4px;
	text-align:left;
	border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
	z-index:99;
}
.retractableMenuContainer .retractableMenu .retractableMenuTxt {
	position:relative;
	display:inline-block;
	color: #fff;
    font-family: 'Open Sans Condensed', sans-serif;
	text-transform: uppercase;
    font-size: 16px;
	font-weight:bold;
	letter-spacing:4px;
	padding-left: 2px;
}
.retractableMenuContainer .retractableMenu .retractableMenuTxt .retractableMenuImg {
	position:relative;
	display:inline-block;
	width:20px;
	height:20px;
	padding: 0 8px 0 5px;
	margin-top:-3px;
	-webkit-transition: all 0.5s;
  	-moz-transition: all 0.5s;
  	-ms-transition: all 0.5s;
  	-o-transition: all 0.5s;
  	transition: all 0.5s;
	cursor:pointer;
	outline: none;
}
.retractableMenuContainer .retractableMenu .retractableMenuTxt .retractableMenuImg:hover {
	opacity:0.6;
}
.retractableMenuContainer .retractableMenu .retractableMenuTxt .retractableMenuIcon {
	position:relative;
	display:inline-block;
	width:20px;
	height:20px;
	margin-top:-2px;
}
.retractableMenuContainer .retractableContent {
	position: relative;
	left: 50%; /* Buscamos el centro vertical (relativo) del navegador */
	width: 90%; /* Definimos el ancho del objeto a centrar */
	margin-left: -45%; /* Restamos la mitad de la anchura del objeto con un margin-left */
	box-sizing: border-box;
	border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
	background:#eeeeee;
	padding: 10px 3px 20px 3px;
	margin-top:-2px;
	z-index:98;
}
.retractableMenuContainer .retractableSubmenu {
	position:relative;
	left: 50%; /* Buscamos el centro vertical (relativo) del navegador */
	width: 90%; /* Definimos el ancho del objeto a centrar */
	margin-left: -45%; /* Restamos la mitad de la anchura del objeto con un margin-left */
    background: none repeat scroll 0 0 #c7c7c7;
	margin-top: 10px;
    padding: 4px;
	text-align:left;
	border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
	z-index:99;
}
.retractableMenuContainer .retractableSubmenu .retractableSubmenuTxt {
	position:relative;
	display:inline-block;
	color: #000;
    font-family: 'Open Sans Condensed', sans-serif;
	text-transform: uppercase;
    font-size: 15px;
	font-weight:100;
	letter-spacing:2px;
	padding-left: 2px;
}
.retractableMenuContainer .retractableSubmenu .retractableSubmenuTxt .retractableSubmenuImg {
	position:relative;
	display:inline-block;
	width:18px;
	height:18px;
	padding: 0 8px 0 5px;
	margin-top:-3px;
	-webkit-transition: all 0.5s;
  	-moz-transition: all 0.5s;
  	-ms-transition: all 0.5s;
  	-o-transition: all 0.5s;
  	transition: all 0.5s;
	cursor:pointer;
	outline: none;
}
.retractableMenuContainer .retractableSubmenu .retractableSubmenuTxt .retractableSubmenuImg:hover {
	opacity:0.6;
}
.retractableMenuContainer .retractableSubmenu .retractableSubmenuTxt .retractableSubmenuIcon {
	position:relative;
	display:inline-block;
	width:18px;
	height:18px;
	vertical-align: middle;
	margin-top:-2px;
	border-radius: 50%;
}
.retractableMenuContainer .retractableSubcontent {
	position: relative;
	left: 50%; /* Buscamos el centro vertical (relativo) del navegador */
	width: 84%; /* Definimos el ancho del objeto a centrar */
	margin-left: -42%; /* Restamos la mitad de la anchura del objeto con un margin-left */
	box-sizing: border-box;
	border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
	background:#f8f8f8;
	padding: 10px 3px 20px 3px;
	margin-top:-2px;
	z-index:98;
}
.retractableMenuContainer .retractableSubcontent .retractableInframenu {
	position:relative;
	left: 50%; /* Buscamos el centro vertical (relativo) del navegador */
	width: 90%; /* Definimos el ancho del objeto a centrar */
	margin-left: -45%; /* Restamos la mitad de la anchura del objeto con un margin-left */
    background: none repeat scroll 0 0 #ececec;
	margin-top: 10px;
    padding: 2px;
	text-align:left;
	border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
	z-index:99;
}
.retractableMenuContainer .retractableSubcontent .retractableInframenu .retractableInframenuTxt {
	position:relative;
	display:inline-block;
	color: #000;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 15px;
	font-weight:100;
	letter-spacing:1px;
	padding-left: 2px;
}
.retractableMenuContainer .retractableSubcontent .retractableInframenu .retractableInframenuTxt .retractableInframenuImg {
	position:relative;
	display:inline-block;
	width:20px;
	height:20px;
	padding: 0 8px 0 5px;
	margin-top:-3px;
	-webkit-transition: all 0.5s;
  	-moz-transition: all 0.5s;
  	-ms-transition: all 0.5s;
  	-o-transition: all 0.5s;
  	transition: all 0.5s;
	cursor:pointer;
	outline: none;
}
.retractableMenuContainer .retractableSubcontent .retractableInframenu .retractableInframenuTxt .retractableInframenuImg:hover {
	opacity:0.6;
}
.retractableMenuContainer .retractableSubcontent .retractableInframenu .retractableInframenuTxt .retractableInframenuDotContent {
	position:relative;
	display:inline-block;
	width:20px;
	height:20px;
	vertical-align: middle;
	text-align:center;
	margin:2px 0 0 8px;
	padding-right:5px;
}
.retractableMenuContainer .retractableSubcontent .retractableInframenu .retractableInframenuTxt .retractableInframenuDotContent .retractableInframenuDot {
	position:relative;
	width:16px;
	height:16px;
	vertical-align: middle;
	border-radius: 50%;
}
.retractableMenuContainer .retractableSubcontent .retractableInframenu .retractableInframenuTxt a.link {
	text-decoration: none;
	padding: 0 4px 0 4px;
}
.retractableMenuContainer .retractableSubcontent .retractableInframenu .retractableInframenuTxt .retractableInframenuIcon {
	width: 30px;
	height: 30px;
	position:relative;
	display:inline-block;
	overflow: hidden;
	margin-left: 0;
	margin-bottom: 0;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transition: all 0.5s;
  	-moz-transition: all 0.5s;
  	-ms-transition: all 0.5s;
  	-o-transition: all 0.5s;
  	transition: all 0.5s;
	cursor:pointer;
	outline: none;
}
.retractableMenuContainer .retractableSubcontent .retractableInframenu .retractableInframenuTxt .retractableInframenuIcon .paperclip-1 {
	width: 80%;
	height: 40%;
	background-color: #ececec;
	border-radius: 20px;
	border-top-right-radius: 12px;
	border-bottom-right-radius: 25px;
	position: absolute;
	top: 28%;
	right: 10%;  
}
.retractableMenuContainer .retractableSubcontent .retractableInframenu .retractableInframenuTxt .retractableInframenuIcon .paperclip-2 {
	width: 80%;
	height: 72%;
	background-color: #ececec;
	border-radius: 0%;
	position: absolute;
	left: 8%;
	border-radius: 10px;
	top: 14.5%;
}
.retractableMenuContainer .retractableSubcontent .retractableInframenu .retractableInframenuTxt .retractableInframenuIcon .paperclip-2:before {
	content: "";
	width: 25%;
	height: 120%;
	background-color: inherit;
	position: absolute;
	left: 90%;
	top: 18%;
	border-radius: 100%;
}
.retractableMenuContainer .retractableSubcontent .retractableInframenu .retractableInframenuTxt .retractableInframenuIcon .paperclip-2:after {
	content: "";
	width: 50%;
	height: 50%;
	background-color: inherit;
	position: absolute;
	left: 85%;
	top: 86%;
}
.retractableMenuContainer .retractableSubcontent .retractableInframenu .retractableInframenuTxt .retractableInframenuIcon .paperclip-3 {
	width: 102%;
	height: 70%;
	background-color: #ececec;
	border-radius: 25px;
	border-top-right-radius: 15px;
	position: absolute;
	top: 16%;
	right: -14.8%;
}
.retractableMenuContainer .retractableSubcontent .retractableInframenu .retractableInframenuTxt .retractableInframenuIcon .paperclip-4 {
	width: 81%;
	height: 40%;
	background-color: #ececec;
	border-radius: 65px;
	border-bottom-right-radius: 145px;
	position: absolute;
	left: 10%;
	top: 30%;
}
.retractableMenuContainer .retractableSubcontent .retractableInframenu .retractableInframenuTxt .retractableInframenuIcon .paperclip-4:after {
	content: "";
	width: 23%;
	height: 225%;
	background-color: inherit;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 4px;
	position: absolute;
	right: 0;
	top: -132%;
}
.retractableMenuContainer .retractableSubcontent .retractableInframenu .retractableInframenuTxt .retractableInframenuIcon:hover {
	opacity:none;
}
.retractableMenuTable {
	position:relative;
	width:100%;
	border-spacing: 0px;
	border-collapse: collapse;
}
.retractableMenuTable .tdTxt {
	width:90%;
	text-align:left;
	vertical-align:middle;
}
.retractableMenuTable .tdImg {
	width:10%;
	text-align:right;
	vertical-align:middle;
}
.retractableMenuContainer .retractableMenuTable .retractableMenuPic, 
.retractableMenuContainer .retractableMenuTable .retractableSubmenuPic {
	position:relative;
	display:inline-block;
	width:18px;
	height:18px;
	padding: 3px 3px 3px 0;
	-webkit-transition: all 0.5s;
  	-moz-transition: all 0.5s;
  	-ms-transition: all 0.5s;
  	-o-transition: all 0.5s;
  	transition: all 0.5s;
	cursor:pointer;
	outline: none;
}
.retractableMenuContainer .retractableMenuTable .retractableMenuPic:hover, 
.retractableMenuContainer .retractableMenuTable .retractableSubmenuPic:hover {
	opacity:0.6;
}
.retractableMenuContainer .retractableMenuAgr {
	position:relative;
	left: 50%; /* Buscamos el centro vertical (relativo) del navegador */
	width: 94%; /* Definimos el ancho del objeto a centrar */
	margin-left: -48%; /* Restamos la mitad de la anchura del objeto con un margin-left */
    background: none repeat scroll 0 0 #85af66;
	margin-top: 15px;
    padding: 4px 4px 4px 12px;
	text-align:left;
	border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
	z-index:99;
	color: #000;
    font-family: 'Open Sans Condensed', sans-serif;
	text-transform: uppercase;
    font-size: 16px;
	font-weight:bold;
	letter-spacing:1px;
	-webkit-transition: all 0.5s;
  	-moz-transition: all 0.5s;
  	-ms-transition: all 0.5s;
  	-o-transition: all 0.5s;
  	transition: all 0.5s;
	cursor:pointer;
	outline: none;
	opacity:0.8;
}
.retractableMenuContainer .retractableSubmenuAgr {
	position:relative;
	left: 50%; /* Buscamos el centro vertical (relativo) del navegador */
	width: 88%; /* Definimos el ancho del objeto a centrar */
	margin-left: -45%; /* Restamos la mitad de la anchura del objeto con un margin-left */
    background: none repeat scroll 0 0 #9dc237;
	margin-top: 15px;
    padding: 4px 4px 4px 12px;
	text-align:left;
	border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
	z-index:99;
	color: #000;
	font-family: 'Open Sans Condensed', sans-serif;
	text-transform: uppercase;
    font-size: 15px;
	font-weight:bold;
	letter-spacing:1px;
	-webkit-transition: all 0.5s;
  	-moz-transition: all 0.5s;
  	-ms-transition: all 0.5s;
  	-o-transition: all 0.5s;
  	transition: all 0.5s;
	cursor:pointer;
	outline: none;
	opacity:0.8;
}
.retractableMenuContainer .retractableInframenuAgr {
	position:relative;
	left: 50%; /* Buscamos el centro vertical (relativo) del navegador */
	width: 88%; /* Definimos el ancho del objeto a centrar */
	margin-left: -45%; /* Restamos la mitad de la anchura del objeto con un margin-left */
    background: none repeat scroll 0 0 #85af66;
	margin-top: 15px;
    padding: 4px 4px 4px 12px;
	text-align:left;
	border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
	z-index:99;
	color: #000;
    font-family: 'Open Sans Condensed', sans-serif;
	text-transform: uppercase;
    font-size: 15px;
	font-weight:bold;
	letter-spacing:2px;
	-webkit-transition: all 0.5s;
  	-moz-transition: all 0.5s;
  	-ms-transition: all 0.5s;
  	-o-transition: all 0.5s;
  	transition: all 0.5s;
	cursor:pointer;
	outline: none;
	opacity:0.8;
}
.retractableMenuContainer .retractableMenuAgr:hover, 
.retractableMenuContainer .retractableSubmenuAgr:hover, 
.retractableMenuContainer .retractableInframenuAgr:hover {
	opacity:0.4;
}
/********** Modal Form **********/
.modalForm {
	width: auto;
	box-sizing: border-box;
	background:#fff;
	position:relative;
	display:none;
	padding:15px;
	max-height: auto;
   	overflow-y: auto;
}
}

/* Diseño escritorio: de 769 px hasta un máximo de 1232 px.  Hereda estilos de: Diseño móvil y Diseño tableta. */
@media only screen and (min-width: 769px) {
.retractableMenuContainer {
	position: relative;
	box-sizing: border-box;
	padding:20px;
}
.retractableMenuContainer a .retractableMenuPic {
	position:relative;
	float:right;
	width:25px;
	height:25px;
	padding: 2px 10px 0 0;
	-webkit-transition: all 0.5s;
  	-moz-transition: all 0.5s;
  	-ms-transition: all 0.5s;
  	-o-transition: all 0.5s;
  	transition: all 0.5s;
	cursor:pointer;
	outline: none;
}
.retractableMenuContainer .retractableMenuPic:hover {
	opacity:0.6;
}
.retractableMenuContainer .retractableMenu {
	position:relative;
	left: 50%; /* Buscamos el centro vertical (relativo) del navegador */
	width: 90%; /* Definimos el ancho del objeto a centrar */
	margin-left: -45%; /* Restamos la mitad de la anchura del objeto con un margin-left */
    background: none repeat scroll 0 0 #808080;
	margin-top: 15px;
    padding: 6px;
	text-align:left;
	border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
	z-index:99;
}
.retractableMenuContainer .retractableMenu .retractableMenuTxt {
	position:relative;
	display:inline-block;
	color: #fff;
    font-family: 'Open Sans Condensed', sans-serif;
	text-transform: uppercase;
    font-size: 22px;
	font-weight:bold;
	letter-spacing:6px;
	padding-left: 2px;
}
.retractableMenuContainer .retractableMenu .retractableMenuTxt .retractableMenuImg {
	position:relative;
	display:inline-block;
	width:25px;
	height:25px;
	padding: 0 10px 0 8px;
	margin-top:-7px;
	-webkit-transition: all 0.5s;
  	-moz-transition: all 0.5s;
  	-ms-transition: all 0.5s;
  	-o-transition: all 0.5s;
  	transition: all 0.5s;
	cursor:pointer;
	outline: none;
}
.retractableMenuContainer .retractableMenu .retractableMenuTxt .retractableMenuImg:hover {
	opacity:0.6;
}
.retractableMenuContainer .retractableMenu .retractableMenuTxt .retractableMenuIcon {
	position:relative;
	display:inline-block;
	width:25px;
	height:25px;
	margin-top:-2px;
}
.retractableMenuContainer .retractableContent {
	position: relative;
	left: 50%; /* Buscamos el centro vertical (relativo) del navegador */
	width: 86%; /* Definimos el ancho del objeto a centrar */
	margin-left: -43%; /* Restamos la mitad de la anchura del objeto con un margin-left */
	box-sizing: border-box;
	border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
	background:#eeeeee;
	padding: 15px 6px 25px 6px;
	margin-top:-3px;
	z-index:98;
}
.retractableMenuContainer .retractableSubmenu {
	position:relative;
	left: 50%; /* Buscamos el centro vertical (relativo) del navegador */
	width: 98%; /* Definimos el ancho del objeto a centrar */
	margin-left: -49%; /* Restamos la mitad de la anchura del objeto con un margin-left */
    background: none repeat scroll 0 0 #c7c7c7;
	margin-top: 15px;
    padding: 6px;
	text-align:left;
	border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
	z-index:99;
}
.retractableMenuContainer .retractableSubmenu .retractableSubmenuTxt {
	position:relative;
	display:inline-block;
	color: #000;
    font-family: 'Open Sans Condensed', sans-serif;
	text-transform: uppercase;
    font-size: 20px;
	font-weight:100;
	letter-spacing:4px;
	padding-left: 2px;
}
.retractableMenuContainer .retractableSubmenu .retractableSubmenuTxt .retractableSubmenuImg {
	position:relative;
	display:inline-block;
	width:25px;
	height:25px;
	padding: 0 10px 0 8px;
	margin-top:-7px;
	-webkit-transition: all 0.5s;
  	-moz-transition: all 0.5s;
  	-ms-transition: all 0.5s;
  	-o-transition: all 0.5s;
  	transition: all 0.5s;
	cursor:pointer;
	outline: none;
}
.retractableMenuContainer .retractableSubmenu .retractableSubmenuTxt .retractableSubmenuImg:hover {
	opacity:0.6;
}
.retractableMenuContainer .retractableSubmenu .retractableSubmenuTxt .retractableSubmenuIcon {
	position:relative;
	display:inline-block;
	width:25px;
	height:25px;
	vertical-align: middle;
	margin-top:-2px;
	border-radius: 50%;
}
.retractableMenuContainer .retractableSubcontent {
	position: relative;
	left: 50%; /* Buscamos el centro vertical (relativo) del navegador */
	width: 94%; /* Definimos el ancho del objeto a centrar */
	margin-left: -47%; /* Restamos la mitad de la anchura del objeto con un margin-left */
	box-sizing: border-box;
	border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
	background:#f8f8f8;
	padding: 15px 6px 25px 6px;
	margin-top:-3px;
	z-index:98;
}
.retractableMenuContainer .retractableSubcontent .retractableInframenu {
	position:relative;
	left: 50%; /* Buscamos el centro vertical (relativo) del navegador */
	width: 98%; /* Definimos el ancho del objeto a centrar */
	margin-left: -49%; /* Restamos la mitad de la anchura del objeto con un margin-left */
    background: none repeat scroll 0 0 #ececec;
	margin-top: 15px;
    padding: 4px;
	text-align:left;
	border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
	z-index:99;
}
.retractableMenuContainer .retractableSubcontent .retractableInframenu .retractableInframenuTxt {
	position:relative;
	display:inline-block;
	color: #000;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 18px;
	font-weight:100;
	letter-spacing:2px;
	padding-left: 2px;
}
.retractableMenuContainer .retractableSubcontent .retractableInframenu .retractableInframenuTxt .retractableInframenuImg {
	position:relative;
	display:inline-block;
	width:25px;
	height:25px;
	padding: 0 10px 0 8px;
	margin-top:-7px;
	-webkit-transition: all 0.5s;
  	-moz-transition: all 0.5s;
  	-ms-transition: all 0.5s;
  	-o-transition: all 0.5s;
  	transition: all 0.5s;
	cursor:pointer;
	outline: none;
}
.retractableMenuContainer .retractableSubcontent .retractableInframenu .retractableInframenuTxt .retractableInframenuImg:hover {
	opacity:0.6;
}
.retractableMenuContainer .retractableSubcontent .retractableInframenu .retractableInframenuTxt .retractableInframenuDotContent {
	position:relative;
	display:inline-block;
	width:30px;
	height:30px;
	vertical-align: middle;
	text-align:center;
	margin:8px 0 0 8px;
	padding-right:2px;
}
.retractableMenuContainer .retractableSubcontent .retractableInframenu .retractableInframenuTxt .retractableInframenuDotContent .retractableInframenuDot {
	position:relative;
	width:20px;
	height:20px;
	vertical-align: middle;
	border-radius: 50%;
}
.retractableMenuContainer .retractableSubcontent .retractableInframenu .retractableInframenuTxt a.link {
	text-decoration: none;
	padding: 0 6px 0 6px;
}
.retractableMenuContainer .retractableSubcontent .retractableInframenu .retractableInframenuTxt .retractableInframenuIcon {
	width: 35px;
	height: 35px;
	position:relative;
	display:inline-block;
	overflow: hidden;
	margin-left: 0;
	margin-bottom: 0;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transition: all 0.5s;
  	-moz-transition: all 0.5s;
  	-ms-transition: all 0.5s;
  	-o-transition: all 0.5s;
  	transition: all 0.5s;
	cursor:pointer;
	outline: none;
}
.retractableMenuContainer .retractableSubcontent .retractableInframenu .retractableInframenuTxt .retractableInframenuIcon .paperclip-1 {
	width: 80%;
	height: 40%;
	background-color: #ececec;
	border-radius: 20px;
	border-top-right-radius: 12px;
	border-bottom-right-radius: 25px;
	position: absolute;
	top: 28%;
	right: 10%;  
}
.retractableMenuContainer .retractableSubcontent .retractableInframenu .retractableInframenuTxt .retractableInframenuIcon .paperclip-2 {
	width: 80%;
	height: 72%;
	background-color: #ececec;
	border-radius: 0%;
	position: absolute;
	left: 8%;
	border-radius: 10px;
	top: 14.5%;
}
.retractableMenuContainer .retractableSubcontent .retractableInframenu .retractableInframenuTxt .retractableInframenuIcon .paperclip-2:before {
	content: "";
	width: 25%;
	height: 120%;
	background-color: inherit;
	position: absolute;
	left: 90%;
	top: 18%;
	border-radius: 100%;
}
.retractableMenuContainer .retractableSubcontent .retractableInframenu .retractableInframenuTxt .retractableInframenuIcon .paperclip-2:after {
	content: "";
	width: 50%;
	height: 50%;
	background-color: inherit;
	position: absolute;
	left: 85%;
	top: 86%;
}
.retractableMenuContainer .retractableSubcontent .retractableInframenu .retractableInframenuTxt .retractableInframenuIcon .paperclip-3 {
	width: 102%;
	height: 70%;
	background-color: #ececec;
	border-radius: 25px;
	border-top-right-radius: 15px;
	position: absolute;
	top: 16%;
	right: -14.8%;
}
.retractableMenuContainer .retractableSubcontent .retractableInframenu .retractableInframenuTxt .retractableInframenuIcon .paperclip-4 {
	width: 81%;
	height: 40%;
	background-color: #ececec;
	border-radius: 65px;
	border-bottom-right-radius: 145px;
	position: absolute;
	left: 10%;
	top: 30%;
}
.retractableMenuContainer .retractableSubcontent .retractableInframenu .retractableInframenuTxt .retractableInframenuIcon .paperclip-4:after {
	content: "";
	width: 23%;
	height: 225%;
	background-color: inherit;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 4px;
	position: absolute;
	right: 0;
	top: -132%;
}
.retractableMenuContainer .retractableSubcontent .retractableInframenu .retractableInframenuTxt .retractableInframenuIcon:hover {
	opacity:0.6;
}
.retractableMenuTable {
	position:relative;
	width:100%;
	border-spacing: 0px;
	border-collapse: collapse;
}
.retractableMenuTable .tdTxt {
	width:90%;
	text-align:left;
	vertical-align:middle;
}
.retractableMenuTable .tdImg {
	width:10%;
	text-align:right;
	vertical-align:middle;
}
.retractableMenuContainer .retractableMenuTable .retractableMenuPic, 
.retractableMenuContainer .retractableMenuTable .retractableSubmenuPic {
	position:relative;
	display:inline-block;
	width:25px;
	height:25px;
	padding: 0 5px 0 0;
	-webkit-transition: all 0.5s;
  	-moz-transition: all 0.5s;
  	-ms-transition: all 0.5s;
  	-o-transition: all 0.5s;
  	transition: all 0.5s;
	cursor:pointer;
	outline: none;
}
.retractableMenuContainer .retractableMenuTable .retractableMenuPic:hover, 
.retractableMenuContainer .retractableMenuTable .retractableSubmenuPic:hover {
	opacity:0.6;
}
.retractableMenuContainer .retractableMenuAgr {
	position:relative;
	left: 50%; /* Buscamos el centro vertical (relativo) del navegador */
	width: 88%; /* Definimos el ancho del objeto a centrar */
	margin-left: -45%; /* Restamos la mitad de la anchura del objeto con un margin-left */
    background: none repeat scroll 0 0 #85af66;
	margin-top: 15px;
    padding: 6px 6px 6px 15px;
	text-align:left;
	border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
	z-index:99;
	color: #000;
    font-family: 'Open Sans Condensed', sans-serif;
	text-transform: uppercase;
    font-size: 20px;
	font-weight:bold;
	letter-spacing:1px;
	-webkit-transition: all 0.5s;
  	-moz-transition: all 0.5s;
  	-ms-transition: all 0.5s;
  	-o-transition: all 0.5s;
  	transition: all 0.5s;
	cursor:pointer;
	outline: none;
	opacity:0.8;
}
.retractableMenuContainer .retractableSubmenuAgr {
	position:relative;
	left: 50%; /* Buscamos el centro vertical (relativo) del navegador */
	width: 96%; /* Definimos el ancho del objeto a centrar */
	margin-left: -49%; /* Restamos la mitad de la anchura del objeto con un margin-left */
    background: none repeat scroll 0 0 #9dc237;
	margin-top: 15px;
    padding: 6px 6px 6px 15px;
	text-align:left;
	border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
	z-index:99;
	color: #000;
	font-family: 'Open Sans Condensed', sans-serif;
	text-transform: uppercase;
    font-size: 20px;
	font-weight:bold;
	letter-spacing:1px;
	-webkit-transition: all 0.5s;
  	-moz-transition: all 0.5s;
  	-ms-transition: all 0.5s;
  	-o-transition: all 0.5s;
  	transition: all 0.5s;
	cursor:pointer;
	outline: none;
	opacity:0.8;
}
.retractableMenuContainer .retractableInframenuAgr {
	position:relative;
	left: 50%; /* Buscamos el centro vertical (relativo) del navegador */
	width: 96%; /* Definimos el ancho del objeto a centrar */
	margin-left: -49%; /* Restamos la mitad de la anchura del objeto con un margin-left */
    background: none repeat scroll 0 0 #85af66;
	margin-top: 15px;
    padding: 4px 4px 4px 12px;
	text-align:left;
	border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
	z-index:99;
	color: #000;
    font-family: 'Open Sans Condensed', sans-serif;
	text-transform: uppercase;
    font-size: 18px;
	font-weight:bold;
	letter-spacing:2px;
	-webkit-transition: all 0.5s;
  	-moz-transition: all 0.5s;
  	-ms-transition: all 0.5s;
  	-o-transition: all 0.5s;
  	transition: all 0.5s;
	cursor:pointer;
	outline: none;
	opacity:0.8;
}
.retractableMenuContainer .retractableMenuAgr:hover, 
.retractableMenuContainer .retractableSubmenuAgr:hover, 
.retractableMenuContainer .retractableInframenuAgr:hover {
	opacity:0.4;
}
/********** Modal Form **********/
.modalForm {
	width: auto;
	box-sizing: border-box;
	background:#fff;
	position:relative;
	display:none;
	padding:15px;
	max-height: auto;
   	overflow-y: auto;
}
}





























