/*	Desc: Elegance Natal Golf V2 Screen Style Sheet
	Author: Rodrigo País Garay
	Date: 13/06/2007
	+ Colours
	- #5D5D5D Gris oscuro (Background)
	- #000 Black (Background container)
	- #0d5f1c Verde Oscuro (Elegance)
	- #9f3745 Morado (Logo)
	- #f6d017 Amarillo (Title)
	
=== === === === === === === === === === */
/*=STRUCTURE
=== === === === === === === === === === */
html {
 height: 100%;
 width: 100%;
}
body {
	background-color:#5D5D5D;
	color:#FFF;
	text-align:center;
	margin-left: auto;
	margin-right: auto;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
}
/*=COMMON
=== === === === === === === === === === */
* {
	padding: 0;
	margin: 0;
}
p,
li {
	line-height: 1.4em;
}
p {
	margin: .5em 0 1em 0;
	}
#masthead h1 {
	text-indent: -9999px;
	font-size: 1%;
}
img {
	border: solid #FFF 4px;
}

.imgFlag {
	border: 0px;
}

a {
	color:#FFFFFF;
	text-decoration:underline;
	font-weight: bold;
	outline-style:none;
}

h1 {
	font-family:"Times New Roman", Times, serif;
	font-size:24px;
	line-height:1em;
	margin-bottom:0;
	padding-bottom:0;
	}
/*== CONTAINER ==*/
#container {
	position:relative;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 960px;
	height:100%;
	background-color:#000000;
}

/*=MASTHEAD
=== === === === === === === === === === */
#masthead {
	height: 118px;
	width: 960px;
	border-bottom: solid #FFF 10px;
	vertical-align:middle;
	margin-bottom:0;
}
#masthead img {
	border:0;
	margin:0;
	padding:0;
	vertical-align:middle;
	}
/*=NAVIGATION
=== === === === === === === === === === */
#navigation {
	width: 237px;
	height: 400px;
}
/*=CONTENT
=== === === === === === === === === === */
#content {
	/*padding: 10px;*/
}
#slideshow {
	/*border: solid #FFF 4px;*/
	width:460px;
	height: 293px;
	}

#photoVisor {
	border: solid #FFF 4px;
	width:683px;
	height: 326px;
	}


.bloqueNoticia {
	padding:10px;
	font-size:11px;
	}
.bloqueNoticia img {
	border:0;
	padding: 10px 0;
	}
.tituloNoticia {
	font-weight:bold;
		}
.linkNoticia {
	text-align:right;
	}

.lista-normal {
	margin-left:20px;
	}
.sanchez {
	font-weight:bold;
	color:#CC0000;
	}
/*=FOOTER
=== === === === === === === === === === */
#footer {
	height:20px;
	background-color:#5d5d5d;
	font-size:11px;
	text-align:center;
	padding-top: 6px;
	border-bottom: solid #000 10px;
}

/*=FORMULARIO
=== === === === === === === === === === */

.form {
	margin:0;
	padding:0;
}

fieldset {
	/*
	border:1px dashed #CCC;
	padding:10px;
	margin-top:20px;
	margin-bottom:20px;
	*/
	margin:0;
	padding:0;
	border:0;
}

label {
	width:180px;
	margin-top:3px;
	margin-bottom: 5px;
	padding-left:6px;
	font-weight:bold;
	float:left;
	display: block;
}

.clear {
	clear:both;
}
.holder {
	background-color:#fff;

}
.div_texbox {
	width:220px;
	float:right;
	background-color:#A9A9A9;
	margin-top:3px;
	padding-top:5px;
	padding-bottom:3px;
	padding-left:5px;
}

.textbox {
	background-color:#FFFFFF;
	background-repeat: no-repeat;
	background-position:left;
	width:185px;
	font:normal 14px Arial;
	color: #999999;
	padding:3px 5px 3px 3px;
}
.textbox:focus, .textbox:hover {
	background-color:#F0FFE6;
}


.button_div {
	float:right;
	/*background-color:#505050;*/
	border:none;
	text-align:right;
	height:35px;
	margin-top:3px;
	padding:5px 0px 3px;
	width:192px;
}
.buttons {
	background: #e3e3db;
	font-size:12px; 
	color: #989070; 
	padding: 6px 14px;
	border-width: 2px;
	border-style: solid;
	border-color: #fff #d8d8d0 #d8d8d0 #fff;
	text-decoration: none;
	text-transform:uppercase;
	font-weight:bold;
}

.PrefijoPais{
	color:#F5CF16;
	font-size: 10px;
}

.PrefijoPaisSimple{
	/*color:#F5CF16;*/
	font-size: 10px;
}

/* -------------- Menu: reemplaza flash ---------------------*/
.menu { background:#FFF url(../images/menu/bg-menu.gif) no-repeat 4px 4px; height:323px; padding-left:4px; padding-top:28px; width:233px; }
.menu ul, .menu ul li { list-style-type:none; margin:0; padding:0; }
.menu ul li { margin-bottom:1px; }
.menu ul li.pre-gap { margin-bottom:11px; }
.menu ul li a { display:block; height:23px; overflow:hidden; text-indent:-9000px; width:229px; }

.menu ul li a.mn-home:link, .menu ul li a.mn-home:active, .menu ul li a.mn-home:visited { background:url(../images/menu/home.gif) no-repeat; }
.menu ul li a.mn-proyecto:link, .menu ul li a.mn-proyecto:active, .menu ul li a.mn-proyecto:visited { background:url(../images/menu/proyecto.gif) no-repeat; }
.menu ul li a.mn-invertir:link, .menu ul li a.mn-invertir:active, .menu ul li a.mn-invertir:visited { background:url(../images/menu/invertir.gif) no-repeat; }
.menu ul li a.mn-experiencia:link, .menu ul li a.mn-experiencia:active, .menu ul li a.mn-experiencia:visited { background:url(../images/menu/experiencia.gif) no-repeat; }
.menu ul li a.mn-grupo:link, .menu ul li a.mn-grupo:active, .menu ul li a.mn-grupo:visited { background:url(../images/menu/grupo.gif) no-repeat; }
.menu ul li a.mn-noticias:link, .menu ul li a.mn-noticias:active, .menu ul li a.mn-noticias:visited { background:url(../images/menu/noticias.gif) no-repeat; }
.menu ul li a.mn-atencion:link, .menu ul li a.mn-atencion:active, .menu ul li a.mn-atencion:visited { background:url(../images/menu/atencion.gif) no-repeat; }
.menu ul li a.mn-aviso:link, .menu ul li a.mn-aviso:active, .menu ul li a.mn-aviso:visited { background:url(../images/menu/aviso.gif) no-repeat; }

.menu ul li a.mn-home:hover, .menu ul li a.mn-proyecto:hover, .menu ul li a.mn-invertir:hover, .menu ul li a.mn-experiencia:hover, .menu ul li a.mn-grupo:hover, .menu ul li a.mn-noticias:hover, .menu ul li a.mn-atencion:hover, .menu ul li a.mn-aviso:hover { background-position:bottom left; }
