/******************** CSS Document / webexperience.es (Página de coretsía) ********************/

* {
	margin: 0;
	padding: 0;
}

html, body, img {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background: #005BC3 url(images/background.gif) repeat-x top;
	font: normal 12px/1.2em arial, sans-serif;
	color: white;
	text-align: center;
}

a {
	color: white;
	text-decoration: none;
}

/******************** Container ********************/

#container {
	width: 820px;
	margin: auto;
	text-align: left;
}

/******************** Cartel ********************/

#cartel {
	position: absolute;
	top: 25%;
	width: 820px;
	height: 380px;
	background: url(images/cartel.gif) no-repeat;
}

#cartel p {
	padding: 173px 0 0 129px;
}

body #cartel #servicios {
	width: 710px;
	margin: 20px 0 0 65px;
	padding: 20px 0 0 0;
	border-top: 1px solid #99bde7;
	color: #d9e7f6;
}

#servicios h1 {
font: bold 14px/1em trebuchet ms, sans-serif;
}


#servicios div {
	width: 220px;
	float: left;
	margin: 15px 15px 0 0;
}

#cartel #servicios div h1, #cartel #servicios div h1 a {	font: bold 18px/1em trebuchet ms, sans-serif; text-decoration:none; }

#cartel #servicios div p {margin: 5px 0 0 0; padding: 0 0 0 0; font-size: 11px; }

#cartel #servicios div#webpymes h1, #cartel #servicios div#webpymes h1 a { color: #75c325; }
#cartel #servicios div#webpymesplus h1, #cartel #servicios div#webpymesplus h1 a { color: #eab700; }
#cartel #servicios div#otros h1, #cartel #servicios div#otros h1 a { color: #ea0b06; }


#cartel #servicios div a { font: bold 12px/1.8em trebuchet ms, sans-serif;text-decoration: underline; }
#cartel #servicios div a:hover { text-decoration: none; }















