/*************************************
  SECCION PRINCIPAL DEL SITIO
  CARLOSVALENCIA.COM.MX
  
  TomateVerde.com
  Agencia de Publicidad y Diseño Web
*************************************/

/**** Estilos Comúnes ****/

* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

body {
	height: 100%;
	color: #fff;
	background: #080808 url(../media/img/common/body_backgrd_bottom.png) repeat-x fixed;
	font: 10pt Verdana, "Lucida Grande", Lucida, sans-serif;
}

/* My Comment */

#main_menu {
	height: 180px;
	color: #fff;
	background: #080808 url(../media/img/common/body_backgrd_top.png) repeat-x;
	font: 8pt "Lucida Grande", Lucida, Verdana, sans-serif;
	width: 100%;
	margin-left: -8px;
}

#wrap {
	width: 780px;
	position: relative;
	min-height: 100%;
	margin-right: auto;
	background: #000 url(../media/img/common/noir.png) repeat-x 0;
	margin-left: auto;
}

#wrap_inicio {
	width: 780px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	background: url(../media/img/common/noir.png) repeat-x 0;
	left: -8px;
}

* html #wrap {
	height: 100%;
}

#main {
	padding: 36px 15px 80px;
	background: url(../media/img/common/main_ceiling_degrad.jpg) repeat-x;
}

#main h1 {
	padding-bottom: 10px;
	margin-bottom: 28px;
	background: url(../media/img/title/titles_under_bar.png) no-repeat 0 bottom;
}

p {
	margin-bottom: 15px;
}

p.notapie {
	font-size: 8pt;
	color: #131313;
	padding-top: 15px;
}

.clear {
	clear: both;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

/**** Noticias ****/

#posts {
	margin-bottom: 16px;
}

#posts a {
	color: #c9e5f2;
}

#posts a:hover {
	color: #6897c9;
}

#posts .icon {
	width: 30px;
	height: 30px;
	text-indent: -20000px;
	overflow: hidden;
	background: url(../media/img/box/paper.gif) no-repeat 0 3px;
	float: left;
	margin-right: 5px;
	clear: both;
}

#posts .titulo {
	color: #6897c9;
	text-decoration: none;
	font: 12pt Arial, Helvetica, Geneva, sans-serif;
}

#posts .fecha, #comentario .fecha {
	color: #666;
	font-size: 7pt;
}

#posts .texto {
	color: #e6e6e6;
}

#side-lastnews ul {
	list-style-type: none;
	margin-bottom: 20px;
}

#side-lastnews li a {
	display: block;
	color: #c9e5f2;
	text-decoration: none;
	margin-bottom: 3px;
}

#side-lastnews li.archives a {
	padding: 5px 4px 5px 23px;
	background: url(../media/img/box/04_side_archives.gif) no-repeat 4px 6px;
}

#side-lastnews li a:hover {
	background-color: #061324;
	color: #fff;
}

/**** General ****/

h2 {
	color: #acaeae;
	margin-bottom: 18px;
	font: normal normal 13pt "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
}

#content-bio {
	width: 750px;
	float: left;
}

#content {
	width: 460px;
	float: left;
}

#contact {
	width: 370px;
	float: left;
}

#sidebar {
	width: 170px;
	float: right;
	padding-left: 200px;
	background: url(../media/img/common/about_box_veeteam.png) no-repeat;
}

#side-lastnews {
	width: 230px;
	float: right;
}

.pic {
	width: 75px;
	height: 75px;
	float: left;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	padding: 4px;
	background-color: #fff;
}

/**** Contenido Flash ****/

#flashceiling {
	width: 780px;
	height: 347px;
	background: url(../media/img/common/main_ceiling_noplug.gif) no-repeat 0 bottom;
}

#flashceiling #noplugin {
	width: 560px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	position: relative;
	top: 40px;
	color: #a3a3a3;
	padding: 20px 20px 20px 75px;
	border: 2px solid #e3e3e3;
	background: #171717 url(../media/img/box/icon_noplugin.png) no-repeat 20px 20px;
}

#flashceiling #noplugin .titulo {
	font-size: 12pt;
	font-weight: bold;
	margin-bottom: 5px;
}

#flashceiling #noplugin a {
	color: #b40b0b;
}

/**** Page Floor ****/

#floor {
	height: 47px;
	width: 750px;
	clear: both;
	position: relative;
	margin-top: -47px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
	background: #000 url(../media/img/footer/footer_backgrid.png) repeat-x;
}

#floor .tomate a,
#floor .webaddr {
	text-indent: -20000px;
	overflow: hidden;
	display: block;
	background-repeat: no-repeat;
}

#floor .tomate a {
	width: 193px;
	height: 20px;
	float: left;
	margin-top: 6px;
	background-image: url(../media/img/footer/tomate_alma_bk.gif);
}

#floor .tomate a:hover {
	background-position: -193px;
}

#floor .webaddr {
	width: 117px;
	height: 10px;
	float: right;
	margin-top: 8px;
	background-image: url(../media/img/footer/icon_wedaddr.gif);
}