/*CSS Document*/
BODY
{
	font-family: arial;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	background-color: #54a316;
}
H1, H2, H3, H4, H5, P
{
	margin: 0px;
}
.clear
{
	margin: 0px;
	clear: both;
}
.contenedor
{
	margin: 0 auto;
	width: 927px;
}
.contenido
{
	background-color: #dff2fb;
	border-left: 2px solid #1a5d62;
	border-bottom: 2px solid #1a5d62;
	border-right: 2px solid #1a5d62;
	padding-top: 15px;
	margin-top: 25px;
	height: 600px;
}
.content1d3
{
	background-color: #D3E0D3;
	width: 260px;
	height: 272px;
	float: left;
	padding: 10px;
	margin: 20px 20px 10px 10px;
	border: 2px solid #FFF;
}
.content2d3
{
	background-color: #FFF;
	width: 554px;
	float: left;
	padding: 10px;
	margin: 20px 10px 10px 20px;
	border: 2px solid #D0D0D0;
}
.content3d3
{
	width: 858px;
	height: 200px;
	float: left;
	margin: 20px 10px 10px 20px;
}
.content3d3 H2
{
	color: #D2DFD2;
	font-weight: normal;
}
.content3d3 UL
{
	list-style: none;
	margin: 10px 0px 0px;
	padding: 0px;
}
.content3d3 LI
{
	float: left;
	background-color: #FFF;
	padding: 10px 30px;
	height: 70px;
	margin-right: 30px;
	text-align: center;
}
.footer
{
	width: 100%;
	height: 80px;
	padding-top: 10px;
	text-align: center;
	color: #DDD;
	font-size: 14px;
}
STRONG
{
	color: #6BBC31;
	font-weight: bold;
}
.marcaNoLogo
{
	font-size: 36px;
	color: #646464;
}
.enDesarrollo
{
	font-style: italic;
	color: #646464;
}
.menuNavegacion
{
	position: absolute;
	background-image: url(../imgs/bgmenu.png);
	width: 927px;
	height: 34px;
	margin: 0px;
	padding: 0px;
	list-style: none;
	top: 300px;
}
.pestActive A:link, .pestActive A:visited
{
	color: #1a5d62;
	text-decoration: none;
}
.pestInactive A:link, .pestInactive A:visited
{
	color: #FFF;
	text-decoration: none;
}
.menuNavegacion LI
{
	float: left;
	line-height: 34px;
	margin: 0 0 0 20px;
	padding: 0 15px;
	color: #FFF;
	font-weight: bold;
	font-size: 14px;
}
.pestActive
{
	background-color: #dff2fb;
}
.pestInactive:hover
{
	background-color: #1a5d62;
}
.menuIdiomas
{
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 100%;
	text-align: right;
	float: right;
}
.menuIdiomas A:link, .menuIdiomas A:visited
{
	color: #007AAC;
}
.menuIdiomas DD
{
	margin: 0px;
	padding: 0px;
	float: right;
	line-height: 30px;
	margin-left: 15px;
}
.errorForm
{
	color:#F00;	
}
