body {
	color: black;
	font: 12pt/150% Georgia, "Times New Roman", Times, serif;
	background-color: white;
}

a:link {
	color: #c33;
	text-decoration: underline;
}

a:visited {
	color: #c33;
	text-decoration: underline;
}

h1 {
	font-size: 18pt;
	font-weight: bold;
	font-style: italic;
	color: #c33;
	margin-right: 30px;
	margin-left: 30px;
	clear: both;
}

h2 {
	font-size: 16pt;
	font-weight: bold;
	font-style: italic;
	color: #c33;
	clear: both;
}

/* @group estructura */

#logo {
	width: 300px;
	height: 121px;
	background: url(../images/estructura/Logo-Icarus.gif) no-repeat;
}

#textos {
	margin-right: 30px;
	margin-left: 30px;
	border-top: 1px dotted gray;
	border-bottom: 1px dotted gray;
}

#direccion {
	background-color: white;
	clear: both;
	font-size: 10pt;
	padding-top: 5px;
	padding-bottom: 5px;
}

#direccion p {
	margin: 0;
	padding: 0;
	text-align: center;
}

#submenu {
	list-style-type: upper-roman;
	font-weight: bold;
	font-style: italic;
}

#submenu2 {
	font-size: 1.2em;
	list-style-type: upper-roman;
	font-weight: bold;
	font-style: italic;
}

/* @end */

#menu {
	display: none;
}

body#xpublicaciones #textos p,body#xarticulos #textos p {
	background: url(../images/estructura/flecha.gif) no-repeat 0 3px;
	padding-left: 15px;
}

.volver {
	float: right;
	background: url(../images/estructura/flecha.gif) no-repeat 0 3px;
	padding-left: 15px;
	clear: both;
}