
	
	.phpex_logo{
	position:relative; 


	width: 764px; 
	height: 50px; 
	background-image:url(images/PHPEx_logo.png); 
	background-repeat:no-repeat; 
	visibility: visible;
	}
   
	
	.phpex_contenido, .phpex_contenido:link,.phpex_contenido:active,.phpex_contenido:hover,.phpex_contenido:visited {

	position:relative;

	/*top: 100px;*/

	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #cc9e40;
	text-decoration: none;
	text-align:justify;
	background-repeat:no-repeat;
	background-position:bottom;
	visibility: visible;
	border: 1px none #000000;
	z-index: 2;
	}
	.phpex_titulo {
	position:relative;
	left: 0px;
	text-indent:10px;
	
	width: 100%;
	height: 28px;
	z-index:2;
	color:#a7802f;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;		
	background-image:url(images/barra_horiz.jpg);
	font-style: normal
	font-weight: bold;
	font-variant: normal;		
	}
		
	
	.phpex_menu_text{
	position:relative; top: 3px; width: 762px; height: 28px;
	}


	.phpex_submenu_entrada {
	color:#FFFFFF;
	font-family:"Comic Sans MS";
	font-size: 14px;
	text-align:right;
	font-weight:bold;
	height:60px;
	background-image:url(images/linia_blanca.jpg);
	background-repeat:no-repeat;
	background-position:right;
	text-decoration:none;

	}
	
	

	phpex_option, phpex_select{
	font-family: "Comic Sans MS";
	font-size: 16px;
	color: #cc9e40;
	background-color: #eedc9c;
	border: thin solid #cc9e40;
	list-style-position: outside;
	list-style-type: circle;
  }
 phpex_option:disabled, phpex_select:disabled{
	font-family: "Comic Sans MS";
	font-size: 16px;
	color: #cc9e40;
	background-color: #CCCCCC;
	border: thin solid #cc9e40;
	list-style-position: outside;
	list-style-type: circle;
  }


phpex_input {
	font-family: "Comic Sans MS";
	font-size: 16px;
	color: #cc9e40;
	background-color: #eedc9c;
	border: thin solid #cc9e40;
	list-style-position: outside;
	list-style-type: circle;	
}

phpex_input:disabled{
	font-family: "Comic Sans MS";
	font-size: 16px;
	color: #cc9e40;
	background-color: #CCCCCC;
	border: thin solid #cc9e40;
	list-style-position: outside;
	list-style-type: circle;	
}


.phpex_styled_table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #a7802f;
	background-color: #E7D2A9;
	margin: 5px;
	padding: 5px;
	border-style:solid;
	border-width:thin;
}
