/*
Theme Name: Victoria
Theme URI: http://cortesmedia.com
Description: Plantilla para web site del centro comercial regional victoria.
Author: Departamento de Tecnolog&iacute;a
Author URI: http://cortesmedia.com
version: 0.1
Tags: victoria, dinamico
*/
html,body
{
    margin:0;
    padding:0
}
body
{
    font: 76% arial,sans-serif;
    text-align:center;
	background:#6E0000 url(imagenes/fondo_rojo.png);
}
p
{
    margin:0 10px 10px
}
a
{
	color:#6B0000;
	text-decoration: none;
}
div#encabezado
{
    text-align: center;
	padding-top:20px;
}
div#contenedor
{
    text-align:left
}
div#contenido p
{
    line-height:1.4
}
div#navegacion 
{
    float:left;
    width:165px
}
div#extra
{
    
}
div#piepagina
{
    background-image: url(imagenes/pie.png);
	background-repeat: no-repeat;
	height:60px;
}
div#pagina
{
	width:750px;
    margin:0 auto;
	text-align: center;
}

div#contenedor
{
	width:640px;
    margin:0 auto;
	background: white;
	text-align: left;
	padding-left:20px;
	padding-right:20px;
}
div#contenido
{
    float:right;
    width:470px;
	min-height: 406px;
	background-image: url(imagenes/contenido.png);
	background-repeat: no-repeat;
	padding-top:113px;
}
div#extra
{
    clear:both;
    width:100%
}
div#chat
{
	background-image: url(imagenes/chat.png);
	background-repeat: no-repeat;
	/*margin-top: 80px;*/
	margin-left: -3px;
	height: 58px;
}
.caja_panel
{
	position: relative;
}
.btn_panel
{
	float:right;
	background-image: url(imagenes/boton_chat.png);
	right: 10px;
	position: absolute;
	bottom: 10px;
	width:92px;
	height: 16px;
}
.btn_panel:hover
{
	background-image: url(imagenes/boton_chat_hover.png);
}

div#encuesta
{
	background-image: url(imagenes/encuesta.png);
	background-repeat: no-repeat;
	margin-left:-12px;
	margin-top:8px;
	height: 163px;
}

div#facebook
{
	background-image: url(imagenes/logo_facebook.jpg);
	background-repeat: no-repeat;
	margin-top:8px;
	height: 60px;
width:160px;
}
a#boton_facebook
{
	margin-top:8px;
	height: 60px;
display:block;
width:160px;
}
a#boton_cm
{
  width: 44px;
  height: 20px;
margin-left: 5px;
display:block;
padding-top: 8px;
}

ul#menu
{
	color: white;
	background-image: url(imagenes/enlaces.png);
	background-repeat: no-repeat;
	background-position: 0px bottom;
	margin-top: 0px;
	padding-top: 16px;
}
ul#menu li 
{
	list-style-image: url(imagenes/bola.png);
	list-style-type:none;
	list-style-position:inside;
	margin-left:-55px;
	margin-top: -10px;
	background-image: url(imagenes/linea.png);
	background-repeat: no-repeat;
	background-position: 25px 6px;
	position: relative;
	height: 25px;
}

ul#menu li a
{
	vertical-align: 8px;
	color: white;
	font-size:11px;
	font-weight:bold;
}
ul#menu li a:hover
{
	color: #FCDF2A;
}

ul#menu li ul
{
	display: none;
	position: absolute;
	float: right;
	right: -205px;
	top: 0px;
	width: 165px;
	background-image: url(imagenes/enlaces.png);
	background-repeat: no-repeat;
	background-position: 0px bottom;
	padding-top:10px;
}

ul#menu li ul li
{
	list-style-image: url(imagenes/bola.png);
	list-style-type:none;
	list-style-position:inside;
	margin-left:-55px;
	margin-top: -10px;
	background-image: url(imagenes/linea.png);
	background-repeat: no-repeat;
	background-position: 25px 6px;
	position: relative;
	height: 25px;
}

div#area
{
	background-image: url(imagenes/bolso1.png);
	background-repeat: no-repeat;
	background-position: 35px 0px;
	padding-top:60px;
	padding-bottom:10px;
}
div.post h2
{
	color:#6B0000;
}

div.primer h2
{
	margin-left: 85px;
	text-transform: uppercase;
}

div.post
{
	background-image: url(imagenes/abajo.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 10px;
	text-align: justify;
}