/* CSS básico */

/*** Modificación tags HTML ***/

body{
	margin: 0;
	padding: 5px 0 5px 0;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

a {
	text-decoration: none;
	color: #333333;
	}
	
a:hover {
	text-decoration: underline;
	color: #333333;
	}
	
a img{
	border: 0;
	}

/*** Contenedor ***/
#wrapper{
	background-color: #FFFFFF;	
	text-align: left;
	}
	
/*** Contenido ***/
#content{
	/*background-color: #CCCCCC;*/
	/*padding: 0 0 5px 10px;*/
	font-size: 12px;
	line-height: 150%;
	}

#content h1{
	font-size: 150%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	border: 1px solid #666666;
	padding: 5px;
	color: #333333;
	}
	
#content h2{
	font-size: 125%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	border: 1px solid #666666;
	padding: 5px;
	/*margin-top: 20px;*/
	color:	#666666;
	}
	
#content p{
	color: #666666;
	}
	
/*** Footer ***/
#footer{
	/*background-color: #333333;*/
	margin-top: 5px;	
	border-top: 1px solid #666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
	color: #666666;
	}

#footer p{
	margin-top: 0;
	}
	
/*** Atributos genéricos ***/
.negrita{
	font-weight:bold;
	}

.cursiva{
	font-style: italic;
	}
	
.top{
	margin-top: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: right;
	}

.top a{
	color: #333333;
	}
	
.clearboth{
	clear: both;
	}
	
/*---------------------*
 * Atributos generales *
 *---------------------*/	
#softProduct ul{
	list-style-type: none;
	margin: 2px 5px;
	padding: 0;
	}
	
#softProduct .title{	
	font-weight: bold;	
	}
	
/*-----------------*
 * Lateral derecho *
 *-----------------*/ 
#softRightArea{	
	margin: 5px 0 10px 10px;
	font-size: 10px;
	}

#softRightArea #imagenes{
	/*text-align: center;*/
	padding-bottom: 10px;
	}
	
#imagenes tr{
	/*vertical-align: top;*/
	text-align: center;
	}
	
#imagenes td{
	padding: 0 5px;
	}	
	
#softRightArea #imagenes .product{
	width: 75px;
	/*margin: 10px 5px;*/
	/*border: 1px solid #333333;*/
	}

#applications .area{
	font-weight: bold;
	}
	
/*---------------*	
 * Centro Página *
 *---------------*/
#softProduct #nombreSoft{
	}
	
#softProduct #motto{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	/*font-weight: bold;*/
	}
	
#softProduct #area{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	margin-bottom: 15px;
	font-variant: small-caps;
	}
	
#softProduct #descripcion p{
	margin-top: 0;
	text-align: justify;
	/*font-size: 11px;*/
	}
	
#softProduct #descripcion p br{
	line-height: 10px;
	}

#softProduct #parametros{
	clear: both;
	}

#softProduct #options, #softProduct #componentes, #softProduct #parametros, #softProduct #specifications{
	margin-top: 15px;
	}

#softProduct #specificationsOp, #softProduct #featuresOp, #softProduct #parametrosOp, #softProduct #componentesOp, #softProduct #optionsOp, #softProduct #orderingInfo .title{
	padding: 10px 0;
	border-bottom: 2px solid #006D4D;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 18px;
	}
	
#specifications tr{
	vertical-align: top;
	}	
	
#features ul, #componentes ul, #parametros ul, #options ul{
	list-style-image: url(../panlabWeb/Software/images/component.gif);
	margin-left: 25px;
	}	
	
#orderingInfo table td{
	padding: 0 10px 0 5px;
	}
	
#orderingInfo #orderingInfOpt{
  margin-left: 10px;
  }	
	
#orderingInfo #orderingInfOpt p.apartado{	
	margin: 5px 0 0 5px;	
	color: #666666;
	font-weight: bold;
	}	

