/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	Titulo tablas

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.Titulo
{
    background-color: #666666;
    font-weight: bold;
    color: #666666;
    padding-left: 4px;
    font-family: Verdana;
    font-size: 22px;
    font-style: oblique;
}
.Titulo2
{
    background-color: #ffffff;
    font-weight: bold;
    color: #97BF01;
    font-family: Verdana;
    font-size: 22px;
    font-style: oblique;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	Tablas

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.TablaPrincipal
{
    width: 910px;
    background-color: #FFFFFF;
    color: #666666;
}

.TablaInicio
{
    
    /*border: solid 1px #2C4345;*/
    width: 20;
    background-color: #999999;
}

.BordeTabla 
{
    border-bottom: solid 0px #2E6371;
    border-left: solid 0px #2E6371;
    border-right: solid 0px #2E6371;
    padding-left: 4px;
    padding-right: 4px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	Bordes celdas

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.TdAbajoDer
{
    border-bottom: solid 1px #ffffff;
    border-right: solid 1px #ffffff;
}

.TdAbajo
{
    border-bottom: solid 1px #ffffff;
    
}

.TdDer
{
    border-right: solid 1px #ffffff;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	Menu

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*.Menu 
{
    background-color: #FFFFFF;
    border-bottom: solid 1px #333333;
}*/
.Menu a:link
{
    color: #666666;
    height: 22px;
    z-index: 1;
}

.Menu a:visited {
	color:#97bf01;
	text-decoration:none;
	z-index: 1;
}

.Menu a:hover {
	color:#666666;
	text-decoration:none;
	z-index: 1;
}

.Menu a:active {
	color:#666666;
	z-index: 1;
}

.Menu li.current a:link,
.Menu li.current a:visited {
	text-decoration:#97bf01;
	z-index: 1;
}

.Menu li.current a:hover {
	color:#666666;
	text-decoration: #97bf01;
	z-index: 1;
}

.Menu li.current a:active {
	color:#666666;
	z-index: 1;
}

ACTIVE PAGES 
.Menu a.StaticSelectedStyle:link,
.Menu a.StaticSelectedStyle:visited {
	color:#666666;
	text-decoration:underline;
	z-index: 1;
}
 .MenuLateral
 {
    width: 300px;
    border-right: dashed 1px #666666;
 }
 .MenuTop
{
    background-color: #FFFFFF;
    width: 910px;
    border-top: solid 0px #666666;
    border-bottom: solid 0px #666666;
    height: 0px;
    z-index: 0;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	Tabla Principal

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.TablaPrincipal
{
    width: 910px;
}
.Td
{
    padding-left: 0px;
}
.Td2
{
    background-color: #97bf01;
    vertical-align: top;
    width: 140px;
    
}
.Td3
{
    border-right: dashed 1px #97bf01;
    
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	Noticias
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.noticias-texto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #97bf01;
	text-align: justify;
}
.noticias-titulo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #97bf01;
	font-weight: bold;
}
.linknot {
	color: #666666;
	font-family: Verdana;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;

}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	Button

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.Bt 
    {
        border: solid 1px #537D84;
        background-color: #BED2D6;
        cursor: hand;
    } 

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	TexBox

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.TexBox 
    {
        border: solid 1px #97bf01
    } 

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CONTENT CONTAINER - TWO COLUMN

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#content-container-two-column {
	margin-top:auto;
	margin-left:auto;
	margin-right:auto;
	width:910px;
	padding:5px;
	background-color: #97bf01;
	position:relative;
	/*margin-top:auto;
	margin-left:auto;
	margin-right:auto;
	padding:5px;
	width:600px;
	background-color: #FFFFFF;
	position:relative;*/
	}

#content-main-two-column {
	width:910px;
	float:left;
	}

#content-side-two-column {
	float:right;
	width:120px;
	}
	
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	Bordes

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.Borde_1 
{
    text-align: center;
    border-bottom: solid 1px #333333;
    border-right: solid 1px #333333;
    padding: 3px;
}    

.Borde_2 
{
    text-align: center;
    border-bottom: solid 1px #333333;
    padding: 3px;
}

.Borde_3
{
    text-align: center;
    border-right: solid 1px #333333;
    padding: 3px;
}
    	
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CONTENT CONTAINER - THREE COLUMN

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#content-container-three-column {
	/*margin-left:auto;*/
	/*margin-right:auto;*/
	padding:5px;
	width:910px;
	/*border:1px solid #818181;*/
	background-color: #FFFFFF;
	/*background:url(../../images/bg-three-column-main.png) repeat-y;*/
	position:relative;
    top: 0px;
    left: 0px;
}

#content-main-three-column {
	text-align: justify;
	float:left;
	/*margin-left:25px;*/
	}

#content-side2-three-column, #content-side1-three-column
{
    width: 10px;
    font-size: .9em;
}
	
#content-side2-three-column {
	float:right;
	}

#content-side1-three-column {
	float:left;
	}
	
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HOME PAGE - THREE COLUMN SECTION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#three-column-container {
	/*background:url(../../images/bg-three-column-home.png) repeat-y;*/
	padding:0;
	margin:20px 0 10px 0;
	}

#three-column-side1 {
	float:left;
	width:30%;
	}

#three-column-side2 {
	float:right;
	width:30%;
	}

#three-column-middle {
	width:30%;
	margin:0px 32% 0px 35%;
	}
	
	
	
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
    
    css-master

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HTML TAGS 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.Fondo
{
    background: url() #ffffff repeat-y;

}


body
{
    margin: 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.7em;
    line-height: 1.4em;
    color: #666666;
    clip: rect(0px, 0px, auto, auto);
}

p {
	margin:10px 0;
	}

p.no-padding-no-margin {
	padding:0;
	margin:0;
	}
	
hr{
	color: #666666;
	background-color: #666666;
	height: 1px;
	border:0;
	margin:15px 0;
	_margin:10px 0;
	}
	
blockquote {
	padding:0 0 0 12px;
	margin:12px 0 0 0;
	background:url(../../images/bg-quote.png) no-repeat;
	}

blockquote p {
	margin:2px 0;
	}
	
cite {
	font-size:.85em;
	margin:0;
	padding:0 0 0 6px;
	}

fieldset {
	padding:15px;
	}
	
legend {
	color:#333333;
	padding:5px 3px 10px 3px;	
	}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HEADINGS 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

	
h1, h2, h3, h4, h5, h6 {
	font-size:1.8em;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	line-height:1.1em;
	margin:5px 0;
}

h1 {
	margin-bottom:0;
}

h1, h2 {
	margin-top:0px;
}

h2 {
	font-size:1.3em;
}

h3 {
	font-size:1.1em;
}

h3.small {
	font-size:1.2em;
}

h4 {
	font-size:1.1em;
}

h5 {
	font-size:1.1em;
}

h6 {
	font-size:1em;
}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	LINKS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


a:link {
	color:#666666;
	text-decoration:none;
}

a:visited {
	color:#666666;
	text-decoration:none;
}

a:hover 
{
    color: #97bf01;
	text-decoration:none;
}

a:active {
	color:#666666;
}

#content-side-two-column a:link,
#content-side2-three-column a:link,
#content-side1-three-column a:link,
#content-side-two-column a:visited,
#content-side2-three-column a:visited,
#content-side1-three-column a:visited {
	text-decoration:none;
}

#content-side-two-column a:hover,
#content-side2-three-column a:hover,
#content-side1-three-column a:hover {
	text-decoration:underline;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	TOP INFORMATION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#top-information
{
    height: 100%;
    margin-left: 0;
    margin-right: 0;
    color: #97bf01;
    font-size: .85em;
    position: absolute;
    width: 910px;
}
	
#logo 
{
    background:url() no-repeat;
	position:absolute;
	width: 910px;
	height: 100%;
	}

#logo a {
	color:#4A6BB3;
	text-decoration:none;
	}

#top-information-home {
	text-align:right;
	border-bottom:1px dashed #ffffff;
	position:absolute;
	top:0;
	right:25.5%;
	height: 2em;
	width:15%;
	padding:0 1.5% 0 0;
	}
	
#top-information-phone
{
    text-align: center;
    border-left: 1px dashed #CACACA;
    position: relative;
    top: 0;
    left: 100%;
    height: 100px;
    padding: 0 0 0 2%;
}

#top-information-link {
	text-align: center;
	border-left:1px dashed #CACACA;
	position:absolute;
	top:0;
	right:0;
	height:2em;
	width:8.5%;
	padding:0 0 0 1.5%;
	}

#heading{
	text-align: left;
	font-size:1.4em;
	font-weight:bold;
	}


#subheading{
	font-size:1.1em;
	font-weight:bold;
	}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MAIN NAV 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#nav-main {
	background:#ffffff url(../../images/bg-nav.png);
	margin-left:auto;
	margin-right:auto;
	width:910px;
	padding-top:.8em;
	padding-bottom: 2em;
	
	/*padding:.8em 0 2em 0px;*/
	position:relative;
	font-weight:bold;
}

#nav-main div 
{
    
	background:#ffffff url(../../images/bg-nav-side.png) top right no-repeat;
	width:25%;
	_width:25.5%;
	position:absolute;
	top:0;
	right:0;
	padding:.8em 0 1em 0;
}

#nav-main ul {
	margin:0;
	padding:0 20% 0 0;
	}
	
#nav-main li {
	display:inline;
	list-style:none;
	padding:0 1em 0 0;
	background:none;
	}

#nav-main a:link
{
    color:#71A0A6;
}

#nav-main a:visited {
	color:#97bf01;
	text-decoration:none;
}

#nav-main a:hover {
	color:#97bf01;
	text-decoration:underline;
}

#nav-main a:active {
	color:#97bf01;
}

#nav-main li.current a:link,
#nav-main li.current a:visited {
	text-decoration:underline;
}

#nav-main li.current a:hover {
	color:#97bf01;
	text-decoration:underline;
}

#nav-main li.current a:active {
	color:#97bf01;
}

/* ACTIVE PAGES */
#nav-main a.StaticSelectedStyle:link,
#nav-main a.StaticSelectedStyle:visited {
	color:#97bf01;
	text-decoration:underline;
}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	POSTER PHOTO

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


#poster-photo-container {
	width:910px;
	background-color: #FFFFFF;
	padding: 4px;
	border: solid 1px #2C4345;
	position:relative;*/
	}
	
.poster-photo-image {
	border-right:3px solid #FFF;
	display:block;
	}

#feature-area-home {
	position:absolute;
	top:0;
	right:0;
	width:21%;
	text-align:center;
	color:#FFFFFF;
	font-size:1.2em;
	font-weight:bold;
	line-height:160%;
	}

#feature-area-home a:link,
#feature-area-home a:visited {
	color:#97bf01;
	text-decoration:underline;
	}
	
#feature-area-home a:hover {
	text-decoration:none;
	}
	
	
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	pagetitle

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


#pagetitle
{
    border-style: 0;
    border-color: 0;
    width: 910px;
    background: #ffffff;
    position: absolute;
    color: #97bf01;
    font-size: 22px;
    font-family:Verdana;
    height: 0px;
}

#pagetitle a:link,
#pagetitle a:visited {
	color:#97bf01;
	text-decoration:none;
	}

#pagetitle a:hover{
	color:#97bf01;
	text-decoration:none;
	}


.pagetitle
{
    border-style: 0;
    border-color: 0;
    width: 910px;
    background: #ffffff;
    position: absolute;
    color: #97bf01;
    font-size: 22px;
    font-family:Verdana;
    height: 0px;
}

.pagetitle a:link,
.pagetitle a:visited {
	color:#97bf01;
	text-decoration:none;
	}

.pagetitle a:hover{
	color:#97bf01;
	text-decoration:none;
	}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	TREE VIEW CONTROL

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


.TreeView  
{
    border-bottom:1px dotted #97bf01 !important;
}

.TreeView div
{
    margin-left:5px;
}

.TreeView table
{
    border-top:1px dotted #97bf01 !important;
}

.TreeView div table
{
    border-bottom:none !important;
    border-top:none !important;
}

.TreeView table td
{
    padding:2px 0;
}

.LeafNodesStyle 
{
    
}


.RootNodeStyle 
{
    
}

/* ALL ELEMENTS */
.NodeStyle 
{

}

.ParentNodeStyle 
{
    background:yellow;
}
 

a.SelectedNodeStyle 
{
    background:#97bf01;
    display:block;
    padding:2px 0 2px 3px;
}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	LISTS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

ul {
	margin:0;
	padding:0;
	}

li
{
    list-style: none;
    background: url(../../images/list-bullet-02.gif) no-repeat 0px 0.8em;
    padding: .2em 0 .2em 1em;
    margin-left: 0.4em;
}

ul.list-of-links {
	border-bottom: solid 0px;
}

#content-side1-three-column ul.list-of-links,
#content-side2-three-column ul.list-of-links {
	margin: 0 0 30px 0px;
}

ul.list-of-links li{
	background-image:url(../../images/list-bullet-01-link.gif);
}

ul.list-of-links li.current {
	background-color:#666666;
}


ul.no-lines,
ul.no-lines li {
	border:none;
	}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HOME PAGE FEATURE AREA

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


.feature-area {
	background-color:#97bf01;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	IMAGES & PHOTOS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

img {
	border:none;
	}

.photo-border {
	border:1px solid #666666;
	padding:4px;
	background:#d9d9d9 url(../../images/bg-photo.png) top repeat-x;
	margin-bottom:5px;
	display:block;
}

.photo-float-left {
	float:left;
	margin-right:10px;
	}
.photo-float-center {
	float:inherit;
	margin-right:10px;
	}

.image-border-none {
	border:none;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	FOOTER

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#footer
{
    background: #ffffff url(../../images/bg-nav.png);
    text-align: center;
    margin-top: 0px;
    width: 910px;
    position: relative;
    color: #666666;
    font-size: 9px;
    font-family: Verdana;
}

#footer div {
	background:#ffffff url(../../images/bg-nav-side.png) bottom right no-repeat;
	width:25%;
	_width:25.5%;
	position:absolute;
	top:0;
	right:0;
	padding:.8em 0 1em 0;
}

#footer a:link,
#footer a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

#footer a:hover {
	color:#ffffff;
	text-decoration:none;
}

#footer a:active {
	color:#FFFFFF;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	FOOTER-SUB

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#footer-sub
{
    border-style: 0;
    margin: 0em;
    width: 910px;
    text-align: center;
    position: absolute;
    font-size: .8em;
    color: #666666;
    clip: rect(0px, auto, auto, auto);
    valing: top;
}

#footer-sub ul {
	margin:0;
	padding:0;
	}
	
#footer-sub li {
	display:inline;
	list-style:none;
	padding:0 1em 0 0;
	background:none;
	}

#footer-sub a:link,
#footer-sub a:visited {
	text-decoration:underline;
	color:#FFFFFF;
}

#footer-sub a:hover {
	color:#FFFFFF;
	text-decoration:none;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MISC CLASSES

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.news-date {
	font-size:0.9em;
	font-style:italic;
	color:#666666;
}

.arrow {
	vertical-align:middle;
	}

input.button-big {
	font-weight:bold;
	padding:.7em 1.5em;
	font-size:1.1em;
	vertical-align:bottom;
	}

input.button-small {
	font-weight:normal;
	padding:.4em 1em;
	font-size:.8em;
	vertical-align:bottom;
	}

.clear {
	clear:both;
	}

.none {
    display:none;
}


.ListBox
{
    border: 0px;   
}
.apDiv1
{
    border: 0px;   
}
.TextArea1
{
    font-family: Verdana;
    font-size: 11px;
    color: #97bf01;
}
.adjustedZIndex {
    z-index: 1;
}