@charset "utf-8";
/* CSS Document */
*
{
	padding:0;
	margin:0;
	border:0;
}
.clear
{
	clear:both;
}
.oculto
{
	display:none;
}
#contenedor
{
	margin:0 auto;
	width:1230px;
	font-family: Verdana, Arial, Courier, New Courier;
	font-size: 11px;
	color: #FFF;
}

	#cabecera
	{
		margin:30px 0 5px 0;
		padding:0 0 0 0;
		
		width:1230px;
	}
	
	#contenido
	{
		width:1230px;
	}
	
		#contenido #menu
		{
			float:left;
			
			margin:0 0 0 0;
			
			width:274px;
		}
		
		#info h2{
	border-bottom: 3px solid #005E14;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	margin-bottom: 10px;
	color: #005E14;
	padding-bottom: 2px;
	padding-left:25px;
	font-size: 13px;
	letter-spacing:1em;
	background:url('../images/cuerpo/flecha_01.gif') left top no-repeat
}
		
		#contenido #info
		{
	float:right;
	overflow:hidden;
	padding:0px;
	background-image:url('../images/cuerpo/fondo_01.gif');
	width:945px;
	font-size: 110%;
	color:#000;
	/*position: relative;*/
			/*height:900px;*/
			/**min-height:425px;*/
			
			/*border:1px solid #005E14;*/
		}
		
	#pie
	{
		margin:15px 0 0 0;
		padding:5px 0 5px 0;
		
		width:1230px;
		
		/*background-color:#005E14;*/
		text-align:center;
	}
		#pie ul
		{
			display:inline;
			list-style:none;
		}
		#pie li
		{
			display:inline;
			margin:0 0 0 0;
			padding:0 4px 0 8px;
			
			border-left:1px solid #fff;
			font-size:12px;
			color:#fff;
		}
		#pie li a
		{
			color:#fff;
			text-decoration:none;
		}
		
/*CSS para esquinas redondeadas*/
#info .tabBoxContainer{padding: 4px 10px; margin-top: 0px;	border: 1px solid #000;	clear: both;}
#info .box{position:relative;margin-bottom:25px;padding:10px; border:1px solid #002500; min-height:300px;*min-height:300px;}
#info .box .tl, #info .box .tr, #info .box .bl, #info .box .br{position:absolute;width:10px;height:10px;}
#info .box .tl{background-image:url(../images/cuerpo/tl.gif);top:-1px;left:-1px;}
#info .box .tr{background-image:url(../images/cuerpo/tr.gif);top:-1px;right:-1px;}
#info .box .bl{background-image:url(../images/cuerpo/bl.gif);bottom:-1px;left:-1px;}
#info .box .br{background-image:url(../images/cuerpo/br.gif);bottom:-1px;right:-1px;}
#info .box .bg-white{background-color:#fff;padding:10px;}

#pie .box{position:relative;margin-bottom:25px;padding:10px; background-color:#005E14;}
#pie .box .tl, #pie .box .tr, #pie .box .bl, #pie .box .br{position:absolute;width:10px;height:10px;}
#pie .box .tl{background-image:url(../images/pie/tl.gif);top:0;left:0;}
#pie .box .tr{background-image:url(../images/pie/tr.gif);top:0;right:0;}
#pie .box .bl{background-image:url(../images/pie/bl.gif);bottom:0;left:0;}
#pie .box .br{background-image:url(../images/pie/br.gif);bottom:0;right:0;}
#pie .box .bg-white{background-color:#fff;padding:10px;}

#info .tabBox{position:relative;}
#info .tabBox .tl{background-image:url(../images/cuerpo/tl.gif);top:-5px;left:-11px;}
#info .tabBox .tr{background-image:url(../images/cuerpo/tr.gif);top:-5px;right:-11px;}
#info .tabBox .bl{background-image:url(../images/cuerpo/bl.gif);bottom:-5px;left:-11px;}
#info .tabBox .br{background-image:url(../images/cuerpo/br.gif);bottom:-5px;right:-11px;}
