/*-------------------------------------------------- */
/* RED THEME */
/*-------------------------------------------------- */
.redPMG{
	display:block;
}
.redPMG h1.tundra, .redPMG h2, .redPMG h2 a, .redPMG a, .redPMG #embedHidden h3, .redPMG h3, .redPMG h3 a {
	color:#d15929;
}
.redPMG #videoSizes .selected .Box {
	background:#DB652C;
	border:1px solid #AF2302;
}
.redPMG #header {
	background: #d86932; /* Old browsers */
	background: -moz-linear-gradient(top, #d86932 0%, #aa1f0c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d86932), color-stop(100%, #aa1f0c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #d86932 0%, #aa1f0c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #d86932 0%, #aa1f0c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #d86932 0%, #aa1f0c 100%); /* IE10+ */
	background: linear-gradient(top, #d86932 0%, #aa1f0c 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d86932', endColorstr='#aa1f0c', GradientType=0 ); /* IE6-9 */
}
.redPMG .mapButton, .redPMG .ui-dialog .ui-dialog-buttonpane button, .redPMG .ui-dialog .ui-dialog-buttonpane button.ui-state-focus {
	border:0;
	border-bottom:1px solid #901b01;
	background: #db652c; /* Old browsers */
	background: -moz-linear-gradient(top, #db652c 0%, #c54417 44%, #af2302 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #db652c), color-stop(44%, #c54417), color-stop(100%, #af2302)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #db652c 0%, #c54417 44%, #af2302 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #db652c 0%, #c54417 44%, #af2302 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #db652c 0%, #c54417 44%, #af2302 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#db652c', endColorstr='#af2302', GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #db652c 0%, #c54417 44%, #af2302 100%); /* W3C */
}
.redPMG .mapButton:hover, .redPMG .ui-tabs-selected .toggleButton, .redPMG .ui-tabs-selected .toggleButton:hover, .redPMG .buttonSelected, .redPMG .buttonSelected:hover, .redPMG .ui-dialog .ui-dialog-buttonpane button.ui-state-hover {
	border:0;
	border-top:1px solid #901b01;
	background: #af2302; /* Old browsers */
	background: -moz-linear-gradient(top, #af2302 0%, #c54417 56%, #db652c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #af2302), color-stop(56%, #c54417), color-stop(100%, #db652c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #af2302 0%, #c54417 56%, #db652c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #af2302 0%, #c54417 56%, #db652c 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #af2302 0%, #c54417 56%, #db652c 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#af2302', endColorstr='#db652c', GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #af2302 0%, #c54417 56%, #db652c 100%); /* W3C */
}
.redPMG .ui-dialog .ui-dialog-titlebar {
	background: #db652c; /* Old browsers */
	background: -moz-linear-gradient(top, #db652c 0%, #c54417 44%, #af2302 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #db652c), color-stop(44%, #c54417), color-stop(100%, #af2302)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #db652c 0%, #c54417 44%, #af2302 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #db652c 0%, #c54417 44%, #af2302 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #db652c 0%, #c54417 44%, #af2302 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#db652c', endColorstr='#af2302', GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #db652c 0%, #c54417 44%, #af2302 100%); /* W3C */
}
/*-------------------------------------------------- */
/* BLUE THEME */
/*-------------------------------------------------- */
.bluePMG{
	display:block;
}
.bluePMG h1.tundra, .bluePMG h2, .bluePMG h2 a, .bluePMG a, .bluePMG #embedHidden h3, .bluePMG h3, .bluePMG h3 a ,.bluePMG h4, .bluePMG h4 a{
	color:#006CD1;
}
.bluePMG #videoSizes .selected .Box {
	background:#9fd1fb;
	border:1px solid #116ebf;
}
.bluePMG #header {
	background: #265bc1; /* Old browsers */
	background: -moz-linear-gradient(top, #daf7fb 0%, #265bc1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #daf7fb), color-stop(100%, #265bc1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #daf7fb 0%, #265bc1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #daf7fb 0%, #265bc1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #daf7fb 0%, #265bc1 100%); /* IE10+ */
	background: linear-gradient(top, #daf7fb 0%, #265bc1 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#daf7fb', endColorstr='#265bc1', GradientType=0 ); /* IE6-9 */
}
.bluePMG .mapButton, .bluePMG .ui-dialog .ui-dialog-buttonpane button, .bluePMG .ui-dialog .ui-dialog-buttonpane button.ui-state-focus {
	border:0;
	border-bottom:1px solid #0f8bf6;
	background: #1393ff; /* Old browsers */
	background: -moz-linear-gradient(top, #1393ff 0%, #004e9a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1393ff), color-stop(100%, #004e9a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #1393ff 0%, #004e9a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #1393ff 0%, #004e9a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #1393ff 0%, #004e9a 100%); /* IE10+ */
	background: linear-gradient(top, #1393ff 0%, #004e9a 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1393ff', endColorstr='#004e9a', GradientType=0 ); /* IE6-9 */
}
.bluePMG .mapButton:hover, .bluePMG .ui-tabs-selected .toggleButton, .bluePMG .ui-tabs-selected .toggleButton:hover, .bluePMG .buttonSelected, .bluePMG .buttonSelected:hover, .bluePMG .ui-dialog .ui-dialog-buttonpane button.ui-state-hover {
	border:0;
	border-top:1px solid #0f8bf6;
	background: #004e9a; /* Old browsers */
	background: -moz-linear-gradient(top, #004e9a 0%, #1393ff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #004e9a), color-stop(100%, #1393ff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #004e9a 0%, #1393ff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #004e9a 0%, #1393ff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #004e9a 0%, #1393ff 100%); /* IE10+ */
	background: linear-gradient(top, #004e9a 0%, #1393ff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004e9a', endColorstr='#1393ff', GradientType=0 ); /* IE6-9 */
}
.bluePMG .ui-dialog .ui-dialog-titlebar {
	background: #105c9b; /* Old browsers */
	background: -moz-linear-gradient(top, #105c9b 0%, #081d41 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #105c9b), color-stop(100%, #081d41)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #105c9b 0%, #081d41 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #105c9b 0%, #081d41 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #105c9b 0%, #081d41 100%); /* IE10+ */
	background: linear-gradient(top, #105c9b 0%, #081d41 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#105c9b', endColorstr='#081d41', GradientType=0 ); /* IE6-9 */
}
/*-------------------------------------------------- */
/* GREEN THEME */
/*-------------------------------------------------- */
.greenPMG{
	display:block;
}
.greenPMG h1.tundra, .greenPMG h2, .greenPMG h2 a, .greenPMG a, .greenPMG #embedHidden h3, .greenPMG h3, .greenPMG h3 a {
	color:#2a7433;
}
.greenPMG #videoSizes .selected .Box {
	background:#ABEDAA;
	border:1px solid #11BF21;
}
.greenPMG #header {
	background: #339340; /* Old browsers */
	background: -moz-linear-gradient(top, #339340 0%, #07440c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #339340), color-stop(100%, #07440c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #339340 0%, #07440c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #339340 0%, #07440c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #339340 0%, #07440c 100%); /* IE10+ */
	background: linear-gradient(top, #339340 0%, #07440c 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#339340', endColorstr='#07440c', GradientType=0 ); /* IE6-9 */
}
.greenPMG .mapButton, .greenPMG .ui-dialog .ui-dialog-buttonpane button, .greenPMG .ui-dialog .ui-dialog-buttonpane button.ui-state-focus {
	border:0;
	border-bottom:1px solid #6FBF7D;
	background: #6fbf7d; /* Old browsers */
	background: -moz-linear-gradient(top, #6fbf7d 0%, #0f5314 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6fbf7d), color-stop(100%, #0f5314)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #6fbf7d 0%, #0f5314 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #6fbf7d 0%, #0f5314 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #6fbf7d 0%, #0f5314 100%); /* IE10+ */
	background: linear-gradient(top, #6fbf7d 0%, #0f5314 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6fbf7d', endColorstr='#0f5314', GradientType=0 ); /* IE6-9 */
}
.greenPMG .mapButton:hover, .greenPMG .ui-tabs-selected .toggleButton, .greenPMG .ui-tabs-selected .toggleButton:hover, .greenPMG .buttonSelected, .greenPMG .buttonSelected:hover, .greenPMG .ui-dialog .ui-dialog-buttonpane button.ui-state-hover {
	border:0;
	border-top:1px solid #6FBF7D;
	background: #0f5314; /* Old browsers */
	background: -moz-linear-gradient(top, #0f5314 0%, #6fbf7d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0f5314), color-stop(100%, #6fbf7d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #0f5314 0%, #6fbf7d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #0f5314 0%, #6fbf7d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #0f5314 0%, #6fbf7d 100%); /* IE10+ */
	background: linear-gradient(top, #0f5314 0%, #6fbf7d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f5314', endColorstr='#6fbf7d', GradientType=0 ); /* IE6-9 */
}
.greenPMG .ui-dialog .ui-dialog-titlebar {
	background: #125a19; /* Old browsers */
	background: -moz-linear-gradient(top, #125a19 0%, #053508 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #125a19), color-stop(100%, #053508)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #125a19 0%, #053508 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #125a19 0%, #053508 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #125a19 0%, #053508 100%); /* IE10+ */
	background: linear-gradient(top, #125a19 0%, #053508 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#125a19', endColorstr='#053508', GradientType=0 ); /* IE6-9 */
}
/*-------------------------------------------------- */
/* CUSTOM THEME */
/*-------------------------------------------------- */
.custom{
	display:block;
}
.custom h1.tundra, .custom h2, .custom h2 a, .custom a, .custom #embedHidden h3, .custom h3, .custom h3 a , .custom h4, .custom h4 a{
	color:#8F1A8F;
}
.custom #videoSizes .selected .Box {
	background:#ABEDAA;
	border:1px solid #11BF21;
}
.custom #header {
	background: #7f77aa; /* Old browsers */ /*1º Abajo, 2º Arriba*/
	background: -moz-linear-gradient(top, #ffccff 0%, #7f77aa 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffccff), color-stop(100%, #7f77aa)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffccff 0%,#7f77aa 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffccff 0%, #7f77aa 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffccff 0%, #7f77aa 100%); /* IE10+ */
	background: linear-gradient(top, #ffccff 0%, #7f77aa 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffccff', endColorstr='#7f77aa', GradientType=0 );
	
}
.custom .mapButton, .custom .ui-dialog .ui-dialog-buttonpane button, .custom .ui-dialog .ui-dialog-buttonpane button.ui-state-focus {
	border:0;
	border-bottom:1px solid #dd99ff;
	background: #dd99ff; /* Old browsers */
	background: -moz-linear-gradient(top, #dd99ff 0%, #580093 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dd99ff), color-stop(100%, #580093)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #dd99ff 0%, #580093 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #dd99ff 0%, #580093 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #dd99ff 0%, #580093 100%); /* IE10+ */
	background: linear-gradient(top, #dd99ff 0%, #580093 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd99ff', endColorstr='#580093', GradientType=0 ); /* IE6-9 */

}
.custom .mapButton:hover, .custom .ui-tabs-selected .toggleButton, .custom .ui-tabs-selected .toggleButton:hover, .custom .buttonSelected, .custom .buttonSelected:hover {
	border:0;
	border-top:1px solid #6FBF7D;
	background: #580093; /* Old browsers */
	background: -moz-linear-gradient(top, #580093 0%, #dd99ff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #580093), color-stop(100%, #dd99ff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #580093 0%, #dd99ff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #580093 0%, #dd99ff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #580093 0%, #dd99ff 100%); /* IE10+ */
	background: linear-gradient(top, #580093 0%, #dd99ff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#580093', endColorstr='#dd99ff', GradientType=0 ); /* IE6-9 */


}
.custom .ui-dialog .ui-dialog-titlebar {
	background: #580093; /* Old browsers */
	background: -moz-linear-gradient(top, #580093 0%, #771177 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #580093), color-stop(100%, #771177)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #580093 0%, #771177 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #580093 0%, #771177 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #580093 0%, #771177 100%); /* IE10+ */
	background: linear-gradient(top, #580093 0%, #771177 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#580093', endColorstr='#771177', GradientType=0 ); /* IE6-9 */

}
