/*
Diseño: Andrés Vega para
http://www.fundaciontriangulo.es
*/

#cuerpo {
	width:1000;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #4D4CB2;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 2.4em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	/*line-height: 100%;*/
}

ul, ol {
}

a {
	text-decoration: none;
	color: #3ABADF;
}

a:hover {
}

p{ font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#333333;
text-align:justify;
}

/* CABECERA 

#cabecera {
	width: 1000px;
	height: 300px;
	margin: 0 auto;
	background-image:url(../Templates/images/cabecera_congreso.jpg)
}*/


/* Menú */

#menu {
	width: 1000px;
	height: 61px;
	margin: 0 auto;
	padding: 0;
	background: url(../Templates/images/img02.jpg) repeat-x left bottom;
}

#menu ul {
	margin: 0;
	padding: 0px 0px 0px 48px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	height: 41px;
	margin-right: 1px;
	padding: 20px 20px 0px 20px;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: #7E0044 -1px 1px 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	border: none;
}

#menu .seleccionada a {
	background: url(../Templates/images/img03.jpg) repeat-x left top;
	text-shadow: #43206B -1px 1px 2px;
}

#menu a:hover {
	background: url(../Templates/images/img03.jpg) repeat-x left top;
	text-decoration: none;
}


#faldon {
	padding-top:8px;
	width: 1000px;
	height: 30px;
	margin: 0 auto;
	background: url(../Templates/images/img02.jpg) repeat-x left top;
}

#faldon a {
	height: 30px;
	margin-right: 1px;
	text-decoration: none;
	text-shadow: #7E0044 -1px 1px 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	border: none;
}

#faldon p{
	text-align:center;
}

/* Page */

#page {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	background: #FFFFFF;
}

.links {
	display: block;
	width: 96px;
	padding: 2px 0px 2px 0px;
	background: #A53602;
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
	color: #FFFFFF;
}

