﻿@charset "utf-8";
/* CSS Document */

*{margin:0px; padding:0px;}

body{
	font:11px Arial,Tahoma, Helvetica;
	text-align:center;
	margin:0;
	padding:0;
}

body h3{
	font-size:13px;
}

body h4{
	font-size:11px;
}

body h1{
	font-size:22px;
}




#page-wrap{
	width:1024px;
	border:1px solid #F00;
	margin:0 auto;
}

#header{
	background-image:url(images/img_header_bg.jpg);
	height:152px;
	text-align:left;
}

#header img{
	margin-top:10px;
}

#header h1 {
    position: relative;
    text-align: center;
    top: -100px;
    width: 100%;
	color: white;
	font-size:20px;
}

#contenidoPrincipal{
	width:1024px;
	height:554px;
	background-image:url(images/fondo.jpg);
}

#contenidoInterior{
	width:1024px;
	height:554px;
	background-image:url(images/fondodegradado.jpg);
}

#frmLogin {
    border: 5px solid #CCC;
    border-radius: 10px 10px 10px 10px;
    display: inline-block;
    margin-top: 170px;
    width: 290px;
    padding: 30px;
	text-align:center;
}

#frmLogin ul{
	list-style-type:none;
}

#frmLogin ul li{
	height:25px;
}

#frmLogin label{
	display:inline-block;
	width:90px;
	font-weight:bold;
	text-align:right;
}

#frmLogin em{
	display:inline-block;
	width:235px;
	text-align:right; 	
}

#frmLogin input{
	width:130px;
}


#logout {
	text-align:right;
	margin-top:5px;
	border:none;
}

#avisos{
	margin-top:45px;
	border:none;
}

#bienvenido{
	margin-top:10px;
	margin-left:10px;
	border:none;
}

.tituloNormal {
	text-align: left;
}

#contPlanilla{
	width:100%;
	height:100%;
	/*text-align:right;*/
	border:none;
	margin-top:20px;
}

.tablaPlanillas {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	width: 90%;
	margin-left:auto;
	margin-right:auto;
	border:1px solid black;
	}

.tablaPlanillas th {
	padding: 5px;
	font-size: 14px;
	background-color: red;
	background-image: url(images/fondo_th.png);
	background-repeat: repeat-x;
	color: #FFFFFF;
	border:1px solid black;
	font-family: "Trebuchet MS", Arial;
	text-transform: uppercase;
}

.tablaPlanillas td {
	padding: 5px;
	border:1px solid black;
	/*text-transform: uppercase;*/
}

.tablaPlanillas ul{
	list-style:none;
}

.btnVotar{
	width:200px;
}

.tablaBottom {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	width: 90%;
	margin-left:auto;
	margin-right:auto;
	border:none;
	margin-bottom:25px;
	}

.tablaTop{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	width: 90%;
	margin-left:auto;
	margin-right:auto;
	border:none;
	margin-top:25px;
}
.celdaLogin {
	font-family: "Arial", Times, serif;
	font-size: 13pt;
	font-style: oblique;
	color: #FFF;
	background-color: #666;
	/*background-color: #FC353A;*/
	text-align: center;
}

