*{
  padding: 0px;
  margin: 0px;
}

body {
  /*background:url("imagenes/degradFondo.gif") repeat-x;*/
  font-family: arial, helvetica, sans-serif;
  font-size: 11px;
}

img{
border:0px;}

#contenedor{
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	width: 950px;
}

#cabecera{
	background:url("imagenes/fondoLogo.png") no-repeat;
	width: 100%;
	height: 100px;
	margin: 0px;
}
#logo{
	float: left;
}
#enlacesCabecera{
	float: right;
	width: 220px;
	height: 40px;
	margin-top: 50px;
	
}
.linkMaiv{
	padding-left: 30px;
	padding-top:12px;
	background:url("imagenes/logominiMaiv.png") no-repeat;
	height: 100%;
	float: left;
	width: 70px;
}
.linkUpd{
	padding-left: 35px;
	background:url("imagenes/logominiUPD.png") no-repeat;
	height: 100%;
	float: left;
	padding-top:12px;
}
.linkMaiv a, .linkUpd a{
	font-weight: bold;
	text-decoration:none;
	color: black;
	font-size: 11px;
}
.linkMaiv a:hover, .linkUpd a:hover{
	text-decoration:underline;
}


#contenidos{
	width: 100%;
	border: 1px solid #e1ebf7;
	text-align: center;
	
}
#pie{
	border-top: 2px solid #bfbfbf;
	color:#666666;
	padding: 10px;
}

#pie_logos{
	margin-top: 10px;
	text-align: center;
}


.tituloListado {
	color: #FFFFFF;
	background-color: #b9d305;
	padding: 20px;
	height: 85px;
	width: 630px;
	text-align: center;
	font-size:24px;
	margin:20px auto 0 auto;
}

td{
	border-bottom: 1px solid #cccccc;
	vertical-align: middle;
	padding: 5px;
	font-size: 11px;
}
table{
margin:0 auto 0 auto;
text-align: center;

}

td a{
	color:#990000;
	
}