@charset "utf-8";

/* reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
p {
	margin-bottom: 10px;
}
fieldset,img {
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/* custom */

body {
	
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	background-image: url(http://www.nombresparamibebe.com/wp-content/themes/templatr/imagenes/bg-blue.gif);
	background-repeat: repeat-y;
}

a {
	text-decoration: none;
}

a:link {
	color: #0099FF;
}

a:visited {
	color: #0099FF;
}

a:hover {
	color: #00CCFF;
}

a:active {
	color: #0099FF;
}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 18px;
	color: #0099FF;
	font-weight: bold;
}

h3 {
	font-size: 18px;
	color: 0099FF;
	font-weight: bold;
}

/* containers */

#header {
  width: 200px;
  text-align: center;
}

#header a{
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
}

#content {
  float: left; 
  width: 540px;
  margin-left: 20px;
}

#sidebar {
  float: left;
  width: 200px;
  text-align: center;
}

#sidebar ul li {
  border-top: 1px dotted #FFFFFF;
  padding: 5px;
  text-align: left;
}

#sidebar ul li a{
  color: #000;
  font-weight: bold;
}

#sidebar ul li a:hover{
  color: #FFF;
}

#sidebar h1 a{
  color: #FFF;
  font-weight: bold;
}

#sidebar h1 a:hover{
  color: #000;
}

#publicidad {
	width: 220px;
	position: absolute;
	left: 780px;
	overflow: hidden;
}

#banner {
	clear: both;
	width: 540px;
	margin: 20px 0px;
}

#banner ul  li{
	float: left;
	margin-right: 2px;
}
#banner ul li img{
	border: 1px solid #E2E2E2;
}

#bannerG {
	width: 900px;
	height: 90px
	float: left;
	clear:both;
	padding: 10px;
	background-color: #FFFFFF;
}

#bannerG2 {
	margin-left:220px; 
	width: 750px;
	height: 90px;
	float:left; 
	clear:both;
	padding: 20px 0px 10px 0px;
}

#search {
	widht: 540px; 
	height: 30px; 
	clear:both;
}

#origin {
	widht: 270px; 
	float:right;
	padding-right: 40px;
}

/* clases */

.separador {
  padding: 10px; 
  border-bottom: 1px solid #E2E2E2;
}

.navigation {
  padding-top: 15px;
}

.navigation p a{
  margin: 0px 5px;
  padding: 5px;
  border: 1px solid #0099FF;
}

.caja {
	padding: 5px;
	font-weight: bold;
	background-color: #F5F5F5;
	border: 1px solid #0099FF;
	width: 130px;
	text-align: center;
}


.rosa a {
	color: #FF00CC;
}

.resaltado {
	background-color: #ffcc66;
}

.abc ul li {
	float: left;
	border: 1px solid #0099FF;
	padding: 2px;
	margin: 2px;
	font-size: 10px;
	width: 10px;
	text-align: center;
}