/* CSS Document */

#cabecera #menusecundario, #menu, #comienzoslides, #pie, #fija-arriba-derecha, #fija-abajo {
	display: none;
}

#cabecera  #logo{
	width: 49px;  /* reducir imagen logo */
	height: 62px; /*antes 41x52*/
}

#cabecera  #dwg{
	width: 260px;  /* reducir imagen nombre empresa */
	height: 33px;
}

#cabecera h2 {
	font-size: 0.8em;
	font-weight: normal;
	max-width: none;
}

h1 {
	margin-top: 0;
	padding-top: 0;
	font-size: 180%;
	text-shadow: none;
}

h1 + p {
	font-size: 120%;
	color: black;
	text-shadow: none;
/*	border-bottom: thin dotted grey;*/
	margin-bottom: 1.5em;
}

h2 {
	font-size: 130%;
	text-shadow: none;
}

a {
	text-decoration: none;
}

.modulo, .ejemploindividual {
	background-color: white;
}

#contenido:after {
	content:"(c) Diseño Web Global www.diseñowebglobal.es";
	/*text-align: right;*/	/*NO funciona*/
	/*margin-top: 10px;*/	/*NO funciona*/
} 

#contenido .servicios-index {
	background-image: none;
	padding-right: 60px; /*no hay foto*/
}

