/* @group General Styles */

body {
	text-align: center;
	font-size: 0.75em;
	line-height: 1.35em;
	font-family: "Courier New", Courier, monospace;
	color: #999999;
	margin: 30px;
	padding: 0;
	background-color: #CCCCCC;
}

a:link, a:visited {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover, a:active {
}

img {
	border-style: none;
}
.image-left {
	float: left;
	margin: 3px 3px 3px 0;
	padding: 3px 3px 3px 0;
}

.image-right {
	float: right;
	margin: 3px 0 3px 3px;
	padding: 3px 0 3px 3px;
}
.image-toby{	margin: 3px 0 3px 3px;
	padding: 3px 0 3px 3px;
}
.image-logo {
	text-align:center;
	margin: 3px 0 3px 3px;
	padding: 3px 0 3px 3px;
}
em {
	font-style: italic;
}

.clearer {
	clear: both;
}

#toby{color:#003366}

#container {
	width: 800px;
	background: repeat-y  url(images/container_bg.png); /* This Is The BG Color Of The Main Div */
	margin: 0px auto; /* Right And Left Margin Widths To Auto */
	text-align: left; /* Hack To Keep IE5 Windows Happy */
	text-shadow: 0px 1px 0px #ffffff;
	line-height: 1.5em;
}

#container .top {
	background: url(images/container_top.png) no-repeat;
	width: 800px;
	height: 9px;
}

#container .bottom {
	background: url(images/container_bottom.png) no-repeat;
	width: 800px;
	height: 9px;
	position: absolute;
	visibility: visible;
}

#pageHeader {
	background: url(images/header_bg.png) repeat-x;
	height: 47px;
	text-align: left;
}

#pageHeader img {
}


#pageHeader h1 {
	color: #333333;
	margin: 0px;
	font-weight: bold;
	padding: 0px 0px 0px 28px;
	letter-spacing: 2px;
	font-size: 1.8em;
}

#pageHeader h2 {
	margin: 0px;
	font-weight: normal;
	padding: 0px 0px 0px 28px;
	letter-spacing: 1px;
	font-size: 1em;
	text-align:center;
}

#contentContainer {
	text-align: left;
	width: 457px;
	padding-top: 10px;
	float: left;

}

#contentContainer #content {
	padding-right: 10px;
	padding-left: 28px;
	line-height: 2em;
}

#sidebarContainer {
	width: 206px;
	float: right;
	text-align: left;
	background: repeat-y url(images/sidebar_bg.png);
	margin: 0px 20px 0px 0px;
	padding: 0px;
}

#sidebar h2, #sidebar a, #sidebar strong{
	color: #333333;
	font-size:10px
}
#sidebarContainer .top {
	width: 206px;
	height: 7px;
	background: url(images/sidebar_top.png) no-repeat;
}

#sidebarContainer #logo {
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 2px;

}

#sidebarContainer #sidebar {
	color: #666666;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 0.9em;
}

#sidebarContainer .sideHeader {
	font-size: 1.4em;
	font-weight: bold;
	padding: 3px 0;
}

#sidebarContainer .bottom {
	width: 206px;
	height: 7px;
	background: url(images/sidebar_bottom.png) no-repeat;
	position: absolute;
}

#footer{
	font-family: Tahoma, Verdana, Helvetica, Arial;
	font-size: 0.9em;
	text-align: left;
	border-top: 1px solid #adadad;
	margin:5px 0 0;
	padding: 20px 0 5px 19px;
}

#footer h1{
	font-size: 0.9em;
	display: inline;
	margin-top: 40px;
	padding-top: 20px;
}
#footer h2{
	font-size: 0.9em;
	font-family: Tahoma, Verdana, Helvetica, Arial;
	display: inline;
	margin-top: 40px;
	padding-top: 20px;
}
#footer span{
	font-size: 0.9em;
	font-family: Tahoma, Verdana, Helvetica, Arial;
	display: inline;
	margin-top: 40px;
	padding-top: 20px;
}

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

#footer a:hover, #footer a:active {
	color: #666666;
}
	
#breadcrumbcontainer {
	text-align: left;
	font-size: 0.9em;
	padding-top: 10px;
}

#breadcrumbcontainer ul, #breadcrumbcontainer ul.tb {
	margin: 0;
	padding: 0;
}

#breadcrumbcontainer li, #breadcrumbcontainer li.tb {
	display: inline;
}

#breadcrumbcontainer a.tb{
}

#breadcrumbcontainer a:visited  {
}
#breadcrumbcontainer .tb a:visited  {
	color: #5B0000;
}

#navcontainer {
	height: 33px;
	width: 790px;
	padding: 0;
	margin: 0px 4px 40px 4px;
	background: url(images/navcontainer_bg.png) repeat-x;
	position: relative;
}

#navcontainer #current {
	font-weight: bold;
}

#navcontainer #current:hover {
}

#navcontainer .currentAncestor {
	font-weight: bold;
}

/* Parent - Level 0 */

#navcontainer ul{
	list-style: none;
	padding: 0;
	margin: 0 0 0 10px;
}

#navcontainer li {
	display: inline;
	float: left;
}

#navcontainer a{
	width: 130px;
	height: 32px;
	display: block;
	margin: 0;
	text-align: center;
	text-decoration: none;
	text-shadow: 0px 1px 0px #ffffff;
	padding: 5px 0px 0px 0px;
	font-weight: bold;
}

#navcontainer a:hover {
	font-weight: bold;
}

#navcontainer a:active {

}

/* Child - Level 1 */

#navcontainer ul ul {
	position: absolute;
	left: 0;
	top: 30px;
	margin: 0;
	width: 800px;
	margin-left: 10px;
}

#navcontainer ul ul li {
	display: inline;
	float: left;
}

#navcontainer ul ul a {
	background: none;
	text-align: center;
}

#navcontainer ul ul a:hover {
	background: none;
}

#navcontainer ul ul #current {
	background: none;
}

/* Child - Level 2 */

#navcontainer ul ul ul {
	display: none;
}

/* @end */

/* @group Global Classes */

blockquote {
	color: #000000;
	font-style: italic;
	margin-left: 10px;
	margin-right: 10px;
}

h1 {
	font-size: 1.6em;
	margin: 0 0 3px;
}
h1.escapes, h2.escapes {
	font-size: 1.6em;
	margin: 0 0 3px;
	text-align: center;
}
h2.th {
	font-size: 1.6em;
	margin: 0 0 3px;
	text-align: center;
	background-image: url(fondosec.gif);
	background-repeat: repeat-x;
}

h1.escapesr {
	font-size: 1.6em;
	margin: 0 0 3px;
	text-align: center;
	color: #FF0000;
}
h1.escapesa {
	font-size: 1.6em;
	margin: 0 30% 3px;
	text-align: center;
	color: #FEF552;
	background-color: #CCCCCC;
}

h2 {
	font-size: 1.4em;
	margin: 0 0 3px;
}
h2.motor{
	font-size: 14px;
	color: #666666;
}
h3 {
	font-size: 1.2em;
	margin: 0 0 3px;
}

h4 {
	font-size: 1em;
	margin: 0 0 3px;
}

.imageStyle {

}

/* Main content area unordered list styles */
#contentContainer #content ul {
}

#contentContainer #content li {
}

ul.disc {
	list-style-type: disc;
}

ul.circle {
	list-style-type: circle;
}

ul.square {
	list-style-type: square;
}

ol.arabic-numbers {
	list-style-type: decimal;
}

ol.upper-alpha {
	list-style-type: upper-alpha;
}

ol.lower-alpha {
	list-style-type: lower-alpha;
}

ol.upper-roman {
	list-style-type: upper-roman;
}

ol.lower-roman {
	list-style-type: lower-roman;
}

/* Sidebar area unordered list styles */
#sidebarContainer #sidebar ul {
	margin: 10px 0;
	padding: 0;
}

#sidebarContainer #sidebar li {
}


/* Table Styles */
table {
	font-size: 1em;
}

td#td1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:#E5EAEF;
	background-image: url(puntos.gif);
	background-repeat: repeat-x;
	height: 1px;
	background-position: bottom;
}

td#td1:hover {
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#ffffff;
}
td#td2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:#E0E0E0;
	background-image: url(puntos.gif);
	background-repeat: repeat-x;
	height: 1px;
	background-position: bottom;
}

td#td2:hover {
	font-weight: bold;
	color: #333399;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#ffffff;
}

/* @end */

/* @group Blog */

/* @group Tag Cloud */
ul.blog-tag-cloud {
	margin: 0 0 10px;
	padding: 0 10px;
	text-align: justify;
}

ul.blog-tag-cloud li {
	display: inline;
	padding-right: 5px;
}

.blog-tag-size-1 {	
	font-size: 0.8em;
}

.blog-tag-size-2 {	
	font-size: 0.85em;
}

.blog-tag-size-3 {	
	font-size: 0.9em;
}

.blog-tag-size-4 {	
	font-size: 0.95em;
}

.blog-tag-size-5 {	
	font-size: 1em;
}

.blog-tag-size-6 {	
	font-size: 1.05em;
}

.blog-tag-size-7 {	
	font-size: 1.1em;
}

.blog-tag-size-8 {	
	font-size: 1.15em;
}

.blog-tag-size-9 {	
	font-size: 1.2em;
}

.blog-tag-size-10 {	
	font-size: 1.25em;
}

.blog-tag-size-11 {	
	font-size: 1.3em;
}

.blog-tag-size-12 {	
	font-size: 1.35em;
}

.blog-tag-size-13 {
	font-size: 1.4em;
}

.blog-tag-size-14 {	
	font-size: 1.45em;
}

.blog-tag-size-15 {
	font-size: 1.5em;
}

.blog-tag-size-16 {	
	font-size: 1.55em;
}

.blog-tag-size-17 {	
	font-size: 1.6em;
}

.blog-tag-size-18 {	
	font-size: 1.65em;
}

.blog-tag-size-19 {
	font-size: 1.7em;
}

.blog-tag-size-20 {	
	font-size: 1.75em;
}

/* @end */

/* @group Archive Page */

.blog-archive-background {
}

.blog-entry-summary {
	margin-bottom: 10px;
}

.blog-archive-headings-wrapper {
}

.blog-archive-entries-wrapper {
}

.blog-archive-entries-wrapper .blog-entry {
}

.blog-archive-month {
	margin-bottom: 5px;
	font-weight: bold;
	letter-spacing: 2px;
	font-size: 1.8em;
}

.blog-archive-link {
	margin-bottom: 15px;
}

.blog-archive-link a:link, .blog-archive-link a:visited {
}
	
/* @end */

.blog-entry {
}

.blog-entry-title {
	font-size: 2em;
	font-weight: bold;
	margin-bottom: 3px;
	letter-spacing: 1px;
}

.blog-entry-date {
	margin-bottom: 10px;
	margin-top: 5px;
}

.blog-read-more {
	display: block;
	padding-top: 10px;
	font-style: italic;
}

.blog-entry-body {
	margin-bottom: 45px;
	text-align: justify;
}

.blog-entry-comments {
	padding-top: 5px;
}

/*styles the category link in the main entry */
.blog-entry-category {
}

.blog-entry-category a:link, .blog-entry-category a:visited {
	margin-right: 10px;
}

/* styles the archives in the blog sidebar */
#blog-archives {
	margin-bottom: 10px;
}

.blog-archive-link-enabled {
}

.blog-archive-link-disabled {
}

/* Styles the blog categories in the blog sidebar */
#blog-categories {
	margin-bottom: 10px;
}

.blog-category-link-enabled {
}

.blog-category-link-disabled {
}

/* Styles the blog RSS feeds in the blog sidebar */
#blog-rss-feeds {
	margin-bottom: 10px;
}

.blog-rss-link {
}

.blog-comments-rss-link {
}
/* @end */

/* @group File Sharing */

.filesharing-description {
	margin-bottom: 10px;
}

.filesharing-item {
	border: 1px solid #e6e6e6;
	padding: 1px;
	margin-bottom: 10px;
}

.filesharing-item-title a:link {
	padding: 3px;
	margin-bottom: 5px;
	border-bottom-style: none;
}

.filesharing-item-title a:hover {
}

.filesharing-item-title a:visited {

}

.filesharing-item-description {
	font-size: 0.9em;
	padding-left: 3px;
	color: #808080;
}

/* @end */

/* @group Photo Album */

/* @group Index Page (Thumbnail view) */

.album-title {
	font-size: 2em;
	font-weight: bold;
	margin-bottom: 3px;
	letter-spacing: 1px;
}

.album-description {
	margin-bottom: 70px;
}

.album-wrapper {
	display: block;
	width: 99%;
	position: relative;
}

.thumbnail-wrap {
	text-align: center;
	position: relative;
	float: left;
	margin-bottom: 60px;
	margin-right: 10px;
}

.thumbnail-frame {
	border: 1px solid #e6e6e6;
	padding: 1px;
	position: absolute;
    bottom: 0;
    left: 0;
}

.thumbnail-frame:hover {
	border: 1px solid #808080;
}

.thumbnail-frame a {
	border-style: none;
}

.thumbnail-frame a:hover {
	background: transparent;
}

.thumbnail-frame img {
	margin: auto;
    border: none;
}

.thumbnail-caption {
	font-size: 0.9em;
	color: #808080;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 38px;
	display: block;
}
	
/* @end */

/* @group Single Page (Photo view) */

.photo-background {
	margin: 0;
}

.photo-navigation {
	background: #333333;
	margin-bottom: 10px;
	padding: 20px 0 0;
}

.photo-links {
	background: #cccccc;
	padding: 5px;
}

.photo-navigation a:link, .photo-navigation a:visited {
	color: #ffffff;
	text-shadow: none;
}

.photo-navigation a:hover {
	text-decoration: underline;
}

.photo-frame{
	padding: 5px;
	background: #333333;
}

.photo-title {
	font-size: 2em;
	font-weight: bold;
	margin-bottom: 3px;
	letter-spacing: 1px;
	color: #ffffff;
	margin-top: 0;
}

.movie-page-title {
	font-size: 2em;
	font-weight: bold;
	margin-bottom: 3px;
	letter-spacing: 1px;
}

.movie-page-description {
	margin-bottom: 10px;
}

.movie-thumbnail-frame {
	border: 1px solid #e6e6e6;
	padding: 1px;
	width: 132px;
	height: 132px;
	float: left;
	text-align: center;
	margin-right: 10px;
	margin-bottom: 10px;
}

.movie-thumbnail-frame:hover {
	border: 1px solid #808080;
}

.movie-thumbnail-caption {
	font-size: 0.9em;
	color: #808080;

}
	
.movie-background {
	background: #f2f2f2;
}

.movie-title {
	font-size: 2em;
	font-weight: bold;
	margin-bottom: 3px;
	letter-spacing: 1px;
}

.required-text {
	color: #ff0000;
} 

.form-input-field {
} 

.form-input-button { 
} 
/* @end */
.pnegro {
	color: #000000;
}

th { background-image:url(fondosec.gif)} 
.centro{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #990000;
	text-align: center;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.dentro{
	margin: 0px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: justify;
}

/* para las tarifas de precios alineadas a la izquierda */
.centro2{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #990000;
	text-align: left;
	margin-bottom: 10px;
	padding-bottom: 0px;
}

.centro2 ul {
	margin: 0;
	padding: 0;
}

.centro2 li{	text-align: left;
	font-size: 0.9em;
	padding-top: 10px;
	display:inline}
.calidad {
	margin: 0px;
	font-weight: normal;
	padding: 0px 0px 0px 28px;
	letter-spacing: 1px;
	font-size: 1em;
	text-align:center;
	color:#cc0000;
}
#precios {
	float: right;
	height: 64px;
	width: 64px;
	margin-right:20px;
}
