/*
Reset CSS
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.6.0
*/
html{color:#000;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}del,ins{text-decoration:none;}

	body
	{
		margin: 0;
		padding: 0;
		font: 13px "Lucida Grande", Lucida, Verdana, sans-serif;
		color: #000;  
		
	}
		
	#container		
	{
		margin: 10px auto;
		background-color: #FFF;
		background-image:  url(../images/background.jpg);
		background-repeat: repeat-y;
		width: 1000px;
		background-position: right;
	}
		
	#header
	{
		clear: both; 
		height: 115px;
		padding: 15px 20px 0;
		width: 903px; 
	}
		

	#logo 
	{
	  display: inline-block;
	  width: 237px;
	  height: 106px;
	  background: url(../images/logo-sima.jpg) no-repeat;
	}
	#menu
	{
		width: auto;
		float:right;
		margin-right:5px;
		margin-top:-15px;
	}
	#menu li
	{
		display:  inline;
		margin-left: 10px;
		font-size: 18px;	
	}

	#publi
	{
		float: left;
		width: 210px;
		margin-left: 15px;
	}
		
	#publi p { margin-top: 0; }
		
	#content
	{
	  font-size: 90%;
	  float: left;
	  height: auto;
	  width: 683px;
	  margin-left: 20px;
	}
	
	
	#content h1
	{
	  margin-bottom: 1px;
	  padding: 0px 15px;
	  text-transform:capitalize;
	  line-height: 30px;
	font-size: 16px;	
	background:#6699CC;
	color: black;
	}
	
	#content h1 a
	{
	  color: #fff;
	  text-decoration: none;
	  font-style: normal;
	  text-transform: uppercase;
	  line-height: 32px;
	}
		
	#footer
	{
		clear: both;
		background-color: #CCC;
		padding: 1em;
		text-align: right;
		border-top: 1px solid #333;
		border-bottom: 1px solid #333;
	}


#header .search
{
	float: right;
	margin:15px 1px 10px;
	display: inline;

}

/*
#header .search #busq_avanzada
{
	color:white;
	font-size:10px;
	margin-left:221px;
}*/
#submit
{
  background: url(../images/buscar.png) no-repeat;
  color: white;
  height: 30px;
  width: 95px;
  border: 0;
  font-size: 16px;
  text-indent: -22px; 
}
#submit:hover
{
  background: url(../images/buscar-active.png) no-repeat;
}


.help 
{
  margin-top: 10px;
  font-size: 12px;
  font-style: italic;
}



#footer
{
  margin-top: 60px;
  font-size: 90%;
  margin-bottom: 0px;
  height: 50px;
  padding-top: 10px;
  clear: both; 
}

#footer .content {
  width: 783px;
  margin: 0 auto;
}

#footer a
{
  color: #77766F;
}

#footer ul
{
  display: inline;
}

#footer li
{
  list-style: none;
  margin-right: 15px;
  display: inline;
}

#footer li a
{
  text-decoration: none;
}

#footer li a:hover
{
  color: #000;
  text-decoration: underline;
}

#footer .symfony,
#footer .centresource
{
  font-family: arial,sans-serif;
  font-size: 80%;
  float: right;
  color: #666;
}

#footer .centresource
{
  clear: both;
  margin-top: 5px;
  padding-bottom: 10px;
  position: absolute;
  bottom: -30px;
  right: 5%;
  color: #adbcc3;
  font-size: 90%;
}

#footer .centresource a
{
  color: #b2c0c6;
  text-decoration: none;
}

#footer .centresource a:hover
{
  color: #fff;
}

#footer .symfony img
{
  vertical-align:top;
}

#footer form {
  margin: 10px 0;
  color: #5f6364;
}

.feed
{
  padding-left: 20px;
  background: transparent url(../images/feed.png) no-repeat 0 0;
}
#img-izq-text{
	float:left;
	padding:2px;
	margin: 5px 10px 5px 0;
	display: inline;
}
#img-der-text{
	float:right;
	padding:2px;
	margin: 5px 0 5px 10px;
	display: inline;
}
#nav {
	margin:40px 0;	
}

#navi {  
	list-style:none;
	margin: -55px 0;
	padding:0;
	height: 90px;
}

ul#navi li {
	float: left;
	display: inline;
	position: relative;
	margin:2px;
	padding:0; 
}

#navi li a {
	display:block;
	width:85px;
	padding:4px 0;
	text-decoration:none;
	text-align:center;
	font-size:12px;
	color:#474747;
	background-color:#D5E8F0;
	border-left:12px solid #474747; 
}
#navi li a:hover {
	color:#D5E8F0;
	background-color:#474747;
	border-left-color:#D5E8F0;
}

ul#navi ul {
    display: none;
    position: absolute relative;
    top: 24;
    left:0;
    margin-left:-40px;
    margin:0;
    padding:0;
    background:#FFFFFF;
    }

ul#navi ul li {
    display: block !important;
    }

ul#navi li:hover ul, ul#navi li.iehover ul {
    display: none;
    }

ul#navi li:hover ul, ul#navi li.iehover ul{
    display: block;
    }
#navi li ul li{
float:none;
width:98px;
margin:1px 0;
}
.post div
{
  background-position: left -100px;
}
