@charset "utf-8";
/* CSS Document */

body {
	margin-top:0;
	background:#e3e3e3 url(img/backbody.jpg) repeat;
	vertical-align:top;
	font-family:Trebuchet Ms;
	}
#content { 
	width: 810px;
	margin: auto;
	}
#top { 
	background:url(img/top_ntlg.png) no-repeat;
	background-position:center;
	height:120px;
	width:810px;
	}
.slogan {
	background-image:url(img/top_1ntlg.png);
	background-repeat:no-repeat;
	font-family:Verdana;
	font-size:14px;
	color:#666666;
	text-align:left;
	padding-left:19px;
	height:66px;
	}
#logo {
	width:237px;
	height:110px;
	margin-left:10px;
	float:left;
	position:absolute;
	z-index:10;
	}
.lenguaje a:link{
	font-size:11px;
	color:#333;
	text-align:center;
	text-decoration:none;
	padding-left:9px;
	}
.lenguaje a:visited{
	font-size:11px;
	color:#333;
	text-align:center;
	text-decoration:none;
	padding-left:9px;
	}
.lenguaje a:hover{
	font-size:11px;
	color:#fe0f00;
	text-align:center;
	text-decoration:none;
	padding-left:9px;
	}
/*----------MENU PRINCIPAL-----------*/
#menuhoriz {
	background-position:right;
	float:right;
	margin-right:5px;
	height:55px;
	}
.opc1 a {
width: 96px;
height: 44px;
background: url(img/bienvenida.png) no-repeat;
display:block;
}
.opc1 a:hover {
background: url(img/bienvenida2.png) no-repeat;
}
.opc1select a {
width: 96px;
height: 44px;
background: url(img/bienvenida2.png) no-repeat;
display:block;
}
.opc2 a {
width: 119px;
height: 44px;
background: url(img/quienessomos.png) no-repeat;
display:block;
}
.opc2 a:hover {
background: url(img/quienessomos2.png) no-repeat;
}
.opc2select a{
width: 119px;
height: 44px;
background: url(img/quienessomos2.png) no-repeat;
display:block;
}
.opc3 a {
width: 135px;
height: 44px;
background: url(img/como.png) no-repeat;
display:block;
}
.opc3 a:hover {
background: url(img/como2.png) no-repeat;
}
.opc3select a {
width: 135px;
height: 44px;
background: url(img/como2.png) no-repeat;
display:block;
}
.opc4 a {
width: 118px;
height: 44px;
background:  url(img/clientes.png) no-repeat;
display:block;
}
.opc4 a:hover {
background: url(img/clientes2.png) no-repeat;
}
.opc4select a {
width: 118px;
height: 44px;
background:  url(img/clientes2.png) no-repeat;
display:block;
}
.opc5 a {
width: 97px;
height: 44px;
background: url(img/contacto.png) no-repeat;
display:block;
}
.opc5 a:hover {
background: url(img/contacto2.png) no-repeat;
}
.opc5select a {
width: 97px;
height: 44px;
background: url(img/contacto2.png) no-repeat;
display:block;
}
/*---------FIN MENÚ------------*/
/*---------------BACK--------------*/
.back {
	background-image:url(img/backcontent.png);
	background-repeat:repeat-y;
	width:810px;
	vertical-align:top;
	}
#cajaCont {
	background:url(img/backcaja.jpg) repeat-x;
	width:800px;
	vertical-align:top;
	}
.cajaDescrip {  
	width:800px;
	height:110px;
	background:url(img/bck_descrp.jpg) repeat-x;
	font-family:"Times New Roman", Times, serif;	
	font-style:italic;
	font-size:14px;
	color:#333;
	text-align:justify;
	}
/*-------------CONTENIDOS-----------*/
h3 {
	font-size:22px;
	color:#fd6f53;
	padding-left:15px;
	margin:0;
}
h4 {
	color:#666666;
	font-weight:bold;
	padding-left:15px;
}
.titulo1 {
	font-size:22px;
	color:#ffffff;
	font-weight:bold;
	padding-left:15px;
	padding-top: 10px;
}
.subtitulo1 {
	font-size:14px;
	color:#666666;
	font-weight:bold;
	padding-left:15px;
}
p {
	color:#666666;
	font-size:12px;
	text-align:justify;
	padding: 0 15px;
}
.bold {
	font-weight:bold;
}
/*---------------CITAS---------*/
.citaB {
	background:url(img/backcitab.png) no-repeat;
	width:220px;
	height:160px;
	font-style:italic;
	font-weight:bold;
	font-size: 11px;
	text-align:justify;
	color: #333333;
	padding: 7px;
	margin-left:5px;
	z-index:3;
}
.citaQS {
	background:url(img/backcitaqs.png) no-repeat;
	width:230px;
	height:125px;
	position:relative;
	z-index:3;
	font-style:italic;
	font-weight:bold;
	font-size: 11px;
	text-align:justify;
	color: #333333;
	margin-left:7px;
	padding:4px;
}
.citafoot {
	background-image:url(img/foottxt.png);
	background-repeat:repeat-x;
	height:180px;
	width:auto;
	font-size:12px;
	text-align:justify;
	color:#263e4c;
	padding: 0 15px;
	}
/*------------UL------------*/
ul {
	padding-right:10px;
}
.ant li  {
	color:#666666;
	font-size:12px;
	list-style-image:url(img/arrowgrey.gif);
}
.ncl li {
	color:#666666;
	font-size:12px;
	text-decoration:none;
	list-style-image:url(img/arrowgrey.gif);
}
.ncl li a {
	color:#666666;
	font-size:12px;
	text-decoration:none;
	list-style-image:url(img/arrowgrey.gif);
}
.ncl li a:hover {
	color:#fd6f53;
	font-size:12px;
	text-decoration:none;
}

/*-------------Fin UL---------*/
/*------------Img QS--------*/
.gQS {
	background:url(img/g_qs.png) no-repeat;
	background-position:center;
	position:absolute;
	width:250px;
	height:370px;
	z-index:2;
}
/*----ScreenShot QS------*/
#screenshot{
	position:absolute;
	border:1px solid #b4b4b4;
	background:#d2d2d2;
	padding:5px;
	display:none;
	color:#333;
	}
/*------Google Maps------*/
.GM {
	border:1px solid #e3e3e3;
	background-color:#FFFFFF;
	padding:5px;
}
.GMTxt {
	font-size:12px;
	color:#333;
	margin:5px;
}
.GMTxt a{
	font-size:12px;
	color:#fd6f53;
	font-weight:bold;
}