@charset "utf-8";
/*
Theme Name: VAL
Theme URI: http://valeriovega.com/
Description: version mas limpiecita (white)
Version: 2.0
Author: VAL
Author URI: http://valeriovega.com/
*/

body {
	padding: 0;
	margin: 0;
	text-align: center;
	background: #fff url(bg.png);
	font: 10px/16px "Verdana", Arial, serif;
	text-decoration: none;
	color: #636466;
}

#bg {
	background: url(bg1.png) repeat-x;
}

#bg2 {
	background: url(bg2.png) repeat-y center;
}

#bg3 {
    background: url(welcome.jpg) no-repeat;
}

a:link {
	color: #ff7800; 
	text-decoration: none;
	}

a:visited {
	color: #ff7800; 
	text-decoration: none;
	}
a:hover {
	color: #ff7800;  
	text-decoration: underline;
	}

#heading {
	background: url(titulo2.png) no-repeat;
	width: 800px;
	display: block;
	height: 96px;
}

#icon_blog a {
	float: right;
	display:block;
	height: 96px;
	width: 120px;
	background: url("_icon_blog.png") no-repeat;
	border: none;
	text-align: right;
	background-position: 0px 0;
}

#icon_blog a:hover {
	background-position: -120px 0;
	border: none;
}

#icon_blog a:active {
	background-position: -240px 0;
	border: none;
}

#icon_fotoblog a {
	float: right;
	display:block;
	height: 96px;
	width: 120px;
	background: url("_icon_fotoblog.png") no-repeat;
	border: none;
	text-align: right;
	background-position: 0px 0;
}

#icon_fotoblog a:hover {
	background-position: -120px 0;
	border: none;
}

#icon_fotoblog a:active {
	background-position: -240px 0;
	border: none;
}

#icon_debatemente a {
	float: right;
	display:block;
	height: 96px;
	width: 120px;
	background: url("_icon_debatemente.png") no-repeat;
	border: none;
	text-align: right;
	background-position: 0px 0;
}

#icon_debatemente a:hover {
	background-position: -120px 0;
	border: none;
}

#icon_debatemente a:active {
	background-position: -240px 0;
	border: none;
}

h1 {
	font-size: 12px;
	font-family: 'Verdana', Arial, Sans-Serif;
	margin: 0;
	padding-left: 14px;
}

h1 a:link, h1 a:visited {
	text-decoration: none;
	color: #ff7800;
}

h1 A:hover {
	text-decoration: underline;
}

h2 {
	font: 8px "Verdana", Arial, serif;
	text-align: left;
	text-decoration: none;
	margin: 0;
}

h3 {
	font: 12px "Verdana", Arial, serif;
	text-align: left;
	text-decoration: none;
	color: #ff7800;
}

#navigation {
	padding: 25px;
}

#content {
    padding: 1px;
	background: #fff url(bgtop.png) repeat-y;;
	margin: 0 auto;
	width: 800px;
	text-align: center;
}

#main {
    float: right;
	margin-top: 40px;
	margin-right: 40px;
	width: 500px;
    font: 13px/16px Verdana;
    text-decoration: none;
    color: #000000;
}

#sidebar {
    float: left;
	width: 198px;
	text-align: left;

}

#footer {
	clear: both;
	text-align: center;
	color: #939598;
	padding-bottom: 10px;
}

#footer p {
	margin: 0;
}

#footer a:link, #footer a:visited { 
	color: #ff7800;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

#menu {
	width: 19.5em;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu a, #menu h2 {
	font: bold 10px/12px verdana, arial, sans-serif;
	display: block;
	border-width: 1px;
	border-style: solid;
	border-color: #fff #f1f1f1 #e1e1e1 #f1f1f1;
	margin: 0;
	padding: 6px 20px;
}

#menu h2 {
	color: #939598;
	background: #f8f8f8;
	text-transform: uppercase;
}

#menu a {
	color: #939598;
	background: #f1f1f1;
	text-decoration: none;
}

#menu a:hover {
	color: #f1f1f1;
	background: #939598;
}

#menu li {position: relative;}

#menu ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
}

div#menu ul ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

img {border: 0px;}