/* CSS para portada
www.uhu.es/gem/phi
by www.pdworks.net
under Licence CC > http://creativecommons.org/licenses/by-nc-sa/2.5/es/ */

/* --- General --- */	
#bienvenidos { 
	width:80%; 
	padding-left:6px; 
	margin-left:30px; 
	margin-bottom:20px; 
	font-size:small; 
	border-left:1px solid #CCCCCC; 
	text-align:justify; } 

.shortcut {
	border:0px;
	font-size:medium;
	color:#003366;
	font-weight:bold;
	}

td {
	vertical-align:bottom;}

	td img {
		border:0px;
		margin:0 15px;
		}
		
	td span {
		margin-left:18px;}

#imagen_portada {
	margin:10px auto;
	width:400px;
	height:auto;
	border-bottom:1px solid #666666;
	text-align:center;
	}

.titulo_enpor {
	text-align:left;
	margin-bottom:3px;}

h1 {
	font-size:medium;
	color:#006699;}

			
			
/*----- Post-it -----*/ 

#postit { 
	 }
	 #postit_top {
	 width:350px;
	 height:50px;
	 border:0;
	 background-image:url(../images/postit_top.jpg);
	 	}
	#postit_lista {
		width:350px;
		min-height:80px;
		background-image:url(../images/postit_lista.jpg);
		background-repeat:repeat-y;
		border:0;
		margin:0;
		}
	#postit_bottom {
		width:350px;
		height:50px;
		background-image:url(../images/postit_bottom.jpg);
		}	
	#postit ul { 
		width:260px; 
		margin:0 0 0 12px; 
		padding-left:22px; 
		} 
		
	#postit ul li { 
		font-family:Verdana, Arial, Helvetica, sans-serif; 
		font-size:small; 
		color:#333333; 
		} 


