/* this is used to style the turotial page. */
* html img,
* html .png,{
_behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "pixel.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
);
position:relative;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #666666;
}
#content {
	width: 750px;
	padding-top: 60px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 30px;
}
#content a:link, #content a:active, #content a:visited {
	text-decoration : underline;
	color: #35699B;
}
#content a:focus, #content a:hover{
	text-decoration : none;

	-moz-outline:0;
	color: #FFFFFF;
	background-color: #366EA1;
}
h1 {
	color: #366A9C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 190%;
}
code {
	font-size: 12px;
	color: #FFFFFF;
	padding: 15px;
	width: 705px;
	background-color: #366E9F;
	display: block;
	font-family: "Courier New", Courier, mono;
	border-left-width: 15px;
	border-left-style: groove;
	border-left-color: #0099FF;
}
hr {
	height: 1px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #366B9F;
	padding: 0px;
	margin-top: 40px;
	margin-bottom: 20px;
	display: block;
	border-bottom-width: 0px;
	border-bottom-style: none;
}


/* this is the CSS for the menu that you will need. */
#menu_holder {
	height: 58px;
	width:442px;
	display: block;
	position: absolute;
	top: -44px;
	left: 46%;
	margin-left:-171px;
	background:transparent url(right.png) no-repeat right top;
	*background:transparent url(right.png) no-repeat right top !important;
	_background:transparent url(right.gif) no-repeat right top;
}
#nav {
	height: 58px;
	width: auto;
	margin: 0px auto;
	padding: 0px;
}
#hit_area {
	height: 69px;
	width: 100%;
	position: relative;
	top: -40px;
}
#hit_area2 {
	height: 380px;
	width: 100%;
	position: relative;
	top: -40px;
}
#nav ul {
	margin: 0px;
	padding: 0px 0px 0px 21px;
	height: 58px;
	list-style-type: none;
	background-image: url(left.png);
	background-repeat: no-repeat;
	_behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "pixel.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
);
position:relative;
}
#nav li{
	margin: 0px;
	padding: 0px;
	float: left;
}
#nav li a:link, #nav li a:active, #nav li a:visited {
	background:transparent url(middle.png) repeat-x;
        *background:transparent url(middle.png) repeat-x !important;
	_background:transparent url(middle2.png);
	height: 58px;
	width: 100px;
	display: block;
	line-height: 58px;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#0093DD;
	text-decoration: none;
	text-align: center;
	font-size: 120%;
	_behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "pixel.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
);
position:relative;
}
#nav li a:focus, #nav li a:hover{
	text-decoration : none;
	-moz-outline:0;
	color: #FFFFFF;
	background:transparent url(rollOver.png) repeat-x;
	*background:transparent url(rollOver.png) repeat-x !important;
	_background:transparent url(rollOver2.png);
	_behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "pixel.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
);
position:relative;
z-index:1;
}
.hide {
	display: none;
}
.align-center {
	text-align:center;
}
#about
{
	height:193px;
	left:317px;
	position:absolute;
	top:143px;
	width:353px;
	text-align:justify;
}
h3 {
	font: bold 1.2em;
	margin:8px 0;
	color:black;
}
p {
	font:1em;
	margin:5px 0;
	color:black;
}
/* formulario de contacto */
input, textarea, select {
	background:transparent;
	border:1px solid #35A9E4;
	margin:0 0;
	font-family: Myriad, Verdana,Tahoma,Arial,Sans-Serif;
	font-size:12px ;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.2em;
	color:#888;
	padding:1px 0 1px 2px;
}
#nombre {
	left:3px;
	position:absolute;
	top:33px;
	width:348px;
}
#mail {
	left:3px;
	position:absolute;
	top:57px;
	width:348px;
}
#asunto {
	left:3px;
	position:absolute;
	top:82px;
	width:348px;
}
#mensaje {
	left:3px;
	position:absolute;
	top:107px;
	width:348px;
	height:55px;
}
#enviar {
	left:132px;
	position:absolute;
	top:170px;
	width:84px;
	height:24px;
}
#regresar {
	height:24px;
	left:570px;
	position:absolute;
	top:-84px;
	width:84px;
}

