body{
    background-color:#fefefe;
   	/**background-image:url('../multimedia/fondo.png');**/
	position:absolute;
	width: 100%;
	height: 100%;
	margin:0%;
	padding:0%;
	margin:0%;
	font-family: 'Life Savers', cursive;
	/**background-image:url('https://www.systemico.co/tema/systemico/multimedia/bg_container_page.png');**/
	background-repeat: repeat-x;
	min-height: 620px;
}
.ws_cabezote{
    height: 120px;
    width: 98%;
    padding-bottom:1%;
    padding-left:1%; 
    padding-right:1%;
    border-bottom:5px solid #dddddd;
	margin:auto;
}
.ws_cabezote_logo{
	width: 1000px;
	margin:auto;
	padding-top:20px;
}
.ws_contenido{
	width: 1000px;
	margin:auto;
}
.ws_contenido_item{
	border-bottom:1px dashed #dddddd;
	padding-top:15px;
	padding-bottom:5px;
	min-height: 40px;
	float:left;
	width: 47%;
	margin:1%;
	padding:3px;
	border:1px dashed #666666;
	background:#dddddd;
}
.ws_contenido_presentacion{
	font-size:28px;
	padding-top:20px;
	padding-bottom:5px;
}
.ws_contenido_item_nombre{
	font-size:22px;
	font-weight: bold;
}
.ws_contenido_item_descripcion{
	font-size:16px;
}
.ws_contenido_item_opciones{
	text-align: right;
}
.ws_contenido_item_opciones_boton{
	background-color: #006666;
	font-size:14px;
	font-weight: bold;
	text-align: center;
	color:#fefefe;
	width:50px;
	float:right;
	border-radius:5px;
	padding: 5px;
	margin-top:-30px;
	cursor:pointer;
}
.ws_contenido_item_opciones_boton a{
	text-decoration:none;
	color:#fefefe;
}
.ws_contenido_item_opciones_boton a:hover{
	text-decoration:underline;
	color:#fefefe;
}
.ws_contenido_item_opciones_boton:hover{
	background-color: #006699;
	font-size:14px;
	font-weight: bold;
	text-align: center;
	color:#fefefe;
	width:50px;
	float:right;
	border-radius:5px;
	padding: 5px;
	margin-top:-30px;
	cursor:pointer;
}
.ws_pie{
	width:100%;
	clear:both;
	padding-top:30px;
	color:#222222;
	text-shadow: 1px 1px #fefefe;
	text-align:center;
	font-size:12px;
	bottom:15px;
	position:absolute;
	border-top:3px solid #dddddd;
}
