/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */



.gallerycontainer{
	position: relative;
	left: 1px;
	width: 600;
	overflow: visible;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid blue;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 230px; /*position where enlarged image should offset horizontally */
z-index: 50;
}



body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #FF3399;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color: #000000;
}
.Estilo9 {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FF6600;
}
.Estilo10 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF6600;
	font-weight: bold;
}
.Estilo11 {color: #000000}
.Estilo14 {color: #FF6600}

.Estilo6 {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: blue;
}


.Estilo5 {font-size: 21px}


.noticia_antetitulo {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000;
	margin: 0;
}

.noticia_titulo {
	font-size: 32px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: blue;
	margin: 0;
}

.noticia_subtitulo {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	text-align: justify;
	margin: 0;
}

.noticia_entradilla {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	text-align: justify;
	margin: 0;
}

.noticia_cuerpo {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
	text-align: justify;
	margin: 0;
}

.noticia_autor {
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: none;
	color: #999;
	text-align: justify;
	margin: 0;
}


div.figure {
  float: right;
  /*width: 25%;*/
  border: thin silver solid;
  margin: 0.5em;
  padding: 0.5em;
}
div.figure p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}


.Estilo7 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF6600;
	font-weight: bold;
}
.Estilo8 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 32px;
}
.Estilo9 {font-size: 12px}

.style23 {
  font-size: 24px;
  font-family: Arial;
  font-weight: bold;
}
.txt{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}