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

/************************//* Para resetear los estilos de los navegadores */
* { 
	margin:0;
	padding:0;
}
table {
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul,li {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { 
	border:0;
}
blockquote{
	margin-left: 20px;
}


/************************//* Etiquetas de HTML */
body {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size:12px;
	color: #000000;
	margin: 0px;
	background-color: #0b0629;
}
#contenedor{
	vertical-align: middle;
	margin-top: 0px;
	margin-left: -650px;
	position: absolute;
	left: 50%;
	height: auto;
	width: 1300px;
	background-image: url(../images/fondo.jpg);
	background-repeat: no-repeat;
}
#contenedor_int {
	position: relative;
	left: 150px;
	height: auto;
	width: 1000px;	
	
}
#cabecera{
	position: relative;
	top: 0px;
	left: 0px;
	height: 262px;
	width: 1000px; 
}
#logo{
	position: absolute;
	top: 30px;
	left: 30px;
	height: 90px;
	width:200px;
	background-image:url(../images/logo.jpg);
	background-repeat: no-repeat;
}
#menu{
	position: relative;
	top: 0px;
	left: 30px;
	height: 30px;
	width:940px;
}
#cuerpo{
	position: relative;
	top: 0px; 
	left: 30px;
	height: auto;
	width: 940px;
	background-color: #eee4d7;	
	overflow: hidden;
}
#texto{
	position: relative;
	top: 0px;
	left: 0px;
	height: auto;
	width: 860px;
	padding: 30px 40px 30px 40px;
	text-align: justify;
	margin-bottom:20px;
}
#bot_index01{
	position: relative;
	float:left;
	top: 20px;
	left: 0px;
	height: 210px;
	width: 280px;
	text-align: center;
	margin-bottom: 20px;
}
#bot_index02{
	position: relative;
	float:left;
	top: 20px;
	left: 0px;
	padding-left: 10px;
	height: 210px;
	width: 280px;
	text-align: center;
	margin-bottom: 20px;
}
#txtindex{
	position: relative;
	top: 20px;
	left: 0px;
	height: auto;
	width: 820px;
	padding: 0px 20px 0px 20px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}
#texto02{
	position: relative;
	float: left;
	top: 0px;
	left: 0px;
	height: auto;
	width: 490px;
	padding: 0px 20px 30px 0px;
	text-align: justify;
	margin-bottom: 20px;
}
#imagen_qs{
	position: relative;
	float: left;
	top: 50px;
	left: 0px;
	height: 250px;
	width: 350px;
	margin-bottom: 20px;
}
#texto03{
	position: relative;
	float: left;
	top: 0px;
	left: 0px;
	height: auto;
	width: 300px;
	padding: 0px 20px 30px 0px;
	text-align: justify;
	margin-bottom: 20px;
}
#video{
	position: relative;
	float: left;
	top: 50px;
	left: 50px;
	height: 300px;
	width: 440px;
	margin-bottom: 20px;
}
#titt{/*barra de titulo de seccion de trabajo*/
	position: relative;
	top: 20px;
	left: 0px;
	height: 18px;
	width: 830px;
	padding: 3px 15px 8px 15px;
	margin-bottom: 30px;
	background-color: #d9bb94;
	font-size: 18px;
	letter-spacing: 1px;
	color: #0b0629
}
#txtt{
	position: relative;
	top: 0px;
	left: 0px;
	height: auto;
	width: 830px;
	padding: 20px 15px 20px 15px;
	text-align: justify;
}
#galeria_imagenes{
	position: relative;
	top: 0px;
	left: 0px;
	height: auto;
	width: 880px;
	overflow: hidden;/*sin ello en Firefox se descuadra todo*/
}
#esp_formulario{
	position: relative;
	float: left;
	top: 20px;
	left: 45px;
	height: 310px;
	width: 400px;
	padding-bottom: 10px;
}
#direccion{
	position: absolute;
	top: 80px;
	left: 600px;
	height: 300px;
	width: 300px;
	color: #0b0629;
	font-weight: bold;
	/*letter-spacing: 1px;*/
	text-align:right;
	padding-bottom: 20px;
}
#bottom{
	position: relative;
	top: 5px;
	left: 30px;
	height: 25px;
	width: 940px;
	background-color: #235cb3;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
#copy{
	position: relative;
	top:0px;
	left:0px;
	height: 11px;
	width: 700px;
	padding: 5px 120px 9px 120px;
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
}

/************************//* MENU PRINCIPAL */

ul.menu {
	position:relative;
	top: 0px;
	left: 40px;
	height: 30px;
	width: 860px;
}
ul.menu li{
	display: inline;
}
ul.menu li a{
	display: block;
	float:left;
	height: 16px;
	width: auto;
	padding: 5px 10px 10px 10px;
	font-size: 16px;
	/*font-weight: bold;*/
	letter-spacing: 1px;
	text-align: center;
	text-decoration: none;
}
a.m {
	color: #ffffff;
}
a.m:visited {
	color: #ffffff;
}
a.m:hover {
	color: #f29400;
}
/* mps = menu principal seleccionado */
a.ms {
	color: #f29400;
}

/************************//*botones de la galeria*/
ul.botongaleria {
	position: relative;
	float:left;
	height: auto;
	width: 880px;
}
ul.botongaleria li {
	display: inline;
}
ul.botongaleria li a {
	display: block;
	float: left;
	height: 130px;
	width: 200px;
	margin-bottom: 10px;
	margin-right: 20px;
}

/************************//* LINKS */
.link{
	color:#3366cc;
	text-decoration: none;
}
a.link:visited {
	color: #3366cc;
	text-decoration: none;
}
a.link:link {
	color: #3366cc;
	text-decoration: none;
}
a.link:hover {
	color: #ff9900;
	text-decoration: none;
}
.links{
	color:#ff9900;
	text-decoration: none;
}

.link_pie{
	color:#ffffff;
	text-decoration: none;
}
a.link_pie:visited {
	color: #ffffff;
	text-decoration: none;
}
a.link_pie:link {
	color: #ffffff;
	text-decoration: none;
}
a.link_pie:hover {
	color: #999999;
	text-decoration: none;
}


/************************//* ESTILOS */
h1.titind span {
	font-family: "Arial Black" !important;
	font-size: 30px !important;
	/*font-weight: bold;*/
	letter-spacing: 1px !important;
	color: #CC0000 !important;
	text-transform: uppercase !important;
	text-align: center !important;
}
.titind{
	font-family: "inherit";
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #2b5eb0;
}
.tit{
	font-size: 24px;
	letter-spacing: 1px;
	color: #0b0629;
}
.tit2{
	font-size: 17px;
	color: #0b0629
}
.txtesp{
	font-size: 14px;
	color:#235cb3;
	letter-spacing: 1px;
	font-weight: bold;
}
.p{
	margin-top: 10px;
}
.pp{
	margin-top: 5px;
}
.pg{
	margin-top: 20px;
}
.blockquote{
	margin-left: 15px;
}

/*********************************************************/
/*Link Idea Corporativa*/
a.idea:link {
	color: #999999;
	text-decoration: none;
}
a.idea:visited {
	color: #999999;
	text-decoration: none;
}
a.idea:hover {
	color: #ff9900;
	text-decoration: none;
}
a.corporativa:link {
	color: #ff9900;
	text-decoration: none;
}
a.corporativa:visited {
	color: #ff9900;
	text-decoration: none;
}
a.corporativa:hover {
	color: #999999;
	text-decoration: none;
}

/*********************************************************/
/*Creditos Idea Corporativa*/
.creditosidea {
	color: #999999;
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
}
.creditoscorporativa {
	color: #FF9900;
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
}

a.linkcreditos:link {
	color: #999999;
	text-decoration: none;
}
a.linkcreditos:visited {
	color: #999999;
	text-decoration: none;
}
a.linkcreditos:hover {
	color: #ff9900;
	text-decoration: none;
}