@import "home.css";
body
{
background: url(../img/grad1.jpg);
background-repeat:repeat-x;
color:white;
font-family:verdana;
font-size:12px;
cursor: url(../img/Cursor.png), default;
}
a{
color:orange;
text-decoration:none;
outline-style:none;}
a:hover{
color:#cbfe00;
text-decoration:none;
outline-style:none;
}
img{
border:0;
}
.friendtag{
width:200px;
float:left;
display:block;
}
#google{
width:120px;
height:240px;
position: fixed;
top: 0;
right: 0px;
display: block;
}
/*EMPIEZA EL MENÚ*/
#menu{width:100%;
max-height:0px;
}
#barranaranja{
background-color:#f60;
position: fixed;
top: 0;
left: 0;
display: block;
width: 100%;
height:25px;
}
#logohome{
background-image:url(../img/logohome.png);
width:134px;
height:65px;
position: fixed;
top: 0;
left: 140px;
display: block;
z-index:1;}

#botonera{
width:700px;
position: fixed;
top: 0;
left: 300px;
}
.boton{
background-color:#f60;
width:100px;
height:15px;
padding:5px;
padding-top:15px;
margin-left:15px;
float:left;
text-align:center;
font-weight:bold;
}
.boton:hover{
padding-top:19px;
}
.noboton{
background-color:#f60;
width:100px;
height:15px;
padding:5px;
padding-top:15px;
margin-left:15px;
float:left;
text-align:center;
font-weight:bold;
}

/*HASTA AQUÍ EL MENÚ*/

#gray{
color:black;
width:740px;
margin:0 auto 0 auto;
margin-top:80px;
margin-bottom:50px;
}
#graytop{
background-image:url(../img/graytop.png);
width:740px;
height:13px;
}
#graydown{
background-image:url(../img/graydown.png);
width:740px;
height:13px;
}
#grayband{
color:black;
background-image:url(../img/grayband.png);
width:660px;
padding:40px;
padding-top:10px;
display:block;
}
.myavatar{
	max-width: 120px;
	max-height: 120px;
	min-width: 120px;
	min-height: 120px;
	margin-right: 10px;
	float:left;
}
#misdatos{
//float:left;
}
.login{
background-image:url(../img/bt60.png);
border-width: 0;
width: 60px;
height: 25px; 
color:white;
font-weight: bold;
font-size:11px;
cursor: url(../img/Accept.png), default
}
.pocanube{
background-image:url(../img/bdeg.png);
position: fixed;
bottom: 0;
left: 0;
display: block;
	width: 100%;
	height: 50px;
text-align:center;
}
#logobox
{
background-image: url(../img/logobox.png);
width: 151px;
height: 151px;
margin-left: 30px;
margin-top:-11px;
/margin-top:-19px;
}
#frase
{
background-image: url(../img/frase.png);
width: 395px;
height: 124px;
margin-left: 550px;
margin-top:-120px;
}
#frase:hover
{
background-image: url(../img/frase-hover.png);
}
#cuerpo
{
min-width:900px;
/margin-top:225px;
margin-left:-120px;
}
#elespejo
{
position:relative;
z-index:-1;
margin-top:230px;
/margin-top:-160px;
background-image: url(../img/grad2.png);
width: 100%;
height:90px;
display:block;
}
.txtBox{
cursor: url(../img/Textfield.png), default
}
.txtBox:focus {
  background: #fff6d5;
}
.txtBoxPass{
cursor: url(../img/Textfield_key.png), default
}
.txtBoxPass:focus {
  background: #fff6d5;
}
#loginbox
{
float: left;
width:400px;
height:350px;
margin-left:153px;
margin-top:-200px;
}
#loginboxheader{
width:400;
background-color: #333333;
padding:5px;
padding-left:15px;
}
#loginboxtext{
width:400;
background-color: #4d4d4d;
padding:15px;
padding-right:50px;
text-align:right;
height:200px;
}
.registerbox
{
float:left;
margin-left: 20px;
margin-top:-200px;
width:250px;
height:350px;
}
.registerboxheader{
width:400;
background-color: #999999;
padding:5px;
padding-left:15px;
}
.registerboxtext{
width:400;
background-color: #b3b3b3;
padding:15px;
height:200px;
}
#sombraoscura
{
background-image: url(../img/sombraoscura.png);
background-repeat: repeat-x;
height: 75px;
}
.sombraclara
{
background-image: url(../img/sombraclara.png);
background-repeat: repeat-x;
height: 75px;
}
#registerad{
background-image: url(../img/registerad.png);
width:206px;
height:79px;
display: block;
cursor: url(../img/Add.png), default
}
#registerad:hover{
background-image: url(../img/registerad-hover.png);
}
#faqad{
background-image: url(../img/faqad.png);
width:206px;
height:79px;
display: block;
cursor: url(../img/Help.png), default

}
#faqad:hover{
background-image: url(../img/faqad-hover.png);
}
/*OTROS*/
#registro{
background-color:#333333;
padding-left:50px;
padding-right:200px;
padding-bottom:50px;
}

