body {
	margin:0;
	padding:0;
	font-family:Trebuchet MS;
	font-size:12px;
	color:#999999;
	line-height:16px;
}

a {
	text-decoration:none;
}

a:hover, a:visited {
	text-decoration:underline;
}

h1 {
	font-size:26px;
	font-weight:bold;
	color:#FFCC00;
	margin-left:25px;
}

h2 {
	font-size:16px;
	font-weight:bold;
	color:#0066FF;
	margin-left:25px;
}

h2 a {
	font-size:16px;
	font-weight:bold;
	color:#0066FF;
	text-decoration:none;
}

h2 a:hover {
	text-decoration:underline;
}

p {
	margin-left:25px;
	margin-right:10px;
	text-align:justify;
}

input {
	font-family:Trebuchet MS;
	font-size:12px;
	color:#999999;
}

select {
	font-family:Trebuchet MS;
	font-size:12px;
	color:#999999;
}

textarea {
	font-family:Trebuchet MS;
	font-size:12px;
	color:#999999;
}

#maincontainer {
	width:960px; /*Width of main container*/
	margin:0 auto; /*Center container on page*/
}

#menu {
	height:35px;
}

.menu {
	float:right;
	width:780px;
	background-image:url(images/fondo_menu.jpg);
	background-repeat:repeat-x;
}

.menu ul {
	margin:0 0 0 4px; 
	padding:0;
}

.menu ul li {
	display: inline;
}

.menu ul li a {
	font-size:16px;
	font-weight:normal;
	color:#ffffff;
	text-decoration: none;
   	line-height:35px;
   	padding:6px 15px 7px 15px;
/*   	border-right:1px solid #ffffff;*/
   	width:100%;
	margin-left:-4px;
}

.menu ul li a:hover, .menu ul li .current {
	background-image:url(images/fondo_menu_selected.jpg);
}

#header_principal {
	width:100%;
	height:295px;
	background-image:url(images/header_principal.jpg);
}

#header_diseno_grafico {
	width:100%;
	height:295px;
	background-image:url(images/header_diseno_grafico.jpg);
}

#header_aplicaciones_web {
	width:100%;
	height:295px;
	background-image:url(images/header_aplicaciones_web.jpg);
}

#header_marketing_online {
	width:100%;
	height:295px;
	background-image:url(images/header_marketing_online.jpg);
}

#header_presupuesto {
	width:100%;
	height:295px;
	background-image:url(images/header_presupuesto.jpg);
}

#header_contactar {
	width:100%;
	height:295px;
	background-image:url(images/header_contactar.jpg);
}

.titulo_header {
	font-size:34px;
	font-weight:bold;
	color:#FFCC00;
	line-height:30px;
}

.texto_header {
	font-size:14px;
	font-weight:bold;
	color:#0066FF;
}

#general_info {
	width:100%;
	height:150px;
}

table.tabla_contenido {
	margin-left:25px;
	text-align:justify;
}

table.tabla_destacada {
	background-image:url(images/fondo_tabla_destacada.jpg);
}

table.tabla_lateral {
	background-image:url(images/fondo_tabla_lateral.jpg);
}

table tr td.cabecera {
	border-top:4px solid #0066FF;
	text-align:justify;
}

table tr td.cabecera a {
	text-decoration:none;
}

table tr td.cabecera a:hover {
	text-decoration:underline;
}

table tr td.fin_tabla {
	border-bottom:2px solid #FFCC00;
	text-align:right;
	font-size:16px;
	font-weight:bold;
	color:#0066FF;
}

table tr td.fin_tabla a {
	font-size:16px;
	font-weight:bold;
	color:#0066FF;
	text-decoration:none;
}

table tr td.fin_tabla a:hover {
	text-decoration:underline;
}

#contentwrapper {
	float:left;
	width:100%;
}

#contentcolumn {
	margin:0 300px 0 0; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}

#leftcolumn {
	float:left;
	width:240px; /*Width of left column in pixel*/
	margin-left:-960px; /*Set margin to that of -(MainContainerWidth)*/
	background-color: #f67263C;
}

#rightcolumn {
	float:left;
	width:300px; /*Width of right column*/
	margin-left:-300px; /*Set left margin to -(RightColumnWidth)*/
	margin-top:40px;
}

#footer {
	clear:left;
	width:100%;
	height:110px;
	background-image:url(images/fondo_footer.jpg);
	color:#FFF;
	text-align:center;
	padding:4px 0;
}

#footer table tr td.titulo {
	font-size:16px;
	border-bottom:1px solid #ffffff;
}

#footer a {
	font-size:12px;
	font-weight:normal;
	color:#FFCC00;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}
