@import url(https://fonts.googleapis.com/css?family=Ruda);

*{
    margin:0;
    padding:0;
}
body.principal {
	font-family: 'Ruda', sans-serif;
    font:14px/1.3;
    background:url("../images/background_01.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	position: relative;
    background-position: initial;
}

body.eleccion {
	font-family: 'Ruda', sans-serif;
    font:14px/1.3;
    background:url("../images/background_03.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	position: relative;
}

body.ventanas {
    background:url("../images/background_02.jpg") no-repeat center center fixed;
	font-family: 'Ruda', sans-serif;
}
header {
    background-color:#fcfcfc;
    box-shadow: 0 -1px 2px #111111;
    color:#fff;
    display:block;
    height:90px;
    position:relative;
    width:100%;
    z-index:100;
}
header h2{
    font-size:22px;
    font-weight:normal;
    left:50%;
    margin-left:-400px;
    padding:22px 0;
    position:absolute;
    width:540px;
}
header a.stuts,a.stuts:visited{
    border:none;
    text-decoration:none;
    color:#fcfcfc;
    font-size:14px;
    left:50%;
    line-height:31px;
    margin:23px 0 0 110px;
    position:absolute;
    top:0;
}
header .stuts span {
    font-size:22px;
    font-weight:bold;
    margin-left:5px;
}


#principal {
	    width: 1000px;
    margin: 5% auto 0;
    border: 1px solid black;
    border-radius: 10px;
    padding: 1%;
    background: white;
	opacity: 0.9;
	position: relative;
}

table {
	border: 0px;
	border: 0px;
    margin: 20px auto;
}	


table select, table input[type="text"], table input[type="number"], table input[type="email"], table input[type="date"], table input[type="password"]{
	border-radius: 8px !important;
    padding: 1% !important;
    width: 100% !important;
}

table td {
	    border: 0px;
    padding: 1% 0;
}

table thead tr{
	background: #729F00;
}

table.dataTable tbody tr {
    background-color: white !important;
    opacity: 0.8;
}

form {
	width: 80%;
	margin: 40px auto;
    padding: 2%;
    border: 1px solid black;
    border-radius: 8px;
    background: white;
    opacity: 0.8;
}


.principal.login form {
	height: 320px;
}

.principal.login fieldset {
	margin-top: 20px;
}


input[type="submit"] {
	margin: 0 auto;
    min-width: 30%;
	width: auto;
    display: block;
    padding: 2%;
    border-radius: 8px;
    background: #729F00;
    color: white;	
	cursor: pointer;
}

#contenido_wrapper {
	width: 1045px;
	margin: 0 auto;
}

a.logout {
	background:url("../images/logout.png") no-repeat center center;
	display: block;
	position: absolute;
	    right: 3%;
    top: 10%;
    width: 30px;
    height: 30px;
    text-indent: -10000000;
    background-size: 100%;
}

#footer {
	    background-color: #212121;
    box-shadow: 0 -1px 2px #111111;
    color: #fff;
    display: block;
    height: 70px;
     position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 100;
}


#footer img {
	display: block;
	width: 200px;
	height: auto;
	margin: 15px auto 0;
}

#new_nav {
	display: inline-block;
	margin: 0 auto;	
	text-shadow: 0 -1px 3px #202020;
	text-align: center;
}

#new_nav li {
	width:  40%;
	border-bottom: 1px solid #575757;
    border-left: 1px solid #929292;
    border-right: 1px solid #5d5d5d;
    border-top: 1px solid #797979;
	
	vertical-align:  middle;
	background-size: 95%;
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #787878), color-stop(0.5, #5E5E5E), color-stop(0.51, #707070), color-stop(1, #838383));
	 background-image: -moz-linear-gradient(center bottom, #787878 0%, #5E5E5E 50%, #707070 51%, #838383 100%);
   border-radius: 8px;
	background-color: #5f5f5f;
	margin: 0.5%;
	display: inline-block;
	cursor: pointer;
}

#new_nav li span.background {
	background-image: url("../images/iconos.png");
	height: 155px;
	background-repeat: no-repeat;
	display: block;
	float: left;
	width: 47%;
}

#new_nav #preincritos span{
	background-position: -210px 0px;
}


#new_nav #planchas span{
	background-position: -415px 0px;
}


#new_nav #candidatos span{
	background-position: 0px -221px;
}


#new_nav #votaciones span{
	background-position: -413px -221px;
}


#new_nav #reportes span{
	background-position: -209px -221px;
}



#new_nav li a {
	    padding-left: 50%;
    display: block;
    text-decoration: none;
    color: white;
    margin-top: 16%;
    font-size: 25px;	
}


#new_nav li:hover {
	-webkit-animation-name: animation;
    -webkit-animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-direction: normal;
    -webkit-animation-delay: 0;
    -webkit-animation-play-state: running;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-name: animation;
    -moz-animation-duration: 0.3s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: 1;
    -moz-animation-direction: normal;
    -moz-animation-delay: 0;
    -moz-animation-play-state: running;
    -moz-animation-fill-mode: forwards;
}

p.popup_menu a{
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #787878), color-stop(0.5, #5E5E5E), color-stop(0.51, #707070), color-stop(1, #838383));
	 background-image: -moz-linear-gradient(center bottom, #787878 0%, #5E5E5E 50%, #707070 51%, #838383 100%);
	     display: block;
    width: 75%;
    height: 25px;
    padding: 1%;
    vertical-align: middle;
    text-decoration: none;
    color: white;
    text-align: center;
    margin: 3% auto;
	border-radius: 8px;
}

.popup_content {
	background: gainsboro !important;
	    border: 5px solid #419400;
}

.overlay_ {
	opacity: 0.9 !important;;
}


table.dataTable, table.dataTable thead {
	    width: 1024px !important;
}


table.dataTable tbody td {
	    padding: 8px 5px !important;
}
/*ELECCIONES*/

div.eleccion_planchas {
	    width: 90%;
    margin: 2% auto;
    border-radius: 8px;
    border: 1px solid black;
    padding: 1%;
	box-shadow: 0px 0px 30px #888888;
}


.eleccion_planchas h3 {
	    margin-bottom: 40px;
		clear: both;
}


.eleccion_planchas .logout {
	float: right !important;
}

img.candidato {
	border: 1px solid #000;
margin: 0px 1px;
border-radius: 8px;
}


div.dataTables_scrollBody {
	max-height: 600px !important;
	height: 400px !important;
}