@CHARSET "ISO-8859-1";

body
{
	background-color: #fff;
	background-image:url(../images/background.jpg);
	background-attachment: fixed;
	margin:0px;
	padding:0px;
	height: 100%;
	/*color: #005A42;*/
	color: #272727;
	text-align: justify;
	vertical-align: top;
	font-family: "Trebuchet MS";
	font-size:13px;
}

form
{
	margin:0px;
}

input, select, textarea
{
	font-size:13px;
}

table, td, img
{
	/*border: solid #000 0px;*/
	/*border-collapse:collapse;*/
	margin:0px;
	padding:0px;
	/*height: 100%;*/
}

#content
{

	width:949px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	background-image: none;
	/*border: solid #001428 1px;*/

}

/*#cabecera_borde_izquierdo
{
	width:8px;
	height:210px;
	/*background-image:url('../images/borde_banner_izquierdo.jpg');
	background-repeat:no-repeat;
}*/

#cabecera 
{
	/*width:925px;*/
	width:949px;
	height:305px;
}

#cabecera img
{
	/*width:925px;*/
	height:275px;
	width:949px;

}

/*#cabecera_borde_derecho
{
	width:16px;
	height:210px;
	/*background-image:url('../images/borde_banner_derecho.jpg');
	background-repeat:no-repeat;
}

#cuerpo_borde_izquierdo
{
	width:8px;
	/*background-image:url('../images/borde_izquierdo.jpg');
	background-repeat: repeat-y;
}*/

#cuerpo
{
	/*width:925px;*/
	width:949px;
	height: 100%;
}

/*#cuerpo_borde_derecho
{
	width:16px;
	/*background-image:url('../images/borde_derecho.jpg');
	background-repeat: repeat-y;
}

#pie_borde_izquierdo
{
	width:8px;
	height:150px;
	background-image:url('../images/borde_izquierdo.jpg');
	background-repeat: repeat-y;
}*/

#pie
{
	/*width:925px;*/
	width:949px;
	height: 250px;
	background-color: #fff;

	margin:0px;
	padding:0px;
	position:relative;
	top:expression('5px');
}

/*#pie_borde_derecho
{
	width:16px;
	height:150px;
	background-image:url('../images/borde_derecho.jpg');
	background-repeat: repeat-y;
}

#borde_inferior
{
	width:949px;
	height:16px;
	background-image:url('../images/borde_inferior.jpg');
}*/

#menu
{
	width: 200px;
	background-color: #fff;
	
	border-right: solid 0px #FFF;
	float: left;
	height:100%;
	/*padding: 20px;*/
	padding-right: 0px;
}

#contenido
{
	width: 723px;
	height:100%;
	float:right;
	/*background-image:url('../images/trama.png');*/
	/*background-repeat:repeat;*/
	border-left: solid 1px #FFF;
}



