@charset "utf-8";
/* CSS Document */

html,body{
	margin:0;
	padding:0;
}
body{
	font-size: small;
	font-family: "Trebuchet MS", Arial, sans-serif;
	background-color: #C1DB75;
}
.proyectoI {
	padding-top: 9px;
	padding-right: 9px;
	padding-bottom: 0px;
	padding-left: 9px;
	text-align: justify;
}
.marco {
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	padding-top: 1.5%;
	text-align: center;
}

.contenedor .proyectoI img {
	padding: 9px;
}

.col-izq {
	padding: 9px 9px 0 9px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #C1DB75;
	text-align: left;
	background-color: #FFFFFF;
}




.contenedor {
	border: 2px solid #FFFFFF;
}
.subsecc {
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 9px;
	text-align: left;
	
}
.fecha {
	background-color: #C4E1E1;
	padding: 6px 9px 0 9px;
	text-align: center;
}



a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #009441;
	text-decoration: none;
}
a:hover {
	color: #009441;
	text-decoration: underline;
}
a:active {
	color: #333333;
}
.col-izq2 {
	padding: 3px 3px 3px 3px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #C1DB75;
	background-color: #FFFFFF;
}
.barra-nav {
	background-color: #99CCCC;
	padding: 6px 9px 0 9px;
	text-align: left;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 180px;
	border-bottom: 1px solid #ccc;
	}

ul li {
	position: relative;
	}
	
li ul {
	position: absolute;
	left: 159px;
	top: 0;
	display: none;
	}


ul li a {
	display: block;
	text-decoration: none;
	color: #C1DB75;
	padding: 5px;
	border: 1px solid #ccc;
	border-bottom: 0;
	background-color: #FFFFFF;
	}


* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
	
li:hover ul { display: block; }

/*
background-image: url(images/lin-h.jpg);
background-repeat: no-repeat;
*/