/* DIVS PRINCIPALES */

p {
	padding:0px;
	margin:1px;
}
form {
	padding:0px;
	margin:1px;
}

body,html {  /* BODY PARA IE Y FIRE */	
	margin:0;
	padding:0;
}

.imagen
{
	border:1px #999999 solid;
	padding:2px;
}

/* TEMPORAL - ELIMINAR AL TERMINAR */

.imatemp{ /* Imagen temporal de presentacion */
	width:600px;
	height:auto;
	text-align:center;
	padding:10px 125px 10px 125px;
}

/* PLANTILLA GENERAL */
#G { /* todo el sitio */
	width:900px;
	height:auto;
	margin:0 auto;
	padding:0px;
}
#content { /* contenido */
	width:900px;
	height:auto;
	padding:0px;
	float:left;
}
#up { /* zona superior */
	width:600px;
	height:auto;
	padding:0 300px 0 0;
	float:left;
}

#logo
{
	width:600px;
	height:auto;
	float:left;
	padding:0;
}
#iconos
{
	width:600px;
	height:auto;
	float:left;
}

#contenido { /* zona superior */
	width:860px;
	height:auto;
	padding:0px 20px 0 20px;
	float:left;
}

.fila
{
	width:500px;
	height:auto;
	float:left;
	padding:3px 0px;
	text-align:left;
}

.columna1
{
	width:200px;
	height:auto;
	float:left;
}

.columna2
{
	width:300px;
	height:auto;
	float:left;
}

#pestanas { /* zona superior */
	width:590px;
	height:auto;
	padding:0px 0px 0px 270px;
	float:left;
/*	text-align:right;*/
}

.separacion
{
	width:4px;
	height:auto;
	float:left;
}

.separacion2
{
	width:8px;
	height:auto;
	float:left;
}

#centro {
	width:820px;
	height:auto;
	padding:15px 10px 15px 30px;
	background-image:url(../images/fondo.jpg);
/*	background-position:top;*/
	background-repeat:no-repeat;
	float:left;
}

.portafolio
{
	width:250px;
	height:auto;
	background-color:#999999;
	float:left;
	padding:5px 5px;
}

.subportafolio
{
	width:260px;
	height:auto;
	float:left;
	padding:5px 0px;
}

#texto
{
	width:200px;
	float:left;
	height:auto;
}

#galeria
{
	width:610px;
	float:left;
	height:auto;
	text-align:center;
	padding:0 10px 0 0;
}

#galeria2
{
	width:812px;
	float:left;
	height:auto;
	text-align:center;
	padding:0 8px 14px 0;
}

#galeria3
{
	width:540px;
	float:left;
	height:auto;
	padding:10px 20px 10px 60px;
	text-align:center;
}

.boton
{
	background-color:#999999;
	font-family:Verdana;
	font-size:12px;
	color:#ffffff;
	font-weight:bold;
}

#down { /* zona superior */
	width:850px;
	height:auto;
	padding:25px 10px 10px 0px;
	float:left;
}
#footer {/* zona inferior del sitio web */
	width:830px;
	height:auto;
	float:left;
	padding:0px 20px 0 10px;
}
/* FIN DEL CSS */
