/**
 * @version $Id: layout.css 10387 2008-06-03 10:59:16Z pasamio $
 * @author Design & Accessible Team ( Angie Radtke  )
 * @package Joomla
 * @subpackage Accessible-Template-Beez
 * @copyright Copyright (C) 2005 - 2008 Open Source Matters. All rights reserved.
 * @license GNU/GPL, see LICENSE.php
 * Joomla! is free software. This version may have been modified pursuant to the
 * GNU General Public License, and as distributed it includes or is derivative
 * of works licensed under the GNU General Public License or other free or open
 * source software licenses. See COPYRIGHT.php for copyright notices and
 * details.
 */
a {
	font-size: 12px;
	color: #6699cc;
}

.only {
	color: #4bddff;
}

.contentheading {
	padding-bottom: 10px;
	border-bottom-color: #3f3f3f;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	font-weight: bold;
	font-size: 16px;
	color: #61b3e9;
}

.componentheading {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom-color: #3f3f3f;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	font-weight: bold;
	font-size: 16px;
	color: #61b3e9;
}

h3 {
	font-size:1.1em;
	font-weight:bold;
	margin:10px 0;
}

h4 {
	border:solid 0;
	color:#000;
	font-size:1em;
}

input:focus {
	border:solid 2px;
}

fieldset {
	border:0;
}

ol.list {
	list-style-position:inside;
	margin:20px 0;
	padding:0;
}

ol.list li {
	border-bottom:solid 1px #EFDEEA;
	margin:10px 0;
	padding:10px;
}

ol.list li h4 {
	border-bottom:solid 0 #CCC;
	color:#099;
	display:inline;
	margin:0 0 10px;
}

p {
	line-height:1.4em;
	margin:5px 0;
}

ul li a.u2:focus,p a.u2:active
{
	padding:0.5em;
	background-color:#000;
	color:#FFF;
	display:inline;
	height:2.5em;
	left:0;
	margin-top:0;
	padding-left:15px;
	position:absolute;
	top:0;
	width:13.8em;
}

p.counter {
	background:#EEE;
	color:#000;
	font-weight:bold;
	margin:10px 0;
	padding:5px;
}

p.buttonheading {
	text-align:right;
}

.buttonheading img
{
	display: inline-block;
	border:0;
}

p.buttonheading a:link,p.buttonheading a:visited
{
}

.leading p.buttonheading a:link,.leading p.buttonheading a:visited
{
}

p.buttonheading a:hover
{
	background:none !important;
	color:#000 !important;
}

p.buttonheading a:active,p.buttonheading a:focus
{
	color:#000;
}

em
{
	font-weight:bold;
}

/* ###########  header content #############  */
#header h1
{
	font-size:1.5em;
	font-weight:normal;
	text-transform:uppercase;
}

#logo
{
	font-size:1em !important;
	font-weight:bold !important;
	position:relative;
	text-align:left;
	text-transform:none !important;
	z-index:0;
	margin-top:1em;
}

#logo img
{
	display:block;
}

#logo span
{
	display:block;
	margin:0 0 2px 100px !important;
	border-bottom:solid 1px #666;
}

/*  Search box  */
#header form
{
	background:#C39;
	border:solid 0 #000;
	float:right;
	height:5em;
	min-width:240px;
	text-align:left;
	padding:0 0 0 20px;
}

* html #header form
{
	height:65px;
}

#header form fieldset
{
	border:0 solid #000;
	display:inline;
	float:left;
	padding:19px;
	text-align:left;
	width:6em;
}

#header form label
{
	color:#000;
	position:absolute;
	left:-3000px;
	top:-200px;
	width:auto;
}

#header form .button
{
	background:url(../images/pfeil.gif) #000 no-repeat;
	border:0;
	color:#fff;
	font-weight:bold;
	margin:20px 10px 0 0;
	padding:0px 5px 0px 30px;
	cursor:pointer;
}

#header form .inputbox
{
	background:#fff;
	border:solid 2px #93246F;
	font-weight:bold;
	padding:0 0 0 2px;
	margin:20px 10px 0 0 !important;
	width:6em;
}

#header form .inputbox:focus
{
	border:solid 2px #000;
}

/* header Top-nav */
#header #active_menu-nav
{
	background:#000;
	color:#fff;
}

#header ul
{
	background:#fff;
	display:block;
	margin:-7px 0 -2px;
	padding:5px 0;
	text-align:right;
}

#header ul li
{
	background:#000;
	color:#fff;
	display:inline;
	text-align:center;
}

form.search_result,form.registration,form.lost_password,.login_form
{
	text-decoration:none;
	line-height:1.5em;
}

#header ul li a:hover,#header ul li a:active,#header ul li a:focus
{
	background:#000;
	color:#fff;
	font-weight:bold;
}

/*  fontsize  */
#fontsize
{
	z-index:100;
	position:absolute;
	top:0;
	right:0;
	background:#fff;
	color:#000;
}

#fontsize h3,#fontsize p
{
	border:0;
	display:inline;
	font-size:1em;
}

#fontsize p
{
	margin:0 0 0 5px;
}

#fontsize p a
{
	font-weight:bold;
	margin:0 5px;
	display:inline;
	padding:2px 0 2px 24px;
}

/* background-images */
#fontsize p a.larger {
background:#fff url(../images/lupe_larger.gif) no-repeat;
}

#fontsize p a.smaller {
background:#fff url(../images/lupe_smaller.gif) no-repeat;
}

#fontsize p a.reset {
background:#fff url(../images/lupe_reset.gif) no-repeat;
}

#fontsize p a.larger:hover,#fontsize p a.larger:active,#fontsize p a.larger:focus {
background:#000 url(../images/lupe_larger_black.gif) no-repeat;
color:#fff;
}

#fontsize p a.smaller:hover,#fontsize p a.smaller:active,#fontsize p a.smaller:focus {
background:#000 url(../images/lupe_smaller_black.gif) no-repeat;
color:#fff;
}

#fontsize p a.reset:hover,#fontsize p a.reset:active,#fontsize p a.reset:focus {
background:#000 url(../images/lupe_reset_black.gif) no-repeat;
color:#fff;
}

/* ################# breadcrumbs ################ */
#breadcrumbs {
background:#93246F;
min-height:5em;
padding-top:0;
text-align:left;
color:#fff;
}

#breadcrumbs p {
padding:5px;
display:inline;
}

* html #breadcrumbs {
height:65px;
}

#breadcrumbs a {
text-transform:none;
}

#breadcrumbs a:link,#breadcrumbs a:visited {
background:#93246F;
color:#fff;
}

#breadcrumbs span {
color:#fff;
font-size:0.9em;
padding:7px;
}

#breadcrumbs span a:hover,#breadcrumbs span a:active,#breadcrumbs span a:focus {
background:#000;
color:#fff;
text-decoration:none;
}

/* ################ left ######################## */
#left form {
background:#EFDEEA;
color:#000;
font-size:0.9em;
margin:5px 0 20px 10px;
padding:20px 10px;
}

#left h3,#right h3 {
color:#000;
font-family:trebuchet MS, sans-serif;
font-size:1.2em;
margin:0 0 0 5px;
padding:7px 5px 7px 10px;
border:solid 0;
}

#left ul {
list-style-type:none;
margin:0 0 20px 10px;
}


#left ul li {
border:solid 1px #fff;
margin:0 0 2px;
}

#left ul li a {
display:block;
padding:3px 4px 3px 10px;
text-decoration:none;
}

#left ul li a:link,#left ul li a:visited {
background:#F2E3ED;
border-bottom:solid 1px #E0C1E0;
color:#000;
font-weight:normal;
}

#left ul li a:hover,#left ul li a:active,#left ul li a:focus {
background:#333 !important;
color:#fff !important;
}

/* ################## Main Menue ################## */

#left ul li ul {
background:#fff;
border:solid 1px #E0C1E0;
border-bottom:solid 0 #93246F;
border-left:solid 4px #93246F;
border-top:0;
margin:0;
}

#left ul li ul li {
border:solid 1px #fff;
}

#left ul li ul li {
margin:0;
}

#left ul li ul li a:hover,#left ul li ul li a:active,#left ul li ul li a:focus {
background:#93246F;
color:#fff;
}

#left ul li ul li ul {
border:solid 0 #E0C1E0;
padding:10px 0 10px 5px;
}

#left ul li.active a:link,#left ul li.active a:visited {
background:#93246F;
border-left:solid 4px #BE7CA9;
color:#fff;
border-bottom:solid 1px #93246F;
padding:3px 0 3px 6px;
}

#left ul li.active ul li a:link,#left ul li.active ul li a:visited {
background:#fff;
border-bottom:solid 1px #E0C1E0;
border-left:solid 0 #DD75BB;
color:#000;
font-weight:normal;
padding:3px 4px 3px 20px;
}

#left ul li.active ul li ul li a:link,#left ul li.active ul li ul li a:visited {
background:#fff;
border-bottom:solid 1px #E0C1E0;
color:#000;
font-weight:normal;
margin:0 0 0 10px;
}

#left ul li.active ul li.active a:link,#left ul li.active ul li.active a:visited {
background:#fff;
border-left:solid 0 #DD75BB;
color:#000;
font-weight:bold;
}

#left ul li.active ul li.active ul li a:link,#left ul li.active ul li.active ul li a:visited {
background:url(../images/arrow.gif) #fff no-repeat top left;
color:#000;
font-weight:normal;
margin:0 0 0 15px;
padding:3px 0 3px 15px;
}

#left ul li.active ul li.active ul li.active span.active_link {
background:url(../images/arrow.gif) #fff no-repeat top left;
border-bottom:solid 1px #E0C1E0;
color:#000;
font-weight:bold;
margin:0 0 0 15px;
padding:3px 0 3px 15px;
}

#left form a:hover,#left form a:active,#left form a:focus {
color:#fff;
}

/* ###############  main * ########################### */
/* position */
.leading_separator {
border-bottom:solid 0 #333;
display:block;
height:10px;
margin:0;
}

#main .leading h2,#main2 .leading h2 {
background:#EFDEEA;
border-bottom:solid 0 #333;
color:#93246F;
font-family:trebuchet MS, sans-serif;
font-size:1.4em;
font-weight:normal;
margin:0 0 10px;
text-transform:uppercase;
}

#main h2 a,#main2 h2 a {
text-decoration:none;
}

#main .leading .readon,#main2 .leading .readon {
background:url(../images/pfeil.gif) #93246F no-repeat;
border:solid 0;
bottom:0;
color:#FFF !important;
display:block !important;
margin-top:20px !important;
position:absolute;
right:0;
text-decoration:none;
padding:2px 2px 0 30px;
}

#main .leading .small,#main .leading .modifydate,#main2 .leading .small,#main2 .leading .modifydate {
background:#EFDEEA;
color:#93246F;
}

.article_column h2 {
background:#fff;
color:#000 !important;
font-family:trebuchet MS;
font-size:1.2em !important;
font-weight:bold !important;
padding:0;
}

.article_row .column1 h2,.article_row .column2 h2 {
background:#fff;
border-bottom:solid 1px #D4A7C5;
color:#000;
margin:0 0 10px;
padding:5px 5px 5px 0;
}

.article_row p.iteminfo {
background:#fff;
line-height:1em;
margin:0 -10px 5px;
padding:10px;
}

#main h3,#main2 h3 {
margin:20px 0 10px;
}

#main .blog_more h2,#main2 .blog_more h2 {
background:#fff;
color:#93246F;
font-family:trebuchet MS, sans-serif;
font-size:1.3em;
font-weight:normal;
margin:0;
}

#main .blog_more li a,#main2 .blog_more li a {
display:inline;
margin:0;
padding:0;
}

#main .blog_more li,#main2 .blog_more li {
padding:4px;
}

#main .blog_more ul li a,#main2 .blog_more ul li a {
background:url(../images/pfeil.gif) no-repeat;
font-weight:bold;
padding:2px 0 4px 30px;
}

#main .blog_more ul li a:hover,#main2 .blog_more ul li a:hover {
background:url(../images/pfeil.gif) #939 no-repeat !important;
color:#fff;
font-weight:bold;
padding:2px 0 2px 30px;
}

#main .blog_more ul li a:active,#main2 .blog_more ul li a:active,#main .blog_more ul li a:focus,#main2 .blog_more ul li a:focus {
background:url(../images/pfeil.gif) #939 no-repeat !important;
color:#fff;
font-weight:bold;
padding:2px 0 2px 30px;
}

#main .blog_more ul,#main2 .blog_more ul {
background:#eee;
border:solid 1px #ccc;
color:#000;
line-height:1.3em;
list-style-type:none;
margin:0;
padding:10px 10px 30px;
}

#main .blog_more,#main2 .blog_more {
padding-top:10px;
}

/* main generell  */
#main a.readon,#main2 a.readon {
background:url(../images/pfeil.gif) no-repeat;
font-weight:bold;
padding:2px 2px 0 30px;
display:inline-block;
}

#main a.readon:hover,#main2 a.readon:hover,#main a.readon:active,#main2 a.readon:active,#main a.readon:focus,#main2 a.readon:focus {
background:url(../images/pfeil.gif) #000 no-repeat;
color:#fff;
padding:2px 2px 0 30px;
text-decoration:none;
}

#main a:link,#main2 a:link,#main a:visited,#main2 a:visited {
color:#000;
}

#main a:hover,#main2 a:hover,#main a:active,#main2 a:active,#main a:focus,#main2 a:focus {
background:#93246F;
color:#fff;
}

#main h1,#main2 h1 {
color:#000;
font-family:trebuchet MS, sans-serif;
font-size:1.6em;
font-weight:normal;
margin:0;
}

#main h2,#main2 h2 {
color:#93246F;
font-family:trebuchet MS, sans-serif;
font-size:1.6em;
font-weight:normal;
}

#main ul li,#main2 ul li {
padding:0 0 0 10px;
line-height:1.4em;
margin:10px 0;
}

#main ul,#main2 ul {
list-style-position:outside;
list-style-type:square;
padding:0 0 0 10px;
margin:0 0 0 20px;
}

#main ul,#main ol {
list-style-position:inside;
margin:10px 0 10px 20px;
padding:0 0 0 10px;
}

.small {
border:solid 0;
color:#932467;
font-size:0.85em;
margin:0 0 20px;
}

.contentdescription {
padding:10px 0;
overflow:hidden;
}

.image_left {
float:left;
border:solid 0 #ccc;
margin:0 10px 10px 0;
}

.image_right {
float:right;
border:solid 1px #ccc;
margin:0 0 10px 10px;
}

.wrap_image {
clear:left;
}

.createdate {
color:#932467;
display:block;
font-size:0.85em;
}

.createdby {
color:#932467;
display:block;
font-size:0.85em;
padding:0 0 0 2px;
}

.modifydate {
color:#932467;
display:block;
font-size:0.85em;
padding:0;
}

span.content_rating,.leading span.content_rating {
margin:10px 0 0;
display:block;
}

.content_vote {
margin:0 0 10px;
display:block;
}

.content_vote input {
margin:0 5px;
}

.content_vote .button {
background:url(../images/pfeil.gif) #000 no-repeat;
border:0;
color:#fff;
font-weight:bold;
margin:20px 10px 0 0;
padding:0 0 0 30px;
cursor:pointer;
}

/* ############# pagination ###################### */
#main2 .pagination,#main .pagination {
border-top:solid 1px #CCC;
margin:10px 0 0;
padding:10px 0;
}

ul.pagination {
list-style-type:none;
margin:0;
padding:0;
text-align:left;
}

ul.pagination li {
display:inline;
padding:2px 5px 0;
text-align:left;
}

ul.pagination li a {
padding:2px;
}

/* ###############  right #################  */
#right .moduletable {
background:#fff;
color:#000;
margin:10px 0;
padding:10px;
}

#right h3 {
background:#fff;
border-bottom:solid 1px #D4A7C5;
color:#333;
margin:0 0 3px;
padding:0 5px 0 0;
}

#right h4 {
color:#000;
font-size:1em;
padding:10px 5px 0 0;
margin:0;
border:solid 0;
}

#right ul {
border:solid 0 #ccc;
color:#000;
line-height:1.4em;
list-style-type:none;
margin:0;
padding:10px 10px 10px 0;
position:relative;
}

#right ul li {
margin-bottom:4px;
}

#right ul li a {
color:#000;
font-weight:normal;
padding:2px;
}

#right ul li a:link,#right ul li a:visited {
color:#000;
}

#right ul li a:hover,#right ul li a:active,#right ul li a:focus {
background:#93246F;
color:#fff;
}

#right form.poll {
padding:10px 0 0;
}

#right form.poll fieldset {
line-height:1.6em;
}

#right form.poll fieldset label {
padding:0 0 0 4px;
}

#right form.poll .button {
border:outset 1px #C39;
background:#F2E3ED;
cursor:pointer;
float:left;
width:auto;
line-height:0.9em;
display:inline;
height:1.55em;
font-size:1em;
overflow:visible;
margin:0 10px 0 0;
padding:0 2px !important;
}

#right form.poll .button:focus {
border:outset 1px #C39;
}

#right form.poll a {
text-decoration:none;
color:#000 !important;
padding:1px 2px !important;
border:outset 1px #C39;
background:#F2E3ED;
cursor:pointer;
float:left;
}

#right form.poll a:hover,#right form.poll a:active,#right form.poll a:focus,#right form.poll .button:hover,#right form.poll .button:active,#right form.poll .button:focus {
border:2px outset #C39;
}

#right form.poll:after {
/* Inhalt pseudo-Element :after;
			 * somit [clear] moeglich
			 */
content:".";
/* [content] verbergen;
			 */
visibility:hidden;
height:0;
/* Block-Level fuer [clear];
			 */
display:block;
/* [float] clearing;
			 * einbeziehen der Float-Container;
			 */
clear:both;
}

dl.poll {
}

dl.poll dt {
border-bottom:solid 1px #ccc;
}

dl.poll dd {
padding:6px 0;
font-weight:bold;
}

.polls_color_1 {
background:#000;
}

.polls_color_2 {
background:#999;
}

.polls_color_3 {
background:#93246F;
}

.polls_color_4 {
background:#000;
}

.polls_color_5 {
background:#ccc;
}

.polls_color_6 {
background:#93246F;
}

/*  ####################   Formulare   #####################  */
form.limit {
}

form.login {
background:#93246F;
color:#000;
font-size:0.9em;
margin:5px 0 20px;
padding:10px 10px 20px 15px;
text-align:left;
}

form.login .inputbox:focus {
border:solid 2px #000;
}

form.login p {
clear:both;
border:solid 0 #000;
font-size:1em;
}

form.login .button {
background:url(../images/pfeil.gif) #C39 no-repeat;
clear:left;
color:#fff;
display:block;
font-weight:bold;
margin:0 0 10px !important;
padding:0 0 0 30px !important;
cursor:pointer;
border:solid 0;
}

form.login fieldset {
border:solid 0 #000;
margin:0;
padding:0;
text-align:left;
}

form.login input {
background:#fff;
border:solid 2px #C39;
color:#000;
padding:2px 2px 0;
width:90%;
}

form.login input.checkbox {
background:none;
border:solid 0 #000;
float:left;
margin:11px 0 0;
padding:5px;
width:20px;
}

form.login label {
color:#000;
display:block;
font-weight:bold;
margin:5px 0 0;
padding:2px 2px 0;
}

form.login label.remember {
float:left;
margin:5px 0 20px;
padding:5px 0 0;
width:11em;
}

form.login p {
color:#000;
}

form.login p a {
color:#000;
}

form.login p a:hover,form.login p a:active,form.login p a:focus {
color:#000;
text-decoration:none;
}

form.lost_password .button,.login_form .button {
background:url(../images/pfeil.gif) #000 no-repeat;
border:0;
color:#fff;
font-weight:bold;
margin:0;
padding:0 0 0 30px;
cursor:pointer;
}

/* ################# poll ################ */
.poll {
padding:20px 20px 20px 0;
}

form.poll fieldset {
border:0 solid #000;
margin:0 0 10px;
padding:0;
}

form.registration input,form.lost_password input,.login_form input {
border:solid 2px #93246F;
}

form.registration label,form.lost_password label,.login_form label {
display:block;
float:left;
font-weight:normal;
width:12em;
}

/* #####################  form.registration ################ */
form.search_result,form.registration,form.lost_password,.login_form {
margin-bottom: 0;
position:relative;
}

form.registration .button {
background:url(../images/pfeil.gif) #000 no-repeat;
border:0;
color:#fff;
font-weight:bold;
margin:10px 0 0;
padding:0 5px 0 30px;
cursor:pointer;
}

.registration fieldset p {
margin:10px 0;
}

.registration div,.login_form div,.lost_password div {
margin:5px 0;
}

/* ########################## search ############################ */
.searchintro {
font-weight:normal;
margin:0 0 20px;
}

.searchintro img {
display:inline; border:0px
}

.display {
margin:20px 0 0;
text-align:right;
}

.filter {
margin:10px 0 0;
}

.inputbox1:focus {
border:solid 2px #000;
}

.highlight {
font-weight:bold;
}

fieldset.word,fieldset.only {
border:solid 1px #3f3f3f;
}

.only {
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-color: #999999;
border-width: 1px;
border-style: solid;
margin:10px 0 0 10px;
line-height:1.3em;
}

.word {
padding:10px 10px 10px 0;
border:solid 0 !important;
}

.word input {
border-width: 0px;
background:#fff;
color: #3f3f3f;
font-weight:bold;
margin:0 0 0 10px;
padding:2px;
}

.phrase {
float: left;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 40px;
padding-right: 10px;
color:#000;
margin:10px 10px 10px 0;
width:60%;
border:solid 1px #3f3f3f;
}

/*Selects*/
.phrase .inputbox {
border-width: 0px;
color:#000;
display: inline-block;
height:1.5em;
margin-top:10px;
}

.search_result legend {
border-color: #3f3f3f;
border-style: solid;
border-width: 1px;
padding-bottom: 5px;
padding-top: 5px;
padding-right: 10px;
padding-left: 10px;
color: #6699cc;
font-size: 11px;
font-weight: bold;
}

/* ########################### contacts ########################### */
div.contact {
margin:10px 0;
}

address {
font-style:normal;
margin:10px 0;
}

address p {
line-height:1em;
}

.contact label {
float:left;
font-weight:bold;
width:14em;
margin:10px 0 0;
}

span.marker {
margin:0 10px 0 0;
}

.contact_email_checkbox label {
float:none !important;
}

.contact label.copy {
width:90%;
padding:0 0 0 10px;
}

.contact form {
background:#EFDEEA;
color:#000;
padding:20px;
margin:10px 0;
}

.contact input {
background:#fff;
border:solid 2px #C39;
color:#000;
padding:2px 2px 0;
margin:10px 0 0;
}

.contact .button {
background:url(../images/pfeil.gif) #000 no-repeat;
border:0;
color:#fff;
font-weight:bold;
margin:20px 10px 0 0;
padding:0 0 0 30px;
cursor:pointer;
}

label.textarea {
float:none !important;
margin:10px 0;
display:block;
width:100%;
}

#contact_text {
width:80%;
height:150px;
}

.contact input.invalid,.contact textarea.invalid {
border:solid 2px red;
}

.contact label.invalid {
color:red;
}

/*#################### tabellen ############################ */
table.newsfeed {
border:solid 1px;
}

table.newsfeeds td,table.weblinks td,table.category td {
border-right:solid 1px #EEE;
padding:5px;
}

table.newsfeeds th,table.weblinks th,table.category th {
background:#EEE;
padding:5px;
}

table.newsfeeds,table.weblinks,table.category {
border:solid 1px #eee;
font-size:1em;
margin:20px 0;
}

/* category table */
#count {
width:10%;
}

#tableOrdering {
width:70%;
}

#author {
width:20%;
}

/*  polls */
poll .polls_color_1,.poll .polls_color_2,.poll .polls_color_3,.poll .polls_color_4,.poll .polls_color_5 {
border:solid 1px;
position:relative;
}

.poll h3 {
color:#932467;
border:solid 0;
margin:20px 0;
}

.poll .td_2 {
width:100px;
}

.poll .td_3 {
width:300px;
}

.poll form {
margin:20px 0;
}

.poll table {
font-size:1em;
width:auto;
border:solid 0;
position:relative;
}

.poll table .td_1 {
width:30px;
}

.poll table caption {
color:#93246F;
font-size:1em;
font-weight:bold;
margin:10px 0;
text-align:left;
}

.poll td {
border:solid 1px #ddd;
padding:2px;
}

.poll td.line {
width:300px;
}

.poll th {
background:#EEE;
border:solid 1px #ccc;
}

.question {
font-weight:bold;
}

#footer {
background:#93246F;
color:#fff;
padding:5px;
text-align:right;
border-top:solid 4px #ccc;
}

p.syndicate {
float:left;
display:block;
text-align:left;
}

#footer a {
color:#fff;
}

/* Error Message contact form */
p.error {
color:#93246F;
background:#F2E3ED;
border-top:3px solid #93246F;
border-bottom:3px solid #93246F;
padding:10px;
}

body.contentpane {
background:#fff;
width:auto;
margin:10px;
line-height:1.4em;
text-align:left;
}

.tool-tip {
font-size:0.8em;
}

.tool-title {
font-weight:bold;
}

/* form validation */
.invalid {
border-color:red !important;
}

label.invalid {
color:red;
}

/* editor */
.contentpaneopen_edit{
	float: left;
}

.contentpaneopen_edit img
{	border:0
}

form.editor legend {
font-size:1.2em;
font-weight:bold;
padding:2px;
}

form.editor fieldset {
border:solid 1px #ccc;
padding:20px;
margin:10px 0;
}

form.editor .publishing label {
float:left;
width:14em;
font-weight:bold;
}

form.editor .publishing div {
margin:5px 0;
}

form.editor .publishing .radio label {
float:none;
width:14em;
}

form.editor .publishing .radio label span {
float:left;
width:14em;
}

form.editor fieldset.metadata label {
float:none !important;
display:block;
font-weight:bold;
}

.save {
text-align:right;
padding:10px 0;
}

/* user */
form.user {
margin:10px 0;
}

form.user label {
width:40%;
float:left;
}

/* article index */
table.contenttoc {
border:solid 1px #ccc;
padding:10px;
margin:10px;
}

.pagenavcounter {
font-weight:bold;
}



/* Advertisement */

.moduletable_text
{margin:10px}

.banneritem_text
{
margin: 10px 0 10px 0;
background:#f5f5f5;
padding:5px;
border:solid 1px #eee
}


a.bot
{
	color: #007dae;
}


a.bot:hover
{
	color: #4bddff;
}

a.cg {
	background-repeat: no-repeat;
	background-image: url(../images/cg.gif);
	text-decoration: none;
	margin-right: 10px;
	margin-top: 22px;
	float: right;
	width: 29px;	
}

a.cg:hover {
	background-repeat: no-repeat;
	background-position: 0 -19.4px;
	background-image: url(../images/cg.gif);
	text-decoration: none;
	margin-right: 10px;
	margin-top: 22px;
	float: right;
	width: 29px;	
}

.search label {
	float: left;
	margin-left: -100px;
	visibility: hidden;
	width: 1px;
	background-color: white;
}

.search {
	background-repeat: repeat-x;
	background-image: url(../images/fondo_search.gif);
	text-align: left;
	padding-left: 5px;
	padding-bottom: 20px;
	width: 100%;
	float: left;
}

.search .inputbox {
	padding-left: 5px;
	height: 20px;
	font-size: 11px;
	width: 110px;
	display: inline-block;
	float: left;
	margin-right: 10px;
	margin-left: 20px;
	border-width: 0px;
	background-color: white;
}

.search .button {
	background-color: transparent;
	background-image: url(../images/lupa.gif);
	display: inline-block;
	float: left;
	height: 20px;
	width: 20px;
	border-width: 0px;
	cursor: pointer;
}

.search .button:hover {
	background-position: 0 -20px;
	background-color: transparent;
	background-image: url(../images/lupa.gif);
	display: inline-block;
	float: left;
	height: 20px;
	width: 20px;
	border-width: 0px;
	cursor: pointer;
}

.results {
}

.results h3 {
	border-bottom-color: #3f3f3f;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	font-size: 12px;
	color: #6699cc;
}

.results ol.list li {
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom-color: #3f3f3f;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	background-image: url(../images/fondo_results.jpg);
	padding-left: 10px;
	color: #7f7f7f;
	margin-left: 20px;
	list-style-position: outside;
}

.results ol.list li .small {
	color: #607c9a;
}

.results ol.list li h4 {
	border-bottom-color: #3f3f3f;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-bottom: 5px;
	width: 685px;
	display: inline-block;
}

.results ol.list li h4 a {
	text-decoration: none;
	color: #9bd3ff;
}

.search_result {
}

form.search_result h3 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3f3f3f;
	color: #6699cc;
	font-size: 12px;
}

form.search_result .word {
}

.phrase label {
	color: #999999;
	padding-right: 8px;
	padding-left: 8px;
	display: inline-block;
	line-height: 18px;
	font-size: 11px;
	padding-top: 10px;
}

.phrase input #searchphraseall {
	float: left;
	padding-right: 10px;
	padding-left: 10px;
}

.only label {
	line-height: 18px;
	font-size: 11px;
	color: #999999;
}

.search_result .button {
	height: 34.5px;
	text-align: center;
	width: 99px;
	color: white;
	background-color: transparent;
	border-width: 0px;
	background-repeat: no-repeat;
	background-image: url(../images/btn_buscar.gif);
	font-weight: bold;
	font-size: 12px;
	clear: left;
	float: left;
	cursor: pointer;
}

.search_result .button:hover {
	background-position: 0 -36px;
	height: 34.5px;
	text-align: center;
	width: 99px;
	color: white;
	background-color: transparent;
	border-width: 0px;
	background-repeat: no-repeat;
	background-image: url(../images/btn_buscar.gif);
	font-weight: bold;
	font-size: 12px;
	clear: left;
	float: left;
	cursor: pointer;
}

a.twitter
{
	margin-left: 1.3%;
	margin-top: 15px;
	float: left;
	background-image: url(../images/twitter.gif);
	height: 27px;
	width: 27px;
}

a.facebook
{
	margin-left: 1.3%;
	margin-top: 15px;
	float: left;
	background-image: url(../images/facebook.gif);
	height: 27px;
	width: 27px;
}

#contacto
{
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}

#contacto .colizq
{
	float: left;
	width: 48%;
}

#contacto .colder
{
	text-align: center;
	background-repeat: repeat;
	background-image: url(../images/fondo_results.jpg);
	border-color: #3f3f3f;
	border-style: solid;
	border-width: 1px;
	margin-left: 30px;
	padding: 10px;
	width: 44.8%;
	float: right;
}

#contacto .colder .padforma label
{
	color: #cccccc;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	float: left;
	width: 100%;
}

.chronoform
{
	visibility: hidden;
}

#contacto .colizq .datos
{
	padding-left: 10px;
	padding-bottom: 46px;
	padding-right: 10px;
	padding-top: 46px;
	text-align: center;
	border-color: #666666;
	border-style: solid;
	border-width: 1px;
	float: left;
	width: 100%;
	background-color: #272727;
}

#contacto .colizq .datos li
{
	padding-bottom: 5px;
	border-bottom-color: #5e5e5e;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	list-style-position: outside;
	list-style-image: url(../images/bullet.gif) ;
	margin-left: 5%;
	margin-bottom: 10px;
	width: 95%;
	clear: left;
	text-align: left;
	float: left;
}

#contacto .colder .padforma
{
	margin-bottom: 10px;
	margin-top: 10px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	width: 85%;
}

#contacto .colder .padforma input
{
	background-image: url(../images/fondo_input.gif);
	height: 20px;
	font-size: 12px;
	padding-right: 3px;
	padding-left: 3px;
	padding-top: 3px;
	width: 100%;
	border-style: none;
	border-width: 0px;
}

#contacto .colder .padforma textarea
{
	background-image: url(../images/fondo_textarea.gif);
	font-size: 12px;
	padding-right: 3px;
	padding-left: 3px;
	padding-top: 3px;
	border-width: 0px;
	width: 100%;
}

#contacto .colder .padforma .boton_enviar
{
	color: white;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 10px;
	float: left;
	height: 34.5px;
	width: 99px;
	background-color: transparent;
	background-image: url(../images/btn_buscar.gif);
	border-width: 0px;
	cursor: pointer;
}

#contacto .colder .padforma .boton_enviar:hover
{
	background-position: 0 -36px;
	color: white;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 10px;
	float: left;
	height: 34.5px;
	width: 99px;
	background-color: transparent;
	background-image: url(../images/btn_buscar.gif);
	border-width: 0px;
	cursor: pointer;
}

#contacto .colder .padforma .LV_invalid
{
	background-image: url(../images/fondo_requerido.gif);
	margin-left: 0px;
	background-repeat: no-repeat;
	padding-left: 20px;
	margin-top: 5px;
	float: left;
	height: 20px;
	width: 100%;
	font-size: 11px;
	color: white;
}

#contacto .colder .padforma .requerido
{
	color: #ff6600;
}

#content #der h3
{
	background-image: url(../images/t_modulo_fondo.gif);
	display: inline-block;
	width: 95%;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	font-size: 12px;
}

#texto_quienes
{
	width: 644px;
	font-style: italic;
	float: right;
	margin-top: 20px;
	color: #cccccc;
	text-align: justify;
	line-height: 25px;
	font-size: 14px;
}

#pad_foto_institucional
{
	padding-left: 3.5px;
	padding-right: 2.5px;
	float: left;
}

.resaltado
{
	color: #6699cc;
	font-weight: bold;
}

#texto_vision
{
	font-style: italic;
	margin-top: 80px;
	width: 360px;
	float: right;
	text-align: left;
	color: #cccccc;
	line-height: 30px;
	font-size: 14px;
}

.ventajas_li
{
	list-style-type: none;
	height: 60px;
	list-style-position: outside;
	font-weight: bold;
	border-bottom-color: #302d2d;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-left: 100px;
	margin-bottom: 10px;
}

.texto_ventajas
{
	display: inline-block;
	margin-top: 18px;
	margin-left: 20px;
}

#servicios_izq
{
	margin-bottom: 20px;
	margin-top: 20px;
	float: left;
}

#servicios_der
{
	margin-bottom: 20px;
	margin-top: 20px;
	float: right;
}

#descripcion_servicio
{
	text-align: left;
	margin-top: 20px;
	width: 550px;
	float: right;
}

#item_glosario
{
	text-align: justify;
	margin-top: 20px;
	width: 90%;
	float: right;
}

#foto_servicio
{
	float: left;
}

#alerta_servicio
{
	background-position: 8px 15px;
	background-image: url(../images/alerta.gif);
	background-repeat: no-repeat;
	float: left;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	background-color: black;
	width: 100%;
	border-style: solid;
	border-color: #3f3f3f;
	border-width: 1px;
}

#alerta_servicio .texto
{
	font-style: italic;
	color: #999999;
	margin-right: 10px;
	text-align: justify;
	margin-left: 40px;
	margin-bottom: 10px;
	margin-top: 10px;
}

#descripcion_servicio h1
{
	color: #6699cc;
	padding-bottom: 5px;
	margin-bottom: 20px;
	font-size: 12px;
	font-weight: bold;
	width: 100%;
	float: left;
	border-bottom-color: #3f3f3f;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

#descripcion_servicio ul
{
	float: left;
	text-align: left;
}

#descripcion_servicio ol
{
	float: left;
	text-align: left;
}

#descripcion_servicio li
{
	display: list-item;
	color: #ebebeb;
	margin-bottom: 20px;
	list-style-position: outside;
	margin-left: 40px;
	text-align: justify;
}

#descripcion_servicio .precio
{
	list-style-type: none;
	color: #61b3e9;
	font-weight: bold;
}

#texto_servicio
{
	margin-bottom: 10px;
}

.bullet_ventajas
{
	padding-left: 10px;
	margin-bottom: 20px;
	margin-left: 60px;
	padding-bottom: 5px;
	list-style-image: url(../images/bullet_ventajas.gif);
	border-bottom-color: #3f3f3f;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	text-align: left;
	list-style-position: outside;
}

.bullet_equipos
{
	border-bottom-color: #3f3f3f;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-bottom: 10px;
	margin-left: 320px;
	padding-bottom: 5px;
	list-style-image: url(../images/bullet_ventajas.gif);
	text-align: left;
	list-style-position: outside;
}

.pasos
{
	margin-bottom: 5px;
	margin-left: 60px;
}

.pasos_sublevel
{
	margin-bottom: 5px;
	list-style-type: disc;
	margin-left: 80px;
}

#page h1
{
	color: #6699cc;
	padding-bottom: 5px;
	margin-bottom: 20px;
	font-size: 12px;
	font-weight: bold;
	width: 100%;
	border-bottom-color: #3f3f3f;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

#bg_paquetes h1
{
	color: #6699cc;
	padding-bottom: 5px;
	margin-bottom: 20px;
	font-size: 12px;
	font-weight: bold;
	width: 100%;
	border-bottom-color: #3f3f3f;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

#top_pad_blanco
{
	margin-top: 0px;
	background-repeat: no-repeat;
	background-image: url(../images/top_pad_blanco.gif);
	height: 10px;
	width: 724px;
}

#bg_pad_blanco
{
	display: inline-block;
	margin-top: 0px;
	background-repeat: repeat-y;
	background-image: url(../images/bg_pad_blanco.gif);
	margin-right: auto;
	margin-left: auto;
	width: 724px;
}

#bot_pad_blanco
{
	background-repeat: no-repeat;
	background-image: url(../images/bot_pad_blanco.gif);
	height: 12px;
	width: 724px;
}

#bg_pad_blanco .izq
{
	color: #201e1e;
	float: left;
	margin-left: 2%;
	width: 46%;
}

#bg_pad_blanco .der
{
	color: #201e1e;
	margin-right: 2%;
	float: right;
	right: 0px;
	width: 47%;
}

#bg_pad_blanco td
{
	text-align: left;
	padding: 5px;
	font-size: 11px;
	color: #201e1e;
	border-right-color: #747474;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-color: #747474;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

#bg_pad_blanco .td_azul
{
	background-color: #ebeef6;
	text-align: left;
	padding: 5px;
	font-size: 11px;
	color: #201e1e;
	border-right-color: #747474;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-color: #747474;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

#bg_pad_blanco table
{
	margin-bottom: 5px;
	margin-top: 5px;
	border-left-color: #666666;
	border-top-color: #747474;
	border-left-width: 1px;
	border-top-width: 1px;
	border-left-style: solid;
	border-bottom-style: none;
	border-right-style: none;
	border-top-style: solid;
}

#bg_pad_blanco .td_titulo
{
	font-size: 13px;
	color: white;
	font-weight: bold;
	text-align: center;
	background-image: url(../images/td_titulo.gif);
}

#bg_paquetes li
{
	margin-left: 40px;
}

#item_beneficio
{
	margin-bottom: 20px;
	width: 100%;
	text-align: justify;
	float: left;
}

#ubicacion .izq
{
	width: 30%;
	float: left;
}

#ubicacion .der
{
	text-align: right;
	width: 65%;
	float: right;
}

#ubicacion li
{
	margin-bottom: 10px;
	margin-left: 20px;
}

a.tour
{
	background-image: url(../../../images/btn_tour.gif);
	margin-left: 5px;
	height: 37px;
	width: 207px;
	float: left;
}

a.tour:hover
{
	background-position: 0 -37px;
	background-image: url(../../../images/btn_tour.gif);
	margin-left: 5px;
	height: 37px;
	width: 207px;
	float: left;
}

#ubicacion .jornada
{
	font-size: 10px;
	color: #666666;
}

a.mapa
{
	font-size: 10px;
	text-decoration: none;
	color: #007dae;
}

a.mapa:hover
{
	font-size: 10px;
	text-decoration: none;
	color: #4bddff;
}

#registro
{
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}

#registro .padforma
{
	margin-right: auto;
	margin-left: auto;
	display: inline-block;
	border-color: #666666;
	border-style: solid;
	border-width: 1px;
	background-image: url(../images/fondo_results.jpg);
	padding: 30px;
	margin-bottom: 10px;
	margin-top: 10px;
	text-align: left;
	width: 60%;
}

#registro .padforma h1
{
	color: #6699cc;
	padding-bottom: 5px;
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: bold;
	width: 100%;
	float: left;
	border-bottom-color: #3f3f3f;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

#registro .padforma .input
{
	background-image: url(../images/fondo_input.gif);
	height: 20px;
	font-size: 12px;
	padding-right: 3px;
	padding-left: 3px;
	padding-top: 3px;
	width: 100%;
	border-style: none;
	border-width: 0px;
}

#registro .padforma textarea
{
	background-image: url(../images/fondo_textarea.gif);
	font-size: 12px;
	padding-right: 3px;
	padding-left: 3px;
	padding-top: 3px;
	border-width: 0px;
	width: 100%;
}

#registro .padforma .boton_enviar
{
	color: white;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 10px;
	float: left;
	height: 34.5px;
	width: 99px;
	background-color: transparent;
	background-image: url(../images/btn_buscar.gif);
	border-width: 0px;
	cursor: pointer;
}

#registro .padforma .boton_enviar:hover
{
	background-position: 0 -36px;
	color: white;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 10px;
	float: left;
	height: 34.5px;
	width: 99px;
	background-color: transparent;
	background-image: url(../images/btn_buscar.gif);
	border-width: 0px;
	cursor: pointer;
}

#registro .padforma .LV_invalid
{
	background-image: url(../images/fondo_requerido_registro.gif);
	margin-left: 0px;
	background-repeat: no-repeat;
	padding-left: 20px;
	margin-top: 5px;
	float: left;
	height: 20px;
	width: 100%;
	font-size: 11px;
	color: white;
}

#registro .padforma .requerido
{
	color: #ff6600;
}

#registro .padforma label
{
	padding-bottom: 5px;
	padding-top: 5px;
	color: white;
	float: left;
	width: 100%;
}

#registro .padforma .radio_label
{
	display: inline;
}

#registro .padforma .radio validate-one-required
{
	background-color: transparent;
}

#registro .padforma .izq
{
	margin-top: 10px;
	float: left;
	width: 48%;
}

#registro .padforma .der
{
	margin-top: 10px;
	float: right;
	width: 48%;
}

a.icono_video
{
	background-repeat: no-repeat;
	height: 141px;
	width: 179px;
	float: left;
	/* Para nuestro amigo Internet Explorer */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='templates/oral_3d/images/icono_video.png');
}

a.icono_video[class]
{
  background-image: url(../images/icono_video.png);
  }

.foto_quienes
{
  	background-repeat: no-repeat;
  	height: 193px;
  	width: 717px;
  	float: left;
  	/* Para nuestro amigo Internet Explorer */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/fotos_institucional/fotos_quienes.png');
  }
  
  .foto_quienes[class]
{
	background-image: url(../../../images/fotos_institucional/fotos_quienes.png);
	}
	
	
	
.foto_vision
{
  	background-repeat: no-repeat;
  	height: 245px;
  	width: 330px;
  	float: left;
  	/* Para nuestro amigo Internet Explorer */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/fotos_institucional/vision.png');
  }
  
  .foto_vision[class]
{
	background-image: url(../../../images/fotos_institucional/vision.png);
	}
	
	

.bullet_tecnologia
{
  	background-repeat: no-repeat;
  	height: 54px;
  	width: 54px;
  	float: left;
  	/* Para nuestro amigo Internet Explorer */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/bullet_tecnologia.png');
  }
  
  .bullet_tecnologia[class]
{
	background-image: url(../../../images/bullet_tecnologia.png);
	}
	
	
.bullet_investigacion
{
  	background-repeat: no-repeat;
  	height: 54px;
  	width: 54px;
  	float: left;
  	/* Para nuestro amigo Internet Explorer */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/bullet_investigacion.png');
  }
  
  .bullet_investigacion[class]
{
	background-image: url(../../../images/bullet_investigacion.png);
	}


.bullet_software
{
  	background-repeat: no-repeat;
  	height: 54px;
  	width: 54px;
  	float: left;
  	/* Para nuestro amigo Internet Explorer */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/bullet_software.png');
  }
  
  .bullet_software[class]
{
	background-image: url(../../../images/bullet_software.png);
	}
	
	
.bullet_costo
{
  	background-repeat: no-repeat;
  	height: 54px;
  	width: 54px;
  	float: left;
  	/* Para nuestro amigo Internet Explorer */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/bullet_costo.png');
  }
  
  .bullet_costo[class]
{
	background-image: url(../../../images/bullet_costo.png);
	}


.bullet_recurso_humano
{
  	background-repeat: no-repeat;
  	height: 54px;
  	width: 54px;
  	float: left;
  	/* Para nuestro amigo Internet Explorer */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/bullet_recurso_humano.png');
  }
  
  .bullet_recurso_humano[class]
{
	background-image: url(../../../images/bullet_recurso_humano.png);
	}



.bullet_fidelizacion
{
  	background-repeat: no-repeat;
  	height: 54px;
  	width: 54px;
  	float: left;
  	/* Para nuestro amigo Internet Explorer */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/bullet_fidelizacion.png');
  }
  
  .bullet_fidelizacion[class]
{
	background-image: url(../../../images/bullet_fidelizacion.png);
	}




a.foto_tomografia
{
  	background-repeat: no-repeat;
  	height: 273px;
  	width: 348px;
  	float: left;
  	/* Para nuestro amigo Internet Explorer */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/fotos_servicios/tomografia.png');
	cursor: pointer;
  }
  
  a.foto_tomografia[class]
{
	background-image: url(../../../images/fotos_servicios/tomografia.png);
	cursor: pointer;
	}

a.foto_radiologia
{
  	background-repeat: no-repeat;
  	height: 273px;
  	width: 348px;
  	float: left;
  	/* Para nuestro amigo Internet Explorer */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/fotos_servicios/radiologia.png');
	cursor: pointer;
  }
  
  a.foto_radiologia[class]
{
	background-image: url(../../../images/fotos_servicios/radiologia.png);
	cursor: pointer;
	}




.maxilar_completo
{
  	background-repeat: no-repeat;
  	height: 229px;
  	width: 166px;
  	float: left;
  	/* Para nuestro amigo Internet Explorer */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/fotos_servicios/maxilar_completo.png');
  }
  
  .maxilar_completo[class]
{
	background-image: url(../../../images/fotos_servicios/maxilar_completo.png);
	}



.sesentamm
{
  	background-repeat: no-repeat;
  	height: 229px;
  	width: 166px;
  	float: left;
  	/* Para nuestro amigo Internet Explorer */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/fotos_servicios/60mm.png');
  }
  
  .sesentamm[class]
{
	background-image: url(../../../images/fotos_servicios/60mm.png);
	}



.cuarentamm
{
  	background-repeat: no-repeat;
  	height: 229px;
  	width: 166px;
  	float: left;
  	/* Para nuestro amigo Internet Explorer */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/fotos_servicios/40mm.png');
  }
  
  .cuarentamm[class]
{
	background-image: url(../../../images/fotos_servicios/40mm.png);
	}


.alta_resolucion
{
  	background-repeat: no-repeat;
  	height: 206px;
  	width: 160px;
  	float: left;
  	/* Para nuestro amigo Internet Explorer */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/fotos_equipos/alta_resolucion.png');
  }
  
  .alta_resolucion[class]
{
	background-image: url(../../../images/fotos_equipos/alta_resolucion.png);
	}


.medio_ambiente
{
  	background-repeat: no-repeat;
  	height: 201px;
  	width: 160px;
  	float: left;
  	/* Para nuestro amigo Internet Explorer */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/fotos_equipos/medio_ambiente.png');
  }
  
  .medio_ambiente[class]
{
	background-image: url(../../../images/fotos_equipos/medio_ambiente.png);
	}


.baja_radiacion
{
  	background-repeat: no-repeat;
  	height: 225px;
  	width: 160px;
  	float: left;
  	/* Para nuestro amigo Internet Explorer */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/fotos_equipos/baja_radiacion.png');
  }
  
  .baja_radiacion[class]
{
	background-image: url(../../../images/fotos_equipos/baja_radiacion.png);
	}


.software
{
  	background-repeat: no-repeat;
  	height: 216px;
  	width: 160px;
  	float: left;
  	/* Para nuestro amigo Internet Explorer */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/fotos_equipos/software.png');
  }
  
  .software[class]
{
	background-image: url(../../../images/fotos_equipos/software.png);
	}


.equipo_indicado
{
  	background-repeat: no-repeat;
  	height: 207px;
  	width: 160px;
  	float: left;
  	/* Para nuestro amigo Internet Explorer */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/fotos_equipos/equipo_indicado.png');
  }
  
  .equipo_indicado[class]
{
	background-image: url(../../../images/fotos_equipos/equipo_indicado.png);
	}


.corte_axial
{
  	background-repeat: no-repeat;
  	height: 167px;
  	width: 282px;
  	float: left;
  	/* Para nuestro amigo Internet Explorer */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/glosario/corte_axial.png');
  }
  
  .corte_axial[class]
{
	background-image: url(../../../images/glosario/corte_axial.png);
	}

.corte_transaxial
{
  	background-repeat: no-repeat;
  	height: 167px;
  	width: 282px;
  	float: left;
  	/* Para nuestro amigo Internet Explorer */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/glosario/corte_transaxial.png');
  }
  
  .corte_transaxial[class]
{
	background-image: url(../../../images/glosario/corte_transaxial.png);
	}

.corte_sagital
{
  	background-repeat: no-repeat;
  	height: 167px;
  	width: 282px;
  	float: left;
  	/* Para nuestro amigo Internet Explorer */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/glosario/corte_sagital.png');
  }
  
  .corte_sagital[class]
{
	background-image: url(../../../images/glosario/corte_sagital.png);
	}


.ventana_coronal
{
  	background-repeat: no-repeat;
  	height: 167px;
  	width: 282px;
  	float: left;
  	/* Para nuestro amigo Internet Explorer */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/glosario/ventana_coronal.png');
  }
  
  .ventana_coronal[class]
{
	background-image: url(../../../images/glosario/ventana_coronal.png);
	}



.logo_contacto
{
  	margin-right: auto;
  	margin-left: auto;
  	display: inline-block;
  	background-repeat: no-repeat;
  	height: 78px;
  	width: 224px;
  	/* Para nuestro amigo Internet Explorer */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/logo_contacto.png');
  }
  
  .logo_contacto[class]
{
	background-image: url(../../../images/logo_contacto.png);
	}



a.video_accuitomo
{
	margin-right: auto;
	margin-left: auto;
	display: inline-block;
	background-repeat: no-repeat;
	height: 307px;
	width: 413px;
	/* Para nuestro amigo Internet Explorer */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='videos/accuitomo/icono_accuitomo.png');
}

a.video_accuitomo[class]
{
  background-image: url(../../../videos/accuitomo/icono_accuitomo.png);
  }


.contacto_gracias
{
  	margin-right: auto;
  	margin-left: auto;
  	display: inline-block;
  	background-repeat: no-repeat;
  	height: 276px;
  	width: 298px;
  	/* Para nuestro amigo Internet Explorer */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/contacto_gracias.png');
  }
  
  .contacto_gracias[class]
{
	background-image: url(../../../images/contacto_gracias.png);
	}

a.icono_video_implant_viewer
{
	margin-right: auto;
	margin-left: auto;
	display: inline-block;
	background-repeat: no-repeat;
	height: 156px;
	width: 179px;
	/* Para nuestro amigo Internet Explorer */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='templates/oral_3d/images/i_v_implant_viewer.png');
}

a.icono_video_implant_viewer[class]
{
  background-image: url(../images/i_v_implant_viewer.png);
  }


a.icono_video_one_volume_viewer
{
	margin-right: auto;
	margin-left: auto;
	display: inline-block;
	background-repeat: no-repeat;
	height: 156px;
	width: 179px;
	/* Para nuestro amigo Internet Explorer */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='templates/oral_3d/images/i_v_one_volume_viewer.png');
}

a.icono_video_one_volume_viewer[class]
{
  background-image: url(../images/i_v_one_volume_viewer.png);
  }






a.video_implant_viewer
{
	margin-right: auto;
	margin-left: auto;
	display: inline-block;
	background-repeat: no-repeat;
	height: 259px;
	width: 413px;
	/* Para nuestro amigo Internet Explorer */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='videos/implant_viewer/icono_implant_viewer.png');
}

a.video_implant_viewer[class]
{
  background-image: url(../../../videos/implant_viewer/icono_implant_viewer.png);
  }




a.video_one_volume_viewer
{
	margin-right: auto;
	margin-left: auto;
	display: inline-block;
	background-repeat: no-repeat;
	height: 337px;
	width: 413px;
	/* Para nuestro amigo Internet Explorer */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='videos/one_volume_viewer/icono_one_volume_viewer.png');
}

a.video_one_volume_viewer[class]
{
  background-image: url(../../../videos/one_volume_viewer/icono_one_volume_viewer.png);
  }


