/* =================================================
      GTK - CSS - Facultad de Sociología de Granada
   ================================================= */

html, body, #wrapper, #wrapperdos {
	margin: 0;
	padding: 0;
	height: 100%;       /* should be auto */
	min-height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #006699

}

html>body, html>body #wrapper, html>body #wrapperdos {
	height: auto;
}

a { text-decoration:none; color: #006699; font-weight: bold;}
a:hover { text-decoration:none; color: #006699; font-weight: bold;}
a:active {	text-decoration:none; color: #006699; font-weight: bold;}

form, p, li, ul, h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	list-style-type:none;
}
input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #3B2928;
}
.oculta {
	display:none;
}


#wrapper, #wrapperdos{
	width: 770px;
	position: absolute;
	left: 50%;
	margin-left: -385px;
	background: #FFFFFF url(../images/fondo.gif) repeat-y;
}
#wrapperdos{
	background: #FFFFFF url(../images/fondo2nivel.gif)  repeat-y center;
}

#header {
	width: 770px;
	height: 446px;
	background: url(../images/fondoGeneral.jpg) no-repeat;
	
}

#footer {
	clear: both;        /* below longest column */
	bottom: 0;
	left: 0;
	width: 703px;
	height: 18px;       /* height of #footer bg img */
	padding: 2px 0 0 67px;
	background: url(../images/fondoPie.gif) no-repeat;	
}
#footer {
	position: static;
}
* html #footer {
	position: absolute;
}
head:first-child+body div#footer {
	position: absolute;
}
#footer a { 
	color: #006699;
	font-weight: normal;
}



/* Menus Inicio -primer y segundo nivel- */

#iniMenu {
	padding: 86px 0 0 10px;
}

#iniMenu li {
	display: block;
}
#iniMenu li a {
	display: block;
	background-color: #FFFFFF;
	margin-bottom: 2px;
	width: 320px;
	padding: 3px 0px 3px 65px;
	margin: 2px 0 0 0px;
	background: #FFF url(../images/topo.gif) no-repeat;
}
#iniMenu li a:hover {
	background-color: #FF9900;
	color: #FFFFFF;
	background: #FF9900 url(../images/topoblanco.gif) no-repeat;
}
#navigation, #navigationDos {
	padding: 10px 0 0 416px;
}
#navigationDos {
	padding: 35px 0 0 20px;
}
#navigation li, #navigationDos li {
	display: block;
}
#navigation li a, #navigation li a.navtools, #navigationDos li a, #navigationDos li a.navtools, #navigation .activo, #navigationDos .activo {
	display: block;
	background-color: #FFFFFF;
	margin-bottom: 2px;
	width: 228px;
	padding: 4px 0px 4px 20px;
	margin: 2px 0 0 0px;
	background: #FFF url(../images/topo2.gif) no-repeat;
}
#navigationDos li a, #navigationDos li a.navtools, #navigationDos .activo {
	width: 180px;
}

#navigation li a:hover, #navigationDos li a:hover, #navigation .activo, #navigationDos .activo {
	background-color: #FF9900;
	color: #FFFFFF;
	background: #FF9900 url(../images/topo2blanco.gif) no-repeat;

}
#navigation li a.navtools, #navigationDos li a.navtools {
	background-color: #99CCFF;
}
#navigation li a.navtools:hover, #navigationDos li a.navtools:hover {
	background-color: #FF9900;
	color: #FFFFFF;
	background: #FF9900 url(../images/topo2blanco.gif) no-repeat;
}
#navigation .activo, #navigationDos .activo {
	font-weight: bold;
}

/*  Main y Noticias portada  */

#main {
	padding: 0 0 30px 0;
	
}

#noticias {
	padding: 48px 0 0 67px;
	background: url(../images/cab_noticias.gif) no-repeat;
	width: 350px;
}
#noticias .not {
	padding-bottom: 10px;
}
#noticias .fecha {
	font-size: 1.4em;
	font-weight: bold;
}
#noticias .titular {
	font-weight: bold;
}

/* Main y columnas de segundo nivel */
#mainDos {
	float: left;
	width: 770px;
	background: url(../images/fondoGeneral2nivel.jpg) no-repeat;
}

#leftMenus {
	float: left;
	width: 243px;
	height: 531px;
	padding: 30px 0 103px 0px;
}
#leftMenus a.inicio{
	display: block;
	width: 235px;
	height: 89px;
}

#rightContents {
	float: left;
	width: 527px;
	padding: 83px 0 0 0;	
	color: #333;
}

/*  IZQUIERA :: Menús de segundo nivel */
#iniMenuDos {
	padding: 5px 0 0 20px;
}

#iniMenuDos li {
	display: block;
}
#iniMenuDos li a, #iniMenuDos .activo {
	display: block;
	background-color: #FFFFFF;
	margin-bottom: 2px;
	width: 171px;
	padding: 3px 10px 3px 20px;
	margin: 2px 0 0 0px;
	background: #FFF url(../images/topo2.gif) no-repeat;
}
#iniMenuDos li a:hover, #iniMenuDos .activo {
	background-color: #FF9900;
	color: #FFFFFF;
	background: #FF9900 url(../images/topo2blanco.gif) no-repeat;
}
#iniMenuDos .activo {
	font-weight: bold;
}

#buscador {
	padding: 19px 0 0 20px;
}

.buscadorTxt {
	float: left;
	padding: 2px 8px 0px 20px;
	background: url(../images/topo2.gif) no-repeat;
	font-weight: bold;
}

#buscador input {
	float: left;
	padding: 2px 4px;
	width: 107px;
	margin-right: 5px;
	border: solid 0px;
	background: url(../images/fondoBuscador.gif) no-repeat fixed;
}
div>#buscador input {
	background: url(../images/fondoBuscador.gif) no-repeat;
}
a.botBuscar {
	float: left;
	width: 20px;
	height: 20px;
	background: url(../images/botBuscar.gif) no-repeat;
}

/*  DERECHA: Contenidos */

#rightContents h2 {
	color: #006699;
	font-size: 1.8em;
	font-weight: bold;
	padding: 0 0 0 30px;
}

#submenu {
	padding: 12px 0 0 28px; 
}

#submenu a, #submenu .activo {
	float: left;
	color: #FFFFFF;
	background-color: #006699;
	padding: 4px 10px 4px 20px;
	margin: 2px 2px 2px 0px;
	background: #006699 url(../images/topo2blanco.gif) no-repeat;
}
#submenu a:hover, #submenu .activo {
	background-color: #FF9900;
	color: #FFFFFF;
	background: #FF9900 url(../images/topo2blanco.gif) no-repeat;
}

#submenu .activo {
	font-weight: bold;
}


#infocontent {
	padding: 50px 25px 0 32px;
}

#infocontent p.titular, #infocontentSinSub p.titular {
	color: #FF9900;
	font-size: 14px;
	font-weight: bold;
}

#infocontent p.subtitulo, #infocontentSinSub p.subtitulo {
	font-size: 12px;
	font-weight: bold;
	padding: 0 0 0 0;
}

#infocontent p.ladillo , #infocontentSinSub p.ladillo{
	color: #FF9900;
	font-weight: bold;
	padding: 0 0 0 0;
}

#infocontent p, #infocontentSinSub p {
	padding: 0 0 15px 0;
}


#infocontentSinSub {
	margin: 14px 10px 20px 10px;
	padding: 18px 15px 0 20px;
	background-color: #FFF;
}

#infocontentSinSub p.titulacion {
	color: #FF9900;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0px;
}
#infocontentSinSub p.centro {
	color: #FF9900;
	font-weight: bold;
	padding: 0px;
	padding-bottom: 8px;
}

#infocontentSinSub ul, #infocontent ul{
	padding: 0px 0 30px 0;
}

#infocontentSinSub li, #infocontent li { 
	display: block;
}

#infocontentSinSub li a, #infocontent li a{
	display: block;
	color: #000;
	font-weight: normal;
	width: 450px;
	padding: 3px 0 7px 20px;
	border-bottom: solid 1px #99CCFF;
	background: url(../images/topo2oscuro.gif) no-repeat;
}



/*  Ficha asignatura  */

#fichaAsignatura {
	margin: 14px 10px 0 10px;
	padding: 10px 15px 0 17px;
	background-color: #FFF;
}
.asignaturaCab {
	position: relative;
	background-color: #FF9900;
	color: #FFF;
	font-weight: bold;
	padding: 4px 10px 5px 5px;
	margin-bottom: 10px;
}
.asigFichaContentx2, .asigFichaContent {
	float: left;
	border-bottom: solid 1px #99CCFF;
	width: 450px;
	padding: 10px 10px 10px 0px;
}
.asigFichaContentx2 {
	background: url(../images/fondoFichaAsignaturas.gif) repeat-y;
}

a.botVolverCab {
	position: absolute;
	width: 36px;
	height: 20px;
	background: url(../images/botVolverdeCab.gif) no-repeat;
	right: 24px;
	top: 0px;
}
div> a.botVolverCab {
	right: 0px;
}

.asigCol, .asigCol2 {
	float: left;
	width: 210px;
	padding: 0px 20px 0px 5px;
}
.asigCol2 {
	width: 200px;
	padding: 0 0 0 12px;
}

a.botPdf, a.botPdf2 {
	margin: 10px 0 0 0px;
	padding: 5px 0 20px 30px;
	color: #FF9900;
	float: left;
	width: 180px;
	height: 30px;
	background: url(../images/icoPDF.gif) no-repeat;
}

a.botPdf:hover, a.botPdf:active, a.botPdf2:hover, a.botPdf2:active, a.botPdf3:hover, a.botPdf3:active { 
	color: #FF9900;
}

a.botPdf2 {
	margin: 10px 0 0 30px;
}
.franjanot {
	display: block;
	padding-bottom: 10px;
	border-bottom: solid 1px #99CCFF;
}

#fichaAsignatura p {
	padding-bottom: 12px;
}
#fichaAsignatura p.nomdato, #fichaAsignatura p.subdato {
	padding-bottom: 0px;
	color: #FF9900;
	font-weight: bold;
	padding: 0px;
}
#fichaAsignatura p.subdato {
	color: #333;
}



/*  Ficha docencia  */

#fichaDocencia, #fichaDocencia2 {
	margin: 34px 10px 0 10px;
	padding: 10px 15px 0 17px;
	background-color: #FFF;
}
#fichaDocencia2 {
	margin-top: 14px;
}
.docenciaCab {
	position: relative;
	background-color: #FF9900;
	color: #FFF;
	font-weight: bold;
	padding: 4px 10px 5px 5px;
	margin-bottom: 10px;
}
.docenFichaContentx2, .docenFichaContent {
	float: left;
	border-bottom: solid 1px #99CCFF;
	width: 450px;
	padding: 10px 10px 10px 0px;
}
.docenFichaContentx2 {
	background: url(../images/fondoFichaAsignaturas.gif) repeat-y;
}

.docenCol, .docenCol2 {
	float: left;
	width: 210px;
	padding: 0px 20px 0px 5px;
}
.docenCol2 {	
	width: 200px;
	padding: 0 0 0 12px;
}

#fichaDocencia p, #fichaDocencia2 p {
	padding-bottom: 12px;
}
#fichaDocencia p.nomdato, #fichaDocencia p.subdato, #fichaDocencia2 p.nomdato, #fichaDocencia2 p.subdato {
	padding-bottom: 0px;
	color: #FF9900;
	font-weight: bold;
	padding: 0px;
}
#fichaDocencia p.subdato, #fichaDocencia2 p.subdato {
	color: #333;
}


/* Sección Noticias  */
#noticiassec .not {
	padding-right: 20px;
	border-bottom: solid 1px #99CCFF;
	margin-bottom: 10px;
	
}
#noticiassec .fecha {
	color: #FF9900;
	font-size: 1.4em;
	font-weight: bold;
	padding: 0px;
}
#noticiassec a.titular {
	font-weight: bold;
	color: #000000;
}


#infocontent p.titularamp  {
	color: #FF9900;
	font-size: 14px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

#infocontent .notimg {
	display: block;
	width: 470px;
	padding: 10px 0;
} 

/*  --Contactar-- */
#datos_contacto {
	float: left;
	width: 462px;
	margin-bottom: 15px;
	color: #FF9900;
	border-bottom: solid 1px #99CCFF;
}

.titcontacto, .datocontacto1 {
	float: left;
	width: 455px;
	padding: 0 0 4px 0;
	font-weight: bold;	
}
.datocontacto1 { font-weight:bold; padding: 0 0 4px 8px; }
.datocontacto2 { font-weight:bold; padding: 0 0 2px 8px; }

#form_contacto input, #form_contacto textarea {
	width: 205px;
	height: 18px;
	padding: 4px 3px 0 5px;
	border: solid 0px;
	background: url(../images/fondoCampoForm.gif) no-repeat fixed;
}
div>#form_contacto input {
	background: url(../images/fondoCampoForm.gif) no-repeat;
}
#form_contacto textarea { 
	width: 438px; 
	height: 94px;
	background: url(../images/fondoCampoTxtarea.gif) no-repeat fixed;	
}


.form_bloque_datos1 { width: 440px; }
.form_bloque_datos2 { float: left; margin-right: 0px; }

.form_bloque_datos3 { 
	float: left; 
	width: 385px; 
	padding: 0 4px; 
	margin-right: 0px; 
	margin-top: 4px;
	color: #999999;
}

.form_bloque_datos4 { 
	float: left; 
	width: 445px; 
	padding: 0 4px; 
	border-top: #99CCFF solid 1px;
}

#fila_botones {
	float: left;
	height: 30px;
	padding: 10px 0 0 330px;	
}

#fila_botones a {
	float: left;
	padding: 6px 10px;
	border: solid 1px;
	color: #FFF;
	background-color: #006699;
	margin-right: 5px;
}

/*  -- fin Contactar-- */



.categoriaenlace {
	color: #FF9900;
	font-weight: bold;
}


/* Enlaces */
.franjaenlaces {
	display: block;
	padding-bottom: 8px;
	margin-bottom: 10px;
	border-bottom: solid 1px #99CCFF;
}
#noticiassec p.txtenlace {
	padding: 0 0 4px 0;
}

a.secenlaces, a.secenlaces:hover {
	color: #66ACDD;
}

/* Normativa */ 
.franjanormativa {
	float: left;
	padding-bottom: 8px;
	margin-bottom: 10px;
	border: solid 1px #99CCFF;
}

#noticiassec p.titnormativa {
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}
#noticiassec p.txtnormativa {
	padding: 0px;
	margin: 0px;
}


.contentbot {
	float: left;
	width: 420px;
}

.icopdf {
	display: block;
	padding: 0 0 20px 0;
}

a.botPdf3  {
	padding: 5px 0 20px 30px;
	color: #FF9900;
	width: 180px;
	background: url(../images/icoPDF.gif) no-repeat;
}
.titdoctorado {
	font-weight: bold;
	color: #FF9900;
}


#fichaDocencia2 p.enlacedoc {
	float: left;
	padding: 10px 0 0 0;
}

.mens {
	float: left;
	color: #FF9900;
	font-size: 1.4em;
	font-weight: bold;
	
}
hr.item
{
height:1px;
border:0px;
border-top:1px solid #DDD;
}
p.item strong a
{
font-weight:bold;
}
p.item a
{
color:#000;
font-weight:normal;
}