/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body
{
	background-image: url(images/fondo.png);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #d7c48a;
}

.ControlPanel {
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane {padding-right:5px}
.RightPane {padding-left:5px}

.ContentPane  { 

}
.marcas .manufacturerLogoLink{float:left;}
.marcas .manufacturerInfo{ margin-left: 260px;}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited  {
}

A.SelectedTab:hover    {
}

A.SelectedTab:active   {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:hover    {
}

A.OtherTabs:active   {
}

/* GENERAL */
/* style for module titles */
.Head   {
}

/* style of item titles on edit and admin pages */
.SubHead    {
	color:#339999;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}

/* text style used for most text rendered by modules */
.Normal
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

.NormalRed
{
}

.NormalBold
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color:#FFFFFF;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
}

A.CommandButton:visited  {
}

A.CommandButton:hover    {
}
    
A.CommandButton:active   {
}

/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
}

A:visited   {
}

A:hover {
}

A:active    {
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-image: url(images/bullet.png);
	left: 5px;
	list-style-position: inside;
}

UL LI LI    {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-image: url(images/bullet.png);
	left: 5px;
	list-style-position: inside;
}

UL LI LI LI {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-image: url(images/bullet.png);
	left: 5px;
	list-style-position: inside;
}

OL LI   {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-image: url(images/bullet.png);
	left: 5px;
	list-style-position: inside;
}

OL OL LI    {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-image: url(images/bullet.png);
	left: 5px;
	list-style-position: inside;
}

OL OL OL LI {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-image: url(images/bullet.png);
	left: 5px;
	list-style-position: inside;
}
OL UL LI   {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-image: url(images/bullet.png);
	left: 5px;
	list-style-position: inside;
}

HR {
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */

.MainMenu_MenuContainer {
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}/* Main Menu */
.rootMenuItem td{
	cursor: pointer;
	cursor: hand;
	color: #666666;
	font-size: 12px;
	font-style: logintxt;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	padding-left:10px;
	padding-right:10px;
	border-right-width: 1px;
	height: 40px;
	text-transform: uppercase;
	vertical-align: middle;
} 
.rootmenuitemactive td{
	cursor: pointer;
	cursor: hand;
	color: #666666;
	font-size: 12px;
	font-style: logintxt;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	padding-left:10px;
	padding-right:10px;
	height: 40px;
	text-transform: uppercase;
	vertical-align: middle;
}
.rootmenuitemselected td{
	background-color: #f9c03e;
	cursor: pointer;
	color: #666666;
	height: 40px;
}
.rootmenuitembreadcrumb td{
	background-color: #f9c03e;
	cursor: pointer;
	cursor: hand;
	color: #666666;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	padding-left:10px;
	padding-right:10px;
	height: 40px;
	text-transform: uppercase;
	vertical-align: middle;
}
.MainMenu_MenuContainer {
	background-color: transparent;
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	border-left: #3C3939 0px solid;
	border-bottom: #3C3939 1px solid;
	border-top: #3C3939 1px solid;
	border-right: #3C3939 0px solid;
	cursor: pointer;
	color: #666;
    height: 40px;
	font-size: 12px;
	font-weight: bold;
	background-color: Transparent;
	font-family: arial, helvetica;
	text-transform: uppercase;
	width: 150px;
}
.MainMenu_MenuItemSel {
	border-left: #3C3939 0px solid;
	border-bottom: #3C3939 1px solid;
	border-top: #3C3939 1px solid;
	border-right: #3C3939 0px solid;
	cursor: pointer;
	cursor: hand;
	color: #DCDCDC;
	font-size: 12px;
	font-weight: bold;
	background-color: Transparent;
	font-family: arial, helvetica;
	text-transform: uppercase;
}
.MainMenu_MenuItemAct {
	border-left: #3C3939 0px solid;
	border-bottom: #3C3939 1px solid;
	border-top: #3C3939 1px solid;
	border-right: #3C3939 0px solid;
	cursor: pointer;
	cursor: hand;
	color: #DCDCDC;
	font-size: 11px;
	font-style: logintxt;
	font-weight: bold;
	background-color: Transparent;
	font-family: arial, helvetica;
}
.MainMenu_MenuIcon {
	background-color: #3C3939; 
	border-left: #3C3939 1px solid; 
	border-bottom: #3C3939 1px solid; 
	border-top: #3C3939 1px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 3px;
	height: 21px;
}
.submenuitemselect {
	background-color: #FFCC00;
	color:#000000;
	width: 150px;
}
.MainMenu_SubMenu {
	margin-top: 5px;
	margin-left: -1px;
	background-color: #3C3939;
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
	border-top: #3C3939 0px solid;
	border-right: #3C3939 0px solid;
	border-left: #3C3939 0px solid;
	border-bottom: #3C3939 0px solid;
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#3C3939,endColorStr=#2F2C2C);
	filter: Alpha(Opacity=80, FinishOpacity=100, Style=1);
	width: 150px;
}
.MainMenu_MenuBreak {
	border-bottom: #00ff00 0px solid; 
	border-left: #00ff00 0px solid; 
	border-top: #00ff00 0px solid;  
	border-right: #00ff00 0px solid; 
	background-color: transparent; 
	height: 0px;
}
.MainMenu_MenuArrow {
	border-right: #3C3939 1px solid; 
	border-bottom: #3C3939 1px solid; 
	border-top: #3C3939 1px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
	width: 3px;
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

/* Login Styles */
.LoginPanel{
}

.LoginTabGroup{
}

.LoginTab {
}

.LoginTabSelected{
}

.LoginTabHover{
}

.LoginContainerGroup{
}

.LoginContainer{
}.TopPane {
	padding-top: 10px;

}
.MenuBG {
	height: 40px;
	vertical-align: middle;
}
.fondoVerde {
	height: 37px;
	background-image: url(images/fondoVerde.png);
	background-repeat: repeat-x;
}
.fotoUno {
	width: 697px;
	height: 155px;
	background-image: url(images/foto1.jpg);
	background-repeat:no-repeat;
}
.FotoDos {
	width: 38px;
	height: 63px;
	background-image: url(images/foto2.jpg);
	background-repeat:no-repeat;
}
.fotoTres {
	width: 143px;
	height: 63px;
	background-image: url(images/foto3.jpg);
	background-repeat:no-repeat;
}
.BottomLeftCornerSkin {
	background-image: url(images/esqInfIzq.png);
	background-repeat: no-repeat;
	height: 20px;
	width: 20px;
}
.BottomRightCornerSkin {
	background-image: url(images/esqInfDer.png);
	background-repeat: no-repeat;
	height: 20px;
	width: 20px;
}
.SearchLeftBG {
	background-image: url(images/SearchLeftBG.png);
	background-repeat: no-repeat;
	width: 10px;
	height: 31px;
}
.SearchRightBG {
	background-image: url(images/SearchRightBG.png);
	background-repeat: no-repeat;
	height: 31px;
	width: 10px;
}
.LoginCell {
	height: 24px;
	padding-right: 15px;
	padding-left: 15px;
}
.FooterCell {
	height: 50px;
	padding-left: 25px;
	vertical-align: middle;
}
table.Logged {
}
td.Logged {
}
span.Logged {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #d7c48a;
}
A.Logged:link, A.Logged:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #d7c48a;
	text-decoration: underline;
}
A.Logged:hover, A.Logged.active {
    text-decoration:none;
}
TD.Footer {

}
span.Footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
a.Footer:link, a.Footer:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}
a.Footer:hover, a.Footer:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.bgContain {
	background-image: url(images/fodoModulos.png);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	padding-top: 35px;
	padding-right: 20px;
	padding-left: 20px;
	width: 697px;
}
.BgBuscarFoto {
	background-image: url(images/fondoContenidoBuscar.png);
	background-repeat: no-repeat;
}

/*.LogoCell {
	height: 100px;
}*/

