.enlaces{
	margin:20px 0 0 0;
	text-align:center;
}
.enlaces table
{
	width:100%;
}
.enlaces table tr td
{
	width:50%;
}
.enlaces table tr td
{
	text-align:center;
	vertical-align:top;
}
.enlaces .enlace1{
	float:none;
	text-align:center;
	max-width:150px;
	/*max-height:100px;*/
	width:150px;
	/*height:100px;*/
	overflow:hidden;
	margin:15px auto;
}
/*.enlaces .enlace2{
	float:right;
	clear:left;
	width:200px;
	height:150px;
	margin-left:30px;
}*/
.imagen_enlace{
	width:150px;
	max-width:150px;
	max-height:100px;
	/*height:100px;*/
	overflow: visible;
	margin:0 auto;
}
.imagen_enlace img{
	border:1px solid #003c00 !important;	
}
#texto_enlace{
	font-weight:bold;
	margin:10px auto;
	text-align:center;
	width:150px;
}
#texto_enlace SPAN
{
	font-family:Tahoma,helvetica,sans-serif;
	font-size:11px;
	color:#000000;
	}
.link{
	margin-top:5px;
	text-align:center;
}
.contacto{
	margin-top:5px;
	text-align:center;
}
.link a{
	color:#07463A;
	font-weight:bold;
	text-decoration:none !important;

}
.link a:hover{
	font-weight:bold;
	text-decoration:underline !important;

}
.contacto a{
	color:#07463A;
	font-weight:bold;
	text-decoration:none !important;

}
.contacto a:hover{
	font-weight:bold;
	text-decoration:underline !important;

}

.paginacion{
	/*float:right;*/
	width:130px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	margin:0 auto;
}
.paginacion ul{
	list-style:none;
	margin:0;
	padding:0
}
.paginacion ul li{
	float:left;
	margin: 4px;
}
.paginacion ul li a{
	display:block;
	width:15px;
	height:16px;
	background-position:center;
}
.paginacion ul li a.backbtn{
	background-image:url(../images/retrosedero.jpg);
	background-repeat:no-repeat;
}
.paginacion ul li a.backbtn:hover, .paginacion ul li a.backbtn:active, .paginacion ul li a.backbtn:focus{
	background-image:url(../images/retrosedero_on.jpg);
	background-repeat:no-repeat;
}
.paginacion ul li a.nextbtn{
	background-image:url(../images/avanzar.jpg);
	background-repeat:no-repeat;
}
.paginacion ul li a.nextbtn:hover, .paginacion ul li a.nextbtn:active, .paginacion ul li a.nextbtn:focus{
	background-image:url(../images/avanzar_on.jpg);
	background-repeat:no-repeat;
}
.center{
text-align:center;
}
