/*
 * Theme Name: PoderJudicial
 * FileName: enlaces.css
 * Description: Poder Judicial del Estado de Yucatán
 * Version: 1.0
 * Author: ISC Gabriela Areli Gonzalez Rodriguez
 * Department: Unidad de Acceso a la información
 * Organization: Poder Judicial del Estado de Yucatán
 */

.enlaces h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
 	font-size: 18px;
	text-align: left;
	color:#005B00;
	margin-top: 0px;
	padding-top: 0px;
	text-transform: uppercase;
}

.enlaces {
	text-align: center;
	margin-top: 0px;
	padding-top: 0px;
	border: 0px;
}
.enlaces #links
{
	margin-top:15px;
}

.enlaces p {
	float: left;
	margin-top: 2px;
	font-size: 14px;
}

.enlaces label {
	font-size: 14px;
}

.enlaces .par {
	display: block;
	width: 530px;
	height: 30px;
	margin-left:0px;
	text-align:left;
	clear:both;
}

.enlaces .impar {
	display: block;
	width: 530px;
	height: 30px;
	background-color: #EFEFEF;
	margin-left:0px;
	text-align:left;
	clear:both;
}

.enlaces #links a, .enlaces #links a:visited {
	text-decoration: none;
	color: #666666;
	margin-left:5px;
	float:left;
	margin-top:4px;
}

.enlaces #links a:hover {
	color:#990000;
	border-bottom: 2px #000000 solid;
	margin-left:5px;
	float:left;
	margin-top:4px;
}
.enlaces .par img, .enlaces .impar img
{
	float:left;
	margin-top:5px;
}
