/* 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: 160px;
	float: right;
}
.titular{
	padding-bottom:5px;
	padding-top: 10px;
}
.titulo{
	padding-bottom:5px;
	padding-top: 15px;
}
.titulo h1{
	/*font-size: 2em;
	color: #7B7466;*/
font-family: "Myriad Pro",Arial,Helvetica,sans-serif;
font-style: normal;
font-variant: normal;
font-weight: normal;
font-size: 2.2em;
line-height: normal;
font-size-adjust: none;
font-stretch: normal;
margin-top: 0pt;
margin-right: 0pt;
margin-bottom: 0.5em;
margin-left: 0pt;
color: #222222;
letter-spacing: -0.03em;
}

.resumen{
	overflow:hidden;
	padding-top: 2px;
	padding-bottom: 7px;
	float: none;
	width: 354px;
}
	.resumen img{
	margin-right: 10px;
	margin-bottom: 0px;
	}
.resumenIndex{
	overflow:hidden;
	border-top: 1px solid #B9B8B3;
	padding-top: 15px;
	padding-bottom: 15px;
}


.primerResumen{
	padding-top: 20px;
	padding-bottom: 15px;
	/*border-top: 1px dashed #999999;*/
/*border-bottom: 1px solid #666666;*/
margin-top: 5px;
	overflow: hidden;
}
.resumenCalendario{
	overflow:hidden;
	padding-top: 10px;
	padding-bottom: 15px;
	float: none;
	width: 354px;
	border-bottom: 1px dotted #B5B09B;
}
#tituloSeccion{
padding-bottom: 35px;
font-size: 2.5em;
letter-spacing: -1px;
color: #586874;
font-weight: normal;
}	
	
/*============NOTICIAS==============*/

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

/*============Nivel2 Foto Principal==============*/

#foto{
	/*height:230px;
width:356px;*/
}
#foto a{
		float:left;
		width:356px;
		height:230px;
		overflow:hidden;
		position:relative;
		z-index:1;
	}
	#foto a img{
	float:left;
	position:absolute;
	top:-60px;
	left:-60px;
    border: 10px solid #FFF;
	}
	
	#foto a:hover{
	top:0px;
	overflow:visible;
	z-index:1000;
	}
	#foto a:hover img{
	top:-30px;
	}

/*============Nivel2 Fotos Extras==============*/

.imgMediana {float:none;}
.miniExtra {
	float: left;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right: 4px;
	padding-left: 4px;
	margin: 0;
	border: 0;
}
.miniGal {
	float: left;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right: 15px;
	vertical-align: middle;
}
.miniGal img {
	margin: 0;
	border: 0;
}
.listadoAlbum{
	/*border-bottom: 1px solid #8F877E;*/
	overflow: hidden;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 60px;
	border-bottom: 1px solid #A8A38C;
}
#fotosExtra {
	overflow: hidden;
	padding-top: 10px;
	background-color: #DFDBD7;
	margin-top: 20px;
}
#fotosExtra img {margin:0;}
#fichaTecnica {
	padding-top: 12px;
	padding-bottom: 5px;
	height: 25px;
	text-align: right;
	padding-right: 50px;
	background: url(../img/fondoDownload.jpg) no-repeat right top;
}
#compartir{
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: right;
	clear: both;
}
#compartir img{
}
#video{
	text-align: center;
	padding-top: 10px;
	clear: left;
	padding-bottom: 10px;

}


.recuadroFoto{
	border: 1px solid #999999;
	height: 1%;
}

.destacado{
	font-size:1.3em;
	font-weight: bold;
	border-bottom: 1px dashed #999999;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 295px;
	overflow: hidden;
	/*background-image: url(../img/fondos/fondoDestacado.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;*/
}
.destacado img{
	float:left;
	border: thin solid #666600;
	margin-right:10px;
}

