 /* CSS Document */

/* body common templates*/
BODY{
	background:#4C5051;		
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#4C5051;	
}

A {
	color:#FA960A;
}

LEGEND{ color:#FFFFFF; }
/* the page has ben structured by a table with 3 rows and 3 cols in the middle row*/ 

/* top image of the page*/
.table_top{
	background:url(images/banner_header.jpg) no-repeat; 	
	height:121px;
}

/* bottom image of the page*/
.table_bottom{
	background:url(images/banner_foot.jpg) no-repeat;	
	height:29px;
}

/* table container of the page. All the page is a table*/ 
.table_container{
	vertical-align:top;
	margin-left: auto;
	margin-right: auto;
	width:740px;
	padding:inherit;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	border-collapse:collapse;
	min-height: 400px;
	_height:400px;
	_display:block;
}

/* rigth border of the table container*/ 
.table_rigth_border{
	background:url(images/border_right.jpg) repeat-y;
	width:7px;	
	background-position:right;
}

/* left border of the table container*/ 
.table_left_border{
	background:url(images/border_left.jpg) repeat-y;
	width:7px;
	background-position:left;
}

/* height of the content panel*/ 
.table_rigth_border, .table_left_border{
	height:auto;
}

/* content panel width*/
.table_content_panel{
	vertical-align:top;	
    background:#3F3F41;  
	min-height:400px;
	_height:400px;
	_display:block;

}



/* main menu table format*/ 
.main_menu_table{
/*	background:#FA960A;
	border:none;
*/	
}

/* main menu cell format*/ 
.main_menu_cell, .main_menu_last_cell { 

	/* button size*/ 
	padding-left:15px;
	padding-right:15px;	
	width:auto;	 	
	
	/* button font*/ 
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:center;
	text-transform:uppercase;	
}

/* the cell before last cell of the menu*/ 
.main_menu_last_cell{
	width: 200px;
	text-align:left;	
}

/* links of the menu*/
.main_menu_cell a, .main_menu_last_cell a, .sub-menu-font a{
	color:#FFFFFF;
	text-decoration:none;
}
/* rollover links */ 
.main_menu_cell a:hover, .main_menu_last_cell a:hover, .sub-menu-font a:hover{
	color: #FFFFCC;
}

/* quit the border of a element*/ 
.no-border{
	border-style:none;	
}


/* error box */ 
.error_box{
	background:url(images/error.gif) no-repeat;
	margin-left:auto;
	margin-right:auto;
	margin-top:60px;
	margin-bottom:60px;
	width:300px;
	height:100px;	
	padding-top:20px;
	padding-left:100px;
	padding-right:20px;
	border:#FA960A;
	border-top-style:solid;
	border-left-style:solid;
	border-right-style:solid;
	border-bottom-style:solid;
	/* text-align:center;	 */ 
}

.subtitle_01, .subtitle_01_padding{
	font-size:11px;
	font-weight:bold;
    text-indent:10px; 
    text-transform: uppercase;
    text-align: left;
    color: white;
}

.subtitle_01_padding{
	padding-left: 20px;
	text-align: left;
}

.normal_text, .normal_text_header{
	font-size:11px;	
	text-align:justify;
	text-indent:10px;
	color:#BCBCB5;
}

.normal_text_header{
	text-indent:0px;
	margin-left: auto;
	margin-right: auto;
	width: 500px;	
}

.no-indent{
	text-indent: 0px;
}

.no-indent LI{
	padding-top:10px;
	color: #FFFFFF;	
}

.sub-menu-font{

	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	text-indent:12px;
	text-transform:uppercase;
	padding-top:15px;
	*padding-top:5px;
	padding-bottom:5px;
	width:auto;	
	/*background:#525251;*/
	
}

.table_cell_default_width{
	width: auto;
}

.indent-30px{
	text-indent: 30px;
}

.uppercase{
	text-transform: uppercase;
}

/* error box */ 
.form_box{
	margin-left:auto;
	margin-right:auto;
	width:300px;
	height:100px;	
	padding-top:20px;
	padding-left:20px;
	padding-right:20px;
	border:#FA960A;	
	border-top-style:double;
	border-left-style:double;
	border-right-style:double;
	border-bottom-style:double;
	text-align:center;	
}
fieldset INPUT, TEXTAREA, FILE{ 	
	 background-color: #999999; 
	color: white;
	border-style: outset;
	margin-top:10px;
	-moz-border-radius: 9px;

}
.required{
	border-color:#FA960A;		
}
fieldset{	
	-moz-border-radius: 9px;
	border-style: outset;
	
}
.button{
	background-color: #FA960A;	
}

.error_message{
	background-color: #993333; 
	color:#FFFFF; 
	margin-top:4px;
	visibility: hidden;
	-moz-border-radius: 9px;
}

.row-header{
	background-color:#FA960A;
	color:white;
}
.row-content-0{
	background-color: silver;	
	color:black;
}

.border_top{
	border-top: thin;
	border-top-style: solid;
	border-top-color: gray;
}

.product_title{
	font-size: x-large;
}
.product_small-x{
	font-size: x-small;
}

#page #menu .pdmenu{
	
	padding-top:10px;
	*padding-top:0px;
}

#page #menu .pdmenu ul {
	margin: 0;
	padding: 0 0 25px 0;
	list-style-type: none;
}
#page #menu .pdmenu li  {
	/*min-width:150px;
	_width:150px;*/
	
	display:block;
	margin: 0 -1px 0 0;
	padding: 0;
	color: #ffffff;
	text-decoration:none;
	float:left;
	text-transform: uppercase;
}

.top-menu a:hover{
	color: #FA9501;	
}
.top-menu a{
	text-decoration: none;
	color: #FFFFFF;	
}

/*.pdmenu a */
.listOption a{
	text-decoration: none;
	display: block;
	color: #ffffff;
	background-color:#525252;
	padding:2px ;
	width: 200px;
}

.listOption a:hover{
	color: #000000;	
	background-color: #FA9501;
	
}

#page #menu .pdmenu li ul {
	 display: none;
}

#page #menu .pdmenu ul li:hover{
	cursor:pointer;
}

#page #menu .pdmenu li:hover ul{
	visibility: visible;
	display: block;
	position:absolute;
	z-index:1;
	width:100px;
	padding: 15px;
	margin: 0;
	*margin-top: 15px;	
	
}

.pdmenu li li {
	border: none;
}	


#page{
	
	width: 745px;
	margin:auto;
	
}

#page #header{

	background: url(img/header_02.jpg) no-repeat;
	width:745px;
	height: 122px;
	
}

#page #menu{

	background: url(img/buttons_2.jpg) no-repeat;
	width:745px;
	height: 65px;
	
}


#page #menu #btn_home{

	float: left;
	cursor: pointer;
	width: 40px;
	height: 15px;	
	margin-top: 9px; 
	margin-left: 20px;
	_margin-top: 7px; 
	_margin-left: 18px;

}

#page #menu #btn_editorial{
	
	float: left;
	cursor: pointer;
	width: 60px;
	height: 15px;	
	margin-top: 9px; 
	margin-left: 23px;
	_margin-top: 7px; 
	_margin-left: 18px;
	
}

#page #menu #btn_institucional{
	
	float: left;
	cursor: pointer;
	height: 15px;	
	margin-top: 9px; 
	width: 84px;
	margin-left: 28px;
	_margin-top: 7px;  
	
}

#page #menu #btn_portfolio{
	
	float: left;
	cursor: pointer;
	height: 15px;	
	margin-top: 9px; 
	margin-left: 29px; 
	width: 62px;
	_margin-top: 7px;  
	
}

#page #menu #btn_clientes{
	
	float: left;
	cursor: pointer;
	height: 15px;	
	margin-top: 9px; 
	margin-left: 28px;
	width: 57px;	
	_margin-top: 7px;  

}

#page #menu #btn_contacto{
	
	float: left;
	cursor: pointer;
	width: 60px;
	height: 15px;	
	margin-top: 9px; 
	margin-left: 32px;
	_margin-top: 7px;  
	
}

#page #menu #btn_ftp{
	
	float: left;
	cursor: pointer;
	height: 15px;	
	float: right;
	margin-top: 9px; 
	margin-left: 0px; 
	margin-right: 25px; 
	width: 70px;
	_margin-top: 7px;  
	_margin-right: 10px; 
	
}

#page #content{

	background:url(img/background.jpg) repeat-y;
	width: 725px;
	min-height: 400px;
	overflow: hidden;
	padding-right: 10px;
	padding-left:10px;
	color: #FFFFFF;
}

#page #footer{

	background:url(img/footer.jpg) no-repeat;
	width: 745px;
	height: 35px;

	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #525251;
}

#page #footer #left{

	float: left;
	margin-top: 4px; 
	margin-left: 20px;

}

#page #footer #right{

	float: right;
	margin-right: 20px;
	margin-top: 4px; 


}

#content #anim{

	float: left;
	
	
}

#content #news{

	background: #525251;
	height: 259px;
	float: right;
	padding-left: 7px; 
	width: 243px;
	padding-top:3px;
	line-height: 15px;
}

#content #hr_home{

	background:url(img/hr_home.jpg) no-repeat;
	width: 725px;
	height: 3px;
	clear:both;
}

#content #home_content_bottom{
	
	width: 715px;
	padding-left:5px;
	padding-right:5px;
	margin-top: 7px;
	clear:both;
	
}

#content #home_content_bottom #left{
	
	width: 370px;
	float:left;
	
}

#content #home_content_bottom #right{
	
	width: 330px;
	float:right;
	
}