/****		CSS servicon	****/

*{margin:0px;}
body 
	{
	font:12px  Arial, regular, sans-serif;
	color:#000;
	background:#07070C url(imagenes/fondo.jpg) repeat-x;
	text-align:justify;
	width:980px;
	margin:auto; 
	}

h2{font:18px arial;}
.clear{clear:both}

.azul {color:#3db9ec;}
	a:link  {
				color: #000;
				text-decoration: none;
			}
	a:visited 
			{
				text-decoration: none;
				color: #000;
			}
	a:hover 
			{
				text-decoration: none;
				color: #000;
			}
	a:active 
			{
				text-decoration: none;
				color: #000;
			}

#contenedor
	{
	margin:auto;
	width:1024px;
	}

#header
	{
	background: url(imagenes/header.jpg) no-repeat;
	width:657px;
	height:415px;
	float:left;
	}

#fondo_forma
	{
	background: url(imagenes/fondo_forma.jpg) no-repeat;
	width:367px;
	height:415px;
	float:left;
	}

#contenido_izq
	{
	background: url(imagenes/contenido_izquierdo.jpg) no-repeat;
	padding-top:55px;
	width:657px;
	height:330px;
	float:left;
	font-size:15px;
	}

#contenido_izq ul li{
	list-style-image:url(imagenes/vineta_izquierda.gif);
	}

#contenido_izq_gracias
	{
	background: url(imagenes/contenido_izquierdo_gracias.jpg) no-repeat;
	padding-top:55px;
	width:657px;
	height:322px;
	float:left;
	font-size:15px;
	}

#contenido_der
	{
	background: url(imagenes/contenido_derecho.jpg) no-repeat;
	width:353px;
	height:330px;
	float:left;	
	padding-top:47px;
	padding-left:14px;
	}

#contenido_der ul li{
	list-style-image:url(imagenes/vineta_derecha.gif);
	margin-left:13px;}

#contenido_bottom
	{
	background: url(imagenes/contenido_bottom.jpg) no-repeat;
	width:1024px;
	height:440px;
	float:left;	
	padding-left:49px;
	padding-top:16px;
	}

#pie
	{
	background: url(imagenes/pie.jpg) no-repeat;
	width:1024px;
	height:48px;
	float:left;	
	padding-top:22px;
	}

.forma_button
	{
	background: url(imagenes/boton.jpg) no-repeat;
	width:198px;
	height:33px;
	border:0px;
	margin-top:8px;
	}
