html, body {
	margin:0; padding:0;
}

body {
	font-size: 13px;
}

body, table, form, ul, a {
	font-family: arial, tahoma, verdana, sans-serif;
}

h1 {
	font-size: 23px;
	color: #396CB2;
}

h2 {
	font-size: 19px;
	color: #E08123;
	margin: 0;
}

body {
	background: #F3F3F3;
	color: #444;
}

img {
	margin: 0; padding: 0;
	border: 0;
}

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

big {
	font-family: "Times new roman";
	font-size: 25px;
	font-style: italic;
}

.blanco { color: #000; }
.naranja { color: #DB8325; }
.azul { color: #286B95; }
.rojo { color: #FF0000; }
.verde { color: #499234; }

#seoline {
	font-size: 15px;
	margin: 8px 0; padding: 0;
	text-align: center;
}

#page_wrapper {
	width: 1000px;
	margin: 0 auto;
}

#page_header {
	height: 473px;
	background: #F3F3F3 url('img/web/header_1000x473.jpg') no-repeat center top;
}

#page_menu {
	width: 520px;
	position: relative;
	left: 446px;
	top: 420px;
	line-height: 32px;
	height: 32px;
	text-align: center;
	font-size: 15px;
	color: #000;
}

#page_menu a {
	display: inline-block;
	padding: 0 18px;
	line-height: 32px;
	min-height: 32px;
	height: 32px;
	font-weight: bold;
	color: #F3F3F3;
}

#page_menu a:hover {
	background: url('img/web/filtro_8x32.png') repeat-x top left;
}


#page_body {
	background: url('img/web/fondo_body.png') no-repeat center top;
	padding: 64px;
}

#page_body h1:first-letter {
	font-size: 29px;
	color: #444;
}

#page_body h2:first-letter {
	font-size: 25px;
	color: #444;
}

/* PIE DE PAGINA */
#page_footer {
	font-size: 11px;
	text-align: center;
	padding-top: 10px;
	background: transparent url('img/web/page_footer.png') repeat-x center top;
	height: 20px;
	color: #EEE;
}

/* CONTENEDOR PRINCIPAL */
#contenedor_principal {
	margin: 0 15px;
	text-align: center;
}

#contenedor_principal td {
	text-align: left;
	vertical-align: top;
}

#contenedor_principal td h2 {
	display: block;
	margin: 0; padding: 0;
	font-size: 15px;
}

/* BLOQUE DE SERVICIOS */
#bloque_servicios {
	padding: 8px;
}

#bloque_servicios ul {
	text-align: center;
	display: inline-block;
	padding: 10px 10px 10px 30px;
}

#bloque_servicios ul li {
	text-align: left;
}

#bloque_servicios ul li a {
	padding-left: 10px;
	font-weight: bold;
}

/* BLOQUE DE PROYECTOS */
#bloque_proyectos {
	background: #E3E3E3;
	padding: 8px;
}

#bloque_proyectos p {
	text-align: center;
	margin-bottom: 8px;
}

#bloque_proyectos p a {
	font-size: 11px;
	color: #444;
	text-decoration: none;
}


/* BLOQUE DE CONTACTOS */
.form.contacto input, .form.contacto textarea {
	border: 1px solid #272727;
	background: #787878;
	color: #EEE;
	width: 250px;
	font-family: tahoma; font-size: 13px;
}

.boton {
	display: inline-block; overflow: hidden;
	width: 100px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	color: #FFF;
	background: transparent url('img/web/boton_100x24.png') no-repeat top left;
}

/* SERVICIOS */
#servicios a {
	color: #444;
	font-weight: bold;
	font-family: verdana, sans-serif;
}
#servicios a:hover {
	color: #286B95;
	text-decoration: underline;
}

#servicios tr td{
	vertical-align: top;
}
#servicios tr td h2{
	text-align: center;
}
#servicios tr td p{
	text-indent: 20px;
	text-align: justify;

}
#servicios tr td p:first-letter{
	font-size: 18px;
}

/* PORTFOLIO */
#portfolio table {
	background: #F3F3F3;
	border: 1px solid black;
}

#portfolio a {
	color: #444;
}

#portfolio a:hover {
	color: #286B95;
	text-decoration: underline;
}
