@charset "utf-8";

#marco {
	width: 900px;
	padding: 10px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #E5E5E5;
  border-radius:10px;
}
#cuerpo {
	width: 900px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFF;
  border-radius:10px;
}
#header   {
	height: 100px;
	text-align: center;
	background-color: #EDE4D1;/*EDE4D1*/
  /*background-image:url('../imagenes/header2.jpg'); /**/
  background-image:url('../imagenes/banner.jpg');
  background-repeat:no-repeat;
}
#titulo {
	width: 500px;
	height: 40px;
	float: left;
	margin: 10px;
	padding-top: 5px;
	background-color: #6FAFFF;
	text-align: center;
	color: #FFF;
	font-size: 30px;
  border-radius:10px;
}
#regresar {
	float: right;
	width: 270px;
	height: 65px;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-align: center;
	padding-top: 2px;
  cursor:pointer;
}
#regresar:hover{
  font-weight:bold;
}
#contenido {
	text-align: center;
}
#footer {
	height: 35px;
	text-align: center;
	vertical-align: middle;
	background-color: #EDE4D1;
	background-image:url('../imagenes/footer.jpg');
  background-repeat:no-repeat;
	padding-top: 15px;
  color:#074b94;
  text-shadow: 1px 1px 5px #b2dbed;
  font-weight:bold;
}
#titular {
	height: 93px;
}
#logueado {
	height: 22px;
	margin-top: 42px;/*60*/
	margin-left: 10px;
	width: 500px;
	padding-top: 7px;
	text-indent: 20px;
	background-color: #b2dbed;  /**/
	color: #006;
	/*position: fixed; /**/

  border-radius:10px;
}
	#logueado .btn-usuario
	{
		margin-right         : 10px;
		padding              : 2px 8px;
		background-color     : #999;
		color                : #fff;
		-webkit-border-radius: 3px;
		-moz-border-radius   : 3px;
		border-radius        : 3px;
		-webkit-box-shadow   : 1px 1px 3px 0px rgba(50, 50, 50, 0.60);
		-moz-box-shadow      : 1px 1px 3px 0px rgba(50, 50, 50, 0.60);
		box-shadow           : 1px 1px 3px 0px rgba(50, 50, 50, 0.60);
		text-decoration      : none;
	}
	#logueado .btn-usuario:hover
	{
		cursor: pointer;
	}
body {
	background-color: #F7F3EA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.muted
{
	color    : #999;
	font-size: 12px;
}
.marked
{
	border: 1px solid #f0f;
}

.project-item
{
	width                : 90%;
	margin               : 15px auto;
	border               : 1px dashed #ccc;
	height               : 100px;
	/*-webkit-border-radius: 6px;
	-moz-border-radius   : 6px;
	border-radius        : 6px;*/
	-webkit-box-shadow   : 3px 3px 5px 0px rgba(50, 50, 50, 0.60);
	-moz-box-shadow      : 3px 3px 5px 0px rgba(50, 50, 50, 0.60);
	box-shadow           : 3px 3px 5px 0px rgba(50, 50, 50, 0.60);
	position             : relative;
	text-align           : left;
}
	.project-item .label
	{
		color     : #666;
		font-style: italic;
		width     : 200px;
		text-align: right;
		display   : inline-block;
		margin    : 2px 5px 2px 0;
	}
	.project-item .item-author
	{
		position: absolute;
		display : block;
		float   : left;
	}
		.project-item .item-author img
		{
			width : 100px;
			height: 100px;
		}
		.project-item .item-author-name
		{
			position        : absolute;
			top             : 0;
			margin          : 0 auto;
			font-size       : 12px;
			background-color: #ccc;
			color           : #444;
			padding         : 3px;
		}
		
	.project-item .item-content
	{
		position    : absolute;
		left        : 100px;
		padding-left: 10px;
		display     : block;
		float       : left;
		width       : 85%;
		height      : 100px;
	}
		.project-item .item-content .item-title
		{
			display   : block;
			font-size : 20px;
			font-style: italic;
			margin    : 5px 0;
		}
		.project-item .item-content .item-description
		{
			display: block;

		}
		.project-item .item-content .item-deleted
		{
			position             : absolute;
			top                  : 45px;
			right                : 10px;
			text-align           : center;
			font-size            : 12px;
			background-color     : #7F2C2E;
			color                : #fff;
			width                : 150px;
			font-style           : italic;
			-webkit-border-radius: 5px;
			-moz-border-radius   : 5px;
			border-radius        : 5px;
		}
		.project-item .item-content .item-options
		{
			position: absolute;
			right   : 10px;
			top     : 10px;
		}
		.project-item .item-content .item-details
		{
			position: absolute;
			bottom: 10px;
			right : 10px;
		}

.btn-primary
{
	font-size            : 13px;
	background-color     : #006DCC;
	color                : #fff;
	text-shadow          : 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding              : 4px 12px;
	-webkit-border-radius: 4px;
	-moz-border-radius   : 4px;
	border-radius        : 4px;
}