body {
    
	background-color: #0c0c0c;
	background-image: url(imagenes/enero.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-attachment: fixed;
	margin: 0px;
}



.cuerpo{
    font-family: Verdana;
    font-size:11px;
    width:110px;
    height:40px;
    position:relative;
    top:350px;
    left:60%;
}

.cuerpo-portafolio{
    font-family: Verdana;
    font-size:11px;
    width:600px;
    height:600px;
    position:relative;
    top:150px;
    left:102px;
}

.cuerpo-galeria{
    font-family: Verdana;
    font-size:11px;
    width:600px;
    height:600px;
    position:relative;
    top:150px;
    left:102px;
}

.imagenes img{
    display:none;
    position:absolute;
    left:6px;
    top:6px;
}
.circleBig{
    position:absolute;
    top:0px;
    left:0px;
    width:418px;
    height:418px;
    background:transparent url(./imagenes/circlebg.png) no-repeat top left;
}

.menu{
    position:absolute;
    width:101px;
    height:74px;
    top:240px;
    left:260px;
    z-index:999;
}
a.vicente, a.portfolio, a.contacto{
    float:left;
    clear:both;
    height:23px;
    margin-bottom:10px;
    width:105px;
    text-indent:-2000000px;
    opacity:0.8;
    background:transparent url(./imagenes/menu.png) no-repeat top left;
}
a.portfolio{
    width:90px;
    background-position:-105px 0px;
}
a.contacto{
    width:88px;
    background-position:-199px 0px;
}
a.vicente:hover, a.portfolio:hover, a.contacto:hover{
    opacity:1.0;
}

.circle{
    margin-top:-88px;
    margin-left:-88px;
    width:176px;
    height:176px;
    position:absolute;
    left:0;
    top:0;
    background:transparent url(./imagenes/circle.png) no-repeat top left;
    z-index:10;
    opacity:0;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}

.descripcion{
    width:120px;
    margin:40px auto;
    text-align:center;
}
.descripcion ul{
    list-style:none;
    text-align:center;
}
.descripcion ul a{
    line-height:30px;
    font-weight:bold;
    color:#FFFFFF;
    text-decoration:none;
    text-transform:uppercase;
    font-size:18px;
    text-shadow:1px 1px 1px #aaa;
}
.descripcion ul a:hover{
    color:#fdf3a1;
}
.thumbs a img{
    border:3px solid #f9f9f9;
    -moz-box-shadow:1px 1px 2px #999;
    -webkit-box-shadow:1px 1px 2px #999;
    box-shadow:1px 1px 2px #999;
}

.boton-inicio {
	width:143px;
	height:41px;
	display:block;
	background-image:url(imagenes/boton-inicio.png);
	background-position: bottom;
}
.boton-inicio:hover{
	width:143px; 
	background-position: top;
	height:41px;
	background-image:url(imagenes/boton-inicio.png) no repeat;
}

.boton-info {
	width:143px;
	height:41px;
	display:block;
	background-image:url(imagenes/boton-info.png);
	background-position: bottom;
}
.boton-info:hover{
	width:143px; 
	background-position: top;
	height:41px;
	background-image:url(imagenes/boton-info.png) no repeat;
}

.boton-staff {
	width:143px;
	height:41px;
	display:block;
	background-image:url(imagenes/boton-staff.png);
	background-position: bottom;
}
.boton-staff:hover{
	width:143px; 
	background-position: top;
	height:41px;
	background-image:url(imagenes/boton-staff.png) no repeat;
}


.boton-contacto {
	width:143px;
	height:41px;
	display:block;
	background-image:url(imagenes/boton-contacto.png);
	background-position: bottom;
}
.boton-contacto:hover{
	width:143px; 
	background-position: top;
	height:41px;
	background-image:url(imagenes/boton-contacto.png) no repeat;
}

.boton-radio {
	width:143px;
	height:41px;
	display:block;
	background-image:url(imagenes/boton-radio.png);
	background-position: bottom;
}
.boton-radio:hover{
	width:143px; 
	background-position: top;
	height:41px;
	background-image:url(imagenes/boton-radio.png) no repeat;
}
#slider-wrapper {
    background:url(images/slider.png) no-repeat;
    width:998px;
    height:392px;
    margin:0 auto;
    padding-top:74px;
    margin-top:50px;
}

#slider {
	position:relative;
    width:384px;
    height:240px;
   
	background:url(images/loading.gif) no-repeat 50% 50%;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	left:80px;
	bottom:-20px;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}
