﻿#pagina{
	border: 0px solid #ddd;
	width: 1100px;
	height: 830px;
	margin: 0px auto;

}

#ladoi{
	border:0px solid red;
	width: 600px;
	float: left;
	margin:50px 0px 0px 0px ;
}

#ladod{
	border:0px solid red;
	width: 350px;
	float: left;
}

.seccion{
	margin: 0px 0px 20px 0px;
}

.titulo-seccion{
	background-color:#6C5E5D;
	position: relative;
	z-index: 100;
	width: 300px;
	color: white;
	font-weight: bold;
	font-size: 25px;
	border-radius: 10px;
	padding: 10px;
	display: inline-block;
	margin: 0px 0px 0px 20px;
}

.desarrollo-seccion{
	border: 1px solid #ddd;
	background-color: white;
	line-height: 25px;
	font-size: 17px;
	padding: 25px 10px 10px 10px;
	margin: -20px 0px 0px 0px;
	border-radius: 10px;
	color: black;
	float: left;
	width: 1080px;
}


table{border:4px solid #6C5E5D;width:100%;margin:0px 0px 20px 0px;}

td{
	border:1px solid #6C5E5D;
	text-align:center;
	font-size:13px;
	padding:5px 0px;
	width: 1000px;
	text-align: left;
	padding: 2px 10px;
}

tr{
	text-align: center;
}

td:hover{
	background-color:#FF7100;
	color:white;
}

#titulo-tabla td{
	font-weight:bold;
	text-align: center;
	background-color: #6C5E5D;
	color: white;
}

