/*Colores
ROjo: c50e0e
 */

body {
	background-image:url(images/bg1b.gif);
	background-repeat:repeat-x;
	background-color:#c50e0e;
	margin:20px;
	padding:0;
	text-align:center;
}

h1 {
	font-size:24px;
	color:#FFF;
	font-weight:700;
	margin:0;
}

h2 {
	font-size:10px;
	color:#F90;
	margin:0;
	font-weight:700;
}

h3 {
	font-size:16px;
	color:#c50e0e;
	font-weight:700;
	margin:0;
	padding-bottom:5px;
	border-bottom:1px dotted #CCC;
}

p {
	margin-top:5px;
	padding-bottom:5px;
	font-size:13px;
	line-height:1.5em;
}

p a{
	color: #c50e0e;
	text-decoration: none;
}

P a:hover{
	color: #cecece;
	
}

li {
	margin-top:5px;
	font-size:13px;
	line-height:1.5em;
}

li a{
	color: #c50e0e;
	text-decoration: none;
}

li a:hover{
	color: #cecece;
	
}
#container {
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	margin:0 auto;
	width:700px;
	padding:10px;
	height:auto;
	background-color:#FFF;
	text-align:left;
}

#banner {
	width:700px;
	height:100px;
	margin-bottom:10px;
}

#bannerLeft {
	width:150px;
	height:100px;
	margin-right:10px;
	background-image:url(images/bannerleftbg.gif);
	float:left;
}

#bannerRight {
	width:529px;
	height:49px;
	background:url(images/bannerrightbg.gif) no-repeat;
	float:left;
	border:1px solid #CCC;
	border-width:1px 0 0 1px;
	padding:50px 0 0 10px;
}

#content {
	background:url(images/bg1.gif) repeat-y;
	height:1%;
	}

#leftColumn {
	float:left;
}

#nav {
	margin:0;
	padding:0;
	list-style:none;
}

#nav a {
	display:block;
	font-size:11px;
	color:#fff;
	text-decoration:none;
	padding:10px;
	width:130px;
	height:10px;
	border-bottom:1px dotted #333;
	
}

#nav a:hover {
	background-color:#c50e0e;
	color: #fff;
}

#nav li.subactive a{
	color:#c50e0e ;
}


#leftColumnBottom {
	width:130px;
	padding:110px 10px 10px;
	color:#fff;
	
}

#rightColumn {
	float:left;
	width:530px;
	padding-left:20px;
	color:#666;
}

#rightColumn img {
	padding: 5px 5px 5px 5px;
	border: 1px solid #d4d3d3;
	margin-top: 10px;
	margin-left: 1px;
}

#clear {
	clear:both;
}

.date {
	font-size:10px;
	color:#999;
	font-weight:normal;
}

#copyright {
	padding-top:10px;
	font:10px Arial,Helvetica,sans-serif;
	color: #3f3f3f;
}

#copyright a {
	text-decoration:none;
	color: #2a2a2a;
}

#copyright a:hover {
	color: #cecece;
}

#ContactForm {
text-align:center;
border-width:medium;
border-color:#000000;
display:inline-block;
position:relative;
}

.SmallRed {
font-size:9px;
color:red;
}







