/* @override http://localhost:8888/workspace/rokwebify/templates/rt_rokwebify/css/template_css.css */

/* @group Main */

html {
  /* this is a hack to force scrollbars on at 
     all times so that the page does not jump
     when going from short to long pages */
  height: 100%;
  background: #ffffff;
}

body {

}

p {
  /* setup some more readable paragraph spacing */
  margin-top: 10px;
  margin-bottom: 15px;
}

h1, h2, h3, h4, h4 {
	/* setup some more readable header spacing */
	padding-bottom: 5px;
	margin: 15px 0;
}

/* @group Fonts */

/* @group Sizes */



body {

}


div.moduletable h1,
.titulos {
	font-size: 16pt;
	background-image: url(images/nabo_29.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	color: #3D8BB9;
	font-family: "Myriad Pro";
	padding-left: 12px;
}

.titulos2 {
	font-size: 13pt;
	background-image: url(images/nabo_29.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	color: #3D8BB9;
	font-family: "Myriad Pro";
	padding-left: 12px;
}

.fedecarga {
	font-size: 16pt;
	background-position: center;
	color: #3D8BB9;
	font-family: "Myriad Pro";
}

/* @end */

/* @group Family */

div#top {
	color: #666;
}



.division {
	background-image: url(images/nabo_33.jpg);
	background-repeat: repeat-x;
	background-position: center;
	font-size: 6px;

}


/* @end */

/* @end */
a:link{
	font-family: tahoma;
	color: #3F8DBD;
	text-decoration: none;
}
.link {
	font-family: tahoma;
	font-size: 9px;
	color: #3F8DBD;
	font-weight: bold;
	background-image: url(images/link.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
	text-decoration: none;
	filter: FlipH;
}

.linksin {
	font-family: tahoma;
	font-size: 9px;
	color: #3F8DBD;
	font-weight: bold;
	text-decoration: none;
}
.texto{
	font-family: tahoma;
	font-size: 11px;
	color: #000000;
}

.infor {
	font-family: Arial;
	font-size: 11px;
	color: #145EB7;
	font-weight: normal;
	background-image: url(images/title_info.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	font-style: normal;
}

.infofecha {
	font-family: Arial;
	font-size: 11px;
	color: #003366;
	padding-left: 5px;
	font-weight: normal;
	font-style: normal;
}

.textocambio {
	font-family: Arial;
	font-size: 11px;
	color: #00000;
	padding-left: 5px;
	font-style: normal;
}

.cuadrocontact{
	font-family: tahoma;
	font-size: 11px;
	color: #666666;
	border: 1px solid #6DC07C;
	background-color: #B9E6C0;
}

.enviobotones{
	font-family: tahoma;
	font-size: 11px;
	color: #FFFFFF;
	border: 1px solid #2E6F97;
	background-image: url(images/nabo_46.jpg);
}

.stylocuadro{
	font-family: tahoma;
	font-size: 11px;
	color: #FFFFFF;
	border: 1px solid #003399;
	background-color: #4089BC;
	padding-left: 5pt;
}

/* ---- jtip <<<---------------------------------------------------------------*/

#JT_arrow_left{
	background-image: url(../images/arrow_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	left:-12px;
	height:23px;
	width:10px;
    top:-3px;
}

#JT_arrow_right{
	background-image: url(../images/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	height:23px;
	width:11px;
    top:-2px;
}

#JT {
	position: absolute;
	z-index:100;
	border: 2px solid #CCCCCC;
	background-color: #fff;
}

#JT_copy{
	padding:10px 10px 10px 10px;
	color:#333333;
}

.JT_loader{
	background-image: url(../images/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:100%;
	height:12px;
}

#JT_close_left{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_close_right{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_copy p{
margin:3px 0;
}


.jTip{
	cursor:default;
}

