/*
general
----------------------------------*/
*{
	padding:0px;
	margin:0px;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 100%;
	background: #FFFFFF;
	color: #545454;	
}
html, body {
    height: 100%;
    }
img{
	border: none;
}
a{
	color: #ed2e38;
	outline: none;
	cursor: pointer;
	text-decoration:none;
    background: inherit !important;

}
a:hover{
	color:#ed2e38;
	text-decoration:underline;
	background: inherit !important;
}
a:hover img{
	border:none;
}
hr{
	background-color:#ccc;
	color:#FFFFFF;
}
h1{
	width:99%;
	border-bottom:1px solid #a9a9a9;
	text-align:left;
	margin:0px 0px 10px 0px; 
	font-weight:bold;
	padding:1px 5px 1px 5px;
	text-decoration:none;
	font-size:120%;
}
h2{
	width:99%;
	border-bottom:1px solid #a9a9a9;
	text-align:left;
	margin:0px 0px 10px 0px;
	padding:1px 5px 1px 5px;
	text-decoration:none;
	font-size:120%;
	font-weight:normal;
}
h2 a{
	color:#ed2e38;
	padding:1px 4px 1px 4px;
	text-decoration:none;
	font-size:88%;
	background: inherit !important;
}
h2 a:hover{
	color:#545454;
	text-decoration:none;
	background: inherit !important;
}
h3{
	font-weight:normal;
	font-size:110%;
	border-bottom:1px solid #a9a9a9;
	padding:1px 5px 1px 5px;
}
li{
	list-style:none;
}
.mini{
	font-size:11px;
	font-weight:bold;
	padding:1% 1% 0px 0px;
	display:block;
	text-align:right;
	width:99%;
	position:absolute;
	top:0;
	left:0;
}
.mini a{
	color: #ed2e38;
	outline: none;
	cursor: pointer;
	text-decoration:none;
    background: inherit !important;

}
.mini a:hover{
	color:#ed2e38;
	text-decoration:underline;
	background: inherit !important;
}
.color_red{
	margin:0px;
	padding:0px;
	color:#ed2e38;
	background: inherit !Important;
}
/*
contenedor
----------------------------------*/
#container {
	min-height:100%;
	height: 100%;
	background: none;
	display:table;
	width:100%;
	margin:0 auto;
}
* html #container {
	height:100%;
}
/*
	portada
	----------------------------------*/
#mc_flash{
width:100%;
margin:0 auto;
text-align:center;
}

#footer2 {
	background: #FFFFFF;
	width:99%;
	margin:-35px 0 0 0;
	text-align:center;
	padding-top:0px;	
	color:#545454;
	clear: both;
	height: 33px;
	bottom:0;
	font-size:70%;
}
#infofooter2{
	text-align:left;
	float:left;
	width:50%;
	margin-left:15px;
}
/*
	pie de pagina
	----------------------------------*/

#infofooter2 a{
	color:#545454;
	background: inherit !Important;
	font-weight:bold;
}
#validation{
	float:right;
	text-align:right;
	width:45%;
}
#validation ul{
	list-style:none;
}
#validation li{
	float:right;
	list-style:none;
}
#img_loading{
margin:3px 2px 5px 2px;
}
#validation img{
	margin:3px 0px 4px 4px;
}
/*
	extra
	----------------------------------*/
#autor{
	visibility:hidden; 
	display:none;
}
#content {
    display: table-cell;
    vertical-align: middle;
    position: relative;
	width:100%;
	height:100%;
    }
	.sindicalizacion{
	text-align:center;width:98%; display:block;
	padding:40px 0 35px 0;

	}
