body {
  font-family: Verdana, Verdana, Geneva, sans-serif;
  font-size: 80%;
  color: #000000;
  background-color: #ffffff;
  margin: auto;
}

A link{
	text-decoration: none;
	color:#000000;
}
A:visited{
	text-decoration: none;
	color: #000000;
}
A:hover{
	text-decoration: underline;
	color:#000000;
}
A{
	text-decoration: none;
	color: #000000;
}

img {border: 0px; text-decoration:none;}

.titulo{
	text-align: center;
	font-size: 18px;
	font-family: Arial;
	font-weight: bold;
}

.minired{
	font-size: 10px;
	color: red;
}

.paginacion{
	text-align: center;
	font-size: 14px;
	font-family: Arial;
}

.enlace{
	font-family: Arial;
	font-size: 13px;
	line-height: 15px;
}

.roto{
	padding-left: 20px;
	background: transparent url(../img/broken_ico.png) no-repeat top left;
}

.estiloPaginador{
	margin-left: 2px;
	margin-bottom: 5px;
	margin-right: 2px;
	margin-top: 10px;
	border: 1px solid #aaaaaa; 
	padding: 3px 3px 3px 3px;
	background-color: white;
} 

#container{
	width: 790px;
	background-color: #ffffff;
	background: transparent url(../img/bgcontainer.jpg) repeat-y;
	margin: auto;
	padding: 0;
	margin-top: -17px;
	/*overflow: auto;*/
}


#navbar{
	margin-top: 10px;
	margin-bottom: 10px;
}
#navbar ul{
	display: inline;
	margin-top: 20px;
	font-size: 15px;
	font-weight: bold;
	font-family: Arial;
}
#navbar li{
	display: inline;
	padding-right: 32px;
}

#menuleft{
	float: right;
	width: 170px;
	overflow: auto;
	padding-bottom: 30px;
}
#menuleft ul{
	margin-bottom: 29px;
}
#menuleft li{
	list-style-type: none;
	line-height: 23px;
	font-size: 11px;
	border-bottom: 1px dotted #aaaaaa;
}

#menuright{
	float: left
	/*width: 550px;*/
	width: 530px;
	padding-left: 30px;
	
}

#bannerRight{
	text-align: right;
}

#publicidad{
	width: 735px;
	background-color: black;
	padding-top: 0px;
	padding-bottom: 10px;
	margin: auto;
	text-align: center;
}
#publicidadBottom{
	text-align: center;
}

#cuerpo{
	width: 737px;
	clear: both;
	margin: 0;
	padding: 0;
	min-height: 1650px;
}

#tags{
	margin-top: 10px;
}

#bienvenida{
	font-size: 11px;
	text-align: justify;
	padding-left: 10px;
	padding-right: 15px;
}

#footer{
	color: white;
	width: 737px;
	height: 140px;
	background-color: black;
	margin: auto;
	text-align: center;
	padding-top: 15px;
	font-size: 11px;
}
#footer A:link, #footer A:visited, #footer A:hover{
	color: white;
}


.vids{
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	border-style: solid;
	border-color: #aaaaaa;
	
	margin-bottom: 40px;
	background-color: white;
	height: auto;
	min-height: 310px;
	_height: 100%;
	width: 515px;
	
	padding-left: 15px;
}

#vids p strong{
	color: #777777;
}

#programs{
padding-left: 15px;
font-size: 12px;
text-align: justify;
}
#programs h3{
	font-size: 14px;
}
#programs h2{
	font-size: 16px;
}
#programs .windows{
	background: transparent url(../img/windows_ico.png) no-repeat top left;
	padding-left: 20px;
}
#programs .mac{
	background: transparent url(../img/apple_ico.png) no-repeat top left;
	padding-left: 20px;
}
#programs li{
	padding-bottom: 15px;
}

#sendlink{
	padding-left: 15px;
	padding-top: 25px;
}
#sendlink h1{
	font-size: 21px;
	font-family: Helvetica;
	text-align: center;
}
#sendlink form{
	text-align: center;
	width: 510px;
	border: 1px solid #cccccc;
	padding: 5px 5px 5px 5px;
	background-color: white;
}
