body
{
	height:100%;

	/*Márgenes*/
	margin:0px;
	padding:0px;
	
	/*Apariencia*/
	background-color:#FFFFFF;
	
	/*Texto*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px; 
	color: #000000;
}

h1
{
	font-size: 22px;
	font-weight:bold;
}

h2
{
	font-size: 18px;
	font-weight:bold;  
}

h3
{
	font-size: 14px;
	font-weight:bold;
}

p
{
	font-size: 12px;
}

li
{
	font-size: 12px;
}

img 
{
	border-style:none;
}

a 
{
	text-decoration: none;
}

a:visited
{
	color: blue;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#contenedor {
	width: 800px;
	padding: 0px 0px 0px 0px;
	margin: auto;
	voice-family: "\"}\""; 
	voice-family:inherit;
}

/********************************************************/
/* *****       Textos Motorwin					  ***** */
/********************************************************/
.h1Mw
{
	color:#3366FF;
}

.h2Mw
{
	color:#3366FF;
}

.pMw
{
	font-size:12px;
}

.strongMw
{
	color:Orange;
	font-weight:bold;
}

/********************************************************/
/* *****       Textos N2 Frax					 ***** */
/*******************************************************/

.h1Frax
{
	color: #FF9F3F;
}

.h2Frax
{
	color: #FF9F3F;
}
.h4Frax
{
	color: #FF9F3F;
}

.pFrax
{
	font-size:12px;
}

.strongFrax
{
	color:#FF9F3F;
	font-weight:bold;
}

/********************************************************/
/* *****       MAQUETA							 ***** */
/*******************************************************/
#Maqueta
{
	width:800px;
	margin-left:auto;
	margin-right:auto;
}

#Maqueta tr
{
	margin:0px;
	padding:0px;
}

#Maqueta td
{
	margin:0px;
	padding:0px;
}

#MaquetaCabeceraRow
{
	height:100px;
}

#MaquetaCuerpoRow
{
	height:auto; 
	vertical-align:top;
}

#MaquetaPieRow
{
	height: 20px;
	color: White;
	background-color: Black;
}

/*******************************************************/
/* *****       CABECERA   						 ***** */
/*******************************************************/
#CabeceraLogo
{
	width:260px;
}
#CabeceraMenu
{
	width:540px;
}
/* ************ MENU ********************************* */
#Menu
{
	position:relative;
	top:-1px; /*Para explorer6!*/
	left:-2px;
	width:540px;
	height:100px;
	background-image: url(imagenes/fondoMenuCabecera.png);
}
#menuBarra
{
	position:relative;
	top:33px;
	background-color:black;
}
#menuBarra li 
{
	float: left;
	position: relative;
	width: 100px;
	text-align: center;
	cursor: default;
}

#menuBarra li ul
{
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	font-weight: normal;
	background-color:transparent;
}
#menuBarra a 
{
	display: block;
	width: 100px;
	height: 22px;
	font-family: "tahoma";
	font-size:13px;
	background-color:black;
	font-weight:bold;
	color: white;
	padding-top:1px;
}
#menuBarra a:hover 
{
	display: block;
	background-image: url(imagenes/botonSobre.png);
	background-repeat: no-repeat;	
}

#menuBarra li li a:hover 
{
	display: block;
	font-weight:bold;
	background-color:black;
}

/********************************************************/
/* *****       CUERPO   						  ***** */
/********************************************************/
#CuerpoDestacado
{
	width:220px;
	vertical-align:top;
	background-color : #eaeaea;	
}
#CuerpoDesarrollo
{
	width:580px;
}
#Desarrollo
{
	margin-left: 5px;
	background-color:white;
	font-family: "Verdana";
}

#Desarrollo li
{
	background-image: url(imagenes/puntoLista.png);
	background-repeat:no-repeat;
	list-style-type:none;
	background-position: 0px 5px;
	padding-left: 10px;
}
/************* NOTICIAS / DESTACADO *********************/
#Destacado
{
	margin: 10px 10px 10px 10px;
} 
.itemNoticia
{
	margin: 0px 0px 10px 0px;
	border-left : 4px solid gray;
	font-family : "Verdana";
	padding-left: 4px;
}
.itemNoticiaTit
{
	color : #3366FF;
	font-size : 14px;
	font-weight:bold;
	margin-bottom:4px;
}
.itemNoticiaFec
{
	color : gray;
	font-size : 10px;
	margin-bottom:4px;
	text-align:right;
}
.itemNoticiaDes
{
	font-size :10px;
}

.itemNoticiaDes a
{
	color : #3366FF;
}

#MasNoticiasLnk
{
	/*color : #3366FF;*/
}

/************** DESARROLLO ******************************/
.cuerpoTitulo
{
	font-family : "Verdana";
	font-size : 20px;
	vertical-align: top; 
}
.imagenTituloCuerpo
{
	width: 575px;
	height: 90px;
}
.cuerpoItem
{
	display: block;
	background-color:White;
	margin: 5px;
}

.cuerpoItemMini
{
	display: block;
	background-color:White;
	width: 250px;
	margin: 5px;
}
#productosDetalles
{
	height: 300px;
}
#productoMotorwin 
{
	float:left;
}
#productoN2Frax
{
	float: right;
}
#defaultMotorwin
{
	height: 200px;
	margin-top: 15px; /*Empieza por debajo de la columna noticias pero si no 
						lo hago así el menú de arriba se despliega por debajo 
						del flash y aún no se como hacerlo por encíma, y ¡Sí! he probado con el z-index*/
	text-align: center;
}  
#defaultN2frax
{
	height: 100px;
}  
#defaultN2fraxVenta
{
	height: 100px;
} 
#defaultDesarrollo
{
	height: 100px;
	display:block;
} 
#defaultSistemas
{
	height: 100px;
}  
.H1
{
	font-size: 1em;
}
.lstUl
{
	display:inline;
	background-color:green;
}
.lstLi
{
	background-color:red;
	display:block;
}
.lstImg
{ 
	background-color:blue;
	display:block;
	text-align:right;
}
.lstImg img
{
	width: 20%;
	height: 20%;
}

/********************************************************/
/* *****                  P I E                   ***** */
/********************************************************/

#Pie p
{
	text-align:right;
	font-weight:bold;
}

#Pie a
{
	margin: 0 5px 0 5px;
	color:white;
}

/********************************************************/
/******                   MENUS INTERMEDIOS        ******/
/********************************************************/

.imgMenuInt
{
	width:100px;
	height:100px;
}

/********************************************************/
/****** CONTROL DE USUARIO EnlaceIconoDescripcion *******/
/********************************************************/
#UsuarioTitulo
{
	height: 90px;
}
#UsuarioForm
{
	height: 350px;
} 
.enlaceIconoDescripcion
{
	display:block;
	padding:0px;
	height:100%;
}

.enlaceIconoDescripcion a:link
{ 
	color: black;
}

.enlaceIconoDescripcion a:visited
{ 
	color: black;
}

.enlaceIconoDescripcion a:hover
{ 
	color: #3366FF;
}

.enlaceIconoDescripcion img
{
	float:left;
	width:75px;
	height:75px;
	background-color:White;
}

.enlaceIconoDescripcion span
{
	float:left;
	margin: 3px 3px 0px 3px;
	cursor:pointer;
}

.tituloSpanEnlaceIconoDescripcion 
{
	font-size:1.5em;
}

.descripcionSpanEnlaceIconoDescripcion
{
	font-size:0.8em;
}

/********************************************************/
/*************** Formulario de envío de correo **********/
/********************************************************/
#tablaEnvioCorreo
{
	position:relative;
	left:25%;
}

.parrafoEnvioCorreo
{
	text-align:right;
}

#botonEnvioCorreo
{
	text-align:center;
}

/********************************************************/
/*************** PANEL Otras vías de contacto ***********/
/********************************************************/

.otrasViasDeContacto
{
	background-color:#FFFFEE;
	border-style:solid;
	border-width:1px;
	position:relative;
	left:10%;
	padding:10px;
	margin:3px;
	width:440px;
}

.otrasViasDeContacto h1
{
	font-size:14px;
}

.otrasViasDeContacto p
{
	font-size:10px;
}

/********************************************************/
/******************** Aviso legal ***********************/
/********************************************************/
#AvisoLegal ul
{
	background-image: url(App_Themes/Tema1/imagenes/puntoLista.png);
	margin: 5px;
}

#AvisoLegal li
{
	margin: 10px;
}

/********************************************************/
/******************** LOPD			*********************/
/********************************************************/
#LOPD ol
{
	margin: 10px;
	
}

#LOPD li
{
	margin: 10px;
}