body {
	text-align:center;
	background-color: #000000;
	background-image:  url(../bg_10000.gif);
	background-repeat:repeat-x;
	margin: 0;
	padding:0;
	height: auto;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2A292F;
	text-align:justify;
}
a{
	color:#333333;
	text-decoration:none;
	font-weight:bold;
}
a:hover{
	text-decoration:none;
	color:#CC3300;
	font-weight:bold;
	
}
a:active{
	text-decoration:none;
	color:#CC3300;
	font-weight:bold;
}
h1{
	font-weight:normal;
	font-size:18px;
	padding:0;
	margin:0;
}
#pageContainer{
	width:760px;
	padding:0;
	/* usar margin:0 auto auto auto problemas con NS y OP */
	margin: 0 auto auto auto;
	height: auto !important;
}

#pageContainer1024{
	width:900px;
	padding:0;
	/* usar margin:0 auto auto auto problemas con NS y OP */
	margin: 0 auto auto auto;
	height: auto !important;
}
form{
	width:25em;
	margin:0;
	padding:0;
	height: auto !important;
}
/*
	Header
	------------------------------------------------------------------

*/
#pageHeader{
	width:100%;
	height:88px;
	background-image: url(../bg_heade.gif);
	background-repeat:repeat-x;
	background-color:#000000;
	border-left:1px solid #4F4F50;
	border-right:1px solid #4F4F50;
}
#pageHeader .columnLeft{
	float:left;
	padding:33px 0 0 18px;
}
#pageHeader .columnRight{
	float:right;
	padding:11px 39px 0 0;
	width:133px;
}


/*
	pageBody
	------------------------------------------------------------------
*/
#pageBody{
	width:100%;
	
	/* remove on publish
	   we need to activate the code below for opera
   but dreamweaver doesnt like it much so we keep it hidden till then
	*/
	overflow:auto;
		background-color:#ffffff;
	height: 485px;
	min-height: 500px;
	height: auto !important;
	background-image: url(../bg_displ.gif);
	background-repeat:repeat-x;
	background-color:#ffffff;
	border-top:1px solid #ffffff;
	border-left:1px solid #ffffff;
	border-right:1px solid #6A6C7B;
	border-bottom:1px solid #6A6C7B;
	text-align:left;
	margin:0 auto auto auto;
	padding:0;
	
}
#Contentimage{


}
#navBar{
	float:left;
	width:100%;
	margin:2 auto 2 auto;
	height:20px;
	padding:0;
}
#navBar a{
	padding:10px 21px 0 21px;
	float:left;
	font-size:11px;
	color:#4A4A4A;
	text-decoration:none;
	
}
#navBar .navItem_1{
	background-image: url(../bg_navIt.gif);
	background-repeat:repeat-x;
	color:#222222;
 font-weight:bold;

}
#navBar .navItem_2{
	color:#4A4A4A;
}
#navBar .navItem_2:hover{
	color:#000;
	background-image: url(../bg_navIt.gif);
	background-repeat:repeat-x;

}
#navBar a:active{
	text-decoration:underline;
}
.sep_1{
	width:2px;
	height:30px;
	font-size:1px;
	background-image: url(../bg_sep_1.gif);
	background-repeat:no-repeat;
	float:left;
}

#pageContent{
	width:100%;
	float:left;
	font-size:12px;
	padding:0;
	margin:0 auto auto auto;
}

.contentFlush{
	width:760px;
	padding:0;
	margin:0;
	overflow:hidden;
}
.contentOffset{
	margin-top:10px;
	width:720px;
	margin-left:20px;
	padding:0;
	padding-bottom:20px;
	text-align:justify;
}
.formError{
	color:#990000;
}
.imgTitle{
	padding-bottom:5px;
}
/*
	pageFooter
	------------------------------------------------------------------

*/
#pageFooter{
	width:100%;
	height:52px;
	background-image: url(../bg_foote.gif);
	background-repeat:repeat-x;
	background-color:#000000;
	border-left:1px solid #464647;
	border-right:1px solid #464647;
	margin:0 auto auto auto;
	clear:both;
}
#pageFooter .columnLeft{
	color:#99999A;
	float:left;
	text-align:left;
	padding:12px 0 0 15px;
	font-size:10px;
	margin:0 auto auto auto;
	white-space:nowrap;
}
#pageFooter .columnRight{
	color:#99999A;
	float:right;
	padding:14px 21px 0 0;
	font-size:10px;
	margin:0 auto auto auto;
}
#pageFooter .columnRight a{
	color:#99999A;
	text-decoration:none;
}
#pageFooter .columnRight a:hover,
#pageFooter .columnLeft a{
	color:#B9B9B9;
	text-decoration:none;
}
#pageFooter .columnLeft a:hover{
	color:#99999A;
}
#pageFooter .columnLeft a:active,
#pageFooter .columnRight a:active{
	text-decoration:underline;
}
#pageFooter .ravensLogo{
	padding-right:10px;
}

/*
	Box
	------------------------------------------------------------------
*/
.box_1{
	background-image: url(../bg_box_1.gif);
	background-repeat:repeat-x;
	background-color:#ffffff;
	border:5px solid #E2E2E2;
	padding:10px;
	width:250px;
	clear:right;
	float:right;
	margin:0 0 20px 0;
}
div.row {
  clear: both;
  padding-top: 5px;
}
div.row span.label {
	padding:4px 10px 0 0;
	float: left;
	width:90px;
	text-align: right;
}
div.row span.formw {
	float: right;
	text-align: left;
	margin-right:10px;
} 
div.row span.formw input{
	border:1px solid #aaaaaa;
	width:120px;
	background-image: url(../bg_box_1.gif);
	background-repeat:repeat-x;
	padding-left:5px;
	padding-right:5px;
}
div.row span.formw input:focus{
	border:1px solid #00ff00;
	background-color:#FFFFFF;
	background-image:url(../../../bogies_g.css);
}
div.row a button{
	padding:3px 20px 3px 20px;
	margin-right:10px;
	float:right;
	background-image: url(../bg_btn_1.gif);
	background-repeat:repeat-x;
	background-color:#C3C3C3;
	border:1px solid #aaaaaa;
	color:#333333;
}
div.row a:hover button{
	border:1px solid #54FF00;
}
/*
	GTW
	------------------------------------------------------------------
*/
#gtwContent{
	float:left;
	width:420px;
}
#registrationForm{
	width:300px;
}
/*
	Nosotros
	------------------------------------------------------------------
*/
#aboutText{
	width:400px;
	float:left;
	clear:both;
}
#aboutImage{
	float:left;
}

/*
	Servicios
	------------------------------------------------------------------
*/
.productBtn{
	margin:10px 0 0 0;
	padding:0;
}
.productIntro{
	width:223px;
	background-color:#757784;
	color:#E3E4E6;
	padding:15px;
	margin:0;
}

#productPage .columnLeft{
	width:253px;
	float:left;
}
#productPage .columnRight{
	float:right;
	width:440px;
}
#productPage .columnRight #enquire{
	display:block; 
	left: 25px; 
	margin-bottom:-20px;
	clear:both; 
	width:139px;
	height:25px;
}
.bEmphasis{
	font-weight:bold;
	color:#CF1B1C;
	font-size:16px;
}






#navlist
{
margin-left: 1;
padding-left: 0;
list-style: none;
}

#navlist li 
{
padding-left: 10px;
background-image: url(../arrow.gif);
background-repeat: no-repeat;
background-position: 0 .5em;
}
#navlist li.active
{
text-decoration:underline;
font-weight:bold;
font-size:110%;
color:#CC3300;

}
#navlist li.active a
{
color:#CC3300;

}






.hiddenPic {display:none;}
















/* HTML TAGS */

input.normal
{
width: 25em;
height: 1.2em;

}

input.button
{
height: 1.8em;
background-color: #FFFFFF;
background-image: url(../field_fill.gif);
background-repeat: repeat-x;
}

label
{
font-weight: bold;


}

textarea
{
width: 25em;
height: 10em;
font-family: Arial, Helvetica, sans-serif;
}
input.pink {background-color: #666666; font-size: 9px; color:#000000;height: 10px;margin: 0px 0px 0px 0px;
background-image: url(../field_fill.gif);
border-width:1px;
border-color:#CCCCCC;
}

input.botoncito
{
height: 15px;
width: 67px;
background-color: #FFFFFF;
background-image: url(../ingresar_on.gif);
margin: 0px px 0px 0px;
font-size:9px;
border-width:0px;
font-weight:bold;


}

input.botoncito2
{
height: 15px;
width: 67px;
background-color: #FFFFFF;
background-image: url(../salir.gif);
margin: 0px px 0px 0px;
font-size:9px;
border-width:0px;
font-weight:bold;


}

#barrausuario form.formularito
{

float:right;
width: 350px;
	padding:0px 0 0 0px;;
}
#barrausuario .textito
{
	float:left;
	padding:0px 0 0 0px;
	margin: 2px 0 0 4px;


}
#barrausuario a{
	text-decoration:underline;
	color: #FFFFFF;
	font-weight:normal;
}

#barrausuario{
	width:100%;
	height:18px;
	background-color:#000000;
	border-bottom:1px solid #FFFFFF;
	border-top:1px solid #000000;
	margin-top:9px;
	margin-bottom:0px;
	background-image: url(../backuser.jpg);
	background-repeat:repeat-x;
	font-size:9px;
	color:#FFFFFF;
	padding:0 0 0 0
	
}

contacform .a{
padding: 0px;
margin: 0px;
}