@charset "UTF-8";

@font-face {
	  font-family: "ITC Officina";
	  src: url(../OfficinaSansStd-Book.otf) format("opentype");
}

@font-face {
	  font-family: "ITC Officina Bold";
	  src: url(../OfficinaSansStd-Bold.otf) format("opentype");
}

@font-face {
	  font-family: "ITC Officina Italic";
	  src: url(../OfficinaSansStd-BookItalic.otf) format("opentype");
}

body {
	background-repeat: no-repeat;
	/* margin: 0 auto; */ 
	background-image: url(../images/fondo.jpg);
	background-position: center center;
	background-attachment: fixed;
	font-family: "ITC Officina", Helvetica, Verdana, Arial, sans-serif;
	color: #cad1cc;
	font-size: 15px;
}

strong {
	font-family: "ITC Officina Bold", Helvetica, Verdana, Arial, sans-serif;
}

em {
	font-family: "ITC Officina Italic", Helvetica, Verdana, Arial, sans-serif;
}

a {
	color: white; 
	text-decoration: none; 
}

a:hover {
	color: #cad1cc; 
	text-decoration: underline; 
}

img, div { behavior: url(iepngfix.htc) }

div#pagina {
	width: 987px;
	height: 700px;  
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -494px;
	margin-top: -350px;
}

div#contenedor {
	margin: 0 0 15px 0;
} 

div#arriba {
	width: 100%; 
	height: 262px; 
	margin-top: 38px; 
}

div#columna1 {
	width: 270px; 
	float: left; 
	margin-top: 341px; 
	margin-left: 20px; 
	padding-right: 20px; 
	border-right-style: solid; 
	border-right-width: 2px; 
	border-right-color: #cad1cc; 
}

div#columna2 {
	width: 250px; 
	float: left; 
	margin-top: 341px; 
	margin-left: 20px; 
	margin-right: 20px; 
}

div#columna3 {
	width: 320px; 
	float: right; 
	margin-top: 129px; 
	margin-right: 47px; 
}

div#arriba_contacto a {
	color: white; 
	text-decoration: none; 
}

.fondico {
	background-color: #c4c6c8;
	padding: 5px 5px 5px 5px;
	margin-left: -5px; 
}

div#arriba_contacto a:hover {
	color: #e20b78; 
	text-decoration: none; 
}

div#arriba_menu {
	width: 290px; 
	height: 27px; 
	margin-left: 63px; 
	background-image: url(../images/rayas_menu.gif);
	background-position: left bottom;
	background-repeat: repeat-y; 
	position: absolute; 
	bottom: 0; 
}

div#arriba_lista {
	position: absolute; 
	bottom: 0; 
	padding-bottom: 27px; 
}

.ul_menu {
	width: auto;
	margin-bottom: 0px;
	padding-left: 0px;
	margin-left: 0px;
	list-style-type: none;
	margin-right: 4px;
	line-height: 14px; 
	background-image: url(../images/rayas_menu.gif);
	background-position: left bottom;
	background-repeat: repeat-y; 
}

.li_menu {
	width: auto;
	color: white;
	padding-right: 7px;
	padding-left: 5px;
	line-height: 27px;
	margin-top: 11px;
	background-color: #c0c2c3;
	font-size: 14px;
}

.li_menu a {
	color: white;
	text-decoration: none;
}

.li_menu a:hover {
	color: #e1007a;
	text-decoration: none;
	background-color: #white;
}

li#seleccionada {
	background-color: #e1007a;
}

.contenidos {
	width: 603px; 
	margin-left: 63px; 
	padding-left: 17px; 
	padding-right: 17px; 
	padding-top: 1px; 
	padding-bottom: 29px; 
	background-color: white; 

	background-image: url(../images/rayas_adornoinferior.gif);
	background-position: center bottom;
	background-repeat: repeat-x; 
}

div#creditos {
	width: 603px; 
	margin-left: 79px; 
	margin-top: 11px; 
	font-size: 11px;
}

div#creditos a {
	width: 603px; 
	color: #980752; 
	text-decoration: none; 
	font-size: 12px;
}

div#texto {
	width: 609px;
	margin-left: 14px; 
	margin-right: 14px; 
	margin-bottom: 14px; 
	background-color: white; 
}

h1 {
	color: #e1007a;
	font-size: 22px;
}

h2 {
	color: #980752;
	font-size: 15px;
	margin-bottom: -11px; 
}

h3 {
	color: #980752;
	font-size: 14px;
	text-align: left; 
	margin-top: 9px; 
	margin-bottom: 5px; 
}

.contenidos a {
	color: #e1007a;
	text-decoration: none; 
}

.contenidos a:hover {
	color: #980752;
	text-decoration: none; 
}

.contenidos p {
	line-height: 141%;
	color: #4d4d4d;
	font-size: 13px;
	max-width: 609px; 
}

.contenidos blockquote {
	line-height: 141%; 
/* 	color: #980752; */
	color: #4d4d4d;
	background-color: #efefef; 
	background-image: url(../images/comillas-1.png);
	background-position: left top;
	background-repeat: no-repeat; 
	font-size: 13px;
	min-width: 549px; 
	margin-left: 0px; 
	padding: 15px 17px 7px 37px; 
}

.notas {
	line-height: 141%;
	color: #838383;
	font-size: 12px;
	max-width: 609px; 
}

ol {
	padding-left: 10px;
	line-height: 14px;
	list-style-position: outside;
	margin-left: 10px;
}

div#content {
	background-position: center;
	background-repeat: repeat-y;
	background-image: url(../images/fondo_global.gif);
	border-right-width: 1px;
	border-right-color: #400d11;
	border-right-style: solid;
	width: 700px; 
	margin: 0 auto; 
	padding: 0; 
	text-align: left;  
	border-left-color: #410e12;
	border-left-style: solid;
	border-left-width: 1px; 
	border-bottom-color: #410e12;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

div#content_sinfondo {
	background-position: center;
	background-repeat: repeat-y;
	border-right-width: 1px;
	border-right-color: #400d11;
	border-right-style: solid;
	width: 700px; 
	margin: 0 auto; 
	padding: 0; 
	text-align: left;  
	border-left-color: #410e12;
	border-left-style: solid;
	border-left-width: 1px; 
	border-bottom-color: #410e12;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

div#header {
	width: 700px;
	height: 152px;
	margin: 0;
	padding: 0;
	text-align: left;
/*	background-image: url(../images/cabecera-2sinborde.jpg);*/	
	background-color: white; 
	border-bottom-color: #410e12;
	border-bottom-style: solid;
	border-bottom-width: 1px; 
	}

div#content_main_contacto {
	background-position: 0 bottom;
	background-repeat: no-repeat;
	background-image: url(../images/fondo_contacto.gif);
	float: left; 
	width: 413px; 
	height: 452px; 
	margin: 0; 
	padding: 0; 
	background-color: white; 
}

div#content_sub {
	float: right; 
	width: 279px; 
	margin: 0; 
	padding: 0; 
	background-color: #cbeef1; 
}

div#adornos {
	width: 50px; 
	height: 100%; 
	background-color: aqua; 
	margin-right: 2px; 
}

div#footer {
	border-top-color: #410e12;
	border-top-style: solid;
	border-top-width: 1px;
	clear: both; 
	width: 700px;
	height: 128px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background-image: url(../images/pie-1.jpg);
	background-color: white;
	}

div#ficha {
	width: 327px;
	margin: 0 auto;
	padding: 0;
	text-align: left; 
	position: relative; 
	}

div#ejemplos {
	height: 65px;
	width: 65px;
	position: absolute;
	margin-left: -25px;
	margin-top: 70px; 
	}	

div#fantasma {
	background-image: url(../images/separador_vertical.gif);
	background-position: right;
	background-repeat: repeat-y;
	width: 421px; 
	visibility: hidden;
	clear: both;
	margin: 0 auto; 
	padding: 0; 
	text-align: center;
	background-color: white;  
}

#demoClass {
   height: 121px;
   width: 86px;
   background-repeat: no-repeat;
  }
  .opacity1 {
   background-position: 0px 0px;
   background-image: url(../images/novapyme_peq.png);
  }
  .opacity2 {
   /* Try CSS sprites :) */
   background-position: 0px 0px;
   background-image: url(../images/novapyme_grande.png);
}

.texto_normal {
	margin-right: 7px;
/*  margin-left: 5px; */	
	font-size: 11px;
	color: #480A11;
	font-family: "Trebuchet MS", sans-serif;
}
.texto_normal a:link {
	text-decoration: none;
	font-size: 11px;
	color: #52bac7;
}
.texto_normal a:hover {
	text-decoration: none;
	font-size: 11px;
	color: #e46948;
}
.texto_normal a:visited {
	text-decoration: none;
	font-size: 11px;
	color: #52bac7;
}


.texto_parrafo {
	margin-right: 7px;
    margin-left: 5px; 
	font-size: 11px;
	color: #480A11;
	font-family: "Trebuchet MS", sans-serif;
}
.texto_parrafo a:link {
	text-decoration: none;
	margin-right: 7px;
	margin-left: 5px;
	font-size: 11px;
	color: #52bac7;
}
.texto_parrafo a:hover {
	text-decoration: none;
	margin-right: 7px;
	margin-left: 5px;
	font-size: 11px;
	color: #e46948;
}
.texto_parrafo a:visited {
	text-decoration: none;
	margin-right: 7px;
	margin-left: 5px;
	font-size: 11px;
	color: #52bac7;
}


.texto_ejemplos {
	line-height: 14px;
	margin-right: 7px;
    margin-left: 5px; 
	font-size: 11px;
	color: #480A11;
	font-family: "Trebuchet MS", sans-serif;
}
.texto_ejemplos a:link {
	text-decoration: none;
	color: #52bac7;
}
.texto_ejemplos a:hover {
	text-decoration: none;
	color: #e46948;
}
.texto_ejemplos a:visited {
	text-decoration: none;
	color: #52bac7;
}





.texto_creditos {
	margin-right: 7px;
	margin-left: 5px;
	height: 38px;
	font-size: 11px;
	color: #480A11;
	font-family: "Trebuchet MS", sans-serif;
}
.texto_creditos a:link {
	text-decoration: none;
	color: #e46948;
}
.texto_creditos a:hover {
	text-decoration: none;
	color: #52bac7;
}
.texto_creditos a:visited {
	text-decoration: none;
	color: #e46948;
}


.texto_contacto {
	margin-top: 83px;
	margin-left: 50px;
	font-size: 11px;
	color: #480A11;
	font-family: "Trebuchet MS", sans-serif;
}
}
.texto_contacto a:link {
	text-decoration: none;
	color: #e46948;
}
.texto_contacto a:hover {
	text-decoration: none;
	color: #52bac7;
}
.texto_contacto a:visited {
	text-decoration: none;
	color: #e46948;
}


.texto_titulo {
	margin-left: 5px;
	font-size: 11px;
	color: #F16A21;
	font-family: "Trebuchet MS", sans-serif;
}

#texto_mini {
	position: relative;
	float: left;
	text-align: left;
	right: -493px;
	top: 120px;
	color: white;
	font-size: 11px;
	font-family: "Trebuchet MS", sans-serif;
}

#texto_mini a:link {
	text-decoration: none;
	color: white;
}

#texto_mini a:visited {
	text-decoration: none;
	color: white;
}

#texto_mini a:hover {
	text-decoration: none;
	color: #F16A21;
}

#title {
	top: 14px;
	position: relative;
	float: left;
	margin-left: -50px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
	background: transparent;
	color: ;
	}	
