﻿h4
{
    color:#FF0; 
    text-align: center; 
    border-bottom: 2px solid #FF0;
}

h1,h2,h3
{
	background: rgb(243,243,0); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(243,243,0,1) 0%, rgba(219,219,0,1) 50%, rgba(219,219,3,1) 51%, rgba(255,255,0,1) 75%, rgba(199,199,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(243,243,0,1)), color-stop(50%,rgba(219,219,0,1)), color-stop(51%,rgba(219,219,3,1)), color-stop(75%,rgba(255,255,0,1)), color-stop(100%,rgba(199,199,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(243,243,0,1) 0%,rgba(219,219,0,1) 50%,rgba(219,219,3,1) 51%,rgba(255,255,0,1) 75%,rgba(199,199,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(243,243,0,1) 0%,rgba(219,219,0,1) 50%,rgba(219,219,3,1) 51%,rgba(255,255,0,1) 75%,rgba(199,199,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(243,243,0,1) 0%,rgba(219,219,0,1) 50%,rgba(219,219,3,1) 51%,rgba(255,255,0,1) 75%,rgba(199,199,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(243,243,0,1) 0%,rgba(219,219,0,1) 50%,rgba(219,219,3,1) 51%,rgba(255,255,0,1) 75%,rgba(199,199,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3c5bd', endColorstr='#c72200',GradientType=0 ); /* IE6-9 */

	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
p.desc
{
	padding: 10px;
	padding-top: 5px;
	text-align: justify;
}

img.desc
{
	border: 1px solid #ccc;
	border-radius: 5px;
	width: 80%;
	margin-left: 10%;
	box-shadow: 0px 20px 20px -10px #999;
	margin-bottom: 20px;
}

input[type='submit']
{
	padding: 5px 15px; 
	background-color: #fff; 
	/*border: 2px solid #e2e666;*/
	border: none;
    cursor: pointer;
}

input[type='submit']:hover
{
	background-color: #e2e2e2;
}

input[type='text'], textarea, input[type='email']
{
	padding: 5px 10px;
	border: 2px solid #e2e2e2;
	background-color: #fff;
	/*border-radius: 10px;*/
}

h2, h3, p
{
	font-family: Arial;
}

body
{
	color: #FF0;
	font-family: Arial;
}

.content
{
	width: 100%;
	padding:1%;
	padding-top: 0px;
	font-size: 18px;
	color: #FF0;
}

.content.c1
{
	width: 50%;
	padding-top: 0px;
	padding-left: 10px;
	vertical-align:top;
}

.content.c2
{
	width: 50%;
	min-width: 300px;
	vertical-align:top;
}

.content.c2 tr{width: 100%;}
.content.c2 table
{
	width: 100%;
    border-collapse: collapse;
}

.content.c2 tr.cont
{
    background-color: #000;
    color:#fff;
    cursor:default;
}

.content.c2 tr.cont td a
{
    color:#FFf !important;
    text-decoration: none !important;
}

.content.c2 tr.cont:hover
{
    background-color: #333;
    color: #FF0 !important;
    cursor: pointer;
}
.content.c2 tr.cont:hover a
{
    color: #FF0 !important;
    cursor: pointer;
}

.content.c2 tr.cont td
{
    padding: 5px 0px;
	font-size:12px;
    border-top-right-radius: 999px;
    border-bottom-right-radius: 999px;
    box-shadow: inset 4px -30px 100px -41px rgba(255,255,255,0.9);
}

.content.c2 tr.cont td.left
{
    padding: 5px;
    padding-bottom: 2px;
    width:30px;
    border-radius: 0px;
    border-top-left-radius: 999px;
    border-bottom-left-radius: 999px;
}

h1
{
	margin-right: 5%;
	margin-left: 5%;
	margin-top: 3%;
	font-family: Arial;
	font-size: 25px;
	padding-left: 20px;
	border-bottom: 3px solid #FF0;
	margin-bottom: 1.33em;
}
.imgBanner
{
    max-height: 280px;
    position: relative;
    width: 100%;
}
