/*

	site: www.gdm.es
	design: Estudio digital km-0.com

	verde oliva -> #444424
	fucsia 		-> #da006a	-> Radio
	amarillo 	-> #ffcc00	-> Internet
	verde 		-> #88bb3d	-> Television
	azul 		-> #0095d8	-> Prensa

	COLORES ANTIGUOS:
	#192579 - multimedia
	#d9001d - radio
	#cecb00 - television
	#06a6c6 - Proyec Especiales
	#7e746a - GDM color
	#333333 - gris1
	#908c8d - gris2
	#9b9697 - gris3

/* =================== unificamos estilos para distintos navegadores ===================  */

@import url("c-css.php");

* {
	font-size: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	border: 0;
}

p,ul,ol,dl,dt,dd,li,blockquote,cite,h1,h2,h3,h4,h5,h6,fieldset,hr,select
	{
	margin: 0;
	padding: 0;
	font-size: 1em;
	font-weight: normal;
}

/* =================== estilos etiquetas generales ===================  */

body{
	font-family: "Verdana";
	font-size: 12px;
	background-color: #eee;
}

h1{
	float: left;
	widht: auto;
}

h2{

}

h3{
	color: #7e746a;
	font-size: 25px;
	/*width: 450px;*/
	padding-top: 15px;
}

h3 span{
	color: #fff;
}

h4{
	font-size: 20px;
}

a{
	text-decoration: none;
	outline: 0;
}

a:hover{
	text-decoration: underline;
}

p{
	padding-bottom: 5px;
	padding-top: 5px;
	font-size: 13px;
}

a{
	color: #ccc;
}

a:visited{
	color: #ccc;
}

a:hover{
	text-decoration: underline;
}

.clearboth {
	display: block;
	clear: both;
	margin: 0;
	padding: 0;
	[if IE] display: none !important;
}