@media screen{
/************************************************/  
/* CSS 2.0 home.css - pycsa                     */
/* @author: netconsulting                       */
/* @url: www.netconsulting.es                   */
/************************************************/                       
                
	#submenu p.extranet{
		float:right;
		width:130px;
		padding-top:9px;
		margin-right:5px;
		
	}
	
		#submenu p.extranet a{
			font-size:70%;
			padding-right:15px;
			text-transform:uppercase;
			background:url(../../images/publica/ico_candado.gif) no-repeat top right;
		}
	
	#submenu p.contacto{
		float:right;
		width:80px;
		padding-top:9px;
		margin-right:5px;
	}
	
		#submenu p.contacto a{
			font-size:70%;
			padding-right:15px;
			text-transform:uppercase;
			background:url(../../images/publica/ico_mail.gif) no-repeat top right;
		}


	.imagen-home{ 
		float:left;
		width:235px;
		margin:0 10px 10px 0;
	}

	
	.title_h1_home{
		float:left;
		background:url(/images/publica/bullet_h1.jpg) no-repeat top left;
		padding:1px 0 4px 17px;
		margin:10px 10px 10px 0;
		width:395px;
		color:#005622;
		font-size:170%;
		font-weight:100;
		text-transform:uppercase;	
	}
	
	/*-- SIDEBAR-RIGHT --*/
	
	#sidebar-right .title_news{
		background:url(../../images/Publica/ico-news02.jpg) no-repeat top left;
		padding-left:20px;
		text-transform:uppercase;
		font-size:110%;
		letter-spacing:-0.2px;
		margin:5px 0;
	}
	
		#sidebar-right .news{ margin:10px 0;}
		
			#sidebar-right li{ 
				border-bottom:1px dotted;
				margin-left:5px;
				padding-bottom:20px;
				margin-bottom:20px;
			}
			
			#sidebar-right li a{
				font-size:80%;
				color:#4f4f4f;
			}
			
				#sidebar-right li a:hover{ color:#005622;}
				
				#sidebar-right li.last{ border:0;}
	
				#sidebar-right .date{
					font-weight:bold;
					background:url(../../images/Publica/ico_date.gif) no-repeat top left;
					padding:3px 0 3px 20px;
				}
		
				#sidebar-right .description{ line-height:100%;}
				
				
	
	
	/*-- BANNERS --*/
	#banners{ clear:both;}
	
		#banners li{
			float:left;
			width:325px;
			height:126px;
			position:relative;
			margin:1px 2px;
		}
		
			#banners li a{ 
				border:0;
				color:#fff;
				
			}
		
			#banners li span{	
				position:absolute;
				bottom:20px;
				right:10px;
				text-transform:uppercase;
				font-size:180%;
				text-indent:-9999px;
			}
			
}			
			
				
	