html, body, div, span, applet, object, iframe, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, 
a, abbr, acronym, address, big, cite, code, 
del, dfn, em, font, img, ins, kbd, q, s, samp, 
small, strike, strong, sub, sup, tt, var, 
b, u, i, center, 
dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th { 
margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; 
} 
body { line-height: 1; } 
ol, ul { list-style: none; }
blockquote, q { quotes: none; } 
blockquote:before, blockquote:after, 
q:before, q:after { content: ''; content: none; } 
:focus { outline: 0; } 
ins { text-decoration: none; } 
del { text-decoration: line-through; }
.clear {
    clear:both;
}
html,body {
	margin:0px;
	/* font: 12px/normal 'lucida grande', tahoma, verdana, arial, sans-serif; */
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
}
#menu li {
  float:left; /* opcional para hacerla horizontal */
  margin-top:10px;
  letter-spacing:1px;
}
#menu a {
  display: block;
  text-decoration: none;
  color: #FFFFFF; /* color tipográfico */
  font: 0.7em 'Overlock', Arial, Helvetica, sans-serif;
  background:#425C6C;
  margin-right: 10px;
  padding: 10px 20px; /* más cuerpo al botón */
}
#menu a:hover {
  color:#FFFFFF;
  background:#5B8197;
  text-decoration:none;
}
.content {
  margin:20px;
  font-size:1.3em;
  position:relative;
  line-height:1.5em;
}

.box {
  position: relative; /*Para poder ubicar la info dentro de la caja*/
}
.info {
  position: absolute; /*Info sobre la imagen*/
  top: 23px;
  left: 23px;
  zoom: 1;
  padding: 10px;
  color: white;
  background: black;
  font-size:12px;
  z-index:99;
}
.delete {
  position: absolute; /*Info sobre la imagen*/
  top: 23px;
  right: 23px;
  zoom: 1;
  padding: 10px;
  color: white;
  background: black;
  font-size:14px;
  z-index:99;
}
a.del {
	color:#FFE759;/*#B89C5C;*/
	text-decoration:none;
	font-weight:bold;
}
a.del:hover {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}
@media screen and (min-width:601px){
    body { font-size:13px; }
	.newBoxIma_display_1000 { display:block; }
	.newBoxIma_display_600 { display:none; }
	.newBoxIma_display_500 { display:none; }
	.newBoxIma_display_350 { display:none; }
}
@media screen and (max-width:600px){
    body { font-size:12px; }
	.newBoxIma_display_1000 { display:none; }
	.newBoxIma_display_600 { display:block; }
	.newBoxIma_display_500 { display:none; }
	.newBoxIma_display_350 { display:none; }
}
@media screen and (max-width:500px){
    body { font-size:11px; }
	.newBoxIma_display_1000 { display:none; }
	.newBoxIma_display_600 { display:none; }
	.newBoxIma_display_500 { display:block; }
	.newBoxIma_display_350 { display:none; }
}
@media screen and (max-width:350px){
	.newBoxDescription { width:100%; }
	.newBoxIma_display_1000 { display:none; }
	.newBoxIma_display_600 { display:none; }
	.newBoxIma_display_500 { display:none; }
	.newBoxIma_display_350 { display:block; }
}