/* CSS Document */

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

body {
	font-family:Verdana;
	font-size:12px;
	color:#000040;
	background-color:#FFFFFF;
	background-image:url(../img/fondo.gif);
	}
img {
	border:none;
	}

a {
	text-decoration:none;
	font-weight:bold;
	color:#333333;
	}
	
a:hover {
	color:#0099FF;
	}
a:visited{
	color:#CCCCCC;
	}
a:visted:hover{
color:#0099FF;
}
	
strong {
	font-size:16px;
	font-weight:bold;
	}

table{
	background-color:#ffffff;
	width:100%;
	text-align:center;
	}
tr, td{
	border-bottom: 1px dotted rgb(204, 204, 204);
	}

th{
	background-color:#5f8dd8;

		color:#FFFFFF;
		text-align:left;
		font-weight:bold;
		/*background-color:#ebebeb;*/
/*		background-color:#A8DEE8; /*Title Highlighted*/
		margin: 0px;
		padding-left: 10px;
		}
.enlaces{
	background-color:#5f8dd8;
	color:#FFFFFF;
	position:absolute;
	float:left;
	border: 0px;
	margin-top:0px;
	margin-left:5px;
	left: 637px;
	top: 286px;
	width: 168px;
	height: 232px;

	}
	
#contenedor {
	position:relative;
	width:810px; 	
	background-color: #FFFFFF;
	padding:10px;
	margin: 10px auto;
	border: 1px solid #778; /* margen gris de alrededor*/
	}	

	
	#titulo {
		background-image:url(../img/title.jpg);
		height:107px;
	}
	#pie {
		background-image:url(../img/base.jpg);
		height:85px;
	}

	#contenido img{
		float:left;
		padding-right:10px;
		}
	#contenido p{
			clear:both;
			}
#destacat{
	position:relative;
	margin-top:200px;}
.gran{
	color:#FFFFFF;
	background-color:#124a94;
	padding-left: 10px;
	}
.resaltat{
	width: 149px;
	position:absolute;
	background-color:#FFFF66;
	left: 638px;
	padding: 10px;
	font-size:16px;
	margin: 4px;
	border:#009999;
	top: 152px;
	text-align:justify;
	overflow: visible;
	height: 98px;
	z-index: 3;
}
