/*Estructura index*/

.version{
color:white;
position:absolute;
padding:2px;
}

body {
	color: #FFFFFF;
	background-image: url(images/fondopng22.png);
	margin:0px auto;
	padding:0px auto;
}

.page {
	color: #3300FF;
	margin:0px auto;
	padding:0px auto;
	width: 1000px;
	background-image:url(images/corpo.png);
        
}

.header {
	background-image: url(images/JUEGOSADOLOR.gif);
	height: 150px;
	width: 1000px;
}

.header-bar {
	background-color: #CCCCCC;
	text-align:center;
}

.middel {
	color: #FFFFFF;
}

.left-side {
float:left;
width:200px;
line-height:14pt;
color:#FFFFFF;

}

.contentarea {
width:630px;
margin:10px;
color:#000000;
float:left;
line-height:14pt;
text-align:center;
font-family:nimbus roman;
}

.right-side {
	float:right;
	width:150px;
	line-height:14pt;
	color:#FFFFFF;
	text-align:center;
	
}

.footer {
width:900px;
height:50px;
clear:both;
text-align:left;
line-height:14pt;
background-image:url(images/pie_pagina.png);
padding-left:100px;
}


/*ESTILO <a> */

.portada a {
text-decoration:none;
color:black;
}

.portada a:hover{
text-decoration:underline;
}
.portada a:active{
color:black;
text-decoration:none;
}

.lista a {
text-decoration:none;
color:black;
}

.lista a:hover{
text-decoration:underline;
}
.lista a:active{
color:black;
text-decoration:none;
}

.login a {
text-decoration:none;
color:blue;
}

.login a:hover{
text-decoration:underline;
}

.login a:active{
color:blue;
text-decoration:none;
}

.bloque{
width:605px;
}

.titulo{
height : 40px;
padding-top: 12px;
background-color:green;
}

.corpo{
background-color:pink;
height:inherit;
}

.imaxe{
width: 270px;
background-color:blue;
float:left;

}

.texto{
width: 300px;
padding-left: 5px;
padding-right: 10px;
background-color:red;
position:relative;
left:270px;
}

.PeComentario{
height: 20px;
background-color:yellow;
}