/* CSS Document */

/*
* Filename: noticias.css 
* Version: 1.0.0 (18/03/2008)DD-MM-YYYY 
* Website: http://jagonzalez.com.ar 
* Author: Daniel Gorosito 
* Description: estructura de las noticias.

== STRUCTURE: ==========================================
* Page width: 920 px 
* Ancho del cuerpo central:710px
* Number of columns:  2, encabezado y columna derecha para banners como tercer columna
============================================ ============================================
*/
.fechaNoticia {
	text-align:right;
	color:#6699FF;
	font-size:0.8em;
	width: 180px;
	float: right;
}
.titular{
padding-bottom:5px;
}
.titulo{
	padding-bottom:15px;
	padding-top: 15px;
}
.titulo h1{
	font-size: 2em;
	color: #778B9F;
}
.resumen{
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px dashed #999999;
	margin-top: 10px;
	overflow: hidden;
	margin-bottom: 10px;
	}
.resumen img{
	border: 1px solid #808080;
	margin-right: 10px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}
 .primerResumen{
	padding-top: 10px;
	padding-bottom: 5px;
	/*border-top: 1px dashed #999999;*/
	/*border-bottom: 1px solid #666666;*/
	margin-top: 5px;
	overflow: hidden;
	}
#tituloSeccion{
	padding-bottom: 35px;
	font-size: 2.5em;
	letter-spacing: -1px;
	color: #586874;
	font-weight: normal;
}	
	
/*============NOTICIAS==============*/

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
h1 a:link {
text-decoration:underline;
color:#0066CC;
}

/*============Nivel2 Fotos Extras==============*/
.miniExtra {
	float: left;
	padding-left: 2px;
	padding-bottom: 2px;
	padding-right: 2px;
	padding-top: 2px;
}
#fotosExtra {
	overflow: hidden;
	background-color: #F7F7F7;
	width: 440px;
}
#fotosExtra img {
margin:0;
}
#fichaTecnica {
height:20px;
background-color:#CCCCCC;
}
#compartir{
	background-color: #EFEFEF;
	width: 440px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: right;
}
#compartir img{
	float:none;
}

.recuadroFoto{
	border: 1px solid #999999;
	width: 440px;
	height: 330px;
}

