/* CSS Document */

body {
   margin:0px;
   padding:0px;
	background-image: url(../images/background.jpg);
	background-position: 0 0px;
	background-attachment:scroll;
	line-height:13px;
	font-family : Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color:#818181;
	}

p	{margin:10px;}

#tblContent	{background-image: url(../images/background.jpg);
	}

input, textarea, select	{
	font-family : Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	border:1px solid #77787B
	}

a, img 	{margin:0px; border:0px}

a	{text-decoration: none; color:#818181;}
   
#header {
	height:167px;
	background:#ffffff;
		}

#nav_top	{
	background-image: url(../images/back_top.jpg);
	height:139px;
	}

#nav_center	{
   position:relative;
	background-image: url(../images/back_menu.jpg);
	text-align:center;
	height:20px;
	line-height:20px;
		}

.menuItem	{
	font-family : Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color: #ffffff;
	font-weight:bold;
	margin-right:11px;
	position:relative
	}

.menuSubItem	{
	background:#3097C2;
	width:200px;
	display:none;
	position:absolute;
	z-index:1000;
	}

.menuSubItem a {
	font-family : Tahoma, Arial, Geneva, Helvetica, sans-serif;
	font-size : 10px;
	line-height:16px;
	margin-left:15px;
	color: #ffffff;
	font-weight:bold;
	}
	
#backLeft	{
 	width: 294px;
 	background-image: url(../images/back_izq.jpg);
 	background-repeat: no-repeat;
	}
	
#backRight	{
 	width: 296px;
 	background-image: url(../images/back_der.jpg);
 	background-repeat: no-repeat;
	}
	
#Cnt	{
	width:685px;
	margin-right:auto;
	margin-left:auto;
	background-color:#ffffff;
		}
		
#cntInterior	{
	width: 660px;
	margin-right:auto;
	margin-left:auto;
	z-index:0;
	}

#cntTexto	{
	background-image: url(../images/back_textohome.jpg);
	background-repeat: no-repeat;
	width:180px;
	height:105px;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left:5px;
	padding-top:5px;
	padding-right:5px;
	padding-bottom:5px;
	line-height:13px;
	}

#footer	{
	margin-right:auto;
	margin-left:auto;
	font-family : Tahoma;
   font-size : 9px;
   text-align:center;
   width:673px;
   height:42px;
   background-image: url(../images/back_pie.jpg);
   background-repeat: no-repeat;
   padding-top:10px
	}

#footer a  {font-weight : bold;}

#footer2	{
	margin-right:auto;
	margin-left:auto;
	margin-top:5px;
	margin-bottom:5px;
	font-family : Tahoma, Geneva, Arial, Helvetica, sans-serif;
   font-size : 9px;
   text-align:center;
	}
	
#footer2 a {
	text-decoration: underline;
	font-weight: bold;
   color:#818181;
	}
	
.fecha	{
	font-family : Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9px;
	font-weight: bold;
	color:#818181;
}
	
.itemMenu {
 	width:217px;
 	height:52px;
 	font-family : Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
   color:#36529B;
   display:block;
   margin-bottom:2px;
 	}
 
.itemMenu div {
 	margin-left:60px;
 	padding-top:20px
 	}
 	
.titLogin	{
	font-family : Tahoma, Geneva, Arial, Helvetica, sans-serif;
 	text-align:center;
 	font-size:12px;
 	font-weight:bold;
 	line-height:30px;
 	color: #39A3CD
 	}
 	
 .titulo	{
 	font-family : Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
   font-weight : bold;
 	line-height:20px;
 	color: #39A3CD;
 	background-image: url(../images/lin_tit.jpg);
 	background-repeat: no-repeat;
 	background-position: bottom left;
 	}
 	
 .subtitulo	{
 	font-family : Tahoma, Geneva, Arial, Helvetica, sans-serif;
 	font-size : 11px;
 	color: #39A3CD;
 	}
 	
 #cntTextoAdmin	{
 	background-image: url(../images/back_textohome.jpg);
 	background-repeat: repeat-y;
 	width:188px;
 	height:160px;
 	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
 	font-size: 11px;
 	color: #818181;
 	line-height:13px;
 	text-align:center;
 	padding:2px;
	}
	
.oper_cv	{
	text-decoration: underline;
	font-weight : bold;
	}

.cntCV	{
	height:40px;
	border-bottom:1px solid #39A3CD;
	margin:5px;
	}

.resTitulo
{
  font-family : Arial, Geneva, Arial, Helvetica, sans-serif;
  font-size : 12px;
  font-weight : bold;
  color:#39A3CD;
  text-align:center;
  border-bottom:1px solid #39A3CD;
}

.resTabla
{
	border:1px solid #39A3CD;
	width:660px;
}

.Textcolor
{
	color:#39A3CD
}