/* COMUNES */

body {
	margin:10px 0 15px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:62.5%;
	line-height:1.6em;
}
.clear {
	clear:both;
	line-height:0;
	font-size:1px;
	padding:0;
	margin:0;
	}
a { outline-style:none; }	
		
h1 {
	font-size:2.3em;
	font-style:italic;
	color:#666;
	margin-top:3px;
	margin-bottom:8px;
	}
h2 {
	font-size:1.4em;
	margin-top:2px;
	}
	
ul {
	margin-left:25px;
	margin-top:8px;
	margin-bottom:8px;
	padding:0;
	}

input { outline-style:none; }
	
.cabecera {
	width:910px;
	margin:auto;
	height:70px;
	position:relative;
	background:url(../images/lineaCabecera.gif) repeat-x;
	background-position:60px 43px;
	margin-bottom:15px;
	}
	.cabecera .logo { position:absolute; top:5px; left:0; }

	.titulos {
		width:910px;
		margin:auto;
		height:120px;
		}
		.titulos .textos {
			float:left;
			width:670px;	
			}
			.titulos .textos .bajadaTitulo {
				font-size:1.5em;
				line-height:1.3em;
				}
				
			.titulos .textos .matrixBig, .titulos .textos .proBig, .titulos .textos .liteBig { font-size:2.4em; font-style:italic; font-weight:bold; line-height:1.3em; }	
			.titulos .textos .proBig { color:#FF6600; }
			.titulos .textos .liteBig { color:#0099FF; }
		
		.titulos .btnDescarga {
			float:right;
			width:225px;
		}
	#formPage .titulos { width:760px; height:90px; }

.containerCols {
	width:910px;
	margin:auto;
	padding-bottom:10px;
	border-bottom:2px solid #FF9900;
	font-size:1.2em;
}
	.colLeft {
		float:left;
		width:185px;
		margin-right:15px;
	}
	.colCenter {
		float:left;
		width:470px;
	}
	.colRight {
		float:right;
		width:225px;
	}

.pie {
	width:910px;
	margin:auto;
	margin-top:10px;
}
	.pie .direccion {
		float:left;
		width:auto;
		font-size:1.1em;
		line-height:1.3em;
	}
		.pie .direccion .nomEmpresa {
			font-weight:bold;
			font-family:Verdana, Arial, Helvetica, sans-serif;
		}
	.pie .botonWeb {
		float:right;
		width:auto;
	}
	
/* Menu Lateral */
	.menu ul {
		margin:0;
		padding:0;
		list-style-type:none;
		}
	.menu ul li {
		height:19px;
		width:145px;
		border-bottom:1px solid #E2E2E2;
		padding-top:5px;
		padding-left:40px;
		background:url(../images/star.gif) no-repeat;
		background-position:17px 4px;
		font-weight:bold;
		color:#666;
		}
	.menu a:link, .menu a:visited {
		display:block;
		color:#0099CC;
		text-decoration:none;
		width:145px;
	}
	.menu a:hover {
		color:#00CCFF;
	}
/* Formulario Contacto */
	.nombreForm {
		font-size:1.5em;
		font-weight:bold;
		font-style:italic;
		letter-spacing:-1px;
		color:#016FB8;
		line-height:1.2em;
	}
	
	#form-interior { width:400px; }
	
	.formulario {
		background:#EFEFEF; border:1px solid #CCC;
		padding:15px 5px !important; *padding:0 5px !important; *padding:0 5px;
	}
	.formulario label { display:block; font-size:0.9em; font-weight:bold; color:#666; }
	.formulario .cajaForm { width:97%; font-size:1em; padding:1px; }
	.formulario .cajaFormMail { width:80%; font-size:1em; padding:1px; }
	.formulario .CajasContacError{ width:97%; font-size:1em; padding:1px; background:#FFE8E8; border:1 px solid #7F9DB9; }
	.formulario .cajaFormTel { width:100px; font-size:1em; padding:1px; }
	.formulario .cajaForm2 { width:97%; height:80px; font-size:1em; padding:1px; font-family:Arial, Helvetica, sans-serif; margin-bottom:10px;}
	.formulario .btnEnviar { float:left; width:80px; height:21px; font-weight:bold; font-size:0.8em; font-family:Tahoma, Arial, Helvetica, sans-serif; background:url(../images/bgBtnEnviar.gif) no-repeat; border:0; text-align:center; color:white; text-transform:uppercase; }
	.formulario .datosnecesarios { float:right; width:110px; font-family:Tahoma, Arial, Helvetica, sans-serif; font-size:0.9em; color:#666; line-height:2em; text-align:right; }
	
	/* Feedback Formulario */
	.formulario .msgFeedbackError { padding:3px; font-size:1em; font-weight:bold; color:#CC0000; margin-bottom:5px; }
	.formulario .msgFeedbackOk { padding:3px; font-size:1em; font-weight:bold; color:#009933; margin-bottom:5px; }
	
	
.barraEnlaces {
	background-color:#FF9900;
	border:1px solid #FF3300;
	padding:5px 10px;
	text-align:center;
	height:18px;
}
	.barraEnlaces a {
		padding-left:20px;
	}
	.barraEnlaces a:link, .barraEnlaces a:visited { color:#333; margin-right:9px; }
	.barraEnlaces a:hover { color:#FFFF66; }
	.barraEnlaces a.demo { background:url(../images/iconoVideoejemplo.gif) no-repeat; }
	.barraEnlaces a.video { background:url(../images/iconoPdf.gif) no-repeat;}
	.barraEnlaces a.documentacion { background:url(../images/iconoPdf.gif) no-repeat; }
	
.destacado {
	background:#FFFFCC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.2em;
	color:#0066FF;
	letter-spacing:-1px;
	padding:6px;
	border:1px dotted #FF9933;
	zoom:1;
	}
.destacadoDescarga {
	background:#FFFFCC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.2em;
	color:#000;
	letter-spacing:-1px;
	padding:4px 15px;
	border:1px dotted #FF9933;
	zoom:1;
	margin-bottom:60px;
	}
.oferta {
	font-size:1.3em;
	font-weight:bold;
	color:#FF6600;
	letter-spacing:-1px;	
}
ul.servicios { list-style-type:none; margin-left:5px; }
.servicios li {
	background:url(../images/ok.gif) no-repeat;
	padding-left:23px;
	margin-bottom:4px;
	background-position:0 2px;
}
.demoGratis {
	background:url(../images/gratis.gif) no-repeat;
	background-position:150px 0;
	height:47px;
	padding-left:15px;
	margin-top:0;
	margin-bottom:0;
}
.demoGratis a {
	font-size:1.7em;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:bold;
	line-height:2.2em;
	letter-spacing:-1px;
	color:#009900;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}

.formulario .btnDescargar { float:left; width:120px; height:21px; font-weight:bold; font-size:0.8em; font-family:Tahoma, Arial, Helvetica, sans-serif; background:url(../images/bgBtnDescargar.gif) no-repeat; border:0; text-align:center; color:white; text-transform:uppercase; }

