﻿/*
    Document   : $HeadURL: http://debian/svn/Maquetas_Cursos/branches/Modelo_IL3_DIBA/Templates/IL3DIBA/base/plataforma/css/index/main.css $
    Created on : $Date: 2009-12-24 12:09:17 +0100 (jue, 24 dic 2009) $
    Author     : $Author: dani $
    Revision   : $Revision: 157 $
*/


body{
	background:transparent url('../../img/fondo_pagina.jpg') repeat;
	background-color: #CCC;
	font-size:12px;
	font-family:Verdana,sans-serif;
	margin: 0px;
}


div.languages { display: none; }

*{
margin:0px;
padding:0px;
}

p{
}


ul {
	display: block;
}


.header_title{
	width:486px;
	height: 26px;
	font-size: 13px;
	font-weight:bold;
	color:#FFF;
	margin-left:20px;
	float:left;
	padding-left:10px;
	margin-top: 10px;
	line-height:13px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
}

#temas_title{
	font-weight:bold;
	font-size:1.1em;
	color: #05172b;
	margin-bottom:3px;
	margin-top: 5px;
	margin-left: 5px;
	display:none;
}


#personas{
	width: 190px;
	float:left;
	margin-top: 5px;
	margin-left: 10px;
}

#user_info, #user{
	float:left;
	color:white;
	font-size:1.1em;
	line-height:1.3em;
}
#user_info{
	margin-left:5px;
	font-weight: bold;
}
#user img{
	border: 1px solid #3B6EA7;
}


.presentacion, .elementos{
	padding: 0px 33px;
	width: 650px;
	clear: both;
}

#main_index{
	margin:10px auto;
	width:738px;
	overflow:hidden;
}

#header_index{
	height:58px;
	width: 738px;
	margin-top:20px;
	background-color: transparent;
	background-image: url(../../img/bg_indice_top-trans.png);
	background-repeat: no-repeat;
}


#header_middle{
	width: 738px;
	background-color: transparent;
	background-image: url(../../img/bg_indice_top_med-trans.png);
	background-repeat: repeat-y;
}



#header_bottom{
	height:20px;
	width: 738px;
	background-color: transparent;
	background-image: url(../../img/bg_indice_top_bot-trans.png);
	background-repeat: repeat-y;
}


#middle_index{
display:none;
	height:auto;
	width: 738px;
	padding: 0px;
	background-color: transparent;
	background-image: url(../../img/bg_indice_middle-trans.png);
	background-repeat: repeat-y;
}

#bottom_index{
	height:28px;
	width: 738px;
	background-color: transparent;
	background-image: url(../../img/bg_indice_bottom-trans.png);
	background-repeat: no-repeat;
}

#logo{
	width:110px;
	height:36px;
	float: left;
	margin-top: 10px;
}

#logo_eskola{
	width:120px;
	height:45px;
	display:inline;
	float: right;
}

.limp{
	clear:both;
}


.indice_elementos li {
	width:600px;
	list-style-type: none;
	height: 30px;
	color: #05172b;
	font-size: 12px;
	padding-left:20px;
	padding-top:10px;
	background-color: transparent;
	background-image: url(../../img/bg_indice_opcion_off.png);
	background-repeat: no-repeat;
}

.indice_elementos li:hover {
	background-image:url(../../img/bg_indice_opcion_on.png);
}

.indice_elementos li a{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}

#languages_top{
	float:right;
	margin-right: 30px;
	height: 20px;
	margin-top: -14px;
	display:none;
}


#languages_top .language{
	width:38px;
	height:24px;
	margin-right:0px;
	background-image:url(../../img/bg_indice_language_off.png);
	float:left;
}


#languages_top .language:hover{
	background-image:url(../../img/bg_indice_language_on.png);
}

#languages_top .language a{
	text-decoration:none;
	color:#000000;
	/*font-weight:bold;*/
/*	display:block;*/
	padding-top:2px;
	padding-left:10px;
}

#languages_top .language.active a{
	font-weight:bold;
}

#pie {
	display: none;
}

a {
	position: relative;
	cursor: pointer;
}

.presentacion img{
margin-bottom:6px;
margin-top:6px;
}
