body {
	margin: 0;
	padding: 0;
	color: #444;
	background-color: #fff;
	background-image: url(images/fondo.jpg);
}
			/*TOP BANNER*/		
#header {
	height: 560px;
	margin: 0;
	color: #000;
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	width: 980px;
	height:420px;
}
#headerproductos {
	height: 560px;
	margin: 0;
	color: #000;
	background-image: url(images/fondoproductos.jpg);
	background-repeat: no-repeat;
	width: 980px;
	height:420px;
}
#header h1 {
padding: 80px 0 0 140px;
font-size: 170%;
color: #A0B842;
background:transparent;
}
			/*TOP NAVIGATION*/
#dolphincontainer{position:relative;height:40px;color:#E0E0E0;background:#143D55;width:100%;font-family:Helvetica,Arial,Verdana,sans-serif;}
#dolphinnav{position:relative;height:33px;font-size:12px;text-transform:uppercase;font-weight:bold;background:#fff url(images/dolphin_bg.gif) repeat-x bottom left;padding:0 0 0 20px;}
#dolphinnav ul{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	float:left;
}
#dolphinnav ul li{
	display:block;
	float:left;
}
#dolphinnav ul li a{
	display:block;
	float:left;
	color:#EAF3F8;
	text-decoration:none;
	padding:0 0 0 20px;
	height:33px;
}
#dolphinnav ul li a span{
	height:21px;
	float:left;
	padding-top: 9px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 0;
}
#dolphinnav ul li a:hover{
	color:#fff;
	background:transparent url(images/dolphin_bg-over.gif) repeat-x bottom left;
}
#dolphinnav ul li a:hover span{display:block;width:auto;cursor:pointer;}
#dolphinnav ul li a.current,#dolphinnav ul li a.current:hover{color:#fff;background:#1D6893 url(images/dolphin_left-on.gif) no-repeat top left;line-height:275%;}
#dolphinnav ul li a.current span{display:block;padding:0 20px 0 0;width:auto;background:#1D6893 url(images/dolphin_right-on.gif) no-repeat top right;height:33px;}

#dolphincontainer1{
	position:relative;
	height:70px;
	color:#E0E0E0;
	background:#143D55;
	width:100%;
	font-family:Helvetica,Arial,Verdana,sans-serif;
}
#dolphinnav1{position:relative;height:33px;font-size:12px;text-transform:uppercase;font-weight:bold;background:#fff url(images/dolphin_bg.gif) repeat-x bottom left;padding:0 0 0 20px;}
#dolphinnav1 ul{margin:0;padding:0;list-style-type:none;width:auto;float:left;}
#dolphinnav1 ul li{display:block;float:left;margin:0 1px;}
#dolphinnav1 ul li a{display:block;float:left;color:#EAF3F8;text-decoration:none;padding:0 0 0 20px;height:33px;}
#dolphinnav1 ul li a span{
	height:21px;
	float:left;
	padding-top: 4px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 0;
}
#dolphinnav1 ul li a:hover{color:#fff;background:transparent url(images/dolphin_bg-over.gif) repeat-x bottom left;}
#dolphinnav1 ul li a:hover span{display:block;width:auto;cursor:pointer;}
#dolphinnav1 ul li a.current,#dolphinnav ul li a.current:hover{color:#fff;background:#1D6893 url(images/dolphin_left-on.gif) no-repeat top left;line-height:275%;}
#dolphinnav1 ul li a.current span{display:block;padding:0 20px 0 0;width:auto;background:#1D6893 url(images/dolphin_right-on.gif) no-repeat top right;height:33px;}

#menu {
	width: 983px;
	position: absolute;
	top: 25px;
}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	margin: 0 3px 0 0;
	padding: 10px 15px 0px 15px;
	border: none;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
}

#menu a:hover {
	margin: 0 3px 0 0;
	padding: 10px 15px 10px 15px;
	color: #7BC1E5;
}

#menu .current_page_item a {
	background: none;
	margin: 0 3px 0 0;
	padding: 10px 15px 10px 0px;
	color: #FFFFFF;
}
			/*3 COLUMNS*/
#gutter {
float: left;
width: 4%;
height: 1px;
}
#col1 {
float: left;
width: 50%;
margin-bottom: 1em;
padding-right: 2%;
}
#col2 {
float: left;
width: 15%;
margin-left: 2%;
margin-bottom: 1em;
padding-right: 2%;
}
#col3 {
float: left;
width: 15%;
margin-left: 4%;
margin-bottom: 2em;
}
			/*COLUMN LINKS*/
#col3 ul {
list-style: none;
margin: 20px 0 10px 0;
padding: 0;
}
#col3 ul li {
display: inline;
padding: 0;
margin: 0;
}
#col3 ul li a {
display: block;
text-decoration: none;
margin: 0;
padding: 5px 0 5px 15px;
border-bottom: 1px solid #C0C0C0;
color: #3D8CB8;
background: transparent url(images/icon.gif) left center no-repeat;
}
#col3 ul li a:hover {
background: #f2f2f2 url(images/icon.gif) left center no-repeat;
color: #666;
}
#col3 p {
padding: 3px 0 0 0;
margin: 0;
line-height: 20px;
}
			/*FOOTER*/
#footer {
	clear: both;
	height: 20px;
	font-size : 10pt;
	color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
	padding-left: 20px;
	line-height: normal;
	padding-top: 4px;
	background-repeat: no-repeat;
	width: 980px;
	background-color: #5A9FC0;
}
#footer a {
text-decoration: none;
color: #fff;
background: inherit;
}
#footer a:hover {
text-decoration: underline;
color: #ddd;
background:  inherit;
}
			/*TYPOGRAPHY*/
h1 {
margin : 0 0 0 0;
padding : 0 0 .3em 0;
text-transform: uppercase;
font-size : 150%;
color: #143D55;
background : transparent;
}
h2 { 
margin: 0 0 0 0;
padding: 0.3em 0 .3em 0;
text-transform: uppercase;
letter-spacing : 5px;
font-size: 140%;
color: #A0B742;
background : inherit;
}
h3 {
width : 95%;
margin: 0 0 30px 0;
padding : 1em;
font-size: 95%;
border: 1px solid #3D8CB8;
color: #666;
background : #F3F3F3;
}

h4 {
margin: 0 0 0 0;
padding : 0.3em 0 .3em 0;
font-size: 110%;
font-weight : bold;
letter-spacing : 3px;
text-transform : none;
color: #A0B842;
background : inherit;
}
blockquote {
font-weight : bold;
font-style : italic;
color : #b29b35;
}
			/*LINKS*/
a {
text-decoration: underline;
color: #A0B842;
background: inherit;
}
a:hover {
text-decoration: none;
color: #3786B3;
background:  inherit;
}
a img {
border: 0;
}
			/*CLASS*/
.capital {
	float:left;
	color:#143C55;
	font-family: Tahoma, Geneva, sans-serif;
	width: 400px;
	height: 419px;
	background-image: url(images/logoburbujas.gif);
	background-repeat: no-repeat;
	padding-left: 30px;
	font-size: 16px;
	font-weight: bold;
}
			/*IMAGES*/
.imgleft {
float: left;
padding: 5px;
margin-right: 5px;
border: none;
}
.textosup {
	float: right;
	padding-top: 110px;
	padding-right: 28px;
	width: 310px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	line-height: 22px;
	text-align: justify;
	color: #0066AC;
}
.fecha {
	font-size: 12px;
	font-weight: normal;
	margin-top: 25px;
}
#bajo {
	height: 100px;
	background-image: url(images/fondobajo.jpg);
	background-repeat: no-repeat;
}
.scrol {
	background-color:#FFF;
	overflow: scroll;
	overflow-x:hidden;
	height: 200px;
	padding-right: 10px;
	SCROLLBAR-FACE-COLOR:#BCE7F8; 
SCROLLBAR-HIGHLIGHT-COLOR: #6699CC; 
SCROLLBAR-SHADOW-COLOR: #6699CC; 
SCROLLBAR-3DLIGHT-COLOR: #FFFFFF;
SCROLLBAR-ARROW-COLOR: #143D55; 
SCROLLBAR-TRACK-COLOR: #E3E3E3; 
SCROLLBAR-DARKSHADOW-COLOR: #000000;

}
#223C6D

