@charset "utf-8";
/* CSS Document */

body{
	background-color: white !important;
	background-position:center;
	margin:0px;
}
/*/////////top///////////*/	
#topcontenido{
	width:100%;
	height:60px;
	/* background-image:url(../images/portal_top_fnd.jpg); */
	background-repeat:repeat-x;
	/* border-bottom:#505050 1px solid; */
	margin:0px;
	background-color: #F9F9F9;
	}
#topcontenido1{
	width:100%;
	height:60px;
	/* background-image:url(../images/portal_top_fnd.jpg); */
	background-repeat:repeat-x;
	/* border-bottom:#505050 1px solid; */
	margin:0px;
	background-color: #F9F9F9;
	}	
.logo_cnt{
	width:320px;
	height:59px;
	background-image:url(../images/portal_top_fnd1.png);
	background-position:top right;
	background-repeat:no-repeat;
	float:left;
	padding-top:1px;
	}
.login_cnt{
	width: 210px;
	height:40px;
	/* background-image:url(../images/portal_top_fnd2.png); */
	background-position:top right;
	background-repeat:no-repeat;
	float:right;
	padding-top:20px;
	padding-left:20px;
	
	}	
#top h2{
	color:#FFF;
	font-family: "Myriad Pro", Helvetica, Arial, sans-serif;
	float:left;
	font-size:1em;
	width:130px;
	margin-right:30px;
	margin-top:25px;

}
#topcontenido h1{
	margin:0px;
	padding:0px;
}
#topcontenido .menu_cnt{
	float:left; 
	height:50px;
}
#topcontenido1 .menu_cnt{
	float:left; 
	height:50px;
}
#topcontenido .menu_top
{
border:#FFF 1px solid;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
background-image:url(../images/menu_p_fnd.jpg);
background-repeat:repeat-x;
position:relative;
top:20px;
left:-15px;
float:right;}

#topcontenido1 .menu_top
{
	border:#FFF 1px solid;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-image:url(../images/menu_p_fnd.jpg);
	position:relative;
	top:20px;
	float:right;
}
#topcontenido .menu_top ul{
	margin-left:0px;
	float:left;
padding-left:0em;
padding-top:0em;
margin:0;
list-style-type:none;
}
#topcontenido1 .menu_top ul{
	margin-left:0px;
	float:left;
	padding-left:0em;
	padding-top:0em;
	margin:0;
	list-style-type:none;
	font-size:16px;
}
		
#topcontenido .menu_top li{
display:inline;
}

#topcontenido1 .menu_top li{
	display:inline;
}
	
#topcontenido .menu_top a:link, #topcontenido .menu_top a:active, #topcontenido .menu_top a:visited{
	color:#FFF;
	text-decoration:none;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	float:left;
text-decoration:none;

	padding:0.5em 0.6em;

	/* margin-right:0.1em; */
font-size:0.8em;
border-right:#FFF 1px solid;

	line-height:1em;
}

#topcontenido1 .menu_top a:link, #topcontenido1 .menu_top a:active, #topcontenido1 .menu_top a:visited{
	color:#FFF;
	text-decoration:none;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	float:left;
	text-decoration:none;
	padding:0.5em 0.6em;
	font-size:0.8em;
	border-right:#FFF 1px solid;
	line-height:1em;
}

#topcontenido .menu_top a:hover{
	background-color:#1F1F1F;}
	
#topcontenido1 .menu_top a:hover{
	background-color:#1F1F1F;}	
	
.intrbutton {
	-moz-box-shadow:inset 0px 1px 0px 0px #cccccc;
	-webkit-box-shadow:inset 0px 1px 0px 0px #cccccc;
	box-shadow:inset 0px 1px 0px 0px #cccccc;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1ed689), color-stop(1, #0f8a59) );
	background:-moz-linear-gradient( center top, #1ed689 5%, #0f8a59 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1ed689', endColorstr='#0f8a59');
	background-color:#1ed689;
	-webkit-border-top-left-radius:4px;
	-moz-border-radius-topleft:4px;
	border-top-left-radius:4px;
	-webkit-border-top-right-radius:4px;
	-moz-border-radius-topright:4px;
	border-top-right-radius:4px;
	-webkit-border-bottom-right-radius:4px;
	-moz-border-radius-bottomright:4px;
	border-bottom-right-radius:4px;
	-webkit-border-bottom-left-radius:4px;
	-moz-border-radius-bottomleft:4px;
	border-bottom-left-radius:4px;
	text-indent:0;
	border:1px solid #ffffff;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:13px;
	font-weight:bold;
	font-style:normal;
	height:26px;
	line-height:26px;
	width:143px;
	text-decoration:none;
	text-align:center;
}
.intrbutton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0f8a59), color-stop(1, #1ed689) );
	background:-moz-linear-gradient( center top, #0f8a59 5%, #1ed689 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0f8a59', endColorstr='#1ed689');
	background-color:#0f8a59;
}.intrbutton:active {
	position:relative;
}
/* This button was generated using CSSButtonGenerator.com */	
	
		
/*/////////top///////////*/		
#slidder{
	width:100%;
	height:360px;
	background-repeat:repeat-x;
	
	}
/*/////////menu2///////////*/		
#menu2{
	width:100%;
	height:190px;
	background-repeat:repeat-x;
	margin-left:auto;
	margin-right:auto;
	}
.menu2_cnt{
	width:1135px;
	height:191px;
	background-image:url(../images/portal_menu2_fnd.png);
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	top:-2.57em;
	z-index:200;
	padding-top:5.8em;
		
	}
.menu2_cnt ul{
	margin-left:30px;
	float:left;
width:100%;
padding-left:6em;
padding-top:0.8em;
margin:0;
list-style-type:none;
	
	}
		
.menu2_cnt li{
	display:inline;
	
}
	
.menu2_cnt a:link, .menu2_cnt a:active, .menu2_cnt a:visited{
	color:#FFF;
	text-decoration:none;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	float:left;
width:7em;
text-decoration:none;
padding:0.2em 0.6em;
margin-right:5em;
font-weight:600;
line-height:1em;
}
.menu2_cnt a:hover{
	color:#CF0;}

/*/////////menu2///////////*/
/*/////////banners 1///////////*/							
#adv1{
	width:100%;
	height:95px;
	background96-repeat:repeat-x;

	}
#adv1 table{
	width:1120px;
	height:99px;
	background-image:url(../images/portal_adv_fnd.jpg);
	background-repeat:no-repeat;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	top:-30px;
}
#adv1 h3{
	font-size:15px;
	margin:0px;
	padding:0px;
}
#adv1 p{
		margin:0px;
	padding:0px;	
}
#adv1 .espacio_1{
	width:115px;}
#adv1 .espacio_2{
	width:260px;}
/*/////////banners 1///////////*/
/*/////////banners 2///////////*/			
#adv2{
	width:100%;
	height:65px;
	background-repeat:repeat-x;
	position:relative;
	top:-15px;
	}
/*/////////banners 2///////////*/		
#footer{
	width:100%;
	height: 60px;
	background-color: hsl(0, 100%, 100%);
	background-image:url(../images/portal_footer_fnd.jpg);
	background-repeat: repeat-x;
	color:#FFF;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	height: 70px;
	}
#footer p{
	margin-left:auto;
	margin-right:auto;
}
#footer a:link, #footer a:active, #footer a:visited{
	color:#FFF;
	text-decoration:none;
	font-family:Arial, sans-serif;
}
#footer a:hover{
	color:#fff;
	text-decoration:underline;}
/*/////////banners 2///////////*/
/*/////////internas///////////*/
#printernas{
	width:100%;
	height:178px;
	background-color:#9C9C9C;
	background-image:url(../images/portal_internas_fnd.jpg);
	background-repeat:repeat-x;
	text-align:center;
	padding-top:0px;
	margin-top:0px;
	border-bottom:#727272 1px solid;
	}
#contenido_int{
		background-repeat:repeat-x;
		position:relative;
		top: -46px;
}
#contenido_int h2{
	background-repeat:no-repeat;
	background-position:top left;
	height:44px;
	color:#FFF;
	font-family: Arial Black, Helvetica, sans-serif;
	letter-spacing:-1px;
	width:91%;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:3px;
	padding-left:80px;
	padding-top:10px;
	}
#contenido_int .volver_esp{
	width:125px;
	background-color: #FFFFFF;
	text-align:center;
	color: black;
}
#contenido_int .volver_esp a:link, #contenido_int .volver_esp a:active,  #contenido_int .volver_esp a:visited{
	color: hsl(0, 3%, 36%);
		
	font-family: Arial black, Helvetica, sans-serif;
	font-size:14px;
	font-weight:600;
	text-decoration:none;
}
#contenido_int .volver_esp a:hover{
	text-decoration:underline;
}					
.division2{
	background-image:url(../images/fondo_contac.png);
	width:1024px;
	background-color: #E8E8E8;
	margin-left:auto;
	margin-right:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	
}
.division{
	width:1024px;
	background-color: #E8E8E8;
	margin-left:auto;
	margin-right:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	
}

.menu_int{
	width: 205px;
	max-width:100%;
	height: 350px;
	margin-right: -10px;
	font-size: 16px;
	vertical-align: middle;
	position: relative;
	left: -30px;
}

/* CSS pantallas de 320px o superior */
@media (min-width: 320px) {

  .menu_int {
    width: 100%;
    height: 180px;
  } 
  .menu_Verde{
		background-image: url('../images/menuverde.png') no;
		width: 100%;
        height: 100%;
		background-size:100%;
		background-repeat:no-repeat;
		
	
	}

}

/* CSS pantalla 768px o superior */
@media (min-width: 768px) {

  .menu_int {
    width: 205px;
	max-width:100%;
	height: 350px;
	margin-right: -10px;
	font-size: 16px;
	vertical-align: middle;
	position: relative;
	left: -30px;
	
  } 
  .menu_Verde{
		background-image: url('../images/menuverde.png');
	}
	
}


.barra_azul{
	background-image: url('/irj/go/km/docs/documents/Public%20Documents/Extranet/images/fondo_titulo_pagina_s1.png');
}

.barra_verde{
	background-image: url('/irj/go/km/docs/documents/Public%20Documents/Extranet/images/fondo_titulo_pagina_s1V.png');
	text-align: left;
    font-size: 19px;
}

.banner_verde{
	background-image: url('/irj/go/km/docs/documents/Public%20Documents/Extranet/images/fondo_titulo_pagina_s1V.png');
    font-size: 21px !important;
    text-align: left;
}

.barra_roja{
	background-image: url('/irj/go/km/docs/documents/Public%20Documents/Extranet/images/fondo_titulo_pagina_s1R.png');
}
.menu_int ul{
	/* list-style:none; */
	/* margin: 50px; */
	/* border:#7E7E7E solid 1px; */
	}
.menu_int ul li{
	height: 40px;
	padding-top:3px;
	color: white;
}			
.menu_int a:link, .menu_int a:active, .menu_int a:visited{
	text-decoration:none;
	color: #FFFFFF;
	font-size: 14px;
	font-family: Arial Black;
}
.menu_int a:hover{
	text-decoration:underline;
	color: #FFFFFF;

}
.menu_int h3{
	/* background-image:url(../images/portal_menu_int_p.png); */
	background-position:left;
	color:#fff;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:800;
	margin:0px;
	
	}	
	
	.prtlPrtlFullPageAppBody{
		 background-color:transparent !important;
	}
	
	.titulos_inbox {
		font-size: 14pt;
		color: #3582C4;
		background-image: url(../images/titulo_inbox.png);
		background-position:right top;
		background-repeat:no-repeat;
		height:36px;
		padding-top:20px;
		padding-left:25px;
		text-align:left;
	
	}
	
	p{
		text-align:justify;
		margin-left: 30px !important;
		margin-right: 30px;
	
		font-size: 15px;
}
	
	.tituloAzul{
		color: #285BA5;
		font-size: 32px;
		font-weight: bold;
		font-family: arial BLACK;
	}
	
	.tituloRojo{
		color: #EE3523;
		font-size: 32px;
		font-weight: bold;
		font-family: arial BLACK;
	}
	
	.tituloVerde{
		color: #018752;
		font-size: 32px;
		font-weight: bold;
		font-family: arial BLACK;
	}
	
	.menu_Rojo{
		background-image: url('../images/menurojo.png');
	}
	
	.menu_Azul{
		background-image: url('../images/menuazul.png');
	}
	
	.menu_Verde{
		background-image: url('../images/menuverde.png');
	}
	.copyright{
		font-size:11px;
	}
	.parrafo_f{
		font-size:13px;
	}
		
    @media only screen and (max-width: 760px), (min-width: 768px) and (max-width: 1024px)  
    {
    
        table.width200, .width200 thead, .width200 tbody, .width200 th, .width200 td, .width200 tr { display: block; }
        
        .width200 thead tr { position: absolute;top:-9999px;left:-9999px;}
        
        .width200 tr { border: 1px solid #ccc;}
        
        .width200 td { border: none;border-bottom: 1px solid #ccc; position: relative;padding-left: 50%;}
        
        .width200 td:before { position: absolute; top: 6px; left: 6px; width: 45%; padding-right: 10px; white-space: nowrap;}
		        
		        
        .descarto {display:none;}
        .fontsize {font-size:10px}
    }
	
	.encabezado{
		background: #008752;
	    color: white;
		padding:10px;
	}
	
	#footer1{
		background:#E6E6E6;
	}
	
	
 
  
    
  
													