/* @group Main Containers
-------------------------------------------------*/

body
{
	background-color: #fff; /* white */
}

div.box
{
	color: #001931;
	background-image: url(../images/2many_theme/slide_box_background.png);
}

* html div.box
{	
	background-image: url(../images/2many_theme/slide_box_background_ie6.gif);
}

div.small
{
	color: #001931;
	background-image: url(../images/2many_theme/slide_box_small_background.png);
}

* html div.small
{
	background-image: url(../images/2many_theme/slide_box_small_background_ie6.gif);
}

/* @end */

/* @group Colored Slides
-------------------------------------------------*/

div#Home 
{
	background-color: #fff;
}

div#actuales
{
	background-color: #fff;
}

div#auxilia 
{
	background-color: #fff;
}

div#cocuyos 
{
	background-color: #fff;
}

div#historicos 
{
	background-color: #fff;
}

div#visibilidad 
{
	background-color: #fff;
}

div#website 
{
	background-color: #fff;
}

/* @end */

/* @group Navigation
-------------------------------------------------*/

div#navigation 
{	
	background-image: url(../images/2many_theme/navigation_background.png);
}

* html div#navigation 
{	
	background-image: url(../images/2many_theme/navigation_background_ie6.gif);
}

div#navigation ul li a
{
	background-image: url(../images/2many_theme/navigation_entry.png);
}

/* @end */

/* @group Head
-------------------------------------------------*/

div#head h2 
{
	background-image: url(../images/2many_theme/head_slogan.png);
}

/* @end */

/* @group Content
-------------------------------------------------*/

/* @group Container
-------------------------------------------------*/

/* @group Teaser
-------------------------------------------------*/

div.teaser 
{
	background-image: url(../images/2many_theme/teaser_background.png);
}

div.teaser p
{
	color: white;
}

/* @end */

/* @group Big Image
-------------------------------------------------*/

div.big_picture 
{
	background-image: url(../images/2many_theme/teaser_background.png);
}

div.big_picture p
{
	color: white;
	background-image: url(../images/2many_theme/transparent_background.png);
}

* html div.big_picture p
{	
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/2many_theme/transparent_background.png', sizingMethod='crop');
	background: none;
}
/* @end */

/* @end */

/* @group Paragraph styles
-------------------------------------------------*/

div.content h3 
{	
	color: #16547b;
}

/* @end */

/* @group Links
-------------------------------------------------*/

div.content a
{
	color: #001931;
}

div.content a:hover
{

}

/* @group Buttons
-------------------------------------------------*/

div.content a.button
{	
	color: white;
	background-image: url(../images/2many_theme/button_leftpart.png);
}

div.content a.button span
{
	background-image: url(../images/2many_theme/button_rightpart.png);
}

div.content div.teaser a.button
{	
	color: white;
	background-image: url(../images/2many_theme/button_teaser_leftpart.png);
}

div.content div.teaser a.button span
{
	background-image: url(../images/2many_theme/button_teaser_rightpart.png);
}

/* @end */

/* @end */

/* @group Lists
-------------------------------------------------*/

div.content ul li
{
	background-image: url(../images/2many_theme/content_bullet.png);
}

/* @end */

/* @group Forms
-------------------------------------------------*/

div.content form input.text,
div.content form textarea
{
	color: white;
	background: #16547b;
	
	border: navajowhite;
	padding: 2px;
}

/* @end */

/* @end */