div.roller_element, section.roller_element{
	position:relative;
	/*padding: 10px 10px 10px 10px;*/
	padding: 5px; 
	background:  #EDEFEF;
	border-radius: 7px;
	/*margin-bottom:20px;*/
	width:190px; 
	max-height:260px;/*230*/
	min-height:20px;
	overflow:auto;
	margin: 10px;
	margin-top: 0;
	display: inline-block;
	vertical-align: top;
}

div.roller_element_full, section.roller_element_full{
	position:relative;
	/*padding: 10px 10px 10px 10px;*/
	padding: 5px; 
	background:  #EDEFEF;
	border-radius: 7px;
	/*margin-bottom:20px;*/
	width:660px; 
	max-height:230px;
	min-height:20px;
	overflow:auto;
	margin: 0 auto;
}

img.roller_element{
	width:180px; 
	height:95px;
	margin: 5px 5px;
}
img.roller_element_full{
	width:180px; 
	height:95px;
	margin: 5px 5px 5px 30px;
	float: right;
}

.div-fechaFoto{
	position: absolute;
    right: 8px;
    top: 8px;
	padding: 0px 5px; 
    border-radius: 0 0 0 5px;

    /*background:  #EDEFEF;*/
    background: #397ab7;
    color: #fff;
    font-size:0.8em;
}
.div-etiquetasIcon{
	position: absolute;
    right: 8px;
    bottom: /*8*/ 0px;
	padding: 0px 5px; 
    border-radius: 0 0 0 5px;

    /*background:  #EDEFEF;*/
    /*background: #397ab7;
    color: #fff;
    font-size:0.9em;*/
}
.boton-roller{
	position: relative;
	top: -5px;
	padding: 4px 15px;
	color: #fff;
	border-radius: 0 0 10px 10px;
    cursor: pointer;
    font-size:0.9em;

}
.boton-editar{ left: 20px; background: #CBB801; }
.boton-borrar{ left: 30px; background: #730303; }

.boton-roller:hover	{text-decoration:underline; color: #fff;}
.boton-roller:active{top: -3px;}

#boton_publicar{
	background : 0;
	text-shadow : none;
	background-color: #008CBA;
	color: white;
}

p.textRoller{
	/*max-height:6.9em;*/
	max-height:6.7em;

	overflow: hidden;
	font-size: 1.0em;
	line-height: 18px;
	line-height: 1.4em;
	letter-spacing: 0em;

	color: #546b76;
	margin-top: .4em;
	text-align:justify;
	/* margin: 5px; */
}
p.pie{
	text-align: right;
}
p.textoSecundarioRoller{
	font-size: 0.9em;
}

section.box-content { 
	background:  #EDEFEF;
	border-radius: 7px;
}

.button_grey {
    /*background-color: #e7e7e7;*/
    background-color: #555555;
    /*color: black;*/
    border: none;
    color: white;
    padding: 8px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    /*display: block;*/
    /*font-size: 16px;*/
    font-size: 10px;

    margin: .8em;
}