/*color:#E63900;*/

body {
	background: url(../imagenes/mundo_02.jpg) repeat-y center #9ba5a5;
	margin:0px;
	padding:0px;
}

#cuerpo {
	width:913px;
	background: url(../imagenes/mundo_02.jpg) repeat-y center;	
}

#header {	
	text-align:center;
	vertical-align:top;
}

#footer {
	text-align:center;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#807369;
	width:913px;
	height:147px;
	background: url(../imagenes/mundo_03.jpg) no-repeat center;	
}

#contenedor {
	width:774px;
	text-align:left;
	margin: auto;
}

#columnaIzquierda {
	width:180px;
	text-align:center;
	vertical-align:top;	
}

#contenidoProyectos {
	background:url(../imagenes/fondo_izk.jpg) center repeat-y;
	text-align:center;
	background-color:#d3cfbe;
}

#bottomProyectos {
	background-color:#d3cfbe;
	background:url(../imagenes/bottom_izk.jpg) center no-repeat;
	width:175px;
	height:16px;
}

#columnaCentral {
	width:100%;
	vertical-align:top;
	padding-left:10px;
	padding-right:10px;
	padding-top:30px;
	text-align:justify;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#807369;
}

#columnaDerecha {
	width:180px;
	text-align:center;
	vertical-align:top;
}

#titulo {
	font-size:18px;
	font-weight:bolder;
}

.fecha-post{
	width:60px;
	height:68px;
	float: left;
	display: inline;
	margin: 0 10px 0 0;
	background: url(../imagenes/dateIcon.png) no-repeat;
	text-align:center;
}

.fecha-post .mes{
	font-family:Georgia, "Times New Roman", Times, serif, "Century Gothic";
	font-size:15px;
	color:#FFFFFF;
	text-transform:uppercase;
	font-variant:small-caps;
	margin:3px 0 0 0;
}

.fecha-post .dia{
	font-family:Georgia, "Times New Roman", Times, serif, "Century Gothic";
	font-size:32px;
	font-weight:700;
	color:#FFFFFF;
}

.titulo-post {
	vertical-align:top;
}

.posted {
	width:100%;
	color:#a6a69b;
	font-size:.94em;
	padding:35px 0 20px 0;
	margin-bottom:1em;
	background:url(../imagenes/dotted-line.gif) repeat-x bottom left;
}

.posted .comments {
	padding-left:15px;
	background:url(../imagenes/icon-comment.gif) no-repeat;
	float:right;
}


#columnaCentral h2{
	font-weight: normal;
    font-size:23px;
	letter-spacing: .1em;
	line-height: 1.1em;
	margin:0 0 5px 0;
	font-variant:small-caps;
	color:#B8800C;
}

#columnaCentral a {
	color:#006666;
	text-decoration:none;
}

#columnaCentral a:hover {
	text-decoration:underline;
}

#columnaIzquierda a {
	color:#807369;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

#columnaIzquierda a:hover {
	text-decoration:underline;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

div.calendario {
		background: url(../imagenes/calendario.png);
		height: 175px;
		padding: 0 12px;
		text-align: center;
		width: 147px;
}	
div.calendario * {
	margin: 0;
	padding: 0;
}	
div.calendario div {
	background: none !important;
	cursor: move;
	height: 165px;
	overflow: hidden;
	padding-top: 10px;
	position: relative;
	width: 147px;
}	

div.calendario caption {
	color: #A82F00;
	font: normal 12px/17px Arial, Helvetica, sans-serif;
	padding-top: 15px;
	text-align: center;
	width: 100%;
}
div.calendario caption a {	
	height: 25px;
	position: relative;
	color:#FFFFFF;		
	top: 0px;
}


div.calendario caption a:hover {
	text-decoration:none;
}

div.calendario caption span {
	height: 25px;
	position: relative;
	text-align: center;
}
div.calendario table {
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
	cursor: default;
	margin: 0 auto;
	overflow: hidden;
	width: 147px;
}
div.calendario td,
div.calendario th {
	border: 0;
	color: #006666;
	font: normal 12px Arial, Helvetica, sans-serif;
	height: 19px;
	text-align: center;
	width: 21px;
}
div.calendario td {
	color: #333;
	font-size: 11px;
	padding-right: 5px;
	text-align: right;
	width: 16px;
}
div.calendario td.invalid {
	color: #666;
}
div.calendario td.valid {
	color: #FFF;
}
div.calendario td.active,
div.calendario td.hover {
	color: #CF0;
	cursor: pointer;
}
div.calendario td.hoy {
color: #353588;
}

div.calendario td.evento span {
	color:#A82F00;
	text-decoration:underline;
}

div.calendario td.evento span:hover {
	color:#A82F00;
	text-decoration:none;
}

/* Textarea input select */
textarea, input[type="text"], input[type="password"], select, input[type="file"]{
	color: #807369;
	margin: 0 0.5em 0.75em 0;
	padding: .2em;
	border: 1px solid #807369;
	font-size: 11px
	letter-spacing: 0.05em;
	font-family: Georgia, "Times New Roman", Times, serif;
}

textarea:focus, input[type="text"]:focus, input[type="password"]:focus, textarea:hover, input[type="text"]:hover, input[type="password"]:hover {
	border: 1px solid #006666;
	font-family: Georgia, "Times New Roman", Times, serif;
}

textarea{
	font-size: 1.1em;
	letter-spacing: normal;
	width: 390px;
	height: 60px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.newsticker {
	list-style-type: none;
	text-align:center;
	margin: 0;padding:2px;
	width: 162px;
	height: 82px;
}

.newsticker li{
	display:none;
}
