@charset "UTF-8";

/* CSS Document */

/* Main */

body {
	margin: 0px;
	background: #f1f1f1}

#logo {
	float: left;
	width: 400px;
}
.secciones{
	font: Bold 12px Verdana;
	color: #c30068;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	margin-bottom: 5px;
	
}

#menucontainer{
	margin-left: 20px;
}
#videoplayer{
	background-color: #eaeaea;
	padding: 10px;
}


.link-menu{
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #e3e3e3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000e1d;
	text-decoration: none;
	
}
.link-items{
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #505050;
	text-decoration: none;
}
.name-comments{
font: Bold 14px Verdana;
color: #0078ff;
}
.comment{
	font: 12px Arial;
	color: black;
	text-align: left;
	text-transform: lowercase;
}
.div1{
	width: 500px;
	padding: 15px;
	margin-bottom: 15px;
	background-color: #efefef;
}
.div2{
	width: 500px;
	padding: 15px;
	margin-bottom: 15px;
	
}

#header {
	margin: 0 auto;
	width: 930px;
	height: 219px;
	margin-top: 10px;
	background-color: #fff;
	
	
	
	
}

.link-comentarios{
	color: #c9c9c9;
	font: 11px Verdana;
	text-decoration: none;
}
.link-vermas{
	color: #0066FF;
	text-decoration: underline;
	font-family: Verdana;
	font-size: 12px;
}

#navigation {
	padding-left: 8px;
	padding-right: 8px;
	height: 28px;
	width: 910px;
	margin: 0 auto;
	
	margin-bottom: 1px;
	background: url(assets/bar.png) repeat-x 0 top;
}

#container{
	margin: 0 auto;
	padding: 8px;
	
	width: 910px;
	background-color: white;
	
}

/* global */
.fotoportada{
	margin-left: 2px;
	margin-right: 8px;
	border: 1px solid #e3e3e3;
	padding: 2px;
}

.fecha { font-size: 11px; color: #999999; font-family: Arial;}
.headline {
	
	color: #000;
	margin-bottom: 10px;
	font: 25px "Lucida Grande", Lucida, Verdana, sans-serif;
}
#precios{
    color: #0060b7;
	margin-top: 10px;
	font: 22px "Lucida Grande", Lucida, Verdana, sans-serif;
	
}
.text{
	color: #000;
	font-size: 0.9em;
	text-align: left;
	line-height: 1.2em;
	text-align: justify;
	font-family: Verdana;
	
}

a:link { text-decoration: none; }
a:visited { text-decoration:none; }
a:hover {  text-decoration: underline;  }
a:active {  text-decoration: none; }
/* portada.cfm */

#entry{
	width: 650px;
}
#opciones{
	width: 260px;
}

/* blog_entry.cfm */

.item{
	margin-bottom: 30px;
	border-bottom: 1px dotted #e4e4e4;
	padding-bottom:20px;
}



/* navigation.cfm */
ul{
	padding-left: 0px;
}
ul li{
	list-style-image: none;
	float: left;
	padding-right: 15px;
	padding-left: 2px;
	padding-top: 4px;
	list-style-type: none;
}

.link_navigation{
	color: white;
	font: 0.9em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
/* form.cfm */

label{
	color: #c7c7c7;
	font: 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
.textocom {
	font: 10px Arial, Helvetica, sans-serif;
	color: #C0C0C0;
	text-decoration: none;
}
.tituloescribe {
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #515451;
	text-decoration: none;
}


/*paquetes.cfm */
.bng-paquetes{
	height:15px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #09a2ff;
}



































