
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CONTENT CONTAINER - TWO COLUMN

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#content-container-two-column {
	margin-top:3px;
	margin-left:auto;
	margin-right:auto;
	padding:15px;
	width:728px;
	border:1px solid #333333;
	background:url(images/bg-content-side.png) repeat-y right;
	position:relative;
	}

#content-main-two-column {
	width:540px;
	float:left;
	}

#content-side-two-column {
	float:right;
	width:160px;
	}
	
#content-side-two-column .sbcontentcontainer
{
    font-size: 85%;
}

#content-side-two-column h3 
{
    color: #FFFFFF;
    background-color: #F89728;
    font-weight: bold;
    font-size: 1.2em;
    padding: 5px 5px 5px 20px;
}

#content-side-two-column h3 a{
    color: #FFFFFF;
    text-decoration:none;
}
#content-side-two-column h3 a:hover{
    color: #FFFFFF;
    text-decoration:underline;
}

	
	
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CONTENT CONTAINER - THREE COLUMN

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#content-container-three-column {
	margin-top:3px;
	margin-left:auto;
	margin-right:auto;
	padding:15px;
	width:728px;
	border:1px solid #333333;
	background:url(images/bg-three-column-main.png) repeat-y;
	position:relative;
	}

#content-main-three-column {
	width:355px;
	float:left;
	margin-left:25px;
	}

#content-side2-three-column,
#content-side1-three-column {
	width:160px;
    font-size: 85%;
	}
	
#content-side2-three-column {
	float:right;
	}

#content-side1-three-column {
	float:left;
	}

#content-side2-three-column h3 
{
    color: #FFFFFF;
    background-color: #F89728;
    font-weight: bold;
    font-size: 1.2em;
    padding: 5px 5px 5px 20px;
}

#content-side2-three-column h3 a{
    color: #FFFFFF;
    text-decoration:none;
}
#content-side2-three-column h3 a:hover{
    color: #FFFFFF;
    text-decoration:underline;
}

	
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HOME PAGE - THREE COLUMN SECTION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#three-column-container {
	background:url(images/bg-three-column-home.png) repeat-y;
	padding:0;
	margin:20px 0 10px 0;
	}

#three-column-side1 {
	float:left;
	width:30%;
	}

#three-column-side2 {
	float:right;
	width:30%;
	}

#three-column-middle {
	width:30%;
	margin:0px 32% 0px 35%;
	}
	
	
	
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
    
    css-master

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HTML TAGS 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

body {
	margin:0px;
	background-color:#FFFFFF;
	font-family: Arial CE,Arial, Helvetica, sans-serif;
	font-size:0.8em;
	line-height:1.4em;
	color:#6D6E71;
}

p {
	margin:10px 0;
	}

p.no-padding-no-margin {
	padding:0;
	margin:0;
	}
	
hr{
	color: #E5E5E5;
	background-color: #E5E5E5;
	height: 1px;
	border:0;
	margin:15px 0;
	}
	
blockquote {
	padding:0 0 0 12px;
	margin:12px 0 0 0;
	background:url(images/bg-quote.png) no-repeat;
	}

blockquote p {
	margin:2px 0;
	}
	
cite {
	font-size:.85em;
	margin:0;
	padding:0 0 0 6px;
	}

fieldset {
	padding:15px;
	}
	
legend {
	color:#333333;
	padding:5px 3px 10px 3px;	
	}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HEADINGS 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
h1, h2, h3, h4, h5, h6 {
	font-size:1.8em;
	font-family: Arial CE, Arial,Helvetica, sans-serif;
	line-height:1.1em;
	margin:5px 0;
}

h1, h2, h3, h4
{
    color: #F89728;
}

h1 {
	margin-bottom:0;
}

h1, h2 {
	margin-top:0px;
}

h2 {
	font-size:1.3em;
}

h3 {
	font-size:1.1em;
}

h3.small {
	font-size:1.2em;
}

h4 {
	font-size:1.1em;
}

h5 {
	font-size:1.1em;
    font-weight: bold;
}

h6 
{
    font-size: 0.9em;
    font-weight: normal;
    color: #782C18;
}

b
{
	    color: #333333;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	LISTS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

a:link {
	text-decoration:none;
}

a:visited {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a:active {
	color:#6d6e71;
}

ul {
	margin:0;
	padding:0;
	}

li {
	list-style:none;
	background:url(images/list-bullet.gif) no-repeat 0 .8em;
	padding:.2em 0 .2em 1em;
	margin-left:0.4em;
	
}

ul.list-of-links {
	border-bottom:1px dotted #B2B2B2;
}

#content-side1-three-column ul.list-of-links,
#content-side2-three-column ul.list-of-links {
	margin: 0 0 30px 0px;
}

ul.list-of-links li{
	border-top:1px dotted #B2B2B2;
	background-image:url(images/list-bullet-link.gif);
}

ul.list-of-links li.current {
	background-color:#E5E5E5;
}


ul.no-lines,
ul.no-lines li {
	border:none;
	}




/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	LINKS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
a {
    color: #980000;
}
a:link 
{
}

a:visited
{
}

a:active
{
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	TOP INFORMATION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#top 
{
	width:100%;
	position:absolute;
	top:0px;
	left:0px;
}

#maincontent
{
	margin-top: 9.95em;
}

#top-information {
	height:7.2em;
	margin-right:auto;
	margin-left:auto;
	margin-bottom:3px;
	color:#999999;
	font-size:.85em;
	position:relative;
	width:760px;
	}

/*Encabezado*/
#logo
{
    background-color: white;
    padding:5px 10px;
    margin: 0 200px 0 0;
}
#logo h1
{
    margin-top: 10px;
    font-size: 3.2em;
    font-weight: 700;
    color: #6d6e71;
}
#logo img
{
    float: left;
    margin-right: 15px;
}
#logo br
{
    clear: both;
}
	

#top-information-home {
	text-align:right;
	border-bottom:1px dashed #CACACA;
	position:absolute;
	top:0;
	right:25.5%;
	height:2em;
	width:15%;
	padding:0 1.5% 0 0;
	}
	
#top-information-phone {
	text-align:center;
	border-left:1px dashed #CACACA;
	position:absolute;
	top:0;
	left:75%;
	height:100%;
	padding:0 0 0 2%;
	font-size:1.3em;
	}
	
#top-information-phone a:link ,
#top-information-phone a:visited
{
	color:#333333;
}

#top-information-link {
	text-align: center;
	border-left:1px dashed #CACACA;
	position:absolute;
	top:0;
	right:0;
	height:2em;
	width:8.5%;
	padding:0 0 0 1.5%;
	}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MAIN NAV 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#nav-main {
	background:#333333 url(images/bgnav-negro.png) no-repeat;
	margin-right:auto;
	margin-left:auto;
	width:740px;
	padding:.8em 0 1em 20px;
	position:relative;
	font-weight:bold;
}

#nav-main div {
	background:#6d6e71 url(images/bgnav-gris.png) top right no-repeat;
	width:190px;
	position:absolute;
	top:0;
	right:0;
	padding:.8em 0 1em 0;
}

#nav-main ul {
	margin:0;
	padding:0 20% 0 0;
	}
	
#nav-main li {
	display:inline;
	list-style:none;
	padding:0 1em 0 0;
	background:none;
	}

#nav-main a:link,
#nav-main a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

#nav-main a:hover {
	color:#F89728;
	text-decoration:underline;
}

#nav-main a:active {
	color:#FFFFFF;
}

#nav-main li.current a:link,
#nav-main li.current a:visited {
	text-decoration:underline;
}

#nav-main li.current a:hover {
	color:#F89728;
	text-decoration:underline;
}

#nav-main li.current a:active {
	color:#FFFFFF;
}

/* ACTIVE PAGES */
#nav-main a.StaticSelectedStyle:link,
#nav-main a.StaticSelectedStyle:visited {
	color:#F89728;
	text-decoration:underline;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	Contacto

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#contacto
{
   margin:25px
}
#contacto label
{
    float: left;
    width: 150px;
}
#contacto input
{
    width: 220px;
}
#contacto textarea
{
    width: 250px;
    height: 150px;
}

#contacto .informacion input
{
    width: 1em;
    margin-right: 5px;
}
#contacto .checkbox
{
}
#contacto .checkbox label
{
    float: none;
    width: 120px;
}
#contacto p
{
  margin-top:0;
  margin-bottom:3px;
}
#contacto .comentarios
{
    height: 160px;
}
#contacto .boton
{
    width: 120px;
    margin-left: 140px;
    margin-top: 5px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	FOTO INICIO

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	POSTER PHOTO

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


#foto-inicio-container {
	margin-top:3px;
	margin-left:auto;
	margin-right:auto;
	width:760px;
	background:#FFFFFF; 
/*	background:#FF8830;  Color Naranja HOREQ */
	position:relative;
	}
	
.foto-inicio-image {
	border-right:3px solid #FFF;
	display:block;
	}

#feature-area-home {
	position:absolute;
	top:0;
	right:0;
	width:21%;
	text-align:center;
	padding:2%;
	color:#FFFFFF;
	font-size:1.2em;
	font-weight:bold;
	line-height:160%;
	}
	
#feature-area-home h6 
{
    color:#6D6E71;
    font-size: 85%;
}

#feature-area-home a:link,
#feature-area-home a:visited {
/*	color:#dcf2f7; */
	color:#F89728;
	text-decoration:underline;
	}

	
#feature-area-home a:hover {
	text-decoration:none;
	}

#feature-area-home img
{
    margin: 7px;
    float:right;
}

	
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	pagetitle

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


#pagetitle {
	margin-top:2px;
	margin-left:auto;
	margin-right:auto;
	width:720px;
	background:#FFFFFF;
	position:relative;
	color:#F89728;
	font-size:2.1em;
	padding:.4em 20px .5em 10px;
	}

#pagetitle a:link,
#pagetitle a:visited {
	color:#FFFFFF;
	text-decoration:none;
	}

#pagetitle a:hover{
	color:#D4E7F8;
	text-decoration:none;
	}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	noticiasItem

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.noticiasItem
{
    margin: 0em 0em 1em;
    border-bottom: #999 1px dashed;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	IMAGES & PHOTOS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

img {
	border:none;
	}

.photo-border {
	border:1px solid #cecece;
	padding:4px;
	background:#d9d9d9 url(images/bg-photo.png) top repeat-x;
	margin-bottom:5px;
	display:block;
}

.photo-float-left {
	float:left;
	margin-right:10px;
	}

.image-border-none {
	border:none;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	FOOTER

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#footer {
	background:#608fc8 url(images/bgnav-negro.png) bottom left no-repeat;
	margin-top:3px;
	margin-left:auto;
	margin-right:auto;
	width:740px;
	padding:.8em 0 1em 20px;
	position:relative;
	color:#F89728;
	font-size:.8em;
}

#footer div {
	background:#4b6cb5 url(images/bgnav-gris.png) bottom right no-repeat;
	width:190px;
	position:absolute;
	top:0;
	right:0;
	padding:.8em 0 1em 0;
}

#footer a:link,
#footer a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

#footer a:hover {
	color:#D4E7F8;
	text-decoration:none;
}

#footer a:active {
	color:#FFFFFF;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	FOOTER-SUB

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#footer-sub {
	margin-top:1em;
	margin-left:auto;
	margin-right:auto;
	width:740px;
	padding:.1em 0 2em 0;
	position:relative;
	font-size:.8em;
	color:#F89728;
	text-align:center;
	}
	
#footer-sub table 
{
	margin: 0 auto;
}

#footer-sub ul {
	margin:0;
	padding:0;
	}
	
#footer-sub li {
	display:inline;
	list-style:none;
	padding:0 1em 0 0;
	background:none;
	}

#footer-sub a:link,
#footer-sub a:visited {
	text-decoration:underline;
	color:#999999;
}

#footer-sub a:hover {
	color:#666666;
	text-decoration:none;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MISC CLASSES

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.descppal
{
    margin: 5px 5px 0 5px;
    padding: 0 10px 10px 10px;
}

.arrow {
	vertical-align:middle;
	}

.clear {
	clear:both;
	}

.none {
    display:none;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HEAD PRODUCTO

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#lateral-producto
{
	position:absolute;
	top: 15px;
	margin-left: 568px;
	width:160px;
}

#lateral-producto .sbcontentcontainer
{
    font-size: 85%;
}

#lateral-producto h3 
{
    color: #FFFFFF;
    background-color: #F89728;
    font-weight: bold;
    font-size: 1.2em;
    padding: 5px 5px 5px 20px;
}

#lateral-producto h3 a{
    color: #FFFFFF;
    text-decoration:none;
}
#lateral-producto h3 a:hover{
    color: #FFFFFF;
    text-decoration:underline;
}



#head-producto
{
	margin-right: 200px;
}

#head-producto .contenido
{
    margin: 40px 5px 20px 40px;
    border: solid 1px #333333;
    padding: 15px 10px 10px 15px;
}

#head-producto img
{
    float: left;
    margin: -10px 0 0 -10px;
}

#volver
{
	padding-left: 420px;
	font-size:.8em;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MAPA REFERENCIAS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


#mapa
{
    margin: 10px;
    border: dashed 1px #6d6e71;
}

#mapa-leyenda
{
    font-size: .9em;
	float :right;
	clear:both;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	IMAGEN PRODUCTOS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#imagenProductos
{
	text-align:center;
	margin-top: 15px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	SERVICIOS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.servicios 
{
    background-color: #D3DEEF;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
	width: 70%;
}

.serviciosHeader
{
    color: white;
    border: 1px solid #2F4F4F;
	background-image: url(images/bg-menu-main.png);
	background-repeat:repeat-x;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
	width: 70%;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	SUBPRODUCTO

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.subproductoHeader
{
	width: 25%;
    margin: 5px 0 0 40px;
	font-weight:bold;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
    cursor: pointer;
}

.subproductoContent
{
	width: 70%;
	margin-top: 5px;
	margin-left: 10px;
}

.subproductoContent img
{
	float: right;
	position:relative;
	margin-right: -215px;
}

.GH-HOTEL-Header
{
    padding: 5px 5px 5px 20px;
    border: 1px solid #2F4F4F;
	color:#FFF;
	background-image: url(../../images/bg-GH-HOTEL-titulo.gif);
	background-repeat:repeat-x;
}

.GH-HOTEL-Content
{
    background-color: #D3DEEF;
    border: 1px dashed #2F4F4F;
    padding: 10px;
}

.GH-CREDITOS-Header
{
    padding: 5px 5px 5px 20px;
    border: 1px solid #2F4F4F;
	color:#FFF;
	background-image: url(../../images/bg-GH-CREDITOS-titulo.gif);
	background-repeat:repeat-x;
}

.GH-CREDITOS-Content
{
    background-color: #F2D6CB;
    border: 1px dashed #2F4F4F;
    padding: 10px;
}

.GH-CREDITOS-Content img
{
	margin-right: 5px;
}

.GH-TPV-Header
{
    padding: 5px 5px 5px 20px;
    border: 1px solid #2F4F4F;
	color:#FFF;
	background-image: url(../../images/bg-GH-TPV-titulo.gif);
	background-repeat:repeat-x;
}

.GH-TPV-Content
{
    background-color: #eaf1dd;
    border: 1px dashed #2F4F4F;
    padding: 10px;
}

.GH-SALONES-Header
{
    padding: 5px 5px 5px 20px;
    border: 1px solid #2F4F4F;
	color:#FFF;
	background-image: url(../../images/bg-GH-SALONES-titulo.gif);
	background-repeat:repeat-x;
}

.GH-SALONES-Content
{
    background-color: #e5dfec;
    border: 1px dashed #2F4F4F;
    padding: 10px;
}

.GH-INTERFACE-Header
{
    padding: 5px 5px 5px 20px;
    border: 1px solid #2F4F4F;
	color:#FFF;
	background-image: url(../../images/bg-GH-INTERFACE-titulo.gif);
	background-repeat:repeat-x;
}

.GH-INTERFACE-Content
{
    background-color: #f2dbdb;
    border: 1px dashed #2F4F4F;
    padding: 10px;
}

.GH-INTERFACE-Content img
{
	margin-right: -20px;
}


.GH-CONTAB-Header
{
    padding: 5px 5px 5px 20px;
    border: 1px solid #2F4F4F;
	color:#FFF;
	background-image: url(../../images/bg-GH-CONTAB-titulo.gif);
	background-repeat:repeat-x;
}

.GH-CONTAB-Content
{
    background-color: #dcdcdc;
    border: 1px dashed #2F4F4F;
    padding: 10px;
}

.GH-STOCK-Header
{
    padding: 5px 5px 5px 20px;
    border: 1px solid #2F4F4F;
	color:#FFF;
	background-image: url(../../images/bg-GH-STOCK-titulo.gif);
	background-repeat:repeat-x;
}

.GH-STOCK-Content
{
    background-color: #e3bea0;
    border: 1px dashed #2F4F4F;
    padding: 10px;
}

.GH-WEB-Header
{
    padding: 5px 5px 5px 20px;
    border: 1px solid #2F4F4F;
	color:#FFF;
	background-image: url(../../images/bg-GH-WEB-titulo.gif);
	background-repeat:repeat-x;
}

.GH-WEB-Content
{
    background-color: #ffffff;
    border: 1px dashed #2F4F4F;
    padding: 10px;
}

.imgleft
{
	float:left;
	margin: 10px 10px 10px 0;
}

.imgright
{
	float:right;
	margin: 10px 0 10px 10px;
}
