/* CSS Document */
/* Programador: LCC Soqui*/
html, body{
	text-align:center;
}
body{
	background-image:url(img/background.jpg);
	background-repeat:repeat-x;
	background-attachment: fixed;
	font:10pt Arial, Helvetica, sans-serif;
	text-align:center;
	margin-left: 0px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.imag{
widows:435px;
height:115px;
opacity: 0;
position:absolute;}
table#titulo{
	color:#FFFFFF;
}
img { behavior: url(iepngfix.htc); }
div#nip{
	padding:5px;}
div#nip2{
	padding:5px;
	border:#036 dotted 3px;}
div#nip2 h4{
	font-size:18px;
	color:#036;
	padding:0;
	margin:0;}
/* Ahora la sombra */
#sombra{
   margin:10px;
   background:#CCCCCC; /* Color de la sombra */
   border-bottom:solid 1px #CCCCCC;
   border-right: solid 1px #CCCCCC;
   width: 755px;
}
.up{
width: 751px;
border-bottom:#000000 2px solid;
}
.bottom{
width: 751px;
font-size:smaller;
color:#999999;
border-top: #000 2px solid;
clear:left;
}
.mainleft{
padding-top: 5px;
padding-right: 3px;
width: 150px;
height:100%;
float:left;
}
.mainright{
padding-left:3px;
padding-top: 5px;
width: 150px;
height:100%;
float:left;
}
.maincenter{
background-color:#FFFFFF;
display:inline;
border-left: #000000 1px solid;
border-right: #000000 1px solid;
width: 440px;
height:100%;
float:left;

}
.noticia{
width: 370px;
color:#000000;
font-size:12px;
border-bottom: #ff0000 1px solid;
}
#contenido{
padding:5px;
}
#menuArriba{
background-image:url(img/fondoMenuArriba.png); height: 24px;	background-position:right; padding-right:10px;}
/*testing*/
div#botonArriba{
	float:left;
	background-image:url(enlaces/botonArriba.png);
	background-position:right;
	background-repeat:no-repeat;
	height:20px;
	padding-top:4px;
	padding-right:16px;
	padding-left:8px;}
/*--------------------*/
a#enlace{
	text-decoration:none;
	color:#036;
	font-weight:bold;
}
a#enlace:hover{
	color:#000;
}
a#enlace2{
	text-decoration:none;
	color:black;
	font-weight:bold;
	font-size:11px;
}
a#enlace2:hover{
	color:red;
	text-decoration:underline;
}
div#aviso{
color:#006600;
font-size:10px;
font-weight:bold;
width:150px;
}
div#aviso2{
background-color:#FFC;
border-bottom:1px solid #ccc;
padding:8px;
color:#036;
font-size:14px;
text-align:justify;
}
div#aviso3{
text-align:center;
background-color:#FFC;
color:#036;
font-size:18px;
font-weight:bold;
}
#suckertree1 a{
cursor:pointer;}
.suckerdiv ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 150px; /* Width of Menu Items */
	border-bottom: 1px solid #036;
}
	
.suckerdiv ul li{
	background: #fff;
	position: relative;
	background-image: url(img/barra_menu.gif);
}
	
/*Sub level menu items */
.suckerdiv ul li ul{
	position: absolute;
	width: 170px; /*sub menu width*/
	top: 0;
	visibility: hidden;	
}

/* Sub level menu links style */
.suckerdiv ul li a{
	display: block;
	overflow: auto; /*force hasLayout in IE7 */
	color: #036;
	text-decoration: none;
	background: #fff;
	padding: 1px 5px;
	border: 1px solid  #036;
	border-bottom: 0;
	z-index: 1;
	background-image: url(img/barra_menu.gif);
	cursor:pointer;
}

.suckerdiv ul li a:visited{
	color: #036;
}

.suckerdiv ul li a:hover{
	color:#036;
	background: none #FFF;	
}

.suckerdiv .subfolderstyle{
	color: #036;
	background: url(gifs/nextm.gif) no-repeat center right;
}	
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* Caja de Sugerencias */
#sugerencia{
border: 2px solid red;
width:150px;
padding: 5px;}
#forma{
font-size:smaller;}
/* CSS Pop-Up */
#blanket {
background-color:#111;
opacity: 0.65;
filter:alpha(opacity=65);
position:absolute;
z-index: 9001;
top:0px;
left:0px;
width:100%;
}
#popUpDiv {
position:absolute;
background-color:#eeeeee;
width:500px;
height:600px;
z-index: 9002;
}
#solicitud{
	border: 1px dashed #666;
	color:#036;
	padding-top:5px;
	padding-bottom:5px;
}
