*{
	margin:0;
	padding:0;
}

.verde{
	background: #45A041;
	height: 19%;
}

.naranja{
	background: #EE8027;
	height: 19%;
}

.naranja img{
	width:25%;
	height: auto;
	position: relative;
	left:20%;
}

.azul{
	background: #12224B;
	height: 2%;
}

.gris{
	background: #3E3D40;
	height: 2%;
}

.main{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e2e2e2+0,ffffff+68,ffffff+68,ffffff+69,ffffff+69 */
	background: rgb(226,226,226); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(226,226,226,1) 0%, rgba(255,255,255,1) 68%, rgba(255,255,255,1) 68%, rgba(255,255,255,1) 69%, rgba(255,255,255,1) 69%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(226,226,226,1) 0%,rgba(255,255,255,1) 68%,rgba(255,255,255,1) 68%,rgba(255,255,255,1) 69%,rgba(255,255,255,1) 69%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(226,226,226,1) 0%,rgba(255,255,255,1) 68%,rgba(255,255,255,1) 68%,rgba(255,255,255,1) 69%,rgba(255,255,255,1) 69%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
	height: 72%;
}

/***************/
/*   Botones   */
/***************/

.btnMin
 {
	margin: auto;
	border: #EE8027;
	background: #45A041;
	color:white;
	outline: 0;
	width: 25px;
	height: 30px;
 }

.btnMin:hover
 {
	cursor: pointer;
	background: #75C671;
	outline: 0;
 }


.btn
 {
	margin: auto;
	border: #45A041;
	background: #45A041;
	color:white;
	outline: 0;
	width: 100px;
	height: 30px;
 }

.btnLargo
 {
	margin: auto;
	border: #45A041;
	background: #45A041;
	color:white;
	outline: 0;
	width: 150px;
	height: 30px;
 }

.btnLargoDisable
 {
	margin: auto;
	border: #F4F4F0;
	background: #F4F4F0;
	color:white;
	outline: 0;
	width: 150px;
	height: 30px;
 }

.btnMuyLargo
 {
	margin: auto;
	border: #45A041;
	background: #45A041;
	color:white;
	outline: 0;
	width: 200px;
	height: 30px;
 }

.btnExtraLargo
 {
	margin: auto;
	border: #45A041;
	background: #45A041;
	color:white;
	outline: 0;
	width: 300px;
	height: 30px;
 }

.btn:hover
 {
	cursor: pointer;
	background: #75C671;
	outline: 0;
 }

.btnCorto:hover
 {
	cursor: pointer;
	background: #75C671;
	outline: 0;
 } 

.btnLargo:hover
 {
	cursor: pointer;
	background: #75C671;
	outline: 0;
 } 

.btnLargoDisable:hover
 {
	cursor: pointer;
	background: #F4F4F0;
	outline: 0;
 }

.btnMuyLargo:hover
 {
	cursor: pointer;
	background: #75C671;
	outline: 0;
 } 

.btnExtraLargo:hover
 {
	cursor: pointer;
	background: #75C671;
	outline: 0;
 } 

