body {
	color: #222222;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px auto 0px;
	padding: 0px;
	background:  #eeeeee;
	}
	
#wrap {	
	color: #222222;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px auto 0px;
	padding: 0px;
	min-width: 960px;
	
	}
	
#inner, #inner_index  {
	background: #ffffff;
	width: 960px;
	margin: 5px auto 15px;
	padding: 0px 0px 0 0px;
	border: 1px solid #DDDDDD;
	}

/************************************************
*	Shadow									*
************************************************/
#sombra, #sombra-none {
padding:0 5px 5px 0; /*Esta es la profundidad de nuestra sombra, sí haces más grandes estos valores, el efecto de sombra es mayor también */
background: url(/images/shadow.gif)  no-repeat bottom right; /*Aquí es donde ponemos la imagen como fondo colocando su ubicación*/
} 
#sombra{
	float:left;
}

#sombra-borde{
display:block;
position:relative;
top: -3px; /* Desfasamos la imagen hacia arriba */
left:-3px; /*Desfasamos la imagen hacia la izquierda */
padding:3px;
background:#FFFFFF; /*Definimos un color de fondo */
border:1px solid;
border-color: #CCCCCC #666666 #666666 #CCCCCC /*Creamos un marco para acentuar el efecto */
}
/************************************************
*	Hyperlinks									*
************************************************/
	
a img {
	border: none;
	}
	
a:focus, a:hover, a:active {
	outline: none 
	}
	
/************************************************
*	Header  									*
************************************************/
#header-content {

	margin: 0px auto 0px;
	padding: 0px;
	overflow: hidden;
	background:#FFFFFF;
	
	}
#header {	
	height: 110px;
	margin: 0px auto 0px;
	padding: 0px;
	overflow: hidden;
	background:#FFFFFF;
	}

#header h1 {
	color: #333333;
	font-size: 36px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	margin: 0px;
	padding: 20px 0px 0px 0px;
	text-decoration: none;
	}
	
#header h1 a, #header h1 a:visited {
	color: #333333;
	font-size: 36px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	}
	
#header h1 a:hover {
	color: #333333;
	text-decoration: none;
	}

.headerleft {
	width: 400px;
	float: left;
	margin: 0px;
	padding: 10px 0 0 30px;
	overflow: hidden;
	}

.headerleft p {
	color: #333333;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	line-height: 20px;
	}
	
.headerright {
	width: 500px;
	float: right;
	margin: 0px;
	padding: 25px 0px 0px 0px;
	text-align: right;
	}
	
.headerright p {
	margin: 0px;
	padding: 0px 50px 0px 0px;
	}
	
.headerright a, .headerright a:visited {
	color: #000000;
	text-decoration: none;
	}
	
.headerright a:hover {
	color: #666666;
	text-decoration: underline;
	}
	
/************************************************
*	Navbar      								*
************************************************/

#navbar {
	
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0px auto 0px;
	padding: 0px;
	background: #FFFFFF url(/images/nav_bg.png) repeat-x scroll;
	}
	
#nav {
	margin: 0px;
	padding: 0px;
	}
	
#nav ul {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#nav li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#nav li a, #nav li a:link {
	background: #CCCCCC;
	color: #333333;
	display: block;
	font-weight: normal;
    margin: 0px 10px 0px 0px;
	padding: 8px 15px 8px 15px;
	text-decoration: none;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	}

#nav li a:hover, #nav li a:active {
	background: #FFFFFF;
	color: #666666;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	}
	
#nav li li a, #nav li li a:link, #nav li li a:visited {
	background: #FFFFFF;
	width: 170px;
	color: #666666;
	float: none;
	margin: 0px;
	padding: 7px 10px 7px 10px;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-khtml-border-radius: 0px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	}
	
#nav li li a:hover, #nav li li a:active {
	background: #999999;
	color: #FFFFFF;
	padding: 7px 10px 7px 10px;
	}

#nav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 190px;
	margin: 0px;
	padding: 0px;
	}

#nav li li { 
	}

#nav li ul a { 
	width: 160px;
	}

#nav li ul a:hover, #nav li ul a:active { 
	}

#nav li ul ul {
	margin: -30px 0 0 191px;
	}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
	}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
	}

#nav li:hover, #nav li.sfhover { 
	position: static;
	}
	
#nav .current_page_item a {
	background: #FFFFFF;
	color: #666666;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	}



/************************************************
*	SubNavbar  - horizontal     								*
************************************************/

#subnavbar {
	width: 960px;
	height: 33px;
	color: #FFFFFF;
	margin: 1px auto 0px;
	padding: 5px 0px 0px 0px;
	background: #fff url(/images/nav_bg.png) repeat-x  top scroll;
	}
	
#subnav {
	margin: 0px;
	padding: 0px;
	}
	
#subnav ul {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#subnav li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#subnav li a, #subnav li a:link, #subnav li a:visited {
	background: url(/images/ca_nav_dvi_blue-orma.gif) no-repeat left top;
	color: #FFF;
	font-weight:bold;
	display: block;
    margin: 0px;
	padding: 9px 15px 9px 15px;
	text-decoration: none;

	}

#subnav li a:hover, #subnav li a:active {
	background: url(/images/subnav-hover.gif) repeat-x scroll;
	text-decoration:underline;

	}
	
#subnav li li a, #subnav li li a:link, #subnav li li a:visited {
	color: #444;
	background: transparent;
	border-bottom: 1px solid #E8E8E8;
	}
	
#subnav li li a:hover, #subnav li li a:active {
	background: #C73933;
	color: #FFFFFF;
}
	
#subnav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;	
	margin: 0px;
	width: 400px;
	background: url(/images/navblockbg.png) bottom left no-repeat;
	padding: 0 2px;
	}

#subnav li li { 
	}

#subnav li ul a { 
	width: 160px;
	}

#subnav li ul a:hover, #subnav li ul a:active { 
	}

#subnav li ul ul {
	margin: -30px 0 0 191px;
	}

#subnav li:hover ul ul, #subnav li:hover ul ul ul, #subnav li.sfhover1 ul ul, #subnav li.sfhover1 ul ul ul {
	left: -999em;
	}

#subnav li:hover ul, #subnav li li:hover ul, #subnav li li li:hover ul, #subnav li.sfhover1 ul, #subnav li li.sfhover1 ul, #subnav li li li.sfhover1 ul {
	left: auto;
	}

#subnav li:hover, #subnav li.sfhover { 
	position: static;
	}	

/************************************************
*	Homepage 					     		    * 
************************************************/

#homepage {
	float: left;
	width: 689px;
	margin: 0px 0px 15px 0px;
	padding: 0px 19px 0px 0px;
	border-right: none;
	
	}
	
#homepage a, #homepage a:visited  {
	color: #3A87DD;
	text-decoration: none;
	border-bottom: 1px dotted #3A87DD;
	}
	
#homepage a:hover {
	color: #3A87DD;
	text-decoration: none;
	border-bottom: 1px dotted #FFFFFF;
	border-bottom: 1px dotted #FFFFFF;
	}
	
#homepage p {
	margin: 0px;
	padding: 0px;
	}
	
#homepage h1 {
	color: #222222;
	font-size: 16px;
	font-family: Trebuchet MS, Arial, Tahoma;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	line-height: 24px;
	}
	
#homepage h1 a  {
	color: #222222;
	text-decoration: none;
	border: none;
	}

#homepage h1 a:hover {
	color: #666666;
	text-decoration: none;
	border: none;
	}
	
#homepage h2 {
	color: #FFFFFF;
	font-size: 16px;
	font-family: Trebuchet MS, Arial, Tahoma;
	font-weight: normal;
	margin: 0px;
	padding: 5px 0px 0px 10px;
	}
	
#homepage h3 {
	background: #013366;
	color: #FFF;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px 0px 5px 0px;
	padding: 3px 0px 3px 10px;
	border-top: 1px solid #023962;
	border-bottom: 1px solid #023962;
	}

#homepage h4 {
	color: #222222;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-transform: uppercase;
	margin: 10px 0px 5px 0px;
	padding: 0px;
	}

	
#homepage ul {
	list-style-type: none;
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 15px 0px;
	}
	
/*#homepage ul li {
	background: url(/images/arrow.gif) no-repeat left;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 5px 0px;
	}
*/	
.homepageleft {
	float: left;
	width: 396px;
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 10px 0px;
	border-left: 1px solid #013366;
	border-right: 1px solid #013366;
	border-bottom: 1px solid #013366;
	}

.homepageright {
	float: right;
	width: 270px;
	margin: 0px;
	padding: 0px;
	border-left: 1px solid #013366;
	border-right: 1px solid #013366;
	border-bottom: 1px solid #013366;
	}
	
.homebox {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	}
	
	
#fcg {
	background: #FFFFFF;
	margin: 0px 0px 20px 0px;
	padding: 12px 0px 12px 12px;
	}
	
#fcg p {
	color: #FFFFFF;
	margin: 0px;
	padding: 0px 10px 0px 10px;
	font-size: 12px;
	}/************************************************
*	Content 					     		    * 
************************************************/

#content {
	width: 960px;
	margin: 0px auto 0px;
	padding: 15px 0px 0px 0px;
	line-height: 20px;
	}
	
#contentleft {
	float: left;
	width: 690px;
	margin: 0px 0px 15px 0px;
	padding: 20px 19px 20px 0px;
	border-right: 1px solid #DDDDDD;
	border-top: 1px solid #DDDDDD;
	}

#contentwide {
	float: left;
	width: 920px;
	margin: 0px;
	padding: 20px 20px 20px 20px;
	min-height:400px;
	
}
.center-body {
padding:10px 60px 10px 60px
}	
#contentwide a, #contentwide a:visited {
	color: #3A87DD;
	text-decoration: none;
	border-bottom: 1px dotted #3A87DD;
	}
	
#contentwide a:hover {
	color: #3A87DD;
	text-decoration: none;
	border-bottom: 1px dotted #FFFFFF;
	}

#contentleft h1, #contentwide h1 {
	color: #222222;
	font-size: 22px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	line-height: 24px;
	}
	
#contentleft h1 a, #contentwide h1 a  {
	color: #222222;
	text-decoration: none;
	border: none;
	}

#contentleft h1 a:hover, #contentwide h1 a:hover {
	color: #666666;
	text-decoration: none;
	border: none;
	}
	
#contentleft h2, #contentwide h2 {
	color: #222222;
	font-size: 16px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	margin: 10px 0px 5px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px dotted #C0C0C0;
	}
#contentwide h2 {
	text-transform:uppercase;
}
#contentwide h2 .facebook{
	position: relative;
}	
#contentwide h2 .facebook span{
	position:absolute;
	left: 903px;
	top: -45px;
}

#contentwide .center-body h2 .facebook{
	position: relative;
}	
#contentwide .center-body h2 .facebook span{
	position:absolute;
	left: 843px;
	top: -54px;
}
#contentwide .center-body h2 .social-mark{
	position: relative;
}	
#contentwide .center-body h2 .social-mark span{
	position:absolute;
	left: 843px;
	top: -54px;
}

	

	
#contentleft h4, #contentwide h4 {
	color: #000000;
	font-size: 14px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	}
	
#contentleft img.wp-smiley {
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
	}

#contentleft img.wp-wink {
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
	}

.postarea p {
	padding: 0px 0px 10px 0px;
	margin: 0px;
	}
	
.postarea a, .postarea a:visited, .postcomments a, .postcomments a:visited {
	color: #3A87DD;
	text-decoration: none;
	border-bottom: 1px dotted #3A87DD;
	}
	
.postarea a:hover, .postcomments a:hover {
	color: #3A87DD;
	text-decoration: none;
	border-bottom: 1px dotted #FFFFFF;
	}
	
.postarea ol {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 10px 0px;
	}
	
.postarea ol li {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 5px 0px;
	}
	
.postarea ul {
	list-style-type: none;
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 10px 0px;
	}
	
.postarea ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}
	
.postarea ul li {
	background: url(/images/icon/arrow_red.gif) no-repeat top left;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 5px 0px;
	}
	
.postarea ul ul li {
	background: url(/images/icon/arrow_red.gif) no-repeat top left;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 5px 0px;
	}
	
blockquote {
	font-style: italic;
	margin: 0px 25px 15px 25px;
	padding: 0px 25px 0px 10px;
	border-left: 2px solid #C0C0C0;
	}
	
#content blockquote p {
	margin: 0px;
	padding: 10px 0px 10px 0px;
	}
	
.postauthor {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}
	
.garantia {
	background: #F5F5F5;
	font-size: 11px;
	text-transform: uppercase;
	margin: 0px 0px 50px 0px;
	padding: 5px 10px 5px 10px;
	border: 1px dotted #BBBBBB;
	}

.postmeta p {
	margin: 0px;
	padding: 0px;
	}
	
code {
	color: #222222;
	background: #EAEAEA;
	font-size: 11px;
	margin: 0px;
	padding: 10px;
	display: block;
	font-family: Verdana, Tahoma, Verdana;
	}
	
.archive {
	float: left;
	width: 320px;
	margin: 0px;
	padding: 0px 25px 20px 0px;
	}

/************************************************
*	Images  					     		    * 
************************************************/

img.centered  {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0px;
	}
	
img.alignnone {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	display: inline;
	}

img.alignright {
	padding: 0px;
	margin: 0px 0px 10px 10px;
	display: inline;
	}

img.alignleft {
	padding: 0px;
	margin: 0px 10px 10px 0px;
	display: inline;
	}
	
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	}

.alignright {
	float: right;
	margin: 0px 0px 10px 10px;
	}

.alignleft {
	float: left;
	margin: 0px 10px 10px 0px;
	}
	
.wp-caption {
	border: 1px solid #DDDDDD;
	text-align: center;
	background-color: #F5F5F5;
	padding: 4px 0px 5px 0px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}

.wp-caption img {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	border: 0px;
	}

.wp-caption p.wp-caption-text {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	}
	
	
#sidebar {
	float: right;
	width: 250px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 18px;	
}
	
#sidebar a, #sidebar a:visited  {
	color: #3A87DD;
	text-decoration: none;
	border-bottom: 1px dotted #3A87DD;
	}
	
#sidebar a:hover {
	color: #3A87DD;
	text-decoration: none;
	border-bottom: 1px dotted #FFFFFF;
	}
	
#sidebar h2 {
	background: #013366;
	color: #FFF;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px 0px 5px 0px;
	padding: 3px 0px 3px 10px;
	border-top: 1px solid #aaccee;
	border-bottom: 1px solid #aaccee;
	}
	
#sidebar h3 {
	color: #222222;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-transform: uppercase;
	margin: 20px 0px 5px 0px;
	padding: 3px 0px 3px 10px;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	}

#sidebar p {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	line-height: 20px;
	}
	
#sidebar .widget{
	background: #FFFFFF;
	margin: 0px 0px 0px 0px;
	padding: 0px;	
}

#sidebar ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border-left: 1px solid #013366;
	border-bottom: 1px solid #013366;	

}
	
#sidebar ul li {
	list-style-type: none;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	
	}
	
#sidebar ul ul li a, #sidebar ul ul li a:visited {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #FFFFFF;
	}
	
#sidebar ul ul li a:hover {
	color: #3A87DD;
	text-decoration: none;
	border-bottom: 1px dotted #3A87DD;
	}

#sidebar ul ul {
	list-style-type: none;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	border:none;
	}
	
#sidebar ul ul ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}
	
#sidebar ul li li {
	background: url(/images/icon/arrow_red.gif) no-repeat top left;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 5px 0px;
	}
	
#sidebar ul li ul li {
	background: url(/images/icon/arrow_red.gif) no-repeat top left;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 5px 0px;
	}
	
.textwidget {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	}
	
.widget_tag_cloud {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	}
	
#sidebar .square{

background-color: #f7f7f7;

background-image: none;

background-repeat: repeat;

background-attachment: scroll;

background-position: 0% 0%;

margin-top: 0px;

margin-right: 10px;

margin-bottom: 10px;

margin-left: 10px;

padding-top: 10px;

padding-right: 10px;

padding-bottom: 10px;

padding-left: 10px;

border: 1px solid #e6e6e6;



}	/************************************************
*	Footer Background							*
************************************************/

/***** Footer ********************/

#footerbg {
	background: #460000 url(/images/fondo_menu_footer.png) repeat-x scroll;
	border-top: 5px solid #990000;
	}

#footer {
	width: 960px;	
	color: #FFF;
	font-size: 11px;
	margin: 0px auto 0px;
	padding: 15px 0px 5px 0px;
	}
	
#footer a, #footer a:visited {
	color: #FFF;
	text-decoration: none;
	}
	
#footer a:hover {
	color: #FFF;
	text-decoration: underline;
	}
	
#footer h4 {
	color: #FFF;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	}
	
#footer ul {
	list-style-type: square;
	margin: 0px;
	padding: 0px 0px 15px 0px;
	}
	
#footer ul li {
	list-style-type: square;
	margin: 0px 0px 0px 15px;
	padding: 0px;
	line-height:20px;
	}
	
#footer p {
	margin: 0px;
	padding: 0px;
	}
	
.footer-top {
	margin: 0px;
	padding: 0px;
	}

.footer-1 {
	width: 250px;
	float: left;
	margin: 0px;
	padding: 0px 25px 0px 0px;
	}
	
.footer-2 {
	width: 245px;
	float: left;
	margin: 0px;
	padding: 0px 25px 0px 0px;
	}
	
.footer-3 {
	width: 245px;
	float: left;
	margin: 0px;
	padding: 0px;
	}
	
.footer-4 {
	width: 160px;
	float: right;
	margin: 0px;
	padding: 0px;
	}
	
/***** Copyright ********************/

#copyrightbg {
	background: #460000
	}

#copyright {
	width: 960px;
	color: #FFF;
	font-size: 11px;
	margin: 0px auto 0px;
	padding: 10px 0px 10px 0px;
	text-align: center;
	background: #460000
	
	}
	
#copyright a, #copyright a:visited {
	color: #FFF;
	text-decoration: none;
	}
	
#copyright a:hover {
	text-decoration: underline;
	}
	
#copyright p {
	margin: 0px;
	padding: 0px;
	}
#copyright ul{
	list-style:square;
}	
#copyright ul li{
	float:left;
	
}


/************************************************
*	Search Form									*
************************************************/

.postform {
	background: #F5F5F5;
	width: 240px;
	color: #222222;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 5px 0px 0px 0px;
	padding: 1px;
	display: inline;
	border: 1px solid #DDDDDD;
	}
	
#cat {
	background: #FFFFFF;
	color: #222222;
	margin: 5px 0px 0px 10px;
	}

#subscribe {
	margin: 0px;
	padding: 10px 0px 5px 0px;
	overflow: hidden;
	}

#subbox {
	background: #F5F5F5 !important;
	width: 185px;
	color: #222222;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	margin: 0px;
	padding: 5px 0px 5px 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	display: inline;
	border: 1px solid #DDDDDD;
	}
	
#subbutton {
	background: #333333 url(/images/homelink.png);
	color: #FFFFFF;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	margin: 0px 0px 0px 5px;
	padding: 3px 5px 4px 5px;
	border: 1px solid #333333;
	}

#searchform {
	margin: 5px 0px 0px 10px;
	}
	
#searchformheader {
	margin: 0px 0px 0px 0px;
	}
	
#searchbox {
	background: #FFFFFF !important;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	width: 200px;
	color: #222222;
	font-family: Arial, Tahoma, Verdana;
	padding: 4px;
	margin: 0px 0px 0px 0px;
	border: 1px solid #E8E8E8;
	}
	
#searchbutton {
	background: transparent url(/images/search_glass.png) no-repeat scroll 0% 0%;/**/
	border: none;
	height: 25px;
	width: 35px;
	padding: 0px;
	cursor: pointer;
	position: absolute;
	left: 185px; 
	top: -5px;
	text-indent: -9999px;
	margin-top:3px;

	}
	
#s {
	background: #F5F5F5;
	width: 170px;
	color: #222222;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 5px 3px 0px 0px;
	padding: 3px 0px 3px 3px;
	display: inline;
	border: 1px solid #DDDDDD;
	}
	
#searchsubmit {
	background: #DDDDDD;
	color: #222222;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-family: Arial, Tahoma, Verdana;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding: 1px 2px 1px 2px;
	border: 1px solid #AAAAAA;
	display: inline;
	}
	
#submit {
	background: #DDDDDD;
	color: #222222;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding: 2px 5px 2px 5px;
	border: 1px solid #AAAAAA;
	}
	
#author, #email, #url {
	background: #EAEAEA !important;
	color: #222222;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px;
	padding: 4px;
	border: 1px solid #AAAAAA;
	}
	
#comment {
	background: #EAEAEA !important;
	color: #222222;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 5px 0px 5px 0px;
	padding: 4px;
	border: 1px solid #AAAAAA;
	}
	
/************************************************
*	Comments									*
************************************************/
	
.commentlist li ul li {
	font-size: 12px;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	background: #FFFFFF;
	float: right;
	border: 1px solid #EEEEEE;
	padding: 2px;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
	}

.commentlist p {
	font-weight: normal;
	text-transform: none;
	}

.commentmetadata {
	font-weight: normal;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0px;
	}

#commentform {
	margin: 5px 10px 0px 0px;
	}
	
#commentform textarea {
	width: 98%;
	padding: 2px;
	}
	
#respond:after {
	content: "."; 
	display: block; 
	height: 0px; 
	clear: both; 
	visibility: hidden;
	}
	
#commentform p {
	margin: 5px 0px 5px 0px;
	}
	
#commentform #submit {
	margin: 0px;
	float: left;
	}
	
.alt {
	margin: 0px;
	padding: 10px;
	}

.commentlist {
	margin: 0px;
	padding: 0px;
	}
	
.commentlist ol {
	margin: 0px;
	padding: 10px;
	}

.commentlist li {
	margin: 15px 0px 10px;
	padding: 10px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
	}

.commentlist p {
	margin: 10px 0px 10px 0px;
	padding: 0px;
	}
	
.children { 
	margin: 0px;
	padding: 0px;
	}

.nocomments {
	text-align: center;
	margin: 0px;
	padding: 0px;
	}
	
.reply a, .reply a:visited {
	background: #DDDDDD;
	color: #222222;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	text-decoration: none;
	margin: 0px;
	padding: 2px 5px 2px 5px;
	border: 1px solid #AAAAAA;
	}
	
.reply a:hover {
	background: #3A87DD;
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #3A87DD;
	}

.commentmetadata {
	font-size: 10px;
	margin: 0px;
	display: block;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
	
.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
	
.thread-alt {
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
	}
	
.thread-even {
	background: #F5F5F5;
	margin: 0px;
	padding: 0px;
	}
	
.depth-1 {
	border: 1px dotted #BBBBBB;
	margin: 0px;
	padding: 0px;
	}

.even, .alt {
	border-top: 1px dotted #BBBBBB;
	border-bottom: 1px dotted #BBBBBB;
	border-left: 1px dotted #BBBBBB;
	margin: 0px;
	padding: 0px;
	}
	
/************************************************
*	List								*
************************************************/
#list ul li  {
	background: url(/images/hoverarrow.gif) no-repeat top left;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 5px 0px;
	vertical-align:middle;
	
}

#list ul li:hover {
	background: url(/images/arrow-up.gif) no-repeat top left;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 5px 0px;
	vertical-align:middle;
	
}

/************************************************
*	Panel								*
************************************************/

#screen {
	
	width: 230px;
	height: 500px;
	background: #fff;
	overflow: hidden;
	}
	.panel {
		position: relative;
		width: 98%;
		height: 98%;
		margin: 1%;
		overflow: hidden;
	}
	.imgPanel {
		position: absolute;
		border: none;
		text-decoration: none;
	}
	
	

/************************************************
*	TABLA PRODUCTOS							*
************************************************/

.ormaTable { 
	border-spacing:1px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	background-color:#E7E7E7;
	color: #222222;
	width:95%;
	margin:auto;
}
.ormaTable td, .ormaTable tr, .ormaTable th{
	border-collapse: separate;
	border-collapse: collapse;
	border-spacing: 0;
}
.ormaTable caption {
	font-weight: bold;
	background: #013366 url(/images/corner-table.gif) no-repeat right top;
	border-bottom:2px solid #1975d7;
	color: #FFF;
	text-transform:uppercase;
	padding:10px;
	margin:auto;
}

.ormaTable td, .ormaTable th {
	padding: 4px;
}

.ormaTable thead th {
	text-align: center;
	background: #F5F5F5;
	color: #666;
	border: 1px solid #FFF;
	text-transform:uppercase;
	font-size:8px;
}


.ormaTable tbody th {
	font-weight: bold;
}

.ormaTable tbody tr		{
	background-color:#FFF; 
	text-align:left;
	}
.ormaTable tbody tr.odd 	{
	background: #f9f9f9;
	border-top:1px solid #FFF;
}

.ormaTable tbody tr td { 
	/*height:50px;*/
	background: #FFF;
	border: 1px solid #FFF;
	}

.ormaTable tbody tr.odd td{ 
	background: #f9f9f9;
	border-top:1px solid #FFF;
	}

.ormaTable td a:link, .demoTable td a:visited {
	color: #1975D7;
	text-decoration: none;
}

.ormaTable td a:hover {
	color: #50ADEA;
	border-bottom:2px solid #8FD5FF;
	text-decoration: none ;
}

.ormaTable tfoot th, .ormaTable tfoot td {
	background-color:#E7E7E7; 
	padding:10px;
	text-align:center; 
	font-weight:bold; 
	border-bottom:3px solid #CCC;
	border-top:1px solid #DFDFDF;
}
	


.ormaTable tbody td.picture a,
.ormaTable tbody td.picture-f9 a,
 .ormaTable tbody td.catalog a,
 .ormaTable tbody td.catalog-f9 a,
.ormaTable tbody td.information a,
.ormaTable tbody td.information-f9 a,
.ormaTable tbody td.tips a{
	display:block;
	text-decoration:none;
	width:40px;
	height:30px;
}


.ormaTable tbody td.picture input,
.ormaTable tbody td.picture-f9 input,
.ormaTable tbody td.catalog input,
.ormaTable tbody td.catalog-f9 input,
.ormaTable tbody td.information input,
.ormaTable tbody td.information-f9 input{
	border:none;
	width:40px;
	height:30px;
	cursor:pointer;
}

.ormaTable tbody td.tips a{
	background: #FFF url(/images/icon/utility.png) no-repeat 50% 50%;
}

.ormaTable tbody td.picture a,
.ormaTable tbody td.picture input{
	background: #FFF url(/images/icon/cam.png) no-repeat 50% 50%;
}
.ormaTable tbody td.picture-f9 a,
.ormaTable tbody td.picture-f9 input{
	background:  #f9f9f9 url(/images/icon/cam.png) no-repeat 50% 50%;
}
.ormaTable tbody td.catalog a,
.ormaTable tbody td.catalog input{
	background: #FFF url(/images/icon/pdf.png) no-repeat 50% 50%;
}
.ormaTable tbody td.catalog-f9 a,
.ormaTable tbody td.catalog-f9 input{
	background: #f9f9f9 url(/images/icon/pdf.png) no-repeat 50% 50%;
}
.ormaTable tbody td.information a,
.ormaTable tbody td.information input{
	background: #FFFFFF url(/images/icon/info.png) no-repeat 50% 50%;	
}

.ormaTable tbody td.information-f9 a,
.ormaTable tbody td.information-f9 input{
	background: #f9f9f9 url(/images/icon/info.png) no-repeat 50% 50%;	
}

.ormaTable tbody td.picture a span,
.ormaTable tbody td.picture-f9 a span,
 .ormaTable tbody td.catalog a span,
 .ormaTable tbody td.catalog-f9 a span,
.ormaTable tbody td.information a span,
.ormaTable tbody td.information-f9 a span,
.ormaTable tbody td.tips a span{
	display: none;
	text-decoration:none;
}


/************lista general *******************/

.list li{
	list-style: url(/images/icon/arrow_red.gif);
	line-height: 20px;
}

.list-blue li{
	list-style: url(/images/icon/arrow_blue.gif);
	line-height: 20px;
	font-weight:bold;
}

.list-car li{
	list-style: url(/images/icon/bullet-car.gif);
	line-height: 30px;
	font-weight:bold;
	text-transform:uppercase;
}


/************************************************
*	TABLA Consejos					*
************************************************/
.consejosTable { 
	border-spacing:1px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	background-color:#FFFFFF;
	color: #222222;
	width:65%;
	margin:auto;
	border: #314294 solid 1px;
}

.consejosTable caption {
	font-weight: bold;
	background: #ff6600;
	color: #FFF;
	text-transform:uppercase;
	padding:5px;
	margin:auto;
	border: #314294 solid 1px;
	border-bottom:none;
}

.consejosTable td, .consejosTable th {
	padding: 10px;
	
}


.consejosTable tbody tr		{
	background-color:#FFF; 
	text-align:left;
	
	}


.consejosTable tbody tr td { 
	background: #FFF;

	}

.consejosTable tfoot th, .consejosTable tfoot td {
	background-color:#FFF; padding:5px;
	text-align:center; 
	font-weight:bold; 
	background: #f90000;
	border-top: #314294 solid 1px;
}




.news_style{
display:none;
}
.news_show
{
background-color: white;
color:black;
width:260px;
height:200px;
font: normal 100% "Arial", "Lucida Grande",Verdana,  Sans-Serif;
overflow: auto;	

}
.news_border
{
background-color: white;
width:260px;
height:200px;
font: normal 100% "Arial", "Lucida Grande",Verdana,  Sans-Serif;
border: 1px solid gray;
padding: 5px 5px 5px 5px;
overflow: auto;	

}
.news_mark{
background-color:white ;
font: normal 70% "Arial", "Lucida Grande",Verdana,  Sans-Serif;
border: 0px solid gray;
width:261px;
height:35px;
color:black;
text-align:center;
}
.news_title{
font: bold 120% "Arial", "Lucida Grande",Verdana,  Sans-Serif;
border: 0px solid gray;
padding: 5px 0px 9px 5px;
color:black;
}
.news_show img{

margin-left: 5px;
margin-right: 5px;

}
.buttondiv
{
position: absolute;
/*float: left;*/
/*top: 169px;*/
padding: 5px 5px 5px 5px;
background-color:white ;
border: 1px solid gray;
/*border-top-color: white;*/
border-top:none;
height:20px;
}
.noticia{
	background:url(/images/images_banner/template_noticia.png) no-repeat center;
}

.promocion{
	background:url(/images/images_banner/template_promocion.png) no-repeat center;
}



/************************************************
*	TABLA NOTICIAS						*
************************************************/

.ormaTable-news { 
	border-spacing:0px;
	background-color:#ffffff;
	color: #222222;
	width:100%;
	margin:auto;
	
	border-top:none;
	
}
.ormaTable-news .border-left{
	border-left: 1px solid #d9d9d9;
}

.ormaTable-news .border-right{
	border-right: 1px solid #d9d9d9;
	
}
.ormaTable-news .border-bottom{
	border-bottom: 1px solid #d9d9d9;
	
}
.ormaTable-news tr td.top{
	background: url(/images/top_news.gif) no-repeat;
	padding: 0;
	height: 8px;
	width: 9px;
	border-right: 1px solid #d9d9d9;
	border-left: 1px solid #d9d9d9
	

}
.ormaTable-news tr td.title{
	background: #f2f2f2 url(/images/title_news.gif) repeat-x bottom;
	padding: 0px 0px 5px 15px;
	color: #3a87dd;
	text-decoration: none;
	font-size:15px;
	font-weight:800;	
	

}


.ormaTable-news .subtitle {
	color: #cc0000;
	padding: 0px 10px;
	font-size:12px;
	
	
}

.ormaTable-news .highlight {
	color: #CC0000;
}

.ormaTable-news .note {
	font-style: italic;
	font-weight: bold;
	font-size: 11px;
	color: #666666;
}

.ormaTable-news .news_link {
	font-weight: bold;
	font-size: 11px;
	color: #0066CC;
	padding: 0 15px;
}

.ormaTable-news tr td.borde{
	background: #f2f2f2 url(/images/borde_news_top.gif) repeat-y bottom;
	padding: 0;
	min-height:40px;
	width: 10px;
	border-right: 1px solid #000;
	border-left: 1px solid #000;

}

.ormaTable-news tr td.date{
	background: #f2f2f2;
	padding: 0 15px;
	min-height:30px;
	border-bottom: 1px solid #d9d9d9;
	color: #757575;

	font-size: 11px;

	font-family: tahoma;

	text-decoration: none;

}

.ormaTable-news tr.foot {
	font-weight: bold;
	background: #fff;
	padding:5px;
	margin:auto;
	border: 1px solid #d9d9d9;

	
}

.ormaTable-news tr td.space {
   height:14px;
	background: #f2f2f2 url(/images/foot_news.gif) repeat-x bottom;


	
}


/********************NOTAS**********************/

.nota{
	font-size:9px;
	color:#666666;
}

.ubicacion_suc{
	color: #FFFFFF;
	font-weight:bold;
}

/*******************sort-table**************************/

#tablewrapper {width:100%; margin:0 auto}
#tableheader {height:55px}
.search {float:left; padding:6px; border:1px solid #c6d5e1; background:#fff}
#tableheader select {float:left; font-size:12px; width:200px; padding:2px 4px 4px}
#tableheader input {float:left; font-size:12px; width:225px; padding:2px 4px 4px; margin-left:4px}
.details {float:right; padding-top:12px}
.details div {float:left; margin-left:15px; font-size:12px}
.tinytable {width:100%; border-left:1px solid #c6d5e1; border-top:1px solid #c6d5e1; border-bottom:none}
.tinytable th {background:#013366; text-align:left; color:#cfdce7; border:1px solid #fff; border-right:none}
.tinytable th h3 {font-size:10px; padding:6px 8px 8px}
.tinytable td {padding:4px 6px 6px; border-bottom:1px solid #c6d5e1; border-right:1px solid #c6d5e1}
.tinytable .head h3 {background:url(/images/sort.gif) 7px center no-repeat; cursor:pointer; padding-left:18px; margin: 0px 0px 0px 0px;}
.tinytable .desc, .sortable .asc {background:#0253A4;}
.tinytable .desc h3 {background:url(/images/desc.gif) 7px center no-repeat; cursor:pointer; padding-left:18px; margin: 0px 0px 0px 0px;}
.tinytable .asc h3 {background:url(/images/asc.gif) 7px  center no-repeat; cursor:pointer; padding-left:18px; margin: 0px 0px 0px 0px;}
.tinytable .head:hover, .tinytable .desc:hover, .tinytable .asc:hover {color:#fff}
.tinytable .evenrow td {background:#fff}
.tinytable .oddrow td {background:#ecf2f6}
.tinytable td.evenselected {background:#ecf2f6}
.tinytable td.oddselected {background:#dce6ee}
.tinytable tfoot {background:#fff; font-weight:bold}
.tinytable tfoot td {padding:6px 8px 8px}
#tablefooter {height:15px; margin-top:20px}
#tablenav {float:left}
#tablenav img {cursor:pointer}
#tablenav div {float:left; margin-right:15px}
#tablelocation {float:right; font-size:12px}
#tablelocation select {margin-right:3px}
#tablelocation div {float:left; margin-left:15px}
.page {margin-top:2px; font-style:italic}
#selectedrow td {background:#c6d5e1}


/***************** tabla catalogos lisle  *****************************************/

.bg-top{
	background:url(/images/bg_catalog.png) no-repeat top left;

}

.bg-bottom{
	background:url(/images/bg_catalog_bottom.gif) no-repeat bottom left;
	height:5px;
}
.new-product span  {
	background:transparent url(/images/new-product.jpg) repeat-x scroll 0%;
	border:1px solid #488C40;
	color:white;
	font-size:8px;
	font-weight:bold;
	margin:0pt 1em 0pt 0pt;
	padding:0pt 0.4em;
	text-transform:uppercase;
}
#imageContainer {
    position:absolute;
	
}

#imageContainer img {
	display:none;	
	margin:0 auto;
	position:absolute;
}