﻿html, body { height:100%;}
body
{
	margin: 0em;
	font-family:  Verdana, Arial, Sans-Serif;
	font-size: 70%;
	text-align: center;
	color: #333;
	background: url(/images/bg.gif) left top repeat-x;
}

#marco
{
	width: 820px;
	min-height:100%;
    height: auto!important;
    height:100%;
	margin: 0em auto;
	text-align: left;
}

.corte 
{
    clear: both;
    padding-top: 5em;
}


/*******************************  MENU  */

#menu,
#submenu,
#pie
{
	float: left;
	width: 100%;
	margin-bottom: 0.82em;
	text-align: center;
}
	/***************  general  */

ul.Menu
{
	margin: 0em;
	margin-left: auto;
	margin-right: auto;
	padding: 0em;
	list-style: none;	
}

ul.Menu li
{
	float: left;
	margin: 0em;
	padding: 0em;
	font-family: Helvetica, Arial;
}

ul.Menu li a
{
	display: inline-block;
	margin: 0em;
	text-decoration: none;	
}
			
	/***************  menu principal  */

#menu
{
	border-top: solid 1px #333;
	border-bottom: solid 1px #333; /* borde del menú */
	background-color: #649bc6;	
}


#menu ul.Menu
{
	width: 37.5em;
	max-height: 23px;
	overflow: hidden;	
}

#menu ul.Menu li
{
	margin: 0em;
	padding: 0m;
	border-left: solid 1px #333;
}

#menu ul.Menu li.Ultimo
{
	border-right: solid 1px #333;	
}

#menu ul.Menu li a
{
	padding: 3px 10px;
	padding-bottom: 3px; /* para volver al original poner 2px */
	border-bottom: solid 3px #7abde7;
	font-size: 1.1em;
	font-weight: bold;
	color: #fff;	
}

#menu ul.Menu li a:hover,
#menu ul.Menu li.Seleccionado a
{
	border-bottom-color: #fff;	
}

#menu ul.Menu li.UltimoSeleccionado
{
	border-right: solid 1px #333;	
	border-bottom-color: #fff;	
}

#menu ul.Menu li.UltimoSeleccionado a
{
	border-bottom-color: #fff;	
}


	/***************  submenu  */

#submenu
{
	margin-bottom: 2em;	
}

#submenu ul.Menu
{
	width: 60em;	
}

#submenu ul.Menu li
{
	padding: 0em 0.82em;
	border-right: solid 1px #b3b3b3;
}

#submenu ul.Menu li.Ultimo
{
	border-right: none 0px;
}

#submenu ul.Menu li a
{
	padding: 0px 5px;
	font-weight: bold;
	color: #649bc6;
	background: none;	
}

#submenu ul.Menu li a:hover,
#submenu ul.Menu li.Seleccionado a
{
	color: #fff;
	background-color: #649bc6;	
}

#submenu ul.Menu li.UltimoSeleccionado
{
	border-right: none 0px;
}

#submenu ul.Menu li.UltimoSeleccionado a
{
	color: #fff;
	background-color: #649bc6;	
}

	/***************  menu pie  */
	
#pie ul.Menu
{
	width: 28.5em;
	margin-bottom: 0.41em;
}

#pie ul.Menu li
{
	margin-bottom: 0.41em;
	padding: 0em 0.82em;
	border-right: solid 1px #8ab2d2;
}

#pie ul.Menu li.Ultimo
{
	border-right: none 0px;
}

#pie ul.Menu li a
{
	color: #666 ;
	background: none;	
}	

/*******************************  FIN menu  */

/*******************************  LOGIN  */

#login
{
	margin-bottom: 0.82em;
	padding: 0.41em 0.82em;
	text-align: right;
	background-color: #efefef;	
}

#login label
{
	color: #999;	
}

#login input
{
	margin-right: 0.82em;
	border: solid 1px #999;
	color: #999;	
}

/*******************************  CABECERA  */

#cabecera
{
	clear: both;
	height: 41px;
	margin-bottom: 1.64em;
	background: url(/images/bg-cab.gif) right bottom no-repeat;
}

#cabecera img.Logo
{
	float: left;	
}

#cabecera .Contenido-Cab
{
	margin-left: 343px;
	*margin-left: 0px;
	padding-top: 1.5em;
	padding-bottom: 0.41em;
	text-align: right;	
}

	/***************  buscador  */

#buscador
{
	float: right;	
}

#buscador input
{
	border: solid 1px #ccc;
	color: #666;	
}


	/***************  logout  */

#logout
{	
	float: right;
	margin-right: 70px;	
}

#logout div
{
	float: left;
	padding: 2px 5px;
	border: solid 1px #ccc;
	color: #cc6600;
	background-color: #fff;	
}

#logout a.Boton,
#logout input.Boton
{
	float: left;
	cursor: pointer;
	margin: 0em;
	border: solid 1px #ccc;
	border-left: none 0px;
	color: #649bc6;
	background: #e8e8e8 url(/images/bg-boton.gif) left bottom repeat-x;	
}

#logout a.Boton
{
	padding: 3px 5px 2px 5px;
	*padding-bottom: 3px;;
	text-decoration: none;
}

#logout a.Boton:hover,
#logout input.Boton:hover
{
		background: #e8e8e8 url(/images/bg-botonB.gif) left bottom repeat-x;	
}

/*******************************  FIN cabecera  */

#cuerpo
{
	clear: both;
}

.Banner
{
	margin: 0.82em 0em;	
}

.PublicSpace
{
	padding-top: 20px;
	*padding-top: 10px;
	background: url(/images/separador.gif) right top no-repeat;
}

/*******************************  Estructura en Columnas  */

.Columna1
{
	float: left;
	width: 388px;	
}

.Columna1B
{
	float: left;
	width: 480px;	
}

.Columna1C
{
	float: left;
	width: 320px;	
}

.Columna2
{
	margin-left: 420px;	
}

.Columna2B
{
	margin-left: 500px;	
}

.Columna2C
{
	margin-left: 520px;	
}


.Columna2 > div,
.Columna2B > div,
.Columna2C > div
{
	margin-bottom: 1.64em;	
}


/*******************************  titulos  */ 

h1
{
	margin: 0.41em 0em;
	font-family: Helvetica, Arial;
	font-size: 2em;	
}

h3
{
	margin: 0.41em 0em;
	font-family: Helvetica, Arial;
	font-size: 1.3em;
	color: #999;	
}

h3 span
{
	font-weight: normal;	
}

h2
{
	margin-top: 0em;
	margin-bottom: 0.41em;
	font-family: Helvetica, Arial;
	font-size: 1.2em;
	color: #649bc6;
}

h2 span
{
	padding: 0.08em 0.25em;
	color: #fff;
	background-color: #649bc6;	
}

h2 span.Cafes
{
	background-color: #666;	
}

h4
{
	margin-bottom: 0em;
	font-size: 1em;
	color: #000;	
}

/************************  elementos comunes  */

.Autor
{
	margin: 0em;
	color: #666;	
}

a
{
	text-decoration: none;
	color: #649bc6;	
}

a:hover
{
	text-decoration: underline;	
}

a.EnlaceMas
{
	display: block;
	text-align: right;
	font-weight: bold;
}

p.PieImagen,
p.PieImagenGallery
{
	color: #666;	
}

p.PieImagenGallery
{
	position: relative;
	padding-right: 110px;
}

img
{
	border: none 0px;	
}

.Center
{
	text-align: center;
}

.Right
{
	text-align: right;
}

.Left
{
	text-align: left;
}


/*******************************  Noticias home  */

.Destacados
{
	clear: both;
	margin: 0.82em 0em;	
}

.Destacados-DosColumnas
{
	float: left;
	width: 100%;	
}

	/*************************** slider */
	
.anythingSlider                         
{ 
	width: 820px; 
	height: 224px; 
	position: relative; 
	margin: 15px 0px; 
}

.anythingSlider .wrapper                
{ 
	width: 820px; 
	height: 224px; 
	position: absolute; 
	top: 0; 
	left: 0; 
	overflow: auto; 
	margin: 0px;
}

.anythingSlider .wrapper p
{
	margin: 0em;	
}

.anythingSlider .wrapper h3
{
	font-size: 1.2em;
	color: #000;	
}

.anythingSlider .wrapper ul             
{ 
	width: 32700px; 
	position: absolute; 
	top: 0; 
	left: 0;
	list-style: none; 
	margin: 0; 
	padding: 0; 
}

.anythingSlider ul li                   
{ 
	float: left; 
	height: 224px; 
	width: 820px; 
	margin: 0; 
	padding: 0;
}

.anythingSlider .arrow                  
{ 
	display: none;
}

#thumbNav                               
{ 
	width: 400px;
	position: relative; 
	top:200px; 
	left: 0px;  
	text-align: center; 
}

#thumbNav a                             
{ 
	display: inline-block;  
	padding: 2px 5px;
	margin: 0 5px 0 0;
	border: solid 1px #fff; 
	text-align: center;
	color: #fff;
	background-color: transparent; 
	-moz-border-radius-bottomleft: 5px; 
	-moz-border-radius-bottomright: 5px; 
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
}

#thumbNav a:hover                      
{ 
	text-decoration: none;
}

#thumbNav a.cur                         
{ 
	font-weight: bold;
}

#start-stop                             
{ 
	display: block;
	width: 12px;
	height: 13px;
	position: absolute; 
	left: 238px; 
	top: 200px;
	border: solid 1px #fff;
	padding: 2px 5px;
	text-align: center;
	text-indent: -9999px;
	color: #fff;
	background: url(/images/play.png) center center no-repeat;
	-moz-border-radius-bottomleft: 5px; 
	-moz-border-radius-bottomright: 5px; 
	-webkit-border-bottom-right-radius: 5px; 
	-webkit-border-bottom-left-radius: 5px; 
}

#start-stop.playing                     
{ 
	background: url(/images/pause.png) center center no-repeat;
}

/*
  Prevents
*/
.anythingSlider .wrapper ul ul          
{ position: static; 
  margin: 0; 
  background: none; 
  overflow: visible; 
  width: auto;
   border: 0; 
}
.anythingSlider .wrapper ul ul li       
{ 
	float: none; 
	height: auto; 
	width: auto; 
	background: none; 
}

.anythingSlider h1
{
	margin: 0em;	
}

/*******************************  cafes home  */

.Destacados table.Cafes
{
	width: 100%;	
}

.Destacados table.Cafes .Cafe
{
	height: 107px;
	padding-left: 15px;
	padding-right: 10px;
	text-align: right;
	vertical-align: middle;	
}

.Destacados table.Cafes .Cafe1
{
	background-color: #cc3300;	
}

.Destacados table.Cafes .Cafe2
{
	background-color: #b5b53e;	
}

.Destacados table.Cafes .Cafe3
{
	background-color: #ffcc33;	
}

.Destacados table.Cafes .Cafe img
{
	margin-right: 0.41em;
	border: none 0em;	
}

.Destacados table.Cafes .Cafe p
{
	margin: 0.16em 0em;
	color: #000;	
}

p.Name,
a.Name
{
	margin-top: 0em;
	font-weight: bold;
	color: #000;
}

.Destacados table.Cafes .Cafe p.Place
{
	color: #fff;	
}

/***************************  LISTADOS  */

ul
{
	margin-top: 1.64em;	
}

ul li
{
	margin-bottom: 1.64em;	
}
	
	/*****************  listado posts  */
	
ul.ListadoPosts
{
	margin: 0em;
	padding: 0em;
	list-style: none;	
}

ul.ListadoPosts li
{
	margin-bottom: 0.41em;
	padding-bottom: 0.41em;
	border-bottom: solid 1px #ccc;	
}

ul.ListadoPosts li.Ultimo
{
	border-bottom: none;	
}

ul.ListadoPosts li h4
{
	margin: 0em;
	font-size: 1em;	
}

ul.ListadoPosts li h4 a
{
	text-decoration: none;
	color: #649bc6;	
}

ul.ListadoPosts li p
{
	margin: 0em;
	margin-top: 0.25em;
	color: #666;	
}

	/*******************  listado foros  */

ul.ListForums
{
    margin-left: 0em;
    padding-left: 1.64em;
    list-style-image: url(/images/bullet+.png);	
}

ul.ListForums li
{
	margin-bottom: 0.82em;	
}

ul.ListForums li a
{
	color: #333;	
}

ul.ListForums li span
{
    color: #999;	
}

	/**********************  listado enlaces  */
	
ul.ListLinks
{
	margin: 0em;
	padding: 0em;
	list-style: none;	
}

ul.ListLinks li
{
	margin-bottom: 1.25em;	
}

ul.ListLinks li a
{
	color: #999;
}

ul.ListLinks li a:hover{
	color: #649bc6;
}

	/************************  listado descargas (tabla)  */
	
#downloads-container
{
	clear: both;
}

table.ListDownloads
{
	width: 100%;	
}

table.ListDownloads th
{
	width: 60%;
	text-align: left;	
}

table.ListDownloads th a
{
	padding: 0.16em 0.25em; 
	color: #333;	
}

table.ListDownloads td
{
	padding: 0.16em 0.25em;
	text-align: right;
	color: #999;	
}

	/************************  listado comentario  */
	
ul.ListComments,
ul.ListParticipants
{
	margin-left: 0em;
	padding: 0em;
	list-style: none;	
}
ul.ListParticipants li
{
	float: left;
	width: 100%;
}

ul.ListComments li
{
			
}

ul.ListComments li img,
ul.ListParticipants li img
{
	float: left;	
}

ul.ListComments li div,
ul.ListParticipants li div
{
	margin-left: 65px;	
}

ul.ListComments li div
{
	color: #649bc6;	
}


ul.ListComments li div a.LinkUser
{
	font-weight: bold;
	text-decoration: underline;
	color: #333;	
}

ul.ListComments li div p
{
	margin: 0.25em 0em;
	color: #333;	
}

ul.ListComments li div a.LinkReply
{
	float: right;	
}

	/************************** listado cafes  */
	
ul.ListCafe
{
	margin-top: 0em;
	margin-left: 0em;
	padding: 0em;
	list-style: none;	
}

ul.ListCafe li
{
	float: left;
	width: 100%;	
}

ul.ListCafe li img
{
	float: left;
	border: none 0em;	
}

ul.ListCafe li div
{
	float: left;
	margin-left: 20px;	
}

ul.ListCafe li div img
{
	float: none;
	position: relative;
	left: -1em;
	top: -3.8em;	
}

ul.ListCafe li p
{
	margin:  0.16em 0em;	
}

/*******************************  FOMULARIO COMENTARIOS  */

.FormComments
{
	padding: 15px;
	background-color: #f7f7f7;	
}

.FormComments textarea
{
	width: 100%;
	overflow: auto;
	margin-bottom: 5px;
	border: solid 1px #649bc6;	
}

.FormComments .PartLeft
{
	display: inline-block;
	*display: inline;
	width: 45%;
	zoom: 1;	
}

.FormComments .PartRight
{
	display: inline-block;
	*display: inline;
	width: 53%;
	text-align: right;
	zoom: 1;	
}

.FormComments label
{
	color: #999;	
}

.FormComments span
{
	color: #cc6600;	
}

.FormComments input[type=text]
{
	display: block;
	width: 100%;
	*width: 200px;
	border: solid 1px #649bc6;	
}

.FormComments input[type=password]
{
	display: block;
	width: 100%;
	*width: 200px;
	border: solid 1px #649bc6;	
}

.FormComments input[type=submit]
{
	border: solid 1px #649bc6;
	font-weight: bold;
	color: #649bc6;
	background: none;
}

.FormComments input[type=submit]:hover
{
	background-color: #fff;	
}


.FormComments input[type=button]
{
	border: solid 1px #649bc6;
	font-weight: bold;
	color: #649bc6;
	background: none;
}

.FormComments input[type=button]:hover
{
	background-color: #fff;	
}



/**************************  GALERIA  */

.Gallery
{
	margin-bottom: 10px;	
}

div.Titulo
{
	float: left;
	width: 100%;
	margin-bottom: 0em;	
}

.Titulo h2
{
	float: left;	
}

.Titulo .BotonesTitulo
{
	float: right;	
}

.Titulo .BotonesTitulo a
{
	margin-left: 5px;
}

.Gallery .Images
{
	width: 387px;
	clear: both;	
}

.Gallery .Images td
{
	padding-right: 1px;
	padding-bottom: 1px;	
}
.Gallery .Images td.Ultimo
{
	padding-right: 0px;
}


.Gallery .Images a
{
	display: inline-block;
	
}

.Gallery .Images .Mosaico img
{
	width: 75px;
	height: 75px;     
}

.Gallery .BackDownloand
{
	text-align: right;
}

.Gallery .BackDownloand .BackGallery
{
	float: left;
	color: #999;
}

.Gallery .BackDownloand .Download
{
	text-decoration: underline;
	color:#999;
}

.Gallery .BackDownloand .InfoDownload
{
	color:#649AC5;
}


/**************************  VIDEOS  */

.Videos
{
	float: left;
	width: 100%;
}

.Video-container
{
	margin-bottom: 0.82em;	
}


.Video-container p
{
	color: #666;	
}


.Video-Cell
{
	float: left;
	width: 129px;
	position: relative;
	margin-bottom: 1.25em;	
}

.Video-Cell a img
{
	border: none 0em;	
}

.Video-Cell a img.PlayVideo
{
	display: none;
}

.Video-Cell a:hover img.PlayVideo
{
	display: inline-block;
	position: absolute;
	top: -3px;		
	left: -4px;
}

.Video-CellCol2
{
	float: left;
	width: 133px;
	position: relative;
	margin-bottom: 1.25em;	
}

.Video-CellCol2 a img
{
	border: none 0em;	
}

.Video-CellCol2 a img.PlayVideo
{
	display: none;
}

.Video-CellCol2 a:hover img.PlayVideo
{
	display: inline-block;
	position: absolute;
	top: -3px;		
}

.Videos div.Left a:hover img.PlayVideo
{
	left: -4px;		
}

.Videos div.Center a:hover img.PlayVideo
{
	left: 11px;		
}


.Videos div.Right a:hover img.PlayVideo
{
	right: -4px;			
}


/*****************************  NOTICIAS  */

.New .Info
{
	float: left;
	width: 100px;
	padding-left: 10px;
	text-align: right;	
}

.New .Info p
{
	margin: 0.16em;	
}

.New .Info p.Place
{
	font-style: italic;
	color: #666;  	
}

.New .New-Text
{
	margin-left: 120px;
	padding-left: 5px;
	position: relative;
	top: -3em;
	background-color: #fff;	
}

.New .New-Text h1
{
	padding-top: 2px;
}

.InfoExtra
{
	margin-bottom: 1.64em;
	color: #666;	
}

.InfoExtra .Time
{
	color: #999;	
}

.InfoExtra .LinkGray
{
	text-decoration: underline;
	color: #666;	
}

.InfoExtra .LinkComment
{
	float: right;	
}

/*******************************  CAFES  */

.TabsCafes
{
	float: left;
	width: 100%;
	margin-bottom: 0.98em;	
	margin-top: 0.92em;	
}

.TabsCafes ul.Menu li
{
	padding: 0em 0.82em;
	border-right: solid 1px #666;	
}

.TabsCafes ul.Menu li.Primero
{
	padding-left: 0em;	
}

.TabsCafes ul.Menu li.Ultimo
{
	border: none 0px;	
}

.TabsCafes ul.Menu li a
{
	color: #ccc;	
}

.TabsCafes ul.Menu li span
{
	color: #649bc6;	
}

	/*******************  listado por año  */

.List-ByYear,
.List-ByArtist,
.List-ByCafe
{
	margin-left: 0em;
	padding: 0em;
	list-style: none;	
}

.List-ByYear li,
.List-ByYear ul li
{
	clear: both;	
}

.List-ByYear .Year,
.List-ByArtist .Initial
{
	font-family: Helvetica, Arial, Verdana;
	font-size: 1.5em;
	font-weight: bold;
	background: url(/images/separador.gif) right center no-repeat;	
}

.List-ByYear span,
.List-ByArtist span
{
	padding-right: 10px;
	color: #999;
	background-color: #fff;	
}

.List-ByYear ul,
.List-ByArtist ul,
.List-ByCafe ul
{
	margin-left: 0em;
	padding: 0em;
	list-style: none;	
}

.List-ByYear ul li
{
	float: left;
	width: 100%;	
}

.List-ByArtist ul li
{
	padding-bottom: 1.64em;
	border-bottom: solid 1px #ccc;	
}

.List-ByArtist ul li.Ultimo,
.List-ByCafe li ul li.Ultimo
{
	border-bottom: none 0em;	
}

.List-ByYear ul li a,
.List-ByArtist ul li a
{
	color: #333;	
}

.List-ByYear ul li a:hover,
.List-ByArtist ul li a:hover
{
	text-decoration: none;
}

.List-ByYear ul li img,
.List-ByCafe li div img
{
	float: left;	
}

.List-ByYear ul li div,
.List-ByCafe li div div
{
	margin-left: 110px;	
}

.List-ByArtist ul li img
{
	margin-right: 15px;
	vertical-align: middle;	
}

.List-ByCafe li div.Cafe
{
	float: left;	
}

.List-ByCafe > li
{
	min-height: 70px;
}

.List-ByCafe li ul
{
	margin-left: 215px;
	padding-top: 20px;
	background: url(/images/separador.gif) right top no-repeat;	
}

.List-ByCafe li ul li
{
	margin-bottom: 0.82em;
	padding-bottom: 0.82em;
	border-bottom: solid 1px #ccc;
}

.List-ByCafe li ul a
{
	color: #000;	
}

.List-ByCafe .Cafe .Name
{
	width: 90px;
}


	/*******************  perfil  */

.ArtistProfile
{
	float: left;
	width: 100%;
	margin-bottom: 0.82em;
}
	
.ArtistProfile img,
.CafeProfile img,
.CafeProfile-Edit div.img 
{	
	float: left;
	width: 140px;
	margin-right: 10px;
	margin-bottom: 10px;
	
}

.ArtistProfile-Edit
{
	clear: both;
	margin-bottom: 5px;
	padding: 5px;
	border: solid 1px #ccc;
}

.ArtistProfile img
{
	width: 140px;
	margin-left: 5px; 
	margin-top: 3px
}

.ArtistProfile-Edit div.img img
{
	float: none;
	width: 140px;
}

.ArtistProfile-Edit div.img #capaImagen
{
	float: left;
}


.CafeProfile img,
.CafeProfile-Edit div.img 
{	
	width: 90px;
}

.CafeProfile-Edit div.txt
{
	margin-left: 100px;
	padding: 3px;
	border: solid 1px #ccc;
}

.ArtistProfile-Edit div.txt
{
	margin-top: 5px;
}

.ArtistProfile-Edit div.txt textarea
{
	width: 95%;
	height: 6em;
	overflow: auto;
	margin-bottom: 0.41em;
	padding: 3px;
	border: solid 1px #ccc;
	font-family:  Verdana, Arial, Sans-Serif;
	font-size: 1em;
}

.ArtistProfile-Edit div.txt p
{
	display: inline;
}


.Back
{
	float: left;
}

.Next
{
	float: right;
	color: #999;
}


/*******************************  TABLA  */

.Resources-Studio
{
	clear:both;
	width: 100%;
	padding-top: 20px;
	background: url(/images/separador.gif) right top no-repeat;	
}

.Resources-Studio th
{
	padding: 5px 0px;
	*padding-top: 20px;
	border-bottom: solid 1px #e5e5e5;
	text-align: center;
	color: #649bc6;	
}

.Resources-Studio th span
{
	display: block;
	border-left: solid 1px #666;	
}

.Resources-Studio td
{
	padding: 5px;
	border-bottom: solid 1px #e5e5e5;
	text-align: center;
	vertical-align: middle;
	color: #666;	
}

.Resources-Studio .FilaAlterna td,
table .FilaAlterna td

{
	background-color: #f7fafc;		
}

.Resources-Studio td a
{
	color: #333;	
}

.Resources-Studio .Resource
{
	width: 50%;
	text-align: left;	
}

.Resources-Studio .Name
{
	width: 40%;
	text-align: left;	
}

/***************************************  FOROS   */
	

.HeadForums
{
	position: relative;
	padding: 5px 10px;
	font-weight: bold;
	text-align: left;
	color: #fff;
	background-color: #999;
}

.HeadForums a
{
	color: #fff;	
}

.HeadForums a.AddForum
{
	position: absolute;
	right: 10px;
	padding-left: 15px;
	color: #fff;
	background: url(/images/add.png) left center no-repeat;
}

.HeadForums span
{
	margin-left: 5px;
	padding-left: 5px;
	border-left: solid 1px #fff;
}

.NewThread
{
	margin-bottom: 5px;
	color: #999;
}

.NewThread input[type=text]
{
	margin-right: 10px;
	border: solid 1px #ccc;
}

.NewThread input[type=submit]
{
	cursor: pointer;
	margin-left: 10px;
	border: solid 1px #999;
	color: #fff;
	background-color: #ccc;
}

.Warning
{
	margin: 5px 0px;
	text-align: center;
	color: #ff6600;
}

.TableForums
{
	width: 100%;
	margin-bottom: 20px;	
}

.TableForums td
{
	padding: 5px;
	border-bottom: solid 1px #ccc;
}

.TableForums td.TituloForums
{
	width: 400px;	
}

.TableForums td a
{
	font-weight: bold;
	color: #666;
}

.PublicSpace .Date
{
	color: #77A3CC;
}

.PublicSpace .User
{
	font-weight: bold;
	color: #000;
}

.PostsForum
{
	float: left;
	width: 800px;
	padding: 10px 10px;
	border-bottom: solid 1px #ccc;
	background-color: #f7f7f7;
}

.PostsForum img
{
	float: left;
}

.PostsForum .PostsInfo
{
	float: left;
	width: 80%;
	margin-left: 20px;
}

.PostsForum .PostsInfo input
{
	border: solid 1px #999;
	color: #fff;
	background-color: #ccc;
}

.PostsForum .PostsAction
{
	float: right;
}

.PostsForum .PostsAction input
{
	margin-left: 5px;
}

.ReplyPost
{
	width: 730px;
	margin-left: 70px;
	background-color: transparent;
}

.FormPosts
{
	clear: both;
	margin-left: 70px;
	padding-top: 10px;
}

.FormPosts .PartLeft
{
	display: inline-block;
	*display: inline;
	width: 30%;
	zoom: 1;	
}

.FormPosts .PartCaptcha
{
	display: inline-block;
	*display: inline;
	width: 30%;
	zoom: 1;
	margin: 0px 2%;
}

.FormPosts .PartCaptcha img
{
	width: 100%;
}

.FormPosts .PartRight
{
	display: inline-block;
	*display: inline;
	width: 33%;
	text-align: right;
	zoom: 1;	
}


/*******************************  ENLACES  */

.LinksHead
{
	cursor: pointer;
	margin-bottom: 5px;
	font-weight: bold;	
}

.LinksBody
{
	margin-left: 20px;
	margin-bottom: 10px;	
}

.LinksBody a
{
	display: block;
	margin-bottom: 5px;
	color: #999;	
}

.LinksBody a:hover
{
	color: #649bc6;	
}

/*******************************  PROYECTOS  */

.Projects
{
	float: left;
	width: 100%;
	margin-bottom: 1.64em;
	padding-bottom: 1.64em;
	border-bottom: solid 1px #ccc;	
}

.Projects .Columna2B
{
	text-align: right;	
}

/*******************************  SITE MAP  */

#sitemap
{
	width: 70%;
	margin: auto;
	padding-left: 20px;
	list-style-image: url(/images/bullet+.png);	
}

#sitemap li.menuNav
{
	background: url(/images/separador.gif) right top no-repeat;	 	
}

#sitemap li.menuNav a
{
	padding-right: 10px;
	font-size: 1.2em;
	font-weight: bold;
	color: #999;
	background-color: #fff;
}

#sitemap li.menuNav a:hover
{
	text-decoration: none;
	color: #fff;
	background-color: #649bc6;
}

#sitemap ul
{
	margin-left: 70px;
	padding: 0em;
	list-style-image: url(/images/bullet.gif);	
}

#sitemap li.subMenuNav a
{
	font-size: 1em;
	font-weight: normal;
	color: #333;
	background-color: transparent; 	
}

/*******************************  paginador  */

.Paginador
{
	margin: 20px 0px;
	text-align: center;
	color: #ccc;
}

.Paginador strong
{
	color: #999;
}

.PieImagenGallery .paginadorImagenes
{
	position: absolute;
	right: 0px;
	top: 0px;
}

/*************************** botones*/

.BotonEdit
{
	float: right;
	margin-left: 10px;
	padding-left: 15px;
	border: none 0px;
	border-bottom: solid 1px #ccc;
	font-size: 0.9em;
	color: #999;
	background: #f7f7f7 url(/images/edit.gif) 5px center no-repeat;
}

.BotonIcoAdd,
.BotonIcoDelete
{
	border: none 0px;
	border-bottom: solid 1px #ccc;
	color: #999;
	background-color: #f7f7f7;
}

.BotonIcoAdd
{
	padding: 3px;
}

.BotonIcoDelete
{
	padding: 4px;
}

/******************************* EDITAR  */

.PanelEdit
{
	float: left;
	width: 100%;
	height: 210px;
	overflow-y: scroll;
	overflow-x: hidden;
	margin-bottom: 5px;
	padding: 5px 0px;
	border: solid 1px #ccc;
}

.PanelEdit ul
{
	margin: 0em;
	padding: 0px 5px;
	list-style: none;
}

.PanelEdit ul li
{
	clear: both;
	float: left;
	width: 100%;
	padding: 3px 0px;
} 

.PanelEdit ul li.FilaAlterna
{
	background-color: #f7f7f7;
}

.PanelEdit ul li input[type=checkbox],
.PanelEdit ul li img,
.PanelEdit ul li div
{
	float: left;
	margin-right: 5px;
}

.PanelEdit ul li div
{
	width: 230px;
}

.PanelEdit ul li div textarea,
.PanelEdit ul li div input
{
	width: 100%;
	overflow: hidden;
}

.PanelEdit .handle
{
	float: right;
	margin-top: 10px;
	margin-right: 10px;
}

.BotonPublish
{
	margin-top: 10px;
	margin-bottom: 10px;
	border: solid 1px #999;
	color: #fff;
	background-color: #ccc;
}

.BotonExaminar
{
	margin-bottom: 0.41em;
	border: solid 1px #999;
	vertical-align: middle;
}

/*******************************  PIE  */ 

#pie
{
	height: 50px;
	margin-top: -50px;
	margin-bottom: 0em;	
}

#pie .Copyright
{
	clear: both;
	padding: 0.82em;
	color: #fff;
	background-color: #ccc; 	
}


/******************************  POPUP  */

body.Popup
{
	padding: 10px;
	padding-top: 20px;
	text-align: left;
}

body.Popup ol
{
	list-style-type: lower-latin;
}

body.Popup ol li
{
	margin: 10px 0px;
}

body.Popup ol li ol
{
	list-style-type: lower-roman;
}

body.Popup ol li ol li ol
{
	list-style-type: decimal;
}