@charset "utf-8";
/* CSS Document */

/* body */
body {
	margin: 0px;
	line-height:18px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Verdana, sans-serif, Arial;
	background-image:url(../images/assets/tiledbackground.jpg);
	color:#FFF;
	font-size:12px;
	background-repeat:repeat;
	text-align:justify;
}

/* imágenes */
img {
	border: 0px;
}

/* enlaces */
a {
	text-decoration:none;
	color: #feda00;
}

#agua{
	width: 500px;
	height: 500px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	background-image:url(../images/assets/agua.png);
	z-index: -1;
}

/* contenedor principal */
#maincontainer {
	position: absolute; /*Posicionamiento absoluto*/
	width: 1000px; /*Ancho del contenedor*/
	height: 100%;
	margin-bottom: 0px;
	left: 50%; /*Desde la izquierda, colocar al 50% de la pantalla*/
	margin-left: -500px; /*Restamos la mitad de ancho del SWF para centrarlo horizontalmente*/
	background: url(../images/assets/maincontainertiled.png) repeat-y;
	min-height:810px;
	z-index: -1;
}

#maincontainer2 {
	position: absolute; /*Posicionamiento absoluto*/
	width: 1000px; /*Ancho del contenedor*/
	height: 100%;
	margin-bottom: 0px;
	left: 50%; /*Desde la izquierda, colocar al 50% de la pantalla*/
	margin-left: -500px; /*Restamos la mitad de ancho del SWF para centrarlo horizontalmente*/
	background: url(../images/assets/maincontainertiled.png) repeat-y;
	min-height:925px;
	z-index: -1;
}

/* contenedor interior */
#maincontainer0 {
	position: relative;
	width: 910px;
	height: 480px;
	margin-left: 40px;
	margin-top: 20px;
	margin-bottom: 150px;
}

/* contenedor interior */
#maincontainer1 {
	position: relative;
	width: 910px;
	height: 500px;
	background-image:url(../images/assets/guias.png);
	margin-left: 40px;
	margin-top: 0px;
	margin-bottom: 150px;
}

/* contenedor menú superior */
#menusupcont {
	position: relative;
	width: 910px;
	height: 130px;
	margin-left: 40px;
	margin-top: 15px;
	margin-bottom: 0px;
}

/* logo */
#logo {
	float:left;
	margin-left: 0px;
	width: 160px;
	height: 130px;
	background-image:url(../images/assets/logo.jpg);
}

/* menú superior */
#menusup {
	margin-top: 30px;
	width: 745px;
	float: right;
	text-align:center;
}

/* contenidos */
#maincontent {
	width: 570px;
	height: 359px;
	float:right;
	margin: 10px;
}

/* titulo item */
#titulo_item {
	color: #feda00;
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 15px;
	width: 570px;
	height: 20px;
	font-size:15px;
}

/* menu items 10 niveles */
#menu_items_10niveles {
	width: 100px;
	height: 178px;
	line-height: 18px;
	float: right;
	margin: 174px 15px 10px 10px;
	text-align: right;
	z-index: 1;
}
/* menu items 9 niveles */
#menu_items_9niveles {
	width: 100px;
	height: 168px;
	line-height: 18px;
	float: right;
	margin: 194px 15px 10px 10px;
	text-align: right;
	z-index: 1;
}

/* menu items 8 niveles */
#menu_items_8niveles {
	width: 100px;
	height: 150px;
	line-height: 18px;
	float: right;
	margin: 210px 15px 10px 10px;
	text-align: right;
	z-index: 1;
}

/* menu items 6 niveles */
#menu_items_6niveles {
	width: 100px;
	height: 114px;
	line-height: 18px;
	float: right;
	margin: 248px 15px 10px 10px;
	text-align: right;
	z-index: 1;
}

/* menu items 4 niveles */
#menu_items_4niveles {
	width: 100px;
	height: 72px;
	line-height: 18px;
	float: right;
	margin: 284px 15px 10px 10px;
	text-align: right;
	z-index: 1;
}

/* menu items 3 niveles */
#menu_items_3niveles {
	width: 100px;
	height: 54px;
	line-height: 18px;
	float: right;
	margin: 302px 15px 10px 10px;
	text-align: right;
	z-index: 1;
}

/* menu items 2 niveles */
#menu_items_2niveles {
	width: 100px;
	height: 36px;
	line-height: 18px;
	float: right;
	margin: 320px 15px 10px 10px;
	text-align: right;
	z-index: 1;
}

/* menu items 1 niveles */
#menu_items_1nivel {
	width: 100px;
	height: 18px;
	line-height: 18px;
	float: right;
	margin: 340px 15px 10px 10px;
	text-align: right;
	z-index: 1;
}

#menu_item_trabajos_mononivel {
	width: 570px;
	min-height: 150px;
	float: right;
	letter-spacing: 10px;
	margin-top: 15px;
}

#menu_item_trabajos_binivel {
	width: 570px;
	min-height: 237px;
	float: right;
	letter-spacing: 10px;
	margin-top: 15px;
}

#videocont{
	margin: 10px;	
}

#webcont{
	margin: 10px;
	text-align:center;
}

#texto1cont{
	width: 550px;
	height: 310px;
	margin: 10px;
	text-align:center;
}

#texto2cont{
	width: 550px;
	height: 310px;
	margin: 10px;
	text-align:justify;
}

/* pie de página */
#footer {
	position:absolute;
	width: 910px;
	margin-left: 40px;
	bottom: 30px;
}

/* copyright logo */
#copylogo{
	float:left;
	width: 62px;
	height: 50px;
	margin-left: 10px;
	background-image:url(../images/assets/logo_footer.jpg);
}

/* copyright zone */
#copy{
	float: left;
	margin-left: 10px;
	margin-top: 20px;
	font-size: 9px;
}

/* clase enlace */
.enlace {
	border-bottom-width: 1px;
	border-top-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-style: dotted;
}

/* clase menuitem */
.menuitem{
	color:#FFF;
}

.menuitem:hover{
	color: #feda00;	
}

.menuitem:active{
	color: #feda00;	
}

.menuitemactive{
	color:#feda00;
}

.email {
	unicode-bidi:bidi-override;
	direction: rtl;
	border-bottom-width: 1px;
	border-top-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-style: dotted;
}
