/*
Theme Name: Argentina Wine Awards
Description: Argentina Wine Awards
Version: 9.1
Author: ABC Comunicación
Author URI: http://abccomunicacion.com/
*/

/* ---------------------------------------------------
    
  Colores
  	negro: #333
    gris oscuro: #4d4d4d
    gris medio-oscuro: #808080
    gris medio-claro: #666
    gris claro: #e0e0e0
    magenta: #dd0875
    
/* ---------------------------------------------------
    Reseteo
------------------------------------------------------ */
html,body,div,span,
applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,font,img,ins,kbd,q,s,samp,
small,strike,sub,sup,tt,var,
dd,dl,dt,li,ol,ul,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: normal;
    font-style: normal;
    font-size: 100%;
    font-family: inherit;
    text-align: left;
    outline: none;
}
html, body {
    height: 100%;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
ol,ul {
    list-style: none;
}
a img, :link img, :visited img {
    border:none
}
q:before, q:after,
blockquote:before, blockquote:after {
    content: "";
}
/* ---------------------------------------------------
    Block Level
------------------------------------------------------ */
body {
	background: #ffffff;
	text-align: center;
	font: 13px Arial, Helvetica, Geneva, sans-serif;
}
#pagina {
	text-align: left;
	width: 747px;
	margin: 0px auto 0;
        border:2px solid #4D4D4D;
        background:#4D4D4D;
}
#pagina:after {
    content: "";
    clear: both;
    display:block;
}
#principal {
	width: 525px;
	float: right;
	border-bottom: 6px solid #808080;
}
#lateral {
	width: 218px;
	float: left;
}
#pie {
	width: 525px;
	margin-top: 20px;
	float: right;
}

/* ---------------------------------------------------
   Botonera
------------------------------------------------------ */
#lateral ul {
	background: #666;
}

/* Botones pricipales */
li.logo {
	border-bottom: 4px solid #4d4d4d ;
	overflow: hidden;
	height: 104px;
}
ul#botonera {
	border-top: 6px solid #dd0875;
}
ul#botonera li {
}
ul#botonera li a {
	display: block;
	height: 55px;
	text-indent: -2000px;
	background: url(images/botonera.png) no-repeat;
}
ul#botonera li a:hover {
	background: url(images/botonera-over.png) no-repeat;
}
ul#botonera li.btn-evento a {
	background-position: 0 0;
}
ul#botonera li.btn-jueces a {
	background-position: 0 -58px;
}

/* Botones secundarios */
li.subbotonera {
	padding: 20px 0 10px;
}
ul#subbotonera {
	background: #666;
}
ul#subbotonera li {
	
}
ul#subbotonera li a {
	display: block;
	height: 26px ;
	text-indent: -2000px;
	background: url(images/botonera-secundaria.png) no-repeat;
	margin-bottom: 5px;
}
ul#subbotonera li a:hover {
	background: url(images/botonera-secundaria-over.png) no-repeat;
}
ul#subbotonera li.sbtn-eventosanteriores a {
	background-position: 0 0;
}
ul#subbotonera li.sbtn-actualizaciones a {
	background-position: 0 -26px;
}
ul#subbotonera li.sbtn-contactenos a {
	background-position: 0 -51px;
}

/* botonera menu */
ul#menu {
	background: #666;
	margin-bottom: 5px;
}
ul#menu li a {
	display: block;
	height: 26px ;
	text-indent: -2000px;
	background: url(images/botonera-menu.png) no-repeat;
}
ul#menu li a:hover {
	background: url(images/botonera-menu-over.png) no-repeat;
}
ul#menu li.sbtn-concurso a {
	background-position: 0 0;
}
ul#menu li.sbtn-premiados a {
	background-position: 0 -26px;
}
ul#menu li.sbtn-coctail a {
	background-position: 0 -51px;
}
ul#menu li.sbtn-seminario a {
	background-position: 0 -77px;
}
ul#organizan {
	border-bottom: 6px solid #808080;
}
ul#organizan li {
	display: block;
	height: 94px ;
}
ul#organizan li.titulo {
	height: 22px;
}

/* ---------------------------------------------------
   Home
------------------------------------------------------ */
/* Splash Screen */
div.splash h1 {
	text-indent: -2000px;
	height: 70px ;
	background: url(images/splash-titulo.png) no-repeat;
}
ul#splash:after {
   content: "";
   clear: both;
   display:block;
}
ul#splash li {
	display: inline;
	float: left;
}
ul#splash li a {
	display: block;
	width: 175px;
	height: 215px;
	text-indent: -2000px;
	background: url(images/splash-botones.png) no-repeat;
}
ul#splash li a:hover {
	background: url(images/splash-botones-over.png) no-repeat;
}
ul#splash li.btn-concurso a {
	background-position: 0 0;
}
ul#splash li.btn-coctail a {
	background-position: -175px 0;
}
ul#splash li.btn-seminario a {
	background-position: -350px 0;
}

/* Avances */
div#avances {
	margin-top: 5px;
}
div#avances h1 {
	text-indent: -2000px;
	display: block;
	height: 44px ;
	background: url(images/avances-titulo.png) no-repeat;
}
div#avances div.post {
	background: #e0e0e0;
	padding: 10px 20px;
}
div.post h2 a {
	color: #dd0875;
	text-decoration: none;
	font-size: 1.1em
}

/* ---------------------------------------------------
   Pie
------------------------------------------------------ */
div#pie p {
	text-align: center;
	color: #b2b2b2;
	font-size: 0.8em;
}
div#pie p a {
	color: #b2b2b2;
}
div#pie p a:hover {
	color: #fff;
}

/* ---------------------------------------------------
   Pagina
------------------------------------------------------ */
img.titulo {
	border-top: 8px solid #dd0875;
}
div.entrada {
	color: #333;
	font-size: 0.95em;
}
.pagina .entrada {
	background: #e0e0e0;
	padding: 20px;
}
.entrada p {
	margin: 5px 0;
	font-size: 1em;
	color: #333;
	line-height: 1.4em;
}

/* Headings */
div.entrada h2 {
	color: #dd0875;
	font-size: 1.4em;
	margin: 8px 0;
}
div.entrada h3 {
	color: #dd0875;
	font-size: 1.3em;
	margin: 6px 0;
}
div.entrada h4 {
	color: #dd0875;
	font-size: 1.2em;
	margin: 4px 0;
}

/*  Elementos del post */
div.entrada ul {
	list-style-type: disc;
	margin: 10px 30px;
}
div.entrada ol {
	list-style-type: decimal;
	margin: 10px 30px;
}
div.entrada a {
	color: #dd0875;
	text-decoration: none;
}
div.entrada a:hover {
	text-decoration: underline;
}

/* ---------------------------------------------------
   Post Loop
------------------------------------------------------ */
div.post {
	background: #e0e0e0;
	padding: 10px 20px;
}
div.post h2 a {
	font-size: 1.2em;
}

/* Navegacion */
div.navegacion {
	background: #e0e0e0;
	padding: 10px 20px;
}
div.navegacion:after {
   content: "";
   clear: both;
   display:block;
   visibility: hidden;
}
div.navegacion a {
	color: #dd0875;
	text-decoration: none;
}

/* ---------------------------------------------------
   Pie contacto
------------------------------------------------------ */
div#pie-contacto {
	background: #b2b2b2 url(images/bg-pie-contacto.png) no-repeat;
	height: 65px;
	padding-top: 20px;
	padding-left: 85px;
	color: #fff;
	font-size: 0.9em;
	line-height: 20px;
}
div#pie-contacto h2 {
	font-size: 1.3em;
}
div#pie-contacto p {
	margin-top: 3px;
	line-height: 14px;
}
div#pie-contacto a {
	color: #dd0875;
	text-decoration: none;
}

/* ---------------------------------------------------
   Miscelánea
------------------------------------------------------ */
.derecha {
	float: right;
}
.izquierda {
	float: left;
}


div.entrada ul.iconosTrofeos {
margin:20px 0px 20px 0;

}
ul.iconosTrofeos li{
display:inline;
margin:0 10px 0 0;
list-style:none;
}

