body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #222222;
	margin: 0;
	background-color: #888888;
	text-align: center;
}
h1 {
	font-size: 1.2em;
	margin-left: 1em;
}
h2 {
	font-size: 1.1em;
	font-style: italic;
	margin-left: 0.5em;
	clear: both;
	float: none;
}
p {
	text-decoration: none;
}

/*contenedor de centrado*/
#centrado {
	width: 1000px;
	margin: 0 auto;
	padding: 5px;
}

/*contenedor de fondos laterales*/
#fondoIzq {
	width: 1000px;
	float: left;
	background-image: url(../imgs/izquierda.png);
	background-position: top left;
	background-repeat: repeat-y;
}
#fondoDer {
	width: 1000px;
	float: left;
	background-image: url(../imgs/derecha.png);
	background-position: top right;
	background-repeat: repeat-y;
}

/*cabecera*/
#cabecera {
	width: 1000px;
	height: 97px;
	margin: 0;
}
#logo {
	width: 748px;
	height: 97px;
	text-align: left;
	cursor: pointer;
	display: block;
	background-image: url(../imgs/logo.png);
	background-position: top left;
	background-repeat: no-repeat;
	float: left;
}
#menu {
	width: 247px;
	height: 97px;
	float: right;
	cursor: default;
	text-align: center;
}
#menu a {
	text-decoration: none;
	font-size: 0.8em;
	color: #FEFEFE;
	width: 110px;
	height: 24px;
	margin: 2px auto;
	padding-top: 2px;
	display: block;
	background-image: url(../imgs/btn_u.png);
	background-position: top left;
	background-repeat: no-repeat;
}
#submenuT a {
	text-decoration: none;
	color: #FEFEFE;
	width: 222px;
	height: 24px;
	margin: 2px auto;
	padding-top: 2px;
	display: block;
	background-image: url(../imgs/btn_u.png);
	background-position: top left;
	background-repeat: no-repeat;
}
#menu a:hover, #submenuT a:hover {
	color: #222222;
	background-image: url(../imgs/btn_p.png);
}
#menu1, #menu2 {
	width: 120px;
	height: 97px;
	float: left;
}

/*lateral izquierdo*/
#izquierdo {
	font-size: 0.6em;
	width: 93px;
	padding: 0px;
	float: left;
}
#izquierdo #izquierdob, #izquierdo #userMenu {
	margin-top: 20px;
	padding-left: 3px;
}
#izquierdo input {
	font-size: 1em;
	width: 85px;
}
#userMenu {
	width: 80px;
	border: solid 1px red;
}

/*lateral derecho*/
#submenu {
	width: 247px;
	padding: 0px;
	float: left;
	margin-left: 5px;
	font-size: 0.8em;
	text-align: center;
}
#submenu * {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}
#submenu div {
	background-color: white;
}
#submenu h1, #submenu p {
	font-size: 0.8em;
}
#submenuT {
	width: 247px;
	padding: 0px;
	float: left;
	margin-left: 5px;
	margin-top: 10px;
	font-size: 0.8em;
	text-align: center;
}

/*modulos lateral derecho*/
div .mod {
	margin: 10px;
	padding: 0 5px;
}
div .mod * a {
	text-decoration: none;
}
div .mod * img {
	border: 0;
	margin: 0 10px;
}

/*contenidos centrales*/
#contenidos {
	width: 635px;
	height: 100%;
	padding: 10px;
	float: left;
	text-align: justify;
	background-color: #fdfdfd;
}
#contenidos h1 {
	font-size: 0.9em;
}
#contenidos h2 {
	font-size: 0.8em;
}
#contenidos h3 {
	font-size: 0.8em;
}
#contenidos p {
	font-size: 0.7em;
}
#contenidos ul li {
	font-size: 0.7em;
}
#contenidos * img {
	max-width: 600px;
	width: expression(this.width > 600 ? 600: true); /*para IE <= v6*/
	border: 0px;
}

/*formularios admin*/
#admin {
	width: 600px;
	padding: 0px;
	float: left;
	margin-left: 5px;
	background-color: white;
}
#admin .nicEdit-panel {
	margin: 0;
	border: 0;
}

/*tablas de formularios*/
form table {
	width: 100%;
}
form table tr td {
	width: 70%;
}
form table tr td.etiqueta {
	width: 30%;
	text-align: right;
	font-size: 0.7em;
}
form table tr td input.frmText, form table tr td select, form table tr td textarea {
	width: 100%;
}
form table tr td textarea {
	height: 10em;
}

/*pie de pagina*/
#pie {
	width: 1000px;
	height: 30px;
	clear: both;
	text-align: center;
	background-image: url(../imgs/pie.png);
	background-position: top left;
	background-repeat: no-repeat;
	font-size: 0.9em;
}
#pie * {
	text-decoration: none;
	border: 0;
	color: #fdfdfd;
}

/*imagenes y textos de trabajos*/
.imgTrabajos {
	width: 630px;
	float: left;
	margin: 5px;
}
.imgTrabajos img {
	float: left;
	margin: 10px;
}
.imgTrabajos h3, .imgTrabajos p {
	margin: 5px;
}
