@charset "utf-8";
/* CSS Document */
html, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big,
cite, code, del, dfn, em, font, img,
ins, kbd, q, s, samp, small, strike,
strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
center, u, b, i {
     margin: 0;
     padding: 0;
     border: 0;
     outline: 0; 
}
:focus {
     outline: 0
}
a {
	outline:none;
}
ol, ul {
     list-style: none
}
table {
     border-collapse: collapse;
     border-spacing: 0
}
blockquote:before, blockquote:after, q:before, q:after {
     content: ""
}
blockquote, q {
     quotes: "" ""
}
input, textarea {
     margin: 0;
     padding: 0
}
hr {
     border:1px solid #ccc;
}
html, body {
	height:100%;
}
body {
	 margin: 0;
     padding: 0;
     border: 0;
     outline: 0;
     font-weight: normal;
     font-style: normal;
     font-size: 62.5%;
     line-height:1.5em;
	 font-family:"Arial", Helvetica, sans-serif;
	 background-color:#fff;
	 background-image:url(../gfx/bg.gif);
	 background-repeat:repeat-x;
}
.title-left {
	font-size:1.6em;
	font-weight:bold;
	text-indent:10px;
	color:#fff;
	margin-left:0px;
	margin-top:0px;
	width:212px;
	height:22px;
	padding-top:0.6em;
	background-color:inherit;
}
.title-right {
	font-size:1.8em;
	font-weight:bold;
	text-indent:40px;
	color:#143d55;
	margin-top:5px;
	margin-bottom:10px;
	width:100%;
	line-height:2.0em;
	border-bottom:1px solid #8ad3fd;
	background-color:inherit;
	background-image:url(../gfx/bullet-title.gif);
	background-repeat:no-repeat;
}
.title-home {
	font-size:1.8em;
	font-weight:bold;
	text-indent:40px;
	color:#143d55;
	margin-top:5px;
	margin-bottom:10px;
	width:100%;
	line-height:2.0em;
	border-top:1px solid #8ad3fd;
	border-bottom:1px solid #8ad3fd;
	background-color:inherit;
}
.title-right-subs {
	font-size:1.4em;
	font-weight:bold;
	text-decoration:underline;
	color:#143d55;
	margin-top:0px;
	width:100%;
	line-height:2.0em;
	background-color:inherit;
}
.title-secondary {
	font-size:1.4em;
	font-weight:bold;
	color:#143d55;
	text-decoration:underline;
	margin-top:15px;
	background-color:inherit;
}
.title-sub {
	font-size:1.4em;
	font-weight:bold;
	color:#143d55;
	text-decoration:underline;
	margin-top:15px;
	background-color:inherit;
}
.title-simple {
	font-size:1.4em;
	font-weight:bold;
	color:#143d55;
	margin-top:15px;
	margin-bottom:2px;
	background-color:inherit;
}
.title-sub-nomenclator {
	font-size:1.4em;
	font-weight:bold;
	color:#09c;
	text-decoration:underline;
	margin-top:15px;
}
.title-small {
	font-size:1.2em;
	font-weight:bold;
	color:#143d55;
	margin-top:15px;
	margin-bottom:2px;
	background-color:inherit;
}
.title-small-under {
	font-size:1.2em;
	color:#143d55;
	text-decoration:underline;
	margin-top:15px;
	margin-bottom:2px;
	background-color:inherit;
}
.title-micro-under {
	font-size:1.1em;
	color:#143d55;
	text-decoration:underline;
	margin-top:15px;
	margin-bottom:2px;
	background-color:inherit;
}
.member {
	font-size:1.4em;
	font-weight:bold;
	color:#143d55;
	margin-top:10px;
	margin-bottom:-0.7em;
	background-color:inherit;
}
#container {
	position:relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -115px;
	/*margin:0 auto;*/
	/*padding-bottom:20px;*/
	width:775px;
}
#header {
	position:relative;
	width:775px;
	height:97px;
	top:0px;
	background-image:url(../gfx/bg-header.jpg);
	background-repeat:no-repeat;
}
#top {
	position:relative;
	margin:0 auto;
	width:95%;
	height:21px;
	top:0px;
}
#top ul.flags {
	float:right;
	width:162px;
	height:20px;
	background-image:url(../gfx/bg-lang.gif);
	background-repeat:no-repeat;
}
#top ul.flags li {
	float:left;
	display:inline; 
	width:auto; 
	padding:.3em;
	margin-left:5px; 
	color:#143d55; 
	list-style:none;
	background-color:inherit;
}
#h {
	width:99%;
	height:70px;
	margin-top:0px;
	vertical-align:middle;
}
#h ul.logo {
	float:left;
	width:180px;
	height:70px;
	margin-left:15px;	
}
#h ul.fastlink {
	float:right;
	margin-top:40px;
	margin-right:10px;
	width:auto;
	height:20px;
}
#h ul.fastlink li {
	float:left; 
	width:auto; 
	font-size:12px; 
	font-weight:bold; 
	padding:0em 3px 0em 10px; 
	color:#143d55; 
	list-style:none;
	background-color:inherit;
}
#h ul.fastlink li a {
	width:auto; 
	height:20px; 
	margin-right:5px; 
	text-decoration:none; 
	font-size:12px; 
	color:#143d55;
	background-color:inherit;
}
#h ul.fastlink li a:hover {
	width:auto; 
	height:20px; 
	margin-right:5px; 
	text-decoration:none; 
	font-size:12px; 
	color:#09c;
}
/* ---------------------- Dolphin nav ---------------------- */
#navbar{
	position:relative;
	height:35px;
	color:#E0E0E0;
	background:#143d55;
	width:99%; 
	margin-bottom:10px;
}
#navbar_inner{
	position:relative;
	height:29px;
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
	background:#143d55 url(../gfx/dolphin_bg.gif) repeat-x bottom left;
	padding:0 0 0 20px;
}
#navbar_inner ul{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	float:left;
}
#navbar_inner ul li{
	display:block;
	float:left;
	margin:0 1px;
	width:auto
}
#navbar_inner ul li a {
	display:block;
	float:left;
	color:#EAF3F8;
	text-decoration:none;
	padding:0 0 0 20px;
	width:auto;
	height:29px; 
	outline:none; 
	font-size:12px;
}
#navbar_inner ul li a span {
	padding:0px 20px 0 0;
	width:auto;
	height:29px;
	float:left;
	line-height:29px;
}
#navbar_inner ul li a.current, #navbar_inner ul li a.current:hover{
	color:#fff;
	background-color:#143d55;
	/*background: url(../gfx/dolphin_left-ON.gif) no-repeat bottom left;*/
	line-height:normal;
}
#navbar_inner ul li a.current span{
	display:block;
	width:auto;
	background-color:#143d55;
	/*background:#1D6893 url(../gfx/dolphin_right-ON.gif) no-repeat bottom right;*/
	height:29px;
	line-height:29px;
}
#navbar_inner ul li a:hover{
	color:#fff;
	background-color:inherit;
	/*background:transparent url(../gfx/dolphin_bg-OVER.gif) repeat-x bottom left;*/
}
#navbar_inner ul li a:hover span{
	display:block;
	width:auto;
	cursor:pointer;
}
/* ---------------------- END Dolphin nav ---------------------- */
#banner-main {
	position:relative;
	margin:0 auto 5px auto;
	width:768px;
	height:96px;
	z-index:100;
}
#left {
	position:relative;
	margin-left:7px;
	padding-top:0.8em;
	float:left;
	width:210px;
}
#left ul {
	margin:0.4em 0em 2.0em auto;
	text-align:left;
}
#left ul li {
	width:212px;
	line-height:2.2em;
	border-bottom:1px solid #e0e0e0;
}
#left ul li.second {
	width:94%;
	line-height:2.0em;
	margin-left:15px;
	text-indent:5px;
	font-size:0.85em;
}
#left ul li img{
	margin-right:5px;
	vertical-align:middle;
}
#left ul li:hover {
	border-bottom:1px solid #09c;
}
#left ul li.sub-left:hover {
	border-bottom:1px solid #fff;
	background-color:inherit;
}
#left ul li a {
	line-height:1.4em;
	text-decoration:none;
	font-size:1.4em;
	font-weight:bold;
	color:#143d55;
	vertical-align:middle;
	background-color:inherit;
}
#left ul li.sub-left a {
	line-height:1.4em;
	text-decoration:none;
	font-size:1.2em;
	font-weight:bold;
	color:#143d55;
	vertical-align:middle;
	background-color:inherit;
}
#left ul li a {
	color:#143d55;
	background-color:inherit;
}
#left ul li a:hover {
	color:#09c;
}
#right {
	position:relative;
	float:left;
	width:515px;
	height:auto;
	margin-left:2.0em;
	margin-bottom:5.0em;
	background-color:inherit;
}
#right p {
	font-size:1.2em;
	text-align:justify;
	color:#143d55;
	line-height:normal;
	padding-top:0.8em;
	padding-right:0.5em;
	background-color:inherit;
}
#right p.go-top {
	text-align:right;
	border-bottom:1px solid #ccc;
}
#right div ul li {
	margin-left:15px;
	font-size:1.2em;
	list-style:disc;
	text-align:justify;
	color:#143d55;
	line-height:normal;
	padding-top:0.8em;
	padding-right:0.5em;
	background-color:inherit;
}
#right img {
	margin-top:1.0em;
	margin-left:1.6em;
}
.unique {
	background-color:#fff !important;
	background-image:url(../gfx/bg-home.jpg);
	background-repeat:no-repeat;
	background-position:center;
}
#unique {
	position:relative;
	margin:0 auto;
	text-align:center;
	width:550px;
	height:505px;
}
div.logo img {
	position:relative;
	width:190px;
	height:70px;
	margin:11.0em auto 10% auto;
	text-align:center;
	background-color:inherit;
}
#unique div.welcome {
	position:relative;
	float:left;
	width:50%;
	margin:0 auto;
	background-color:inherit;
}
#unique a {
	color:#143d55;
	text-decoration:none;
	background-color:inherit;
}
#unique a:hover{
	color:#09c;
	text-decoration:none;
}
.push {
	clear:both;
	height:115px;
}
#footer {	
	clear:both;
	position:relative;
	width:100%;
	height:115px;
	background-color:#143d55;
	background-image:url(../gfx/bg-footer.gif);
	background-repeat:repeat-x;
	border-top:2px solid #06293d;
}
#footer-inner {
	width:730px;
	height:auto;
	margin:0 auto;
	padding-top:0.8em;
	border-top:1px solid #fff;
}
#footer-inner-left {
	position:relative;
	float:left;
	width:580px;
	height:auto;
	background-color:inherit;
}
#footer-inner-left ul li {
	font-size:1.2em;
	color:#fff;
	font-weight:bold;
	padding-left:20px;
	background-color:inherit;
}
#footer-inner-left ul li a {
	font-size:1.1em;
	color:#92D8FE;
	font-weight:bold;
}
#footer-inner-right {
	position:relative;
	float:left;
	width:150px;
	height:auto;
	padding-top:4.0em;
	background-color:inherit;
}
#footer-inner-right img {
	font-size:1.2em;
	color:#fff;
	font-weight:bold;
	width:139px;
	height:34px;
	background-color:inherit;
}
.registro-marca {
	width:215px;
	height:122px;
	padding-bottom:0.5em;
	margin-bottom:5.0em;
	background-color:inherit;
	background-image:url(../gfx/bg-registro.gif);
	background-repeat:no-repeat;
}
.registro-marca p {
	font-size:1.2em;
	font-weight:bold;
	color:#143d55;
	line-height:1.5em;
	padding-top:0.5em;
	padding-left:12px;
	background-color:inherit;
}
.registro-marca p a {
	text-decoration:none;
	font-size:1.0em;
	font-weight:bold;
	color:#09c;
	background-color:inherit;
}
/*tabla*/
table {
	width:100%;
	height:auto;
	font-size:1.2em;
	font-weight:bold;
	color:#143d55;
	border:0px;
	background-color:inherit;
}
tbody tr td {
	height:16px;
	vertical-align:middle;
	border-bottom:1px solid #e0e0e0;
	background-color:#fff;
	padding-bottom:10px;
	background-color:inherit;
}
tbody tr td a {
	font-size:1.2em;
	font-weight:bold;
	color:#09c;
}
/* Accordion */
.accordion {
	width: 100%;
}
.accordion h2 {
	background-color: #fff;
	padding: 5px 0px;
	margin: 0;
	font-size: 1.2em;
	text-indent:14px;
	color:#143d55;
	cursor: pointer;
	background-image:url(../gfx/bullet-title2.gif);
	background-repeat:no-repeat;
}
.accordion h2:hover {
	color:#09c;
}
.accordion h2.active {
	color:#143d55;
	background-color: #fff;
}
.accordion div {
	margin: 0;
	padding: 0px 15px 15px 14px;
	background-color:inherit;
}
.accordion div a {
	text-decoration:none;
	font-size:1.0em;
	font-weight:bold;
	color:#143d55;
	background-color:inherit;
}
/* FORMULARIO */
#content form {	
	font-size:1.2em;
	line-height:normal;
	background-color:inherit;
}
#content form  dt {
	font-size:1.2em;
	font-weight:bold;
	color:#143d55;
	background-color:inherit;
}
#content input, textarea {
	margin-top:0.2em;
	margin-bottom:0.7em;
	padding:0.2em;
	border:1px solid #ccc;
}
#content label {
	cursor:pointer;
}
#content .button {
	width:4.0em;
	height:auto;
	background-color:#143d55;
	color:#fff;
	margin-top:5px;
	margin-bottom:0em;
	border:0;
	cursor:pointer;
	padding:0.2em;
}
#content .required {
	font-size:1.2em;
	font-weight:bold;
	color:#069;
}
#content .error {
	font-size:1.2em;
	font-weight:bold;
	color:#069;
}
/* Nomenclatura */
#nomenclator {
	position: relative;
	padding-bottom:10px;
	margin-bottom:5px;
	background-color:inherit;
}
#nomenclator a {
	font-size:1.2em;
	font-weight:bold;
	color:#09c;
	text-decoration:none;
	margin-right:6px;
	background-color:inherit;
}
#nomenclator p  {
	font-size:1.2em;
	color:#143d55;
	line-height:normal;
	background-color:inherit;
}
#nomenclator ul li {
	font-size:1.2em;
	color:#143d55;
	line-height:normal;
	background-color:inherit;
}
table#zoom_table tbody tr td {
	border:none;
}
/* footer menu */
#navbar_footer{
	position:relative;
	height:25px;
	color:#92D8FE;	
	width:740px;
	margin:0 auto;
	font-weight:bold; 
}
#navbar_footer_inner{
	position:relative;
	height:25px;
	font-size:12px;
	text-transform:uppercase;
}
#navbar_footer_inner ul{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	float:left;
	padding-left:23px;;
}
#navbar_footer_inner ul li{
	display:block;
	float:left;
	width:auto;
	margin:0 1px;
}
#navbar_footer_inner ul li a {
	display:block;
	float:left;
	color:#92D8FE;
	text-decoration:none;
	width:auto;
	height:25px; 
	outline:none; 
	font-size:12px;
	background-color:inherit;
}
#navbar_footer_inner ul li a span {
	padding:0px 20px 0 0;
	width:auto;
	height:25px;
	float:left;
	line-height:25px;
	background-color:inherit;
}
#navbar_footer_inner ul li a.current, #navbar_footer_inner ul li a.current:hover{
	color:#fff;
	line-height:normal;
	background-color:inherit;
}
#navbar_footer_inner ul li a.current span{
	display:block;
	width:auto;
	height:25px;
	line-height:25px;
	background-color:inherit;
}
#navbar_footer_inner ul li a:hover{
	color:#fff;
	background-color:inherit;
}
#navbar_footer_inner ul li a:hover span{
	display:block;
	width:auto;
	cursor:pointer;
	background-color:inherit;
}
.downloads {
	margin-top:1.0em;
	padding:0.5em;
}
.downloads a {
	font-size:1.2em;
	font-weight:bold;
	color:#143d55;
	background-color:inherit;
}
.downloads a:hover {
	font-size:1.2em;
	font-weight:bold;
	color:#09c;
}
#medium_box p{
	line-height:normal;
	z-index:100;
}
.backwards {
	unicode-bidi:bidi-override;
	direction: rtl;
}
