/*Estructura del Sitio*/
body{
	font: 62% arial;
	color:#FFFFFF;
	margin:0px;
	padding:0px;
	background-color:#000000; 
	
	scrollbar-face-color:#2B2F37;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-track-color:#111524;
	scrollbar-shadow-color:rgb(0,0,0);
	scrollbar-highlight-color:rgb(0,0,0);
	scrollbar-3dlight-color:#808080;
	scrollbar-darkshadow-Color:#202020;
	
}
#container{
	margin:0 auto;  
	width:1024px; 
	background-color:#000000; 
}


/*Cabecera*/
#header{
	width:1024px;
	height:131px; 
	min-width:1024px;
	min-height:131px; 
	background-image:url(../imgs/perfil_01.png);
	margin:0px;
	padding:0px;

}


#header h1{
	margin-left:130px;
	padding-top:45px;
	text-indent:-999em;
	overflow:hidden;

}
#header h1 a {
	display: block;
	width:195px;
	height:74px;
	text-decoration:none;

}
/*barra lateral*/
#sidebar {
	width:317px;
	float:left;
	background:url(../imgs/perfil_02.png) 0px 0px no-repeat;
	padding-top:252px;
	_margin-top:-10px;
}
#banners{
	margin-left:40px;
}

/*Contenido*/
#content{
	width:695px;
	_margin-top:-10px;
	float:left;
}
ul.menu {
	list-style:none;
	padding:0px;
	margin:0px;
}
ul.menu li{
	float:left;
}
#main-content{
	clear:both;
}
input { 
 background-color: #000000;
 border:thin solid;
 border-color:gray;
 border-width:1px;
 color:#FFFFFF
}
select {
 background-color: #000000;
 border:thin solid;
 border-color:gray;
 border-width:1px;
 color:#FFFFFF
}
textarea {
 background-color: #000000;
 border:thin solid;
 border-color:gray;
 border-width:1px;
 color:#FFFFFF
}
#log-1{
	float:left;
	width:130px;
}
l#log-1 h2{
	font-size:1.6em;
	color:#FF0000;
}

#log-1 h2 a {
	text-decoration:none;
	color:#FF0000;
}

#log-1  a {
	text-decoration:none;
	font-size:1.3em;}
#log-2{
	float:left;
	width:226px;
}
#log-2 img{
	margin-top:10px;
}
#log-3{
	float:left;
	width:228px;
}
#fotoEspacio,#imagenComunidadMia,.imagenMensajesMesa,.imgAmigos,#fotoHome, #imagenActual{
	margin-top:5px;
	*margin-top:0px;
}
/*Galerķas*/
.platoGaleria{
	width:106px;
	height:70px;
	min-width:106px;
	min-height:70px;
	
	background-image:url(../imgs/marco-galeria.jpg);
	background-repeat:no-repeat;
}
.platoGaleria img{
	margin-left:25px;
	margin-bottom:20px;
	margin-top:10px;
}
.tituloGaleria{
	text-align:center;
	font-size:10px;
}

/*Chat*/

#header-chat {
	 width:200px;
     height:150px;
     background-color:#000000;
     overflow:auto;
	 color:red;
	 
}

#chatoutput ul {
	list-style: none;
	margin:0px;
	padding:0px;
	padding:8px 10px 15px 8px;
}

#chatoutput ul li {
	background-color:#000000;
	font-size:1.2em;
	margin:0px;
	color:#FFF;
	line-height: 150%;
	margin-bottom:8px;
}

#chatoutput ul li span.name {
	display: block;
	font-weight: bold;
	font-size:1em;
	color: red;
}

form {
	padding:0px;
	margin:5px;
}

label {
	color: #white;
	display: block;
	margin-top:7px;
	margin-bottom: 3px;
	font-weight: bold;
}

#chatoutput {
	text-align: left;
	width:200px;
    height:300px;
    background-color:#000000;
    overflow:auto;
}


/* PAGINATION */

#paginatorContainer{
	list-style-type:none;
	display:block; 
	width:570px; 
	margin:10px auto;
	padding:5px;
	height:auto;
}

a.pagination{
	margin:0 5px ;
	padding:2px 8px;
	text-align: left;
	font-size: 16px;
	display: inline;
	color: #ff0000;
	background-color:#000000;
	text-decoration:none;
	border:1px solid #ff0000;
}
a:hover.pagination{
	color: #ff0000;
	border: 1x solid #ff0000;
	background-color:#555555;
	text-decoration:underline;
}
.paginationSelect{
	margin:0 5px ;
	padding:2px 8px;
	text-align: left;
	font-size: 16px;
	display: inline;
	border: 1px solid #555555;
	color: #000000;
	background-color:#ff0000;
	text-decoration:none;
}


/*footer*/

#footer{
	clear:both;
	margin-top:30px;
	padding-top:30px;
	width:100%;
	text-align:center;
}
#footer #logoPie{
	margin:auto;
	width:90px;
	height:25px;
	background-image:url(../imgs/laverno_logo.jpg);
	background-repeat:no-repeat;
}

#footer #datosPie{
	font-family:verdana;
	font-size:12px;
	color:#FFFFFF;
}
#footer #datosPie a{
	color:#FF0000;
}
