﻿/* Estilo del cuerpo */
body {
	background-color: white;
}

/* Estilo de los tres menús */
.menuoff {
	font-family: Trebuchet MS, Arial;
	font-size: 12px;
	color: #C1D1FF;
}

/* Estilo de los tres menús */
.minimenuoff {
	font-family: Trebuchet MS, Arial;
	font-size: 10px;
	color: #C1D1FF;
}

/* Estilo de los tres menús */
.micromenuoff {
	font-family: Trebuchet MS, Arial;
	font-size: 8px;
	color: #C1D1FF;
}

/* Estilo de los tres menús */
.menuon {
	font-family: Trebuchet MS, Arial;
	font-size: 12px;
	color: White;
}

/* Estilo de los tres menús */
.minimenuon {
	font-family: Trebuchet MS, Arial;
	font-size: 10px;
	color: White;
}

/* Estilo de los tres menús */
.micromenuon {
	font-family: Trebuchet MS, Arial;
	font-size: 8px;
	color: White;
}

/* Estilo de los tres menús */
.submenus {
	font-family: Trebuchet MS, Arial;
	font-size: 10px;
	letter-spacing: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
	color: #F1F1F2;
	border-bottom: 1px solid #F1F1F2;
	background-color: #6699CC;
}

/* Estilo del contenido */
.contenido {
	font-family: Trebuchet MS, Arial;
	font-size: 12px;
	text-align: justify;
}

/* Estilo de las notas al pie para contenidos */
.notascontenido {
	font-family: Trebuchet MS, Arial;
	font-size: 10px;
	color: black;
}

/* Estilo de los mensajes */
.mensajes {
	font-family: Trebuchet MS, Arial;
	font-size: 11px;
	color: white;
}

/* Estilo del relojito */
.relojito {
	font-family: Trebuchet MS, Arial;
	font-style:italic;
	color: #222288;
	font-size: 10px;
}


/* Estilo de los enlaces */
a.linkclaro:link, a.linkclaro:visited, a.linkclaro:active {
   color: #C1D1FF;
   text-decoration: none;
}
a.linkclaro:hover {
	color: white;
}

a.linkblanco:link, a.linkblanco:visited, a.linkblanco:active a.linkblanco:hover {
	color: white;
	border:0px;
}






/* Estilo del título */
.titulo {
	font-family: Trebuchet MS, Arial;
	font-size: 28px;
	text-align: justify;
	border-bottom: 1px;
	border-bottom-style:solid;
	border-bottom-color: #6874CE;
}

/* Estilo del subtítulo */
.subtitulo {
	font-family: Trebuchet MS, Arial;
	font-weight: bold;
	font-size: 12px;
	text-align: justify;
	color: #222222;
}

/* Estilo del producto */
.producto {
	font-family:"Courier New", Courier, "espacio sencillo";
	font-size: 28px;
}


/* Estilo del subtítulo */
.tituloSubMenu {
	font-size: 12px;
	font-family: Georgia;
	color: #397797;
	background-color: #F1F1F2;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px solid #397797;
}

/* Estilo del carrusel de texto */
.textoCarrusel {
	font-family: Georgia;
	font-style: italic;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0px;
	color: #397797;
	padding-top: 2px;
	padding-bottom: 2px;

}

/* Estilo de los tres menús */
.menus {
	font-family: Trebuchet MS, Arial;
	font-size: 10px;
	letter-spacing: 1px;
	background-color: #F1F1F2;
}



/* Estilo de las fichas de empresa para el pie con las fotos */
.fichaempresa {
	/*padding-top: 1px;
	padding-bottom: 1px;
	border-top: 1px dotted #397797;
	border-bottom: 1px dotted #397797;*/
}

/* Estilo de los recuadros de los textos de las empresas */
.cuadroempresa {
	padding-top: 1px;
	padding-bottom: 1px;
	border: 1px solid #397797;
}


/* Estilo del contenedor de texto */
.contenedor {
	text-align: justify;
}

/* Estilo del contenedor de Logo */
.contenedorLogo {
	text-align: justify;
	background-color: white;
	border: 1px solid #397797;
}

/* Estilo del contenedor de texto */
.contenedorSubMenu {
	text-align: justify;
	background-color: #397797;
}


/* Estilo del título del contenido */
.tituloContenido {
	font-family: Arial;
	font-size: 18px;
	font-weight: 800;
	letter-spacing: 0px;
	color: #397797;
}

/* Estilo de la línea debajo del título del contenido */
.hrTituloContenido {
	size: 1px;
	width: 100%;
	color: #397797;
}

/* Estilo del pie de la web */
.pie {
	font-family: Arial;
	color: gray;
	font-size: 10px;
	letter-spacing: 1px;
}

/* Estilo de los enlaces */
a:link, a:visited, a:active {
	font-weight: bold;
	color: #397797;
    text-decoration: none;
    
}
a:hover {
	font-weight: bold;
	color: #6CAACA;
}



/* Estilo de los enlaces */
a.linkoscuro:link, a.linkoscuro:visited, a.linkoscuro:active {
	font-weight: bold;
	color: #397797;
    text-decoration: none;
}
a.linkoscuro:hover {
	font-weight: bold;
	color: #175575;
}
