diff --git a/skins/Telefonica Gris - Fixed Width/Telefonica Gris - Fixed Width.ascx b/skins/Telefonica Gris - Fixed Width/Telefonica Gris - Fixed Width.ascx
new file mode 100644
index 0000000..37fcd18
--- /dev/null
+++ b/skins/Telefonica Gris - Fixed Width/Telefonica Gris - Fixed Width.ascx
@@ -0,0 +1,32 @@
+<%@ Control language="vb" CodeBehind="~/admin/Skins/skin.vb" AutoEventWireup="false" Explicit="True" Inherits="DotNetNuke.UI.Skins.Skin" %>
+<%@ Register TagPrefix="dnn" TagName="HOSTNAME" Src="~/Admin/Skins/HostName.ascx" %>
+<%@ Register TagPrefix="dnn" TagName="MENU" Src="~/Admin/Skins/SolPartMenu.ascx" %>
+<%@ Register TagPrefix="dnn" TagName="LOGIN" Src="~/Admin/Skins/Login.ascx" %>
+<%@ Register TagPrefix="dnn" TagName="CURRENTDATE" Src="~/Admin/Skins/CurrentDate.ascx" %>
+
+
+
diff --git a/skins/Telefonica Gris - Fixed Width/Telefonica Gris - Fixed Width.htm b/skins/Telefonica Gris - Fixed Width/Telefonica Gris - Fixed Width.htm
new file mode 100644
index 0000000..4792f48
--- /dev/null
+++ b/skins/Telefonica Gris - Fixed Width/Telefonica Gris - Fixed Width.htm
@@ -0,0 +1,36 @@
+
+
+
+ [HOSTNAME]
+
+
+
+
+
+
+
diff --git a/skins/Telefonica Gris - Fixed Width/bg.gif b/skins/Telefonica Gris - Fixed Width/bg.gif
new file mode 100644
index 0000000..f7a7933
Binary files /dev/null and b/skins/Telefonica Gris - Fixed Width/bg.gif differ
diff --git a/skins/Telefonica Gris - Fixed Width/bg_cab.gif b/skins/Telefonica Gris - Fixed Width/bg_cab.gif
new file mode 100644
index 0000000..e0115d8
Binary files /dev/null and b/skins/Telefonica Gris - Fixed Width/bg_cab.gif differ
diff --git a/skins/Telefonica Gris - Fixed Width/bg_menu.gif b/skins/Telefonica Gris - Fixed Width/bg_menu.gif
new file mode 100644
index 0000000..a848ae6
Binary files /dev/null and b/skins/Telefonica Gris - Fixed Width/bg_menu.gif differ
diff --git a/skins/Telefonica Gris - Fixed Width/initial.css b/skins/Telefonica Gris - Fixed Width/initial.css
new file mode 100644
index 0000000..11a60d2
--- /dev/null
+++ b/skins/Telefonica Gris - Fixed Width/initial.css
@@ -0,0 +1,231 @@
+/*
+
+Theme Name: CSS inicial
+Theme URI: http://rudeworks.com/blog/css-inicial-2/
+Author: RUDE
+Author URI: http://rudeworks.com
+Version: 2.0
+Description: CSS básico con arreglos y selectores pre-configurados.
+
+*/
+
+/* Elementos que queremos limpiar completamente: */
+
+* {
+}
+
+html {
+ font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
+ font-size: 8px;
+ text-shadow: #000 0px 0px 0px;/* Elimina el efecto bold en Safari */
+}
+
+/* Para empezar un layout centrado: */
+
+body {
+ text-align: center;/* Hack para que IE6 no de problemas */
+}
+
+ul {
+ list-style: none;
+ list-style-type: none;
+}
+
+/* Ajustes tipográficos */
+
+h1, h2, h3, h4, h5, h6, p, pre,
+blockquote, ul, ol, dl, address {
+ font-weight: normal;
+ margin: 0 0 1em 0;
+}
+
+cite, em, dfn {
+ font-style: italic;
+}
+
+sup {
+ position: relative;
+ bottom: 0.3em;
+ vertical-align: baseline;
+}
+
+sub {
+ position: relative;
+ bottom: -0.2em;
+ vertical-align: baseline;
+}
+
+li, dd, blockquote {
+ margin-left: 1em;
+}
+
+code, kbd, samp, pre, tt, var, input[type='text'], textarea {
+ font-family: "Lucida Console", courier, mono-space;
+}
+
+del {
+ text-decoration: line-through;
+}
+
+ins, dfn {
+ border-bottom: 1px solid #ccc;
+}
+
+small, sup, sub {
+ font-size: 85%;
+}
+
+abbr, acronym {
+ text-transform: uppercase;
+ font-size: 85%;
+ letter-spacing: .1em;
+ border-bottom-style: dotted;
+ border-bottom-width: 1px;
+}
+
+a abbr, a acronym {
+ border: none;
+}
+
+sup {
+ vertical-align: super;
+}
+
+sub {
+ vertical-align: sub;
+}
+
+h1 {
+ font-size: 2em;
+}
+
+h2 {
+ font-size: 1.8em;
+}
+
+h3 {
+ font-size: 1.6em;
+}
+
+h4 {
+ font-size: 1.4em;
+}
+
+h5 {
+ font-size: 1.2em;
+}
+
+h6 {
+ font-size: 1em;
+}
+
+/*** LINKS: Recuerda utilizar siempre la regla del LoVe-HAte ***/
+
+a, a:link, a:visited, a:hover, a:active {
+ text-decoration: none;
+}
+
+a img {
+ border: none;
+ text-decoration: none;
+}
+
+img {
+ border: none;
+ text-decoration: none;
+ /*
+ Si añades un background aparecerá como fondo de la imagen, útil para imágenes de carga
+ */
+}
+
+/* Formularios */
+
+label, button {
+ cursor: pointer;
+}
+
+input:focus, select:focus, textarea:focus {
+ background-color: #FFF;
+}
+
+fieldset {
+ border: none;
+}
+
+/* Clases utiles */
+
+.clear {
+ clear: both;
+}
+
+.float-left {
+ float: left;
+}
+
+.float-right {
+ float: right;
+}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/skins/Telefonica Gris - Fixed Width/playlist.css b/skins/Telefonica Gris - Fixed Width/playlist.css
new file mode 100644
index 0000000..1a964ab
--- /dev/null
+++ b/skins/Telefonica Gris - Fixed Width/playlist.css
@@ -0,0 +1,51 @@
+/* -----------------------------------
+ PLAYLIST
+ -----------------------------------*/
+
+.TabPlayerPane ul {
+ list-style-image:none;
+ list-style-position:outside;
+ list-style-type:none;
+}
+
+.TabPlayerPane li {
+ list-style-image:none;
+ list-style-position:outside;
+ list-style-type:none;
+}
+
+.TabPlayerPane .itemlist {
+ height: 90px;
+ min-height: 90px;
+ margin: 10px 0 0 0;
+ padding-left: 92px;
+ position: relative;
+ line-height: 13px;
+ border-bottom: 1px dotted #AEB3FF;
+}
+
+.TabPlayerPane .itemlist .thumb {
+ width: 80px;
+ height: 80px;
+ top: 0px;
+ left: 0px;
+ position: absolute;
+}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/skins/Telefonica Gris - Fixed Width/skin.css b/skins/Telefonica Gris - Fixed Width/skin.css
new file mode 100644
index 0000000..a3ba332
--- /dev/null
+++ b/skins/Telefonica Gris - Fixed Width/skin.css
@@ -0,0 +1,538 @@
+/* ================================
+ CSS STYLES FOR DotNetNuke
+ ================================
+*/
+
+@import url("initial.css");
+@import url("playlist.css");
+
+/* -----------------------------------------------------------------------------
+ Estilos generales
+ ----------------------------------------------------------------------------- */
+html {
+}
+
+body {
+ font-family: Verdana,Arial,Helvetica,sans-serif;
+ color: #ccc;
+ background-color: #adadad;
+ background-image: url(bg.gif);
+ background-position: top;
+ background-repeat: repeat-x;
+}
+
+h1, h2, h3, h4, h5, dt, h6 {
+ font-family: Verdana,Arial,Helvetica,sans-serif;
+ margin: 10px 0pt;
+ padding: 5px 0pt;
+}
+
+h1 {
+ font-size:1.8em;
+}
+
+h2 {
+ font-size:1.4em;
+}
+
+h3 {
+ font-size:1.2em;
+}
+
+h4 {
+ font-size:1em;
+}
+
+h5, td {
+ font-size:1em;
+}
+
+h6 {
+ font-size:0.95em;
+}
+
+tfoot, thead {
+}
+
+th {
+}
+
+a {
+
+}
+ a:link {
+ }
+
+ a:visited {
+ }
+
+ a:hover {
+ }
+
+ a:active {
+ }
+
+
+small {
+}
+
+big {
+}
+
+blockquote, pre {
+}
+
+ul li {
+}
+
+ul li li {
+}
+
+ul li li li {
+}
+
+ol li {
+}
+
+ol ol li {
+}
+
+ol ol ol li {
+}
+
+ol ul li {
+}
+
+hr {
+ height: 0;
+ background-color: transparent;
+ border: 0;
+ border-bottom: 1px dashed #9FBDE5;
+}
+
+
+/* -----------------------------------------------------------------------------
+ Estilos para layout
+ ----------------------------------------------------------------------------- */
+.wrapper {
+ margin: 0;
+ padding: 0;
+ width: 100%;
+ /*background-image: url(bg.gif); */
+ background-repeat: repeat-x;
+}
+
+.page {
+ margin: 25px auto 0 auto;
+ padding: 0;
+ width: 990px;
+ text-align: left;
+ position: relative;
+}
+
+.toparea {
+ width: 100%;
+ clear: both;
+ height: 140px;
+ min-height: 140px;
+ overflow: visible;
+ background-image: url(bg_cab.gif);
+ background-position: top;
+ background-repeat: no-repeat;
+}
+
+.adminarea {
+ margin: 0;
+ margin-bottom: 25px;
+ padding: 0;
+ text-align: right;
+ width: 100%;
+ min-height: 30px;
+ clear: both;
+ background-image: url(bg_menu.gif);
+ background-position: top;
+ background-repeat: no-repeat;
+}
+
+ .adminarea .adminmenu, .adminarea .loginmenu {
+ margin: 6px 8px 0 8px;
+ }
+
+ .adminarea .adminmenu {
+ width: 500px;
+ float: left;
+ }
+
+ .adminarea .loginmenu {
+ width: 100px;
+ float: right;
+ }
+
+.navarea {
+ width: 100%;
+ clear: both;
+ height: 25px;
+}
+
+.mainarea {
+ width: 100%;
+ clear: both;
+ overflow: hidden;
+}
+
+.videoarea {
+ float: left;
+ overflow: hidden;
+}
+
+
+.bottomarea {
+ width: 100%;
+ clear: both;
+ overflow: hidden;
+}
+
+/* -----------------------------------------------------------------------------
+ Estilos para paneles
+ ----------------------------------------------------------------------------- */
+
+.LogoPane {
+ float: left;
+ width: 235px;
+}
+ .LogoPane .Normal {
+ padding: 0;
+ margin: 0;
+ }
+
+.Banner1Pane {
+ float: right;
+ width: 750px;
+}
+
+.ContentPane,
+.VideoPlayerPane {
+ width: 650px;
+ height: 550px;
+}
+
+.Banner2Pane {
+ width: 650px;
+ height: 90px;
+}
+
+.TabPlayerPane {
+ float: right;
+ width: 330px;
+ height: 400px;
+ max-height: 400px;
+ overflow: visible;
+}
+
+.Banner3Pane {
+ display: none;
+}
+
+
+.LinksPane {
+ display: none;
+}
+
+.LoginPane {
+}
+
+.CopyrightPane {
+}
+
+
+/* -----------------------------------------------------------------------------
+ Estilos DotNetNuke
+ ----------------------------------------------------------------------------- */
+
+/* PAGE BACKGROUND */
+/* background color for the header at the top of the page */
+.HeadBg {
+}
+
+.ControlPanel {
+ background-color: #fff;
+}
+
+/* background/border colors for the selected tab */
+.TabBg {
+}
+
+/* text style for the selected tab */
+.SelectedTab {
+}
+
+/* hyperlink style for the selected tab */
+A.SelectedTab:link {
+}
+
+A.SelectedTab:visited {
+}
+
+A.SelectedTab:hover {
+}
+
+A.SelectedTab:active {
+}
+
+/* text style for the unselected tabs */
+.OtherTabs {
+}
+
+ /* hyperlink style for the unselected tabs */
+ a.OtherTabs:link {
+ }
+
+ a.OtherTabs:visited {
+ }
+
+ a.OtherTabs:hover {
+ }
+
+ a.OtherTabs:active {
+ }
+
+/* GENERAL */
+/* style for module titles */
+.Head {
+ font-size: 16px;
+ font-weight: bold;
+ color: #111;
+}
+
+/* style of item titles on edit and admin pages */
+.SubHead {
+ margin: 0;
+ padding: 6px 0;
+ color: #424d02;
+ font-size: 12px;
+}
+
+/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
+.SubSubHead {
+ font-size: 13px;
+ font-weight: bold;
+ color: #111;
+}
+
+/* text style used for most text rendered by modules */
+.Normal {
+ font-size: 11px;
+ font-weight: normal;
+ color: #111;
+ padding-bottom: 8px;
+}
+
+/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
+.NormalTextBox {
+ font-size: 11px;
+ font-weight: normal;
+ color: #000;
+}
+
+.NormalRed {
+ font-size: 11px;
+ font-weight: normal;
+ color: #B22222;
+}
+
+.NormalBold {
+ font-family: Arial,Helvetica,sans-serif;
+ font-size: 11px;
+ font-weight: bold;
+ color: #111;
+}
+
+/* text style for buttons and link buttons used in the portal admin pages */
+.CommandButton {
+}
+
+ /* hyperlink style for buttons and link buttons used in the portal admin pages */
+ a.CommandButton:link {
+ }
+
+ a.CommandButton:visited {
+ }
+
+ a.CommandButton:hover {
+ }
+
+ a.CommandButton:active {
+ }
+
+/* button style for standard HTML buttons */
+.StandardButton {
+}
+
+.SkinObject {
+ color:#003366;
+ font-family: Verdana,Arial,Helvetica,sans-serif;
+ font-weight: bold;
+ text-decoration: none;
+}
+
+ a.SkinObject:link {
+ color:#003366;
+ text-decoration: underline;
+ }
+
+ a.SkinObject:visited {
+ color:#003366;
+ text-decoration: underline;
+ }
+
+ a.SkinObject:hover {
+ color:#003366;
+ text-decoration: underline;
+ }
+
+ a.SkinObject:active {
+ color:#003366;
+ text-decoration: underline;
+ }
+
+/* MODULE-SPECIFIC */
+/* text style for reading messages in Discussion */
+.Message {
+}
+
+/* style of item titles by Announcements and events */
+.ItemTitle {
+}
+
+/* Menu-Styles */
+/* Module Title Menu */
+.ModuleTitle_MenuContainer {
+}
+
+.ModuleTitle_MenuBar {
+}
+
+.ModuleTitle_MenuItem {
+}
+
+.ModuleTitle_MenuIcon {
+}
+
+.ModuleTitle_SubMenu {
+}
+
+.ModuleTitle_MenuBreak {
+}
+
+.ModuleTitle_MenuItemSel {
+}
+
+.ModuleTitle_MenuArrow {
+}
+
+.ModuleTitle_RootMenuArrow {
+}
+
+/* Main Menu */
+
+.MainMenu_MenuContainer {
+ background-color:transparent;
+}
+
+.MainMenu_MenuBar {
+ background-color:transparent;
+ cursor:pointer;
+ height:16px;
+}
+
+.MainMenu_MenuItem {
+ background-color:transparent;
+ border-color:white;
+ border-style:solid;
+ border-width:1px 0px;
+ color:black;
+ cursor:pointer;
+ font-family:Tahoma,Arial,Helvetica;
+ font-size:9pt;
+ font-style:normal;
+ font-weight:bold;
+}
+
+.MainMenu_MenuIcon {
+ background-color:#EEEEEE;
+ border-bottom:1px solid #EEEEEE;
+ border-left:1px solid #EEEEEE;
+ border-top:1px solid #EEEEEE;
+ cursor:pointer;
+ height:21px;
+ text-align:center;
+ width:15px;
+}
+
+.MainMenu_SubMenu {
+ background-color:#FFFFFF;
+ border: 1px solid Black;
+ cursor:pointer;
+ z-index:9999;
+ padding: 5px;
+}
+
+.MainMenu_MenuBreak {
+ background-color:#EEEEEE;
+ border-color:#EEEEEE;
+ border-style:solid;
+ border-width:1px 0px;
+ height:1px;
+}
+
+.MainMenu_MenuItemSel {
+ background-color: #9cb801;
+ color: Black;
+ cursor: pointer;
+ font-family:Tahoma,Arial,Helvetica;
+ font-size:9pt;
+ font-style:normal;
+ font-weight:bold;
+}
+
+.MainMenu_MenuArrow {
+ border-bottom:1px solid #FFFFFF;
+ border-right:1px solid #FFFFFF;
+ border-top:0px solid #FFFFFF;
+ cursor: pointer;
+ font-family: webdings;
+ font-size: 10pt;
+}
+
+.MainMenu_RootMenuArrow {
+ cursor:pointer;
+ font-family:webdings;
+ font-size:10pt;
+}
+
+/* Login Styles */
+.LoginPanel{
+
+}
+
+.LoginTabGroup{
+}
+
+.LoginTab {
+}
+
+.LoginTabSelected{
+}
+
+.LoginTabHover{
+}
+
+.LoginContainerGroup{
+}
+
+.LoginContainer{
+}
+
+
+
+
diff --git a/skins/Telefonica Gris - Fixed Width/skin.xml b/skins/Telefonica Gris - Fixed Width/skin.xml
new file mode 100644
index 0000000..1c42595
--- /dev/null
+++ b/skins/Telefonica Gris - Fixed Width/skin.xml
@@ -0,0 +1,54 @@
+
+
+
+
+
+
+
+
+
+