/* 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:850px;
	height:auto;
	margin: 0 auto;
	padding:0px;
}
#content { /* contenido */
	width:850px;
	height:auto;
	padding:0px;
	float:left;
}
#up { /* zona superior */
	width:900px;
	height:auto;
	padding:0px;
	float:left;
}

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

#contenido { /* zona superior */
	width:860px;
	height:auto;
	padding:0px 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:580px;
	height:auto;
	padding:0px 0px 0px 270px;
	float:left;
	text-align:right;
}
.p1
{
	width:102px;
	height:16px;
	background-image:url(../images/p1.jpg);
	float:left;
	padding:7px 5px;
}

.p1:hover
{
	filter:alpha(opacity=70);
	opacity:.7;
}

.p2
{
	width:102px;
	height:16px;
	background-image:url(../images/p2.jpg);
	float:left;
	padding:7px 5px;
}
.p2:hover
{
	filter: alpha(opacity=70); 
	opacity: .7;
}
.p3
{
	width:102px;
	height:16px;
	background-image:url(../images/p3.jpg);
	float:left;
	padding:7px 5px;
}
.p3:hover
{
	filter: alpha(opacity=70); 
	opacity: .7;
}
.p4
{
	width:102px;
	height:16px;
	background-image:url(../images/p4.jpg);
	float:left;
	padding:7px 5px;
}
.p4:hover
{
	filter: alpha(opacity=70); 
	opacity: .7;
}
.p6
{
	width:102px;
	height:16px;
	background-image:url(../images/p6.jpg);
	float:left;
	padding:7px 5px;
}
.p6:hover
{
	filter: alpha(opacity=70); 
	opacity: .7;
}
.separacion
{
	width:4px;
	height:auto;
	float:left;
}

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

#centro {
	width:810px;
	height:auto;
	padding:15px 10px 15px 30px;
	background-image:url(../images/fondo.jpg);
	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;
}

#galeria2
{
	width:810px;
	float:left;
	height:auto;
	text-align:center;
}

#galeria3
{
	width:510px;
	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 0px 10px 0px;
	float:left;
}
#footer {/* zona inferior del sitio web */
	width:830px;
	height:auto;
	float:left;
	padding:0px 10px;
}
/* FIN DEL CSS */