/* CONTENIDOS
-------------------------------------------------- */


div#contenidos div#principal {
	position: relative;
	float: left;
	display: inline;
	width: 586px;
	margin: 0 20px 40px 30px;
}

div#contenidos div#principal a#enlace-volver {
	margin-right: 500px;
}

div#contenidos div#principal h2 {
	overflow: hidden;
	position: relative;
	height: 30px;
	margin: 12px 15px 3px 0;
	background-position: left;
	background-repeat: no-repeat;	
}

body.castellano div#contenidos div#principal h2 {
	width: 183px;
}

body.ingles div#contenidos div#principal h2 {
	width: 125px;
}

div#contenidos div#principal h2 span {
	position: absolute;
	top: -10000px;
}

div#contenidos div#principal fieldset {
	float: right;
	width: 586px;
	margin-top: -47px;
	padding-bottom: 7px;
	background: url(../img/bordeBuscador.gif) left bottom no-repeat;
	text-align: right;
}

div#contenidos div#principal fieldset label {
	display: block;
	margin-left: 360px;
	text-transform: capitalize;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #868686;
}

div#contenidos div#principal fieldset input {
	float: left;
	margin: 4px 0 0 360px;
	padding: 1px 3px;
	border: 1px #a2a2a2 solid;
	background: url(../img/fondoBuscadorNews.gif) #f8f8f8 left top repeat-x;
}

body.castellano div#contenidos div#principal fieldset input {
	width: 132px;
}

body.ingles div#contenidos div#principal fieldset input {
	width: 166px;	
}

div#contenidos div#principal fieldset button {
	position: relative;
	width: 52px;
	height: 30px;
	margin: 0 -4px;
	padding-bottom: 2px;
	border: 0;
	background-position: left top;
	background-repeat: no-repeat;
	text-transform: uppercase;
	line-height: 31px;
	font-weight: bold;
	font-size: 11px;
	color: #fff;
	cursor: pointer;
}

body.castellano div#contenidos div#principal fieldset button {
	width: 86px;
	background-image: url(../img/es/fondoBotonBuscadorAcademics.gif);
}

body.ingles div#contenidos div#principal fieldset button {
	width: 52px;
	background-image: url(../img/en/fondoBotonBuscadorAcademics.gif);
}

div#contenidos div#principal ol#lista-eventos {
	overflow: hidden;
	float: left;
	clear: left;
	width: 586px;
	margin-top: 5px;
}

div#contenidos div#principal ol#lista-eventos li {
	overflow: hidden;
	width: 572px;
	margin-top: 10px;
	padding: 12px 0 12px 12px;
	border: 1px #d7d7d7 solid;
	background: url(../img/fondoListaValores.gif) 0 1px repeat-x;
	line-height: 20px;
	font-weight: normal;
}

div#contenidos div#principal ol#lista-eventos li span.fecha {
	float: left;
	width: 90px;
	font-weight: bold;
	font-size: 14px;
	color: #000;
}

div#contenidos div#principal ol#lista-eventos li a {
	float: left;
	width: 470px;
	text-decoration: none;
	color: #395282;
}

div#contenidos div#principal ol#lista-eventos li a:hover {
	text-decoration: underline;
}

div#contenidos div#principal a#enlace-RSS {
	float: left;
	clear: left;
	width: 42px;
	height: 31px;
	margin-top: 20px;
	padding-left: 20px;
	background: url(../../img/fondoBotonRSS.gif) left top no-repeat;
	text-align: center;
	line-height: 30px;
	font-size: 11px;
}

div#contenidos div#principal a#enlace-RSS abbr {
	cursor: inherit;	
}
