@charset "utf-8";
/* CSS Document */

table {
	border-spacing: 0;
	border-collapse:collapse;
}

* {
margin:0px;
padding:0px;
border:0px;
font-family:"Century Gothic";
font-size:14px;
color:#828383;
font-weight:400;
}

body {
	background-image:url(images/background.jpg);
	background-repeat:repeat-x;
	background-position:50% 0%;
	background-attachment:inherit;
}

#Container{
	width: 872px; 
	margin: 0px auto;
}
	
#Header{
	height: 231px; 
	position:relative;}

#Title{	
	width: 910px; 
	margin:0px auto;
}

#Content_Up{
	width: 910px;
	height: 20px;
	background-image:url(images/content_up.png);
	margin:0px auto;
}

#Content{
	width: 910px; 
	height:auto;
	background-image:url(images/content.png);
	background-repeat:repeat-y;
	margin:0px auto;
}

#Content_Down{	
	width: 910px;
	height: 20px;
	background-image:url(images/content_down.png);
	margin:0px auto;
}

#Ani{	
	width: 350px;
	height: 310px;
}

#Text {	
	width:350px;
}

#TextGreen {
	color:#0C0;
}

#TextRed {
	color:#F00;
}

th.Text {
	padding:15px;
	text-align: left;
}

#Foot{	
	width: 910px;
	height: 40px;
	margin:0px auto;
}

th.Footer{
	color:#FFF;
	font-weight:200;
	font-size:12px;
}

.lebloe {
	vertical-align:middle;
}

a.thickbox{
	text-decoration:none;
}

a.thickbox:hover{
	text-decoration:underline;
	color:#333;
}

p.Text{
	font-size:12px;
	text-align:center;
}
.buttonsubmit {
	cursor:pointer;
	margin-top:10px;
	color:#FFF;
	background-image:url(images/contactenos/contactenos.jpg);
}
