/* CSS Representation */

#representados{
	}

/*** REPRESENTADAS DESTACADAS ***/

#destacados{
	margin-bottom: 10px;
	}

#destacados .destacado{
	margin-bottom: 0px;
	}
	
.destacado .logoRepresentado{
	float: left;
	width: 100px;
	padding: 10px;
	}
	
.destacado .logoRepresentado img{
	width: 100px;
	}
	
.destacado .nameRepresentado{
	text-align: right;
	border-bottom: 2px solid #666666;
	margin-bottom: 5px;
	font-size: 120%;
	font-weight: bold;
	}
	
.destacado .textRepresentado{
	float: left;
	width: 500px;
	}
	
.destacado .textRepresentado p{
	margin: 0;
	}	
	
.destacado .linkRepresentado{
	margin-top: 5px;
	font-size: 80%;
	}
	
/*** REPRESENTADAS ***/

#otrosRepresentados{
	margin-top: 30px;
	}
	
.representadoAct, .representado{
	text-align: center;
	float: left;
	width: 310px;
	height: 120px;
	margin: 1px;
	font-size: 9px;
	}

.representadoAct{	
	border: 1px solid #939191;
	/*background: #FFFFF0 url(/imagenes/fondoPBmini.gif) left top no-repeat;*/
	background: transparent url(/imagenes/fondoPBmini.gif) left top no-repeat;
	}

.representado{
	border: 1px solid #CCCCCC;
	background: transparent url(/imagenes/fondoPBmini.gif) left top no-repeat;
	}
	
.representado .logoRepresentado{
	}
	
.representado .logoRepresentado img, .representadoAct .logoRepresentado img{
	/*width: 75px;*/
	height: 50px;
	}
	
.representado .nameRepresentado, .representadoAct .nameRepresentado{
	text-align: right;
	padding: 0 5px;
	font-weight: bold;
	}
	
.representado .textRepresentado, .representadoAct .textRepresentado{	
	}
	
.representado .textRepresentado p, .representadoAct .textRepresentado p{
	margin: 0;
	}	
	
.representado .linkRepresentado, .representadoAct .linkRepresentado{
	margin: 0;
	}
