/*
 * www.ancert.com layout styleshit
 * com.ancert.dyd.MaxNoe 20040308
 */

@import url(head.css);
@import url(sections.css);
@import url(options.css);
@import url(content.css);
@import url(calendar.css);
@import url(forms.css);
@import url(dtree.css);

html, body {
	background: #FFFFFF url("../../media/images/fondos/background.png") repeat-y;
}

body {
	font-family: Arial, Verdana;
	font-size: 75%;
	color: #000000;
	background-color: #FFFFFF;
	border: 0;
	margin: 0;
	padding: 0;
	line-height: 150%;
	/*width:83.5em;*/
    z-index: 1;
}

	#head {
		margin: 0;
		padding: 0;
		z-index: 0;
		width: 100%;
		height: 6.1em;
		background-image: url("../../media/images/home/head_izq.gif");
	    background-repeat: no-repeat;
	    background-position: top left;
		text-align: center;
	}

	#sections {
		font-size: 100%;
		font-family: Arial;
		font-weight: bolder;
		background-color: #003399;
		color: #DFDA34;
        width: 100%;
		height: 1.7em;
	}

	#options{
		position: absolute;
		top: 8em;
		left: 0px;
		border-top: .4em solid #FF9900;
		width: 16.7em;
		padding-right: .4em;
		overflow: hidden;
	}


	#info {
		display: none;
		bottom: 0;
		float: right;
		font-size: 80%;
		padding: .5em;
		margin: 0;
		border-top: .1em solid #7EDBFF;
	}

	#inti {
		text-align: right;
		margin: 0 2em 0 50em;
		padding-bottom: 2em;
		padding-left:30px;
	}
	#newLinks td{
		padding-top:67px;

	}
	#newLinks a:hover{
		text-decoration : none;
		background-color:transparent;
	}
	#newLinks td img{
		border:none;
	}
	#ancertLogo{
		float:right;
	}
	#ancertLogo hover{
		background:none;
		
	}
	#w3c{
		padding-top:4px;
		float:left;
		display:inline;
	}
	

td.td_snippets{
    padding: .4em;
    padding-right: .9em;
    background-color: #FFB005;
    text-decoration: none;
}

td.separation {
	height: .4em;
}

table.table_snippets {
    position: absolute;
	margin-top: 2.5em;
    margin-left: 52em;
    text-align: left !important;
	width:356px;
}


.snippets {
	margin-top: 1.2em;
    margin-left: 68em;
    text-align: left !important;
}

.snippets li {
    position: relative;
    text-decoration: none;
    text-align: left !important;
	list-style-type: none;
}

.snippets li a {
    padding: .3em;
    padding-left: 1.2em;
    padding-right: .9em;
    background-color: #FFB005;
    line-height: 4em;
    text-decoration: none;
}

.snippets li img {
    background-color: #FFB005;
    float: left;
    border: 0px;
}

.agenda_detalle
{
	font-weight: normal;
}
.lnkContainer{
	float:left;
	width:100%;
	border-top:1px solid #FFB005;
	display:inline;
	padding-top:1em;
	margin-top:2em;
}

