/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #555555;text-decoration:none;}
a:hover {color: #555555;}

body {
	color: #555555;
	font-family:  Arial,Verdana,Helvetica,  sans-serif;
	font-size:14px;
	background-image:url(../imgs/fondo.gif);
	background-repeat: no-repeat;
	background-position:center top;
	
	
}

p,code,ul {padding-bottom: 1.2em;}

li {list-style:url(../imgs/bullet.png);}

h1 { font-size:20px; font-weight:bold;color:#555555;margin-bottom:15px;}
h2 {font-size:16px; font-weight:bold;color:#168e57;}
h3 {font-size:11px; font-weight:normal;color:#555555;}



/* misc */
.clearer {clear: both; font-size: 0;}
.left {float: left;}
.right {float: right;}

.active{font-weight:bold;color:white;}

.date{font-weight:bold;font-size:18px; }

/* structure */
.inner-container {	
	margin: 0 auto;
	width:900px;
	padding:20px;
	padding-top:10px;
	padding-bottom:0px;
	background-color:white;
	border:1px solid #CCCCCC;
	background-image:url(../imgs/triangle.png);
	background-repeat: no-repeat;
	background-position:right bottom;
}

.outer-container {
margin-top:20px;

}





/* main */
.main {
	width:100%;
	margin-top:20px;
}





/*cabecera*/
.header {
	width:100%;	
	height:70px;
	
}


.header div{
display:inline;
}

.header .logo{
float:left;


}

.header .search{
float:right;
margin-top:40px;


}

.menu{
	height:28px;
	width:100%;
	background-image:url(../imgs/bar-sup.jpg);
	background-repeat: no-repeat;
	background-position:center top;
	color:white;
	margin-bottom:0px;	
	padding-top:5px;
}
.menu ul{
	padding:0;
	margin:0;
	
	
	
}

.menu li{
	display:inline;
	width:149px;
	text-align:center;
	
}

.menu div{
	display:inline;
	text-align:center;
}
.menu img {
	
	padding:0;
	margin:0;
	border:none;
}

.menu a{
text-decoration:none;
}





.header img {
	
	padding:0;
	margin:0;
	border:none;
}

.header a{
text-decoration:none;
}

.foto {
	width:100%;	
	text-align:left;
	
}

.homecontent{
	width:100%;
}



.homecontent .news{
	width:33%;
	height:201px;
	background-image:url(../imgs/news.jpg);
	background-repeat: no-repeat;
	background-position:left top;
	float:left;
}

.homecontent li{
	list-style:url(../imgs/bullet.png);
	height:30px;
}

.homecontent .news .text{
	margin-top:70px;
	margin-left:40px;
}

.homecontent .know .text{
	margin-top:70px;
	margin-left:80px;
}

.homecontent .services .text{
	margin-top:70px;
	margin-left:110px;
}

.homecontent .know{
	width:33%;
	height:201px;
	background-image:url(../imgs/know.jpg);
	background-repeat: no-repeat;
	background-position:center top;
	float:left;
}

.homecontent .services{
	width:33%;
	height:201px;
	background-image:url(../imgs/services.jpg);
	background-repeat: no-repeat;
	background-position:right top;
	float:right;
}

.content{
	width:83%;
	float:right;
	text-align:left;
	margin-bottom:20px;
	margin-top:5px;
	
}

.content a {text-decoration:none;font-weight:bold;}
.content a:hover {}
.content a img {border: none;}
.content img {border: none;}

.content h2 {margin-bottom:5px;margin-top:5px;}



.content ul{
padding-bottom: 10px;

}

.content li{
	margin-left: 18px;
	line-height:30px;
	margin-left:40px;
	margin-bottom:5px;
}

.content .menusup{
width:100%;text-align:right;font-size:14px;margin-bottom:20px;
}


.content .log{width:100%;text-align:center;margin-bottom:20px;}

/* navigation */
.navigation {
	float: left;
	width: 15%;
	text-align:right;
	padding-right:0;
	
}

.navigation .sidebar{
	width: 100%;
	
	
	
}

.navigation li {list-style:none;font-weight:bold;}

.navigation li a {
	display: block;
	text-decoration: none;
	color:#008f47;
}
.navigation li a:hover {
		
}

.navigation h2 {
	margin: 0;
	padding-left: 0px;
	
}
.navigation ul {
	padding: 0;
		
}
/*
.navigation li {

height:35px;
padding-left:25px;

}
.navigation li a {
	display: block;
	text-decoration: none;
	margin-top:5px;
	font-size:16px;
	color:gray;
	font-weight:bold;
}
.navigation li a:hover {
		
}

.navigation li .submenu {
	padding-left:20px;
	color:gray;
	font-size:14px;
	font-weight:normal;
}*/





/* footer */
.footer {
	width:100%;
	height:70px;
	
		
}



.footer .menuinf{
	float:left;
	margin-right:10px;
	margin-top:50px;

}

.footer .copy{
	float:right;
	width:300px;
	text-align:right;
	padding-right:60px;
}

.footer a {
	text-decoration: none;
}
.footer a:hover {}



