@charset "utf-8";

#contenido #breves {
	width: 700px;
	margin-left: 40px;
}
#todo #contenido #breves #otras a {
	color: #666666;
}

#todo #contenido #breves #otras a:hover {
	color: #FFFFFF;
}
/* CSS Document */


#todo #contenido h1 {
	background-repeat: no-repeat;
	background-position: 0px 0px;
	line-height: 60px;
	text-indent: -5000px;
	margin: 0px;
}


#contenido #breves .breve {
	width: 600px;
	height: 101px;
	position: relative;
	padding: 10px;
	margin-bottom: 10px;
	background-position: right bottom;
	background-repeat: no-repeat;
}
#todo #contenido #breves .breve .nro {
	position: absolute;
	height: 50px;
	width: 45px;
	left: 577px;
	top: 71px;
	font-size: 36px;
	line-height: 80px;
	overflow: hidden;
	text-align: right;
}


#contenido #breves .breve .img {
	width: 91px;
	height: 91px;
	padding: 5px;
	float: left;
	border: 1px solid #F0F0F0;
}
#contenido #breves .breve .titulo {
	float: left;
	width: 470px;
	margin-left: 10px;
	background-color: #FFFFFF;
	padding-left: 10px;
	font-size: 12px;
	color: #999999;
}

#contenido #breves .breve .titulo h2{
	font-weight: normal;
	line-height: 20px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-size: 18px;
}
#contenido #breves .breve_larga {
	width: 600px;
	position: relative;
	padding: 10px;
	margin-bottom: 0px;
}

.descrip_larga {
	line-height: 180%;
}
#todo #contenido #breves #otras {
	clear: both;
	width: 550px;
}

#contenido #breves .breve_larga .titulo h2 {
	font-weight: normal;
	line-height: 20px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-size: 18px;
}
#contenido #breves .breve_larga .titulo {
	float: left;
	width: 470px;
	margin-left: 10px;
	background-color: #FFFFFF;
	padding-left: 10px;
	font-size: 12px;
	color: #999999;
}
#contenido #breves .breve_larga .img {
	width: 91px;
	height: 91px;
	padding: 5px;
	float: left;
	border: 2px solid #F0F0F0;
}
#todo #contenido #breves #otras ul {
	list-style-type: none;
	padding: 10px;
	border: 1px solid #EEEEEE;
}
#todo #contenido #breves #otras li {
	list-style-type: none;
	padding: 5px;
	display: inline;
}
