/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #cccccc;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

table {
	background-color: #ffffff;
}

table.leftmenu {
	background-color: transparent;
}
td.leftmenucontainer {
	background-image: url('/themes/elfeto/images/menu_background.gif');
}

td.banner {
	padding-right: 2px;
}

td.container {
	padding: 10px 20px 10px 10px;
}


a {
	color: #666666;
	text-decoration: none;
}

a:hover {
	color: #333333;
	text-decoration: underline;
}

div, p {
	text-align: justify;
	font-size: 12px;
}

h1,h2,h3 {
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 14px;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 18px;
}

hr {
	border: solid 1px #eeeeee;
	height: 1px;
}

#navigation {
	font-size: 10px;
	text-align: center;
}


#main {
	border-left: solid 1px #999999;
	border-right: solid 1px #999999;
}

#navigation a {
	color: #666666;
	text-decoration: none;
}
#navigation a:hover {
	color: #000000;
	text-decoration: underline;
}

.ef-notes-text {
	font-style: italic;
}

.ef-tittle-text {
	font-size: 12px;
	font-weight: bold;
}

.ef-subtitle-text {
	
}

.ef-imagen-block {
	display: block;
}

li.articulos {
	color: #51a665;
	list-style-position: inside;
	list-style-type: square;
}

li.imagenes {
	color: #7e99b7;
	list-style-position: inside;
	list-style-type: square;
	line-height: 2em;
}

li.cursos {
	color: #be5d76;
	list-style-position: inside;
	list-style-type: square;
	line-height: 2em;
}

li.conferencias {
	color: #9fc258;
	list-style-position: inside;
	list-style-type: square;
	line-height: 2em;
}

li.enlaces {
	color: #af6748;
	list-style-position: inside;
	list-style-type: square;
	line-height: 2em;
}

div.block_title {
	font-size: 16px;
}

form {
	

}

input.textfield {
	background-color: #ffffff;
	border: solid 1px #cccccc;
}

textarea.textfield {
	background-color: #ffffff;
	border: solid 1px #cccccc;
}

label, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

input.button {
	border: solid 1px #cccccc;
	background-color: #efefef;
	cursor: hand;
	font-size: 12px;
	text-align: center;
}
