/**** HTML Standard Tags ****/
body {
	font: normal 14px Arial, Verdana, Geneva, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	text-align: center;
	height: 100%;
}

img {
	border: 0;
}

a {
	color: #036;
  font: normal 14px Arial, Verdana, Geneva, Helvetica, sans-serif;
  text-decoration: none;
  outline-style: none;
}

a.blue {
	color: #036;
}

a.red {
	color: #900;
}

a:hover {
	color: #900;
	text-decoration: underline;
}

#noticiasRoba a,
.noticianofoto a,
.cuerpoNoticia a,
.noticia a,
#cuerpo a,
.pie a {
	color: #c00;
	/*color: #0E52B3;
	text-decoration: underline;*/
}

#texto-foto p a {
	color: #c00;
	font-size: 13px;
}

/*#noticiasRoba a:hover,
.noticianofoto a:hover,
.cuerpoNoticia a:hover,
.noticia a:hover,
#cuerpo a:hover,
.pie a:hover {
	color: #0071B5;
}*/

/**** Common styles ****/

.left {
	float: left;
}

.right {
	float: right;
}

.bgGrey {
	background-color: #F5F5F5;
}

.small {
	font-size: 11px;
}

.red {
	color: #c00;
}

.blue {
	color: #039;
}

.line {
	border-bottom: 1px dashed #EBD8D8;
	margin: 0 0 5px 0;
	padding: 0 0 3px 0;
	float: left;
}

.break {
	margin: 10px 0 0 0;
}
