/*   Hoja de estilos para daniel.blanco-morales.info/
*
*    Proyecto   : home (pagina de inicio.
*    Programador: Daniel Blanco
*    Version    : v1. 10/1/2003
*/

/*
.BackgroundTile { background: url(11_tile.gif) repeat top left; }
*/
body {
    background: url(../img/bkg_image.jpg) no-repeat top left #B0B0B0;
}

#Lienzo {
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 709px;
    height: 506px;
    margin-left: -354px;
    margin-top: -258px;
    background-color: #000;
    background-image: url(../img/bgnd_home.jpg);
    background-repeat: no-repeat;
    background-position: 0;
}

#div_pie {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 20px;
	background-color: #9F9F9F;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    color: #0066CC;
    font-size: 15px;
}

#ControlPan {
    z-index: 100;
    position: absolute;
    top: 5px;
    left: 0px;
    width: 100%;
}

.Controls {
	height: 57px;
	width: 113px;
	text-align: center;
	margin-top: 20px;
	margin-left: 5px;
	margin-right: 5px;
}

a.Controls:link {
    color          : #6699CC;
    text-decoration: none;
}

a.Controls:active {
    color          : #6699CC;
    text-decoration: none;
}

a.Controls:visited {
    color          : #6699CC;
    text-decoration: none;
}

a.Controls:hover {
    color          : #6699CC;
    text-decoration: underline;
}

#inf_tittle {
    width: 214px;
    height: 124px;
    position: relative;
    top: 60px;
    left: 140px;
}
#inf_trav {
    background-image: url(../img/viajes-off.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    width: 225px;
    height: 124px;
    position: relative;
    top: 123px;
    left: 320px;
	text-align: center; 
}
#inf_album {
    background-image: url(../img/album-off.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: transparent;
    width: 196px;
    height: 118px;
    position: relative;
    top: 110px;
    left: 490px;
	text-align: center; 
}
#inf_blog {
    background-image: url(../img/blog-off.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: transparent;
    width: 165px;
    height: 175px;
    position: relative;
    top: -130px;
    left: 150px;
    text-align: center; 
}
.options {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    color: #0066CC;
    font-size: 20px;
    top: 15px;
    position: relative;
}
.optionsOn {
    color: #99CCFF;
    position: relative;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 20px;
    top: 15px;
    font-weight: bold;
}
a:link {
    color          : #000000;
    text-decoration: none;
}

a:active {
    color          : #000000;
    text-decoration: none;
}

a:visited {
    color          : #000000;
    text-decoration: none;
}

a:hover {
     color          : #6699CC;
     text-decoration: underline;
}

a.mainmenu:hover {
    color          : #6699CC;
    text-decoration: underline overline;
}

a.action:hover {
    color          : #000000;
    text-decoration: underline overline;
}
