﻿body 
{
    background-image:url(img/fondo2.jpg);
    background-position:left top;
    background-repeat:no-repeat;
    font-family: Lucida Sans,Arial, Sans-Serif;
    font-size:small;
    color:White;
    background-color:#232323;
    margin:0pt;
    top:0pt;
    left:0pt;
}
#wrapper
{
    width:1000px;
}
.letraGrande
{
    font-size:larger;
}
.a_letraGrande
{
    text-decoration:none;
    font-size:larger;
    color: #ccc;
}
.a_letraGrande:hover
{
    color:#cc9900;
}
.divContenido
{
    width:95%;
    border:solid 1px #999;
    background-color:#000;
    padding:5px;
}
.divContenidoSuperior
{
    width:70%;
    border:solid 1px #999;
    background-color:#333;
    padding:5px;
    filter: alpha(opacity=90);
	MozOpacity: 0.9;
	opacity: 0.9;
}

.divClip
{
    width:95%;
    text-align:left;
    margin-left:4px;
}
.tituloClip
{
    font-weight:bold;
    font-size:x-small;
    cursor:pointer;
    text-decoration:none;
    color:White;
}
.tituloClip:hover
{
    color:#cc9900;
}
.descClip
{
    font-size:x-small;
}
.imgClip
{
    width:100px;
}
.duracionClip
{
    font-size:x-small;
    color:#cc9900;
}
.tdCorteClip
{
    text-align:center;
    width:150px;
}
.corteClip
{
    font-size:large;
    cursor:pointer;
}
.corteClip:hover
{
    color:#cc9900;
}
.divLista
{
    width:100%;
}
.tituloLibreria
{
    font-size:x-large;
}
.divPie
{
    background-color:#000;
    color:#666;
    margin-top:15px;
    width:100%;
}
.email
{
    color:#999;
    text-decoration:none;
}
.email:hover
{
    color:#cc9900;
}
.nidea
{
    font-size:smaller;
}
.anidea
{
    color:#999;
    text-decoration:none;
}
.anidea:hover
{
    color:#cc9900;
}

.divNoticia
{
    width:90%;
    margin-left:15px;
    margin-bottom:10px;
}
.tituloNoticia
{
    font-weight:bold;
    text-decoration:none;
    color:#cc9900;
    font-size:larger;
    display:block;
    border-bottom:dotted 1px #666;
}
.tituloNoticia:hover
{
    color:#cc99ff;
}
.detalleNoticia
{
    
}
.imgNoticia
{
    width:150px;
}

.tituloPagina
{
    font-size:x-large;
    color:#ccc;
}
.divVolver
{
    background-color:#000;
    color:#666;
    width:100%;
}

/* ESTILO DE LA GALERIA */
.urbangreymenu .headerbar{
font-size:larger;
margin-bottom: 0; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 0 0 0 31px; /*31px is left indentation of header text*/
border-bottom: solid 1px #6d8899;
cursor:pointer;
display:block;
}
.urbangreymenu .headerbar:hover
{
    color:#cc9900;
}
.urbangreymenu .headerbar a{
text-decoration: none;
color: white;
display: block;
}

.urbangreymenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

.urbangreymenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

/*
.urbangreymenu ul li a{
font: normal 12px;
color: black;
background: #333;
display: block;
padding: 5px 0;
line-height: 17px;
padding-left: 8px; /*link text is indented 8px
text-decoration: none;
}

.urbangreymenu ul li a:visited{
color: black;
}

.urbangreymenu ul li a:hover{ /*hover state CSS
color: white;
background: black;*/