/*
Theme Name: RFID Point
Theme URI: http://rfidpoint.com/
Description: Theme creado por <a href="http://www.f5design.com.ar">F5DESIGN</a> para RFID point.
Version: 1.0
Author: F5DESIGN
Author URI: http://www.f5design.com.ar/
Tags: RFID point, F5DESIGN

	RFID POINT v1.0
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
body {
	margin: 0px;
	padding: 0px;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	text-align: center;
	background-image: url(images/background.jpg);
	background-position: center;
	background-repeat: repeat-y;
}
p {
	font-size: 12px;
}
a {
	outline: none;
}

a[href$='.doc'], a[href$='.rtf'], a[href$='.DOC'], a[href$='.RTF'] {
	padding: 5px 20px 5px 0;
	background: transparent url(icons/icon_doc.gif) no-repeat center right;
}

a[href$='.txt'], a[href$='.TXT'] {
	padding: 5px 20px 5px 0;
	background: transparent url(icons/icon_txt.gif) no-repeat center right;
}
a[href$='.ppt'], a[href$='.PPT'] { 
	padding: 5px 20px 5px 0;
	background: transparent url(icons/icon_pps.gif) no-repeat center right;
}
a[href$='.pps'], a[href$='.PPS'] { 
	padding: 5px 20px 5px 0;
	background: transparent url(icons/icon_pps.gif) no-repeat center right;
}
a[href$='.pdf'], a[href$='.PDF'] { 
	padding: 5px 20px 5px 0;
	background: transparent url(icons/icon_pdf.gif) no-repeat center right;
}
a[href$='.zip'], a[href$='.rar'], a[href$='.gzip'], a[href$='.bzip'], a[href$='.ace'], a[href$='.ZIP'], a[href$='.RAR'], a[href$='.GZIP'], a[href$='.BZIP'], a[href$='.ACE'] { 
	padding: 5px 20px 5px 0;
	background: transparent url(icons/icon_archive.gif) no-repeat center right;
}
a[href$='.mov'], a[href$='.wmv'], a[href$='.mp4'], a[href$='.avi'], a[href$='.mpg'], a[href$='.MOVE'], a[href$='.WMV'], a[href$='.MP4'], a[href$='.AVI'], a[href$='.mpg'] { 
	padding: 5px 20px 5px 0;
	background: transparent url(icons/icon_film.gif) no-repeat center right;
}

a[href$='.mp3'], a[href$='.wav'], a[href$='.ogg'], a[href$='.wma'], a[href$='.m4a'], a[href$='.MP3'], a[href$='.WAV'], a[href$='.OGG'], a[href$='.WMA'], a[href$='.M4A'] { 
	padding: 5px 20px 5px 0;
	background: transparent url(icons/icon_music.gif) no-repeat center right;
}
fieldset {
	border:1px solid #999999;
	margin:15px 0;
	padding:15px;
}
legend {
	font-weight: bold;
}
#overlay {
    height: 100%;
    width: 100%;
    z-index: 100;
    position: fixed;
	top: 0px;
	left: 0px;
	background-image: url(images/background-overlay.png);
}
#bannerPopUp {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 200;
	text-align: right;
}
#btnCerrarPopUp, #btnCerrarPopUp:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
#btnCerrarPopUp:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#bannerPopUpContenido {
	margin: 10px 0px 0px;
	background-color: #FFFFFF;
	border: solid 5px #FFFFFF;
}
#page {
	margin: 0px auto;
	padding: 0px;
	padding-top: 15px;
	width: 1000px;
	background-color: #FFFFFF;
	text-align: left;
}
#login-box {
	height: 30px;
	padding-top: 15px;
	padding-left: 30px;
	padding-right: 30px;
	background-color: #e9e9e9;
}
#header {
	width: 940px;
	height: 93px;
	background-image: url(images/header-background.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0px auto;
}
#headerimg {
	margin: 0;
	width: 100%;
}
#headerimg h1 {
	margin: 0px;
	padding: 0px;
}
#headerimg h1 a {
	float: left;
	height: 0px;
	width: 98px;
	padding-top: 93px;
	margin-left: 20px;
	overflow: hidden;
	background-image: url(images/logo-rfid.png);
	background-repeat:no-repeat;
	display: inline;
}
#content {
	padding: 30px;
	padding-top: 0px;
	margin-top: 20px;
}
/* <-- sidebar menu --> */
#sidebar-menu {
	float: left;
	width: 190px;
	margin-bottom: 20px;
	position: absolute;
	z-index: 6;
	margin-left: 30px;
	margin-top: 20px;
}
#navmenu {
	height: 365px;
	background-image: url(images/background-sidebar-menu-bottom.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}
#buscar {
	width: 168px;
	margin-top: 20px;
	padding: 10px;
	border: solid 1px #000000;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-moz-box-sizing:content-box;
}

#buscar form {
	margin: 0px;
	padding: 0px;
}
#buscar #searchsubmit {
	background-image:url(images/btn-buscar.gif);
	background-position:center center;
	border:0 none;
	float:right;
	height:20px;
	width:20px;
	margin:0;
}	
#buscar #s {
	border:1px solid #000000;
	color:#999999;
	float:left;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	height: 14px;
	padding:2px 5px;
	width: 130px;
}
#buscar a {
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	color: #000000;
	text-decoration: none;
}
#buscar a:hover {
	text-decoration: underline;
}	
/* ///// HOME ///// */

.home-content {
	background-image: url(images/home-background-content.gif);
	background-position: 30px bottom;
	background-repeat: no-repeat;
}
#banner-top {
	margin-bottom: 20px;
}
#banner-home-730x80 {
	float:right;
	height:80px;
	width:730px;
	margin-top: 30px;
}
#columna-izquierda {
	float: left;
	margin-top: 479px;
	width: 190px;
}
#envienos-su-email {
	padding: 9px;
	border: solid 1px #ea7e19;
	margin-bottom: 20px;
	/*background-image: url(images/background-suscribase.gif);
	background-position: bottom;
	background-repeat: no-repeat; */
}
#envienos-su-email h3 {
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	color: #ea7e19;
	margin-top: 0px;
	text-align: left;
}
#envienos-su-email p {
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 10px;
	text-align: left;
}
#suscribase-ahora {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
	padding: 5px;
	float: right;
	background-color: #EA7E19;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
}
#suscribase-ahora:hover {
	background-color: #000000;
	text-decoration: none;
}
#envienos-su-email-input{
	float:left;
	border: solid 1px #EA7E19;
	color:#333333;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	width: 124px;
	height: 14px;
	padding: 2px;
}
#envienos-su-email-button {
	float: right;
	width: 60px;
	height: 20px;
	border: 0px none;
	background-color: #EA7E19;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #FFFFFF;
}
#links-comunidad div {
	margin-bottom: 10px;
}
#linked-in-link, #facebook-link, #twitter-link, #you-tube-link {
	text-align: center;
	padding: 20px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-box-sizing:content-box;
}
#linked-in-link, #you-tube-link {
	border: solid 1px #CCCCCC;
}
#facebook-link {
	background-color: #00549E;
}
#twitter-link {
	background-color: #33CCFF;
}
#banners-left {
	margin-top: 20px;
	margin-bottom: 10px;
	width: 190px;
}

#home-columna-central {
	float: left;
	width: 480px;
	margin-left: 20px;
	display: inline;
}
.entry-home {
	float: right;
	width: 240px;
}
.noticia-destacada .post small {
	text-transform:uppercase;
}
.noticia-destacada .post h2 {
	margin-bottom: 10px;
	font-size: 14px;
}
.noticia-destacada .post h3 {
	font-size: 13px;
}
.noticia-destacada .post .thumb-img {
	background-color:#E6E6E6;
	float:left;
	height:170px;
	padding:5px;
	position:relative;
	width:190px;
}
.related_post {
	margin: 0px;
	padding: 0px;
}
.related_post li {
	list-style: none;
}
.related_post li a, .related_post li a:visited {
	color:#F7931E;
	text-decoration: none;
}
.related_post li a:hover {
	color:#F7931E;
	text-decoration: underline;
}
	
.post .entry-home small {
	text-transform: uppercase;
	font-size: 11px;
}
.post .entry-home h2 {
	font-size: 14px;
	margin-bottom: 10px;
}
.post .entry-home p {
	font-size: 12px;
}
#home-columna-central .post {
	width: 460px;
}
#posts-blog {
	width: 460px;
	margin-bottom: 20px;
}

#posts-blog h3 {
	height: 24px;
	padding-top: 6px;
	padding-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #FFFFFF;
	margin: 0px;
	background-color: #333333;
	background-image: url(images/background-consulte-al-experto.gif);
	background-position: right;
	background-repeat: no-repeat;
}
.post-blog-home {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: dotted 1px #999999;
}
.post-blog-home h2 {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
}
.post-blog-home h2 a {
	color: #EA7E19;
}
.post-blog-home h2 a:hover {
	color: #000000;
}
#casos-de-exito {

}
#casos-de-exito h3 {
	width: 445px;
	height: 24px;
	padding-top: 6px;
	padding-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #FFFFFF;
	margin: 0px;
	margin-bottom: 20px;
	background-color: #f7931e;
	background-image: url(images/background-casos-de-estudio.gif);
	background-position: right;
	background-repeat: no-repeat;
}
#caso-de-exito {
	width: 220px;
	padding-right: 20px;
	float: left;
}
#caso-de-exito .thumb-img {
	width: 220px;
	height: 80px;
	position: relative;
	margin-bottom: 15px;
}
#caso-de-exito .thumb-inner img {
	position: absolute;
	top: -50%;
	left: -20px;
}
#caso-de-exito h2 {
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ea8018;
}
#caso-de-exito p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #b2b2b2;
}
#caso-de-exito .more-link {
	float: left;
	margin-top: 15px;
	clear: both;
	color: #f7931e;
	text-transform: uppercase;
}

#columna-derecha {
	float: right;
	width: 250px;
}

.video-home {
	width: 250px;
	margin-bottom: 20px;
	margin-top: 20px;
}
.video-home h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0px;
}
.video-home h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:normal;
	color:#F7931E;
	padding-bottom: 5px;
	border-bottom: solid 1px #F7931E;
	margin: 0px;
}
.video-home .vvqbox {
	margin-top: 10px;
	margin-bottom: 0px;
}
.video-home p object, .video-home p object embed {
	width: 250px;
	height: 250px;
}
#consulte-al-experto {
	width: 250px;
	margin-bottom: 20px;
}
#consulte-al-experto h3 {
	height: 24px;
	padding-top: 6px;
	padding-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #FFFFFF;
	margin: 0px;
	background-color: #333333;
	background-image: url(images/background-consulte-al-experto.gif);
	background-position: right;
	background-repeat: no-repeat;
	text-align:left;	
}
#recuadro {
	padding: 10px;
	border: solid 1px #333333;
  /*background-image: url(images/background-consulte-al-experto-bottom.gif);
	background-position: bottom;
	background-repeat: no-repeat;*/
}
#consulte-al-experto p {
	text-align: left;
	color: #333333;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	margin-top: 0px;
}
#enviar-consulta {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
	padding: 5px;
	background-color: #000000;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
}
#enviar-consulta:hover {
	background-color: #EA7E19;
	text-decoration: none;
}
#consulte-al-experto #ver-otras-consultas {
	float: left;
	text-align: left;
	margin-top: 5px;
	color:#EA7E19;
	font-family:Arial,Helvetica,sans-serif;
	font-size:10px;
}
#ultimas-noticias {
	width: 250px;
}
#ultimas-noticias h3 {
	height: 34px;
	margin: 0px;
	padding-left: 15px;
	padding-top: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;	
	color: #FFFFFF;
	background-image: url(images/background-ultimas-noticias.gif);
}
#ultimas-noticias ul {
	margin: 0px;
	padding: 0px;
}
#ultimas-noticias ul li {
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4d4d4d;
	padding: 15px;
	border-bottom: solid 1px #CCCCCC;
}
#ultimas-noticias ul li a {
	color: #4d4d4d;
	text-decoration: none;
}
#ultimas-noticias ul li a:hover {
	color:#EA8018;
}
#feed-rss {
	width: 250px;
	height: 80px;
	background-image: url(images/feed-rss.jpg);
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
			
#feed-rss a, #feed-rss a:visited {
	padding-left: 100px;
	padding-right: 10px;
	padding-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}
.feed {
	font-size:16px;
	font-weight: bold;
}
#feed-rss a:hover {
	color: #000000;
}

#las-mas-leidas {
	width: 250px;
	margin-bottom: 20px;
	margin-top: 20px;
}
#las-mas-leidas h3 {
	height: 34px;
	margin: 0px;
	padding-left: 15px;
	padding-top: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;	
	color: #FFFFFF;
	background-image: url(images/background-las-mas-leidas.gif);
}
#las-mas-leidas ul {
	margin: 0px;
	padding: 0px;
}
#las-mas-leidas ul li {
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4d4d4d;
	padding: 15px;
	border-bottom: solid 1px #CCCCCC;
}
#las-mas-leidas ul li a {
	color: #4d4d4d;
	text-decoration: none;
}
#las-mas-leidas ul li a:hover {
	color: #000000;
}

#banners {
	margin-top: 15px;
	margin-bottom: 15px;
}
#banner-home-670 {
	width: 670px;
	height: 100px;
	float: left;
}

#lanzamientos-eventos {
	margin-top: 20px;
	background-image: url(images/background-lanzamientos-eventos-encuestas.gif);
	background-repeat: repeat-y;
}

#lanzamientos, #eventos, #entrevistas {
	margin-top: 20px;
	width: 460px;
	background-color: #EEEEEE;
}
#lanzamientos .content, #eventos .content, #entrevistas .content {
	padding: 15px;
}
#lanzamientos h3, #eventos h3, #entrevistas h3 {
	width: 445px;
	height: 24px;
	padding-top: 6px;
	padding-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #FFFFFF;
	margin: 0px;
	background-position: right;
	background-repeat: no-repeat;
	border-bottom: solid 1px #FFFFFF;
}
#lanzamientos h3, #eventos h3 {
	background-color: #f7931e;
	background-image: url(images/background-lanzamientos.gif);
}
#lanzamientos img, #eventos img, #entrevistas img {
	float: left;
}
.lanzamientos-eventos {
	width: 230px;
	float: right;
	padding: 0px;
}
#lanzamientos h2, #eventos h2, #entrevistas h2 {
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ea8018;
}
#lanzamientos p, #eventos p, #entrevistas p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-bottom: 0px;
	color: #333333;
}
#lanzamientos p a, #eventos p a, #entrevistas p a {
	color:#EA8018;
}

#entrevistas h3 {
	background-color: #000000;
	background-image: url(images/background-eventos.gif);
}
#lanzamientos .more-link, #eventos .more-link, #entrevistas .more-link {
	float: left;
	margin-top: 15px;
	color: #000000;
	text-transform: uppercase;
	padding-right: 10px;
	background-image: url(images/more-arrow-black.gif);
	background-position: right;
	background-repeat: no-repeat;
}
#encuestas {
	background-color:#FBB03B;
}
#encuestas h3 {
	height: 24px;
	padding-top: 6px;
	padding-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #FFFFFF;
	margin: 0px;
	background-color: #eb8018;
	border-bottom: solid 1px #FFFFFF;
}
#encuestas ul {
	padding: 15px;
	padding-top: 20px;
	margin: 0px;
	background-color: #fbb03b;
}
#encuestas ul li {
	list-style: none;
}
#encuestas ul li p {
	margin-top: 0px;
}
#encuestas ul li ul {
	margin: 0px;
	padding: 0px;
}
#encuestas ul li .wp-polls-ul {
	margin-bottom: 10px;
}
.wp-polls-ul li {
	padding-bottom: 10px;
}
#auspiciante-encuesta {
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 20px;
	text-align: center;
}
#auspiciante-encuesta p {
	margin: 0px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
}

#google-adsense-home {
	width: 250px;
	height: 250px;
}
/* ///// PAGINAS INTERNAS ///// */
#container {
	padding: 30px;
	padding-top: 20px;

}
#container #sidebar-menu {
	margin-top: 0px;
	margin-left: 0px;
}

#container #banners {
	clear: both;
}
#inner-container {
	width: 730px;
	float: right;
}
#inner-container .pagetitle {
	margin-top: 0px;
	margin-bottom: 30px;
}
.breadcrumb {
	font-size: 11px;
	border-bottom: solid 1px #b8b8b8;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
.breadcrumb a {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
}
.breadcrumb a:hover {
	color: #f7931e;
}
#content.archivo {
	width: 460px;
	padding: 0px;
	margin: 0px;	
	float: left;
}
.filtros {
	margin-bottom: 20px;
}
.heading {
	color:#F7931E;
	font-family:Arial,Helvetica,sans-serif;
	font-size:26px;
	font-weight:normal;
	line-height:28px;
	margin-bottom:15px;
	margin-top: 25;
}
.p {
	margin-top: 0px;
	color:#808080;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	line-height:16px;
}
#icons {
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: dashed 1px #CCCCCC;
}
#icons #addthis {
	float: right;
}
#icons #addthis a {
	height: 14px;
	padding-left: 0px;
	padding-right: 18px;
	margin-left: 10px;
	background-image: url(images/sm-plus.gif);
	background-position: right;
}
#icons a {
	float: right;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #f7931e;
	padding-right: 18px;
	background-repeat: no-repeat;
	margin-left: 10px;
}
#icons a:hover {
	color: #000000;
}
#icons #enviar-amigo {
	background-position: right 1px;
	background-image: url(images/icon-mail.gif);
}
#icons #enviar-amigo:hover {
	background-position: right -11px;
}
#icons #imprimir {
	background-image: url(images/icon-print.gif);
	background-position: right 0px;
}
#icons #imprimir:hover {
	background-position: right -13px;
}
/* indice alfabetico */
ol.snap_nav {
	display: block;
	clear: both;
	list-style: none;
	margin: 0px;
	text-align: center;
	margin-bottom: 20px;
}

ol.snap_nav li {
	display: inline;
	padding: 0 2px 10px 0;
	color: #CCCCCC;
}

ol.snap_nav li a {
	color: #000000;
}
ol.snap_nav li a:hover {
	color:#F7931E;
}
ol.snap_nav li.snap_selected a {
	color:#F7931E;
	cursor: text;
	font-weight:bold;
}

ol.snap_titles {
	clear: both;
	display: block;
	border: 0;
	list-style: none;
}
/* fin indice */
#button {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 20px;
}
#agregar-empresa, #nuevo-tema {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	background-color:#EA7E19;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	-moz-box-sizing:content-box;
}
#consultar-producto {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
	background-color:#EA7E19;
	-moz-border-radius-bottomleft:6px;
	-moz-border-radius-bottomright:6px;
	-moz-border-radius-topleft:6px;
	-moz-border-radius-topright:6px;
	-moz-box-sizing:content-box;
}
#agregar-empresa:hover, #nuevo-tema:hover, #consultar-producto:hover {
	background-color: #000000;
	text-decoration: none;
}

#categorias-proveedores {
	margin: 0px;
	padding: 0px;
	display: block;
}
#categorias-proveedores li {
	width: 198px;
	list-style: none;
	float: left;
	padding: 10px;
	border: solid 1px #999999;
	margin-right: 10px;
	margin-bottom: 10px;
}
#categorias-proveedores li h2 {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:normal;
}
#categorias-proveedores li h2 a {
	color:#F7931E;
}
#categorias-proveedores li h2 a:hover {
	text-decoration: underline;
}
#categorias-proveedores li p {
	color: #333333;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	margin-bottom:0;
	margin-top:5px;
}
.heading-recientes {
	color: #000000;
	border-bottom: solid 1px #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:normal;
	padding-bottom: 5px;
	margin-bottom:15px;
}

.post {
	border-bottom: dashed 1px #bcbcbc;
	margin-bottom: 25px;
	padding-bottom: 25px;
}
.category-fundamentos {
	border-bottom: dashed 1px #bcbcbc;
	border-top: none;
	padding-top: 0px;
	padding-bottom: 25px;
	margin-bottom: 25px;
}
.category-white-papers, .category-videos, .category-consulte-al-experto, .category-videos-de-productos, .category-guias {
	border-bottom: dashed 1px #bcbcbc;
	border-top: none;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 15px;
}
.category-showroom-de-productos {
	float: left;
	width: 120px;
	height: 236px;
	padding: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	border: solid 1px #CCCCCC;
}
.category-blog, .category-lanzamientos, .category-casos-de-exito, .category-noticias {
	padding-bottom: 5px;
}
.proveedores-left {
	width: 150px;
	margin-right: 10px;
	float: left;
}
.proveedores-right {
	float: left;
	width: 300px;
}
h2.proveedores-heading {
	color:#F7931E;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	margin:0;
}
.post .thumb-entrevistas {
	float: left;
	width: 145px;
	height: auto;
	padding: 5px;
	background-color: #e6e6e6;
	position: relative;
}
.post .thumb-img {
	float: left;
	width: 145px;
	height: 70px;
	padding: 5px;
	background-color: #e6e6e6;
	position: relative;
}
.post .thumb-inner {
	background-color: #FFFFFF;
}
.post small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #626262;
}
.post h2 {
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.post h2 a {
	color: #f7931e;
	text-decoration: underline;
}
.post h2 a:hover {
	color: #000000;
	text-decoration: underline;
}
.post h2.individual-heading {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 15px;
}
.post h2.videos {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 0px;
}
.post h2.individual-heading a {
	text-decoration: none;
}
.post h2.individual-heading a:hover {
	text-decoration: underline;
}
.post .entry {
	float: right;
	width: 295px;
}
.post h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 15px;
}
.post p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin-top: 5px;
	margin-bottom: 0px;
}
.post ul, .post ol {
	color:#000000;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
}
/* productos rfid */
.category-productos {
	padding: 0px 0px 10px;
	margin: 0px 0px 10px;
	border-bottom: dotted 1px #999999;
}
.single-post .thumbnail-category {
	width: 75px;
	float: left;
}
.single-post .thumbnail-category img {
	width: 75px;
	height: 75px;
}
.single-post .post-text {
	width: 333px;
	float: right;
}
.single-post .post-text h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 21px;
	color: #F7931E;
	margin-top: 0px;
	margin-bottom: 5px;
}
.single-post .post-text h2 a, .single-post .post-text h2 a:visited {
	color: #F7931E;
	text-decoration: none;
}
.single-post .post-text h2 a:hover {
	color: #F7931E;
	text-decoration: underline;
}
.single-post .post-text p {
	margin: 0px;
}	
.producto-imagen {
	width: 120px;
	float: left;
}
.producto-imagen img {
	width: 120px;
	height: auto;
}
.producto-texto {
	width: 320px;
	float: right;
}
.producto-texto h2 {
	font-size: 16px;
	color: #F7931E;
	margin: 0px 0px 15px;
}
.producto-texto p {
	color: #666666;
}
.producto-botones {
	padding: 0px 0px 10px;
}
.producto-botones a, producto-botones a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	width: 118px;
	padding: 5px 10px;
	margin-top: 10px;
	background-color: #EA7E19;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	float: left;
}
.producto-botones a.btn-especificaciones {
	width: 103px;
	padding: 5px 10px 5px 25px;
	background-position: 5px 5px;
}
.producto-botones a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000000;
}
#form-contacto .error small {
	color: #FF0000;
	font-size: 11px;
}
#btnEnviar, #btnEnviar:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
	padding: 5px 10px;
	margin-right: 10px;
	background-color: #EA7E19;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	float: left;
}
#btnEnviar:hover {
	background-color: #000000;
	text-decoration: none;
	color: #FFFFFF;
}


.single-post {
	padding-bottom: 50px;
}
.single-post h2 {
	margin-top: 0px;
	margin-bottom: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	line-height: 28px;
	font-weight: normal;
	color: #f7931e;
}
.single-post h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
}
.single-post p {
	color: #808080;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}
.single-post ul, .single-post ol {
	color:#808080;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	line-height:16px;
}
.post p a, .single-post p a {
	color:#F7931E;
	text-decoration: none;
}
.post p a:hover, .single-post p a:hover {
	color:#000000;
	text-decoration: underline;
}

#documentos-links a {
	display: block;
	border-bottom:1px solid #CCCCCC;
	margin-bottom:15px;
	padding-bottom:10px;
}

#blog-archive-metadata {
	margin-top: 20px;
	padding-top: 5px;
	border-top: dotted 1px #CCCCCC;
}
.post #autor, .single-post #autor  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	color: #808080;
	float: left;
}
.post #autor a, single-post #autor a {
	color: #808080;
	text-decoration: underline;
}
.post #autor a:hover, single-post #autor a:hover {
	color:#F7931E;
}
.post #numero-comentarios {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #808080;
	float: right;
}
.post #numero-comentarios img {
	margin-right: 5px;
}
.post #numero-comentarios a {
	color: #808080;
	text-decoration: none;
}
.post #numero-comentarios a:hover {
	color: #000000;
}
.archivo #casos-de-exito {
	width: 460px;
	float: none;
	margin-bottom: 20px;
}
.archivo #casos-de-exito h3 {
	width: 445px;
}
.archivo-consulta small {
	text-transform: uppercase;
}
.archivo-showroom h2.individual-heading {
	margin-top: 10px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#F7931E;
}
.archivo-showroom .more-link {
	color:#F7931E;
	float:left;
	margin-top:10px;
	text-transform:uppercase;
}

.single-product p img {
	display: none;
}
#product-thumb {
	float: left;
	width: 190px;
	text-align: center;
}
#product-thumb img {
	margin-bottom: 13px;
}
.product-content {
	float: right;
	width: 240px;
}
/*
#otros-productos {
	text-align: left;
}
#otros-productos h4 {
	margin-top: 30px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#otros-productos ul {
	margin: 0px;
	padding: 0px;
}
#otros-productos ul li {
	list-style: none;
	padding-bottom: 5px;
	margin-top: 5px;
	border-bottom: solid 1px #CCCCCC;
}
#otros-productos ul li a {
	color: #999999;
	text-decoration: none;
}
#otros-productos ul li a:hover {
	color: #F7931E;
}
*/
.single-product h2 {
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}
.single-product p {
	margin-top: 0px;
	font-size: 11px;
}
#field-busqueda {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding-bottom: 5px;
	width: 460px;
}
#field-busqueda h2.individual-heading {
	color:#F7931E;
	margin-bottom: 5px;
	font-size: 12px;
	font-weight: bold;
	float: left;
}
#field-busqueda p {
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 12px;
	float: left;
}
#field-busqueda label {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	float: left;
	margin-right: 5px;
}
#btn-postularse, #consultar-proveedor {
	margin-top: 10px;
	color:#F7931E;
	float:left;
	text-transform:uppercase;
}
form h3 {
	margin-top: 0px;
}
.tdomf_form {
	padding-top:10px;
	width:330px;
}
.tdomf_form fieldset {
	padding: 0px;
}
.tdomf_form label {
	color:#000000;
	display:block;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	margin-bottom:5px;
}
.tdomf_form fieldset input {
	border:1px solid #CCCCCC;
	color:#666666;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	height:16px;
	padding:2px;
	width:324px;
}
.tdomf_form fieldset textarea {
	border:1px solid #CCCCCC;
	color:#666666;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	height:124px;
	padding:2px;
	width:324px;
}
.tdomf_form_message {
	padding: 0px;
	margin: 0px;
	color:#808080;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	line-height:16px;
}
/* posts relacionados */
#igit_rpwt_css h4 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding-top: 20px;
	border-top: 1px solid #999999;
	margin: 0px;
}
#igit_rpwt_css ul {
	padding: 0px;
	margin: 0px;
}
#igit_rpwt_css ul li {
	list-style: none;
	padding: 10px 0px;
	border-bottom: 1px dotted #999999;
}
#igit_rpwt_css ul li a, #igit_rpwt_css ul li a:visited {
	color: #F7931E;
}

#my-sidebar {
	float: right;
	width: 250px;
}
#my-sidebar #ultimas-noticias, #my-sidebar #las-mas-leidas, #my-sidebar #encuestas {
	margin-top: 20px;
	margin-bottom: 10px;
	float: none;
}
#banner-sidebar-1 {
	width: 250px;
	height: 250px;
}
#banner-sidebar-2 {
	width: 250px;
	height: 100px;
	margin-bottom: 20px;
}	
#my-sidebar #consulte-al-experto {
	float: none;
}
#my-sidebar #banner-home-250 {
	float: none;
}

/* ///// CONTACTO ///// */
#form-contacto {
	width: 330px;
	padding-top: 10px;
}
#form-contacto #campo-form {
	margin-top: 10px;
	margin-bottom: 10px;
}
#form-contacto label {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 5px;
}
#form-contacto #campo-form input {
	width: 324px;
	height:16px;
	border: solid 1px #CCCCCC;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	color: #666666;
	padding:2px;
}
#form-contacto #campo-form textarea {
	width: 324px;
	height:124px;
	border: solid 1px #CCCCCC;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	color: #666666;
	padding:2px;
}
/* FOOTER */
#footer {
	padding: 0;
	margin: 0 auto;
	padding-top: 10px;
	width: 940px;
	padding-right: 30px;
	padding-left: 30px;
	clear: both;
	background-color: #FFFFFF;
}
#footer-content {
	border-top: solid 1px #acacac;
	padding-top: 10px;
	padding-bottom: 50px;
}
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #808080;
	margin: 0px;
	padding: 0px;
	float: left;
}
#footer a {
	text-decoration: none;
	color: #eb8018;
}
#footer a:hover {
	color: #000000;
	text-decoration: underline;
}
#footer ul {
	float: right;
	margin: 0px;
	padding: 0px;	
}
#footer ul li {
	display: inline;
 	color: #808080;
}

.float-left {
	float: left;
}
.float-right {
	float: right;
}


.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}


small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

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

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

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}


/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}
	
h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

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

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

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

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

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { 
padding-left: 15px;

 }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	float: right;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

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

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* EXTRAS */
.wraper {
	clear: both;
	float: none;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
}

