/*
<?
	header("Content-Type: text/css");
	if(!$_GET['fs']){
		$fontSize=12;
	}else{
		$fontSize=$_GET['fs'];
	}
?>
*/

body{
background-color:#FFF;
margin:0em 1em;
}

body,td,th,input,select,textarea,.form_separator,a,p,checkbox {
font-family:trebuchet ms,verdana;
/*font-size:<?=$fontSize?>px; */
font-size:12px;
line-height:1.4em;
color: #4d4d4d;
}

td,th,input,textarea{
	line-height: 1em;
}


.formtable td{
	vertical-align: middle;
	padding: 1px;
}


h1{
	color:#000000;
	font-family:Arial,Helvetica,sans-serif;
	font-size:25px;
	font-weight:normal;
	letter-spacing:-1.2px; 
}


h2{
	color:#000000;
	font-family:Arial,Helvetica,sans-serif;
	font-size:18px;
	font-weight:normal;
	letter-spacing:-0.7px;
	line-height: 20px;
}

#tucamportal li{
	list-style-position: inside;
	padding-left: 1em;
}

.tools{
	line-height: 2em;
	font-size:1.1em!important;
}


.tools li{
	line-height: 1.5em;
}

p{
	margin-top: 1em;
	margin-bottom: 1em;
}


input,textarea {
	border:1px solid #ababab;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	font-family: arial;
}

checkbox{
	font-family: arial;
}

.round{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-moz-box-shadow: 2px 2px 3px #888888;
	box-shadow:  2px 2px 3px #888888;

}


.roundnoshadow{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}

#copyright{
	text-align: center;
	border-bottom: 1px solid #cdcdcd;
	padding: .5em;
	color: #9e0065;
	font-weight: bold;
}

.ajax_loading{
	color: red;
	text-decoration: blink;
}

select {
border:1px solid #ababab;
font-family: arial;
}

form {
display:inline;
}


.hidden{
	display: none !important;
}

.listbox {
empty-cells:show;
/*border:1px solid; */
background-color:#FFF;
width: 100%;
}

.listbox_title {
background-color:#858585;
color: white;
padding: 2px;
padding-left: 1em;
}

/*
.listbox_button{
text-align:left;
border-top:1px solid;
border-right:1px solid;
border-left:1px solid;
border-bottom: 1px solid;
background-color:#ffa072;
padding-left:4px;
padding-right:4px;
padding-bottom:1px;
padding-top:3px;
line-height: 1.6em;
-moz-border-radius-topleft:5px;
-webkit-border-top-left-radius:5px;
-moz-border-radius-topright:5px;
-webkit-border-top-right-radius:5px;
background-image: url(../images/boton-listbox.png);
}
*/

.listitem {
text-align:center;
border-bottom:1px inset;
border-right:1px inset;
background-color:#ffffff;
padding:.25em;
margin: .25em;
vertical-align: middle;
-moz-border-radius:10px;
-webkit-border-radius:10px;
border-radius:10px;
}

.alt{
	background-color: #eeeeee !important;
}

a {
text-decoration:none;
font-weight:700;
}

.divlistitem {
width:20em;
max-height:5em;
overflow:auto;
border:1px inset #FC9;
padding:.25em;
}

.divlistitembig {
width:20em;
overflow-y:auto;
max-height:220px;
margin:4px;
padding:.25em;
}

.divgooglelistitem {
background-image:url(google.ico);
background-repeat:no-repeat;
background-position:center left;
padding-left:2em;
max-width:30em;
max-height:8em;
overflow:auto;
}

input,select,textarea {
background-color:#FFF;
}

.thlistitem {
font-size: 1.1em;
text-align:center;
background-color: #ff7103;
color: white;
vertical-align: top;
/* background-image: url(../images/barra-tabs.png); */
border-right:1px solid ;
border-bottom:1px solid ;
padding:2px;
vertical-align: middle;
}

.fbutton,.fsubmit,.boton,.listbox_button {
border-radius: 5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
text-align:left;
border:1px solid #FC9;
border-bottom:1px solid #cdcdcd;
border-right:1px solid #cdcdcd;
background-color:#ff7103;
margin-left:.4em;
margin-right:.4em;
line-height:2em;
padding:3px;
cursor: pointer;
text-align: center;
}

.fbutton,.fsubmit,.boton,a.boton,.listbox_button,a.listbox_button {
text-decoration:none;
color:#FFF !important;
margin-top:1em;
font-weight: bold;
}

.fbutton:hover,.fsubmit:hover,.boton:hover,a.boton:hover, .listbox_button:hover,a.listbox_button:hover {
font-weight:700;
background-color:#FF4200;
border-bottom:1px solid #898989;
border-right:1px solid #898989;
}

.fbutton:active.fsubmit:active,.boton:active,a.boton:active {
font-weight:narrow;
border:1px inset #FC9;
padding:1px;
}

a.google {
line-height:2em;
}

a.google:hover {
text-decoration:underline;
}

a.google:visited {
color:#696969;
}

.pagerank {
padding-bottom:2px;
text-align:center;
width:1em;
height:1em;
float:left;
}

#barra {
border-bottom:1px solid #cdcdcd;
height:20px;
padding-top:26px;
text-align:right;
font-weight: 700;
}

#subbarra {
text-align:right;
}

a.menulink {
font-size:1.2em;
text-decoration:none;
font-weight:700;
}

span.menulinkleft{
font-weight:700;
}

a.menulink:hover {
font-size:1.2em;
text-decoration:none;
}

.menu2level{
	padding-left: 23px;
}

.active {
color:#ff7103;
font-weight:700;
}

/*
#######################
# NEWS
#######################
*/

.destacado{
	font-size: 1.1em;
	font-weight: bold;
	background-color: #fcfcfc;
	padding: 0.5em;
	color:#ffffff;
}

.destacado p {
color: white !important;
}

#espanacashnews h1{
	background-image:url(../images/icono-noticias.png);
	background-position:0 -2px;
	background-repeat:no-repeat;
	height:34px;
	margin-bottom:0px;
	padding-left:38px;
	padding-top:4px;

}

.news{
	margin-bottom: 2em;
	max-width: 800px;
}

.news .title {
font-size:1.4em;
color: #ae006f;
padding:2px;
background-color: #eeeeee;
padding-left: 7px;
}


#main_news .news .title {
font-size:1.4em;
color: #ae006f;
padding:2px;
background-color: #eeeeee;
padding-left: 7px;
width: 750px;
margin-left: 10px;
}

.news p{
	line-height: 1.8em;
	color:#727272 !important;
}

.newscontent p {
	margin:0px!important;
	margin-left:8px!important;
	font-size:11px;
	color: #ae006f;
	font-weight:normal;
}

.news .newscontent {
	margin: 2em;
	margin-top: 1em;
	font-size:12px;
	font-weight:normal!important;
	
}

.news .newscontent p {
	margin: 2em;
	margin-top: 1em;
	font-size:12px;
	font-weight:normal!important;
	color:#000000!important;
}

.news .newscontent a {
	text-decoration: underline;	
	color: #ae006f;
	font-size:14px;
}

.news .newscontent strong {
	color: #000000;
	font-size:14px;
}


.news .newscontent a:visited{
	color: #727272;
}


.news .newscontent a:hover{
	color: #ff00a3;
}

.news .date {
font-size:0.8em !important;
padding:2px;
color: #535353;
}


.newsmini{
	margin-top:2px;
	max-width: 800px;
	font-size:11px;
	font-weight:normal!important;
	margin-left:6px;
	line-height:19px;
}

.newsmini{
	margin-top:2px;
	max-width: 800px;
	font-size:11px;
	font-weight:normal!important;
	margin-left:6px;
	line-height:19px;
}


.title li{
	margin-bottom: 0em;
	max-width: 800px;
	font-size:11px;
	font-weight:normal!important;
}

.site{
	margin-bottom: 10px!important;
	padding: 0em;
	padding-top:8px;
}

.site p {
	margin-bottom:10px!important;
	font-size:11px;
}


.newsmini .title {
	font-size:1.1em;
	padding:2px;
}

.newsmini .date {
	font-size:1em;
	padding:2px;
	color: #8f0058;
}

.widget .newscontent{
	width: 300px;
	height: 4em;
	overflow-y: hidden;
	display: none;
	padding: 1px;
	padding-top:-10px;
	padding-left: 0em;
}

.widget {
	margin-bottom:15px!important;
	margin-right:15px!important;
}

.menu_left {
	float:left;
/*	width:160px;  */
	margin-left:10px;
	min-height:800px;
}

.clientsupport {
	padding-bottom:1em;
	text-align:left;
	font-size:1.1em;
}

#maincontent {
	float:left;
	padding-left: 1em;
}

#maincontent .title {
font-size:1.2em;
}

td {
vertical-align:top;
text-align:left;
}


/* links with tab aspect */
.tablist {
text-align:left;
border-top:1px solid;
border-right:1px solid;
border-left:1px solid;
border-bottom: 1px solid #ffa072;
background-color:#ffa072;
padding-left:4px;
padding-right:4px;
padding-bottom:2px;
padding-top:3px;
line-height: 1.6em;
-moz-border-radius-topleft:5px;
-webkit-border-top-left-radius:5px;
-moz-border-radius-topright:5px;
-webkit-border-top-right-radius:5px;
}

a.tablist:active {
color:#666;
}

a.tablist {
text-decoration:none;
}

#own_sites {
height:325px;
overflow-y:auto;
}

#own_sites .site {
width:10px;
height:100px;
overflow:hidden;
display:inline;
cursor:pointer;
margin:2px;
text-align: center;
}

#own_sites .site img {
width:150px;
height:100px;
overflow:hidden;
}

#own_sites .site img:hover {
opacity:.7;
}

.tabbutton,.tabbutton_activo {
text-align:center;
border:1px solid #959595;
background-color:#959595;
line-height:2em;
padding:3px;
}

a.tabbutton {
text-decoration:none;
color:#FFF;
margin-top:1em;
-moz-border-radius-topleft:5px;
-webkit-border-bottom-left-radius:5px;
-moz-border-radius-topright:5px;
-webkit-border-bottom-right-radius:5px;
border-radius:5px;
}

a.tabbutton:hover,a.tabbutton_activo {
font-weight:700;
background-color:#696969;
border-bottom:1px solid #FF4200;
color:#FFF;
}

a.tabbutton:active {
color:#696969;
background-color:#959595;
}

a.tabbutton_activo {
border:0;
border-bottom:2px solid #FF4200;
background-color:#FF4200;
padding-left:6px;
padding-top:5px;
padding-right:6px;
font-weight:700;
-moz-border-radius-topleft:5px;
-webkit-border-top-left-radius:5px;
-moz-border-radius-topright:5px;
-webkit-border-top-right-radius:5px;
}

.tabbarcontent {
display:none;
margin:0;
}

#tabbar_line {
border-top:8px solid #ff4200;
background-image: url(../images/barra-tabs.png);
background-repeat: repeat-x;
height: 22px;
}

#tucamsavebar {
text-align:center;
margin-top:0;
margin-bottom:5px;
width:100%;
padding:.5em;
}

.formtable {
border-spacing:.5em;
margin:0;
}

.form_separator {
	font-size:0.9em;
	text-align:left;
	font-weight:bold;
	color:#696969;
	background-color:#dedede;
	border:1px #dedede;
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	padding:2px 2px 2px 2px;
}

.form_warn {
width:600px;
border:2px solid red;
margin:1em;
padding:1em;
}

#tucamportal_preview input {
cursor:pointer;
}

#tucamportal_preview {
color:#FFF;
display:none;
}

#tucamportal_preview iframe {
border-left:1px solid #696969;
border-right:1px solid #696969;
}

#tucamportal_preview_cabecera,#tucamportal_preview_cabecera td {
color:#FFF;
text-align:right;
background-color:#ff4200;
-moz-border-radius-topleft:5px;
-webkit-border-top-left-radius:5px;
-moz-border-radius-topright:5px;
-webkit-border-top-right-radius:5px;
padding:2px;
}

#tucamportal_preview_footer {
-moz-border-radius-bottomleft:5px;
-webkit-border-bottom-left-radius:5px;
-moz-border-radius-bottomright:5px;
-webkit-border-bottom-right-radius:5px;
background-color:#ff4200;
height:10px;
}

#tucamportal_preview #title {
padding-top:5px;
padding-left:1em;
text-align:left;
font-weight:700;
}

#tucamportal .menu_left{
	width: 220px;
}

.input_pixel{
	text-align: center;
}

#tooltip{
	overflow-x: hidden;
	color: #696969;
	border: 1px solid #696969;
	display: none;
	background-color: white;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding: 1em;
	width: 320px;
	text-align: justify;
	cursor: pointer;
}

#tooltip img{
	border: 1px dashed;
}


.tooltip_button{
	padding: 4px;
	cursor: pointer;
}


.tooltip_button img{
	width: 18px;
	height: 18px;
}


.file2{
	margin-right: 1em;
}

#tucamportal .col0{
	padding-left: 10px;
}


#bannerfactory .file2,#bannerfactory .input_text{
	width: 75px;	
}

#bannerfactory .menu_left{
	width: 260px;
}

#bannerfactory #acordeon,#bannerfactory .acordeon{
	width: 250px;
	padding: 0px;
}

#bannerfactory #acordeon .title{
	width: 250px;
}

#bannerfactory col0{
	padding-left: 0px !important;
}

.examplebox{
	padding: 10px;
	text-align: center;
	oveflow: hidden;
	border: 1px solid #e7e7e7;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 5px;
}

#bannerfactory #visorid{
	border: 1px dashed;
	margin-bottom: 1em !important;
}

.numeric{
	text-align: right;
}


.numericleft{
	text-align: left;
}

#help{
	border-radius: 5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding: 1em;
	font-size: 1em;
	color: #696969;
	position: absolute;
	display: none;
	width: 300px;
	background-color: white;
	border: 1px solid ;
}

#bannerfactory .form_separator{
	background-color: transparent;
}

#visorcontainer{
	text-align: center;
}

.contactus{
	text-align: center;
	color: white;
	font-size: 1.1em;
	line-height: 1.9em;
	margin: 0px;
	padding: 0px;
	background-color: #ff7103;
	cursor: pointer;
	border-radius: 5px;
	border-radius-topleft:13px;
	-moz-border-radius:5px;
	-moz-border-radius-topleft:13px;
	-moz-border-radius-bottomright:13px;
	border-radius-bottomright:13px;
	-webkit-border-radius:5px;
	width: 233px;
	font-weight: bold;
	width: 150px;
	margin-left: auto;
	margin-right: auto;
}

.contactus .min{
	font-size:0.9em;
	font-weight:bold;
	line-height:1.5em;
	padding-bottom:3px;
}

.contactushelp{
	background-image:url(../images/consultanos-info.png);
background-position:4px 4px;
background-repeat:no-repeat;
padding-left:20px;
text-align:center;
padding-top:2px;
height:24px;
}

.contactus_content{
	/* display: none;  */
	width: 150px;
	font-size:10px!important;
	margin-left: auto;
	margin-right: auto;
}

.contactus_content .email, .contactus_content .telefono, .contactus_content .skype, .contactus_content .email2, .contactus_content .chat {
	text-indent: 28px; 
	text-align: right !important;
	height: 33px;
	padding-top: 0px;
	font-size:10px!important;
	line-height:1.2em;
}

.contactus_content a{
	font-size: 10px!important;
	padding-right: 0px!important; 
}


.contactus_content .email{
	background-image: url(../images/mail-orange.png);
	background-repeat: no-repeat;
	background-position: 5px 0px;
	
}


.contactus_content .email2{
	background-image: url(../images/mail-pink.png);
	background-repeat: no-repeat;
	background-position: 5px 1px;
	padding-right:0px!important;
}


.contactus_content .telefono{
	background-image: url(../images/telefono.png);
	background-repeat: no-repeat;
	background-position: 3px 2px;
}


.contactus_content .chat{
	background-image: url(../images/chat.png);
	background-repeat: no-repeat;
	background-position: 3px 2px;
	font-size:10px!important;
	margin-bottom:6px;
	padding-right:0px!important;
}

.contactus_content .chat iframe{
	background-color: white;
}

.contactus_content .chat td {
	text-align: right;	
}


.contactus_content .chat b {
	padding-right:0px;
}

.contactus_pico{

	background-image: url(../images/consultanos-flcha.png);
	background-repeat: no-repeat;
	background-position: 103px 0px;
	height: 20px;
}

.saveButton{
	background-image: url(../images/boton-guardar.png);
	text-align: center;
	width: 250px;
	height: 29px;
	vertical-align: middle;
	padding-top: 10px;
	margin-bottom: 4px;
}


.cssborder{
	width: 2em;
}


#login .formtable{
	width: 200px;
}

#login .col0{
	width: 200px;
	text-align: right;
}

.widget{
	float: left;
	width: 344px;
	height: 260px;
	overflow: hidden;
	border: 1px solid #cdcdcd;
/*	background-color: #ffffff; */
	padding: 4px;
	margin: 4px;
}

.box{
	overflow: hidden;
	border: 1px solid #cdcdcd;
	padding: 4px;
	margin: 4px;
	margin-bottom: 17px;
}

.boxbackground{
	background-color: #4d4d4d;
	color: #ffffff;
}


#tools .widgettitle{
	font-family: Trebuchet Ms,Verdana;
	letter-spacing: 0;
	font-weight: bold;
	color: #4d4d4d;
}

.widgettitle, .masinfo{
	color: #8f0058;
	font-size: 1.4em;
	padding-left:33px !important;
	font-weight: normal;
	background-position:5px 2px;
	height:25px;
}

.masinfo{
	margin-left:10px;
}

.widget .content{
	height: 230px;
	overflow-y: auto;
	overflow-x: hidden;
	/* background-color: white; */
}

#content_widget7{
	overflow: hidden;
}

.widget .container{
	padding-top: 3px;
}

.dialxs_text{
	font-size:11px;
	line-height:13px;
	text-align:center;
}

.dialxs_text b{
	color: #c703aa;
}

.widgettitle{
	color:#000000;
	font-family:Arial,Helvetica,sans-serif;
	font-size:18px;
	font-weight:normal;
	letter-spacing:-1.2px;
}
	
#widget6 .widgettitle{
	background-position: 1px 0px;
}

#widget3 .widgettitle{
	background-position: 1px 0px;
}

#widget5 .widgettitle{
	background-position:-1px 0;
}

#widget7 .widgettitle{
	padding-left:45px !important;
}

.widget .rsscontent{
	width: 300px;
	height: 5.5em;
	overflow-y: hidden;
	display: none;
	padding: 0px;
	padding-left:5px;
	font-size:11px;
	font-weight:normal;
	color:#ae006f;
}


li.title a{
	font-size: 1.0em;
	margin-right:11px;
}

#webcamer_imageloader{
	margin-top: -15px;
}

.widget ul{
	margin-left: -20px;
	list-style-type: disc;
	margin-top:0px;
}

#webcamer #acordeon,#webcamer .acordeon{
	width: 130px;
	padding-left: 5px !important;
	padding-right: 2px !important;
}

#webcamer #acordeon .title{
	width: 140px;
}


#webcamer .ui-accordion-header{
	width: 109px;
	padding-left: 28px !important;
}


#webcamer .ui-state-hover, .ui-state-default{
	background-color: #777777 !important;
	background-image: none;
}

#webcamer .ui-accordion-content {
	text-align: center;
}


#freecamfactory .menu_left{
	width: 260px !important;
	padding-left: 0px;
	overflow: hidden;
}

#freecamfactory #acordeon,#freecamfactory .acordeon{
	width: 240px;
	padding-left: 5px !important;
	padding-right: 2px !important;
}

#freecamfactory #acordeon .title{
	width: 219px;
	background-color: #a0a0a0 !important;
}


#freecamfactory .ui-accordion-header{
	width: 219px;
	padding-left: 28px !important;
}


#freecamfactory .ui-state-hover, .ui-state-default{
	background-image: none;
}

#freecamfactory .ui-accordion-content {
	text-align: center;
	overflow-x: visible !important;
}


.paginator{
	text-align: center;
}

.paginator .active{
	color: #ff7103;
	text-decoration: line-through;
	cursor: default;
}


#acordeon{
	overflow-x: none;
}

.menuadmin{
	color: #ff7103;
}


.imagelistitem{
	vertical-align: middle;
}

#spdescription{
	padding: 1em;
}

.floating-toolbar{
	position: absolute;
	z-index: 2;
	margin-top: 37px;
	margin-left: 50px;
	width: 20px;
	color: white;
	display: inline;
}

#aux{
	display: hidden;
	margin-left: auto;
	margin-right: auto;
}

.webcamer_imagetool{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background-color: #e7e7e7;
	color: white;
	padding-left: 8px;
	padding-bottom: 8px;
	padding-top: 3px;
	padding-right: 8px;
	width: 639px;
	height: 504px;
	-moz-box-shadow: 2px 2px 9px #888888 !important;
	box-shadow:  2px 2px 3px #888888 !important;
}

.webmodelimg{
	float: left;
	width:102px;
	height: 92px;
	padding-left:2px;
	padding-top:2px;
	margin: 1px;
	cursor: pointer;
}

.webmodelimg img{
	border: 1px solid #ffffff;
}


#imageeditor_edit .menu_left{
	width: 200px;
}

.showterms{
	width: 356px;
	height: 82px;
	overflow: auto;
	border: 1px solid #4d4d4d;
	padding: 4px;
	margin-left: auto;
	margin-right: auto;
}

.register_error{
color: red;
width: 500px;
padding: 1em;
border: 1px solid;
text-align: center;
}

#showcode{
	width: 100%;
	height: 100px;
}


#toolmenu{
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
}

#toolmenu a.menulinkleft{
	line-height: 19px;
}


#toolmenu a.menu2level{
	font-weight: 500;
}

#toolmenu a:hover{
	color: #ff8200;
}


.father{
	background-image: url(../images/triangulo-vert-activo.png);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 16px;
}

#siteviewer .widget{
height: 454px;
}

#siteviewer .widget .content{
height: 431px;
}

#auxmsg{
	width: 500px;
	text-align: left;
	display: none;
}

#auxmsg p{
	color: red;
}

/*
#######################
# TITULO EN SITIOS
#######################
*/

#site h1 {
	background-image:url(../images/icono-mejoressitios.png);
	background-position:0 0;
	background-repeat:no-repeat;
	height:25px;
	padding-left:33px;
	padding-top:8px;
	line-height: 25px;
}


/*
#######################
# TITULO EN EL ADMIN PRIVATE	
#######################
*/

#admin h1 {
	padding-left:54px;
}

#admin .maincontent {
	background-image:url(../images/icono-bienvenido.png);
	background-repeat:no-repeat;
	height:43px;
	padding-top:1px;
	background-position: 0px 12px;
}


/*
#######################
# TITULO EN LAS TOOLS	
#######################
*/

#tools .maincontent {
	background-image:url(../images/icono-herramientas-priv.png);
	background-repeat:no-repeat;
	height:43px;
	padding-top:1px;
	background-position: 1px 2px;
}

#tools h1 {
	padding-left:37px;
	padding-top:2px;
	line-height: 20px;
	margin-bottom: 3px;
}

#tools .round {
	line-height:18px!important;
	font-size:1em;
}

#tools .round b{
	font-size:1.2em;
	color:#000;
}

/*
#######################
# TITULO EN  WEBCAMERS	
#######################
*/

#webcamer h1 {
	height:19px;
	padding-left:35px;
	padding-top:4px;
	line-height: 25px;
}

#webcamer .maincontent {
	background-image:url(../images/icono-modelos.png);
	background-repeat:no-repeat;
}

/*
#######################
# TITULO EN  LIVEIFRAME	
#######################
*/

#liveiframe h1 {
height:19px;
padding-left:41px;
padding-top:3px;
line-height: 25px;
}

#liveiframe .maincontent {
	background-image:url(../images/icono-bannerfactory-peq.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
}

/*
###############################
# TITULO EN BUSCADOR DE BANNERS	
###############################
*/

#bannersys h1 {
	height:19px;
	padding-left:48px;
	padding-top: 2px;
	line-height: 18px;
}

#bannersys .maincontent {
	background-image:url(../images/icono-banner.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
}

/*
###############################
# TITULO EN TUCAMPORTAL	
###############################
*/

#tucamportal_main h1 {
	height:25px;
	padding-left:60px;
	padding-top: 15px;
	line-height: 25px;
	padding-bottom: 10px;
}

#tucamportal_main .maincontent {
	background-image:url(../images/icono-tucam.png);
	background-repeat:no-repeat;
	background-position: -4px 0px;
}


/*
#######################
# TITULO EN  IMAGEEDITOR	
#######################
*/

#imageeditor_main h1 {
	height:19px;
	padding-left:45px;
	padding-top: 6px;
	line-height: 25px;
}

#imageeditor_main .maincontent {
	background-image:url(../images/icono-imageeditor-peq.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
}


/*
######################
#WEbsite
######################
*/

#header{
	background-repeat: no-repeat;
	height: 104px;
	width: 958px;
	margin-left:	auto;
	margin-right: auto;
}

#subheaderes{
	background-image: url(../images/website/menu-es.jpg);
	background-repeat: no-repeat;
	height: 40px;
	width: 946px;
	margin-left:	auto;
	margin-right: auto;
	padding-top: 9px;
	padding-left: 12px;
}


#subheaderen{
	background-image: url(../images/website/menu-en.jpg);
	background-repeat: no-repeat;
	height: 40px;
	width: 946px;
	margin-left:	auto;
	margin-right: auto;
	padding-top: 9px;
	padding-left: 12px;
}

.menu{
	width: 615px;
}	

#menu{	/* website */
	width: 715px;
	float: left;
}

.flagmenu{
	float: left; 
	width: 100px;
	margin-top: -4px;
}

.flagmenu a img{
	border: 0px;
}

#webcontent{
	width: 958px;
	margin-left:	auto;
	margin-right: auto;
	background-image: url(../images/website/bh.png);
}

.webmenuleft{
	width: 180px;
	overflow: hidden;
	padding-top: 6px;
}


.webmenuright{
	width: 170px;
	overflow: hidden;
}

.subtitle{
	color: #9f9f9f;
	font-size: 20px;
/*	letter-spacing: -1px; */
/*	text-indent: 16px; */
	padding-left: 16px;
}

.webmenulink{
	font-weight: 400;
	font-size: 14px;
	margin-left: 12px;
	margin-right: 12px;
}

.webmenulink:hover{
	color: #FF4200;
}

#websiteloginusername{
	width: 78px;
}


#websiteloginpassword{
	width: 78px;
}

#websitelogin .col0{
	text-align: right !important;
	width: 40px;
}

#websitelogin .formtable{
	margin-left: 6px;
	width: 165px;
	background-color: #dedede;
	margin-bottom: 2em;
}

#websitelogin .formtable td{
}

#websiteloginregister{
	width: 80px;
	margin: 0px !important;
	font-size: 13px;
}

#websitelogin #send{
	width: 67px;
	margin: 0px;
	font-size: 13px;
}

.nicetitle{
	font-size: 24px;
	height:26px;
	line-height: 26px;
	padding-top: 6px; 
	letter-spacing: -1px;
}

.orange{
	color: #ff7200;
}

.grey{
	color: #9f9f9f;
}

.homebox{
	float: left;
	width: 302px;
	height: 154px;
}

.homebox .subtitlebox{
	text-indent: 0px;
	font-size: 19px;
	padding-top: 14px;
}

#webcontent h1{
	text-indent: 16px;	
}

.tiasaliendo{
	padding-left: 240px;
	background-image: url(../images/website/chica-monitor.jpg);  
	background-repeat: no-repeat;
	background-position: 19px;
	height: 200px;
	width: 334px;
}

.tiasaliendo .homebox{
	width: 310px;
}

.subtitleboxbig{
	font-size: 24px;
	line-height: 24px;
	padding-bottom: 20px;
}

.tiasaliendo .subtitle {
	padding-top: 5px;	
}

.tabmodel{
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 6px;
	margin-right: 6px;
	line-height: 18px;
}

img.website_webcamer{
	border: 1px solid white;;
}

#webcontent h2{
	margin-bottom: 0.5em;
}

.tabla_tarifas td{
	font-weight: bold;	
	text-align: right;
}

.promobox{
	padding-top: 4px;				
	padding-left: 46px;
	padding-right: 10px;
	background-repeat: no-repeat;
	background-position: 2px 2px;
	width: 220px;
	overflow: hidden;
	/*
	border-top: 1px solid #cfcfcf;
	border-left: 1px solid #cfcfcf;
	border-bottom: 1px solid #9f9f9f;
	border-right: 1px solid #9f9f9f;
	*/
	cursor: pointer;
	overflow: hidden;
	margin-bottom: 6px;
}

.promobox .title{
	font-size: 18px;
	line-height: 1.2em;
	color: #ff7200;
}

.promobox .floating{
	position: absolute;
	width: 40px;
	height: 20px;
	padding: 0px;
	font-size: 12px;
	line-height: 20px;
	margin-left: 307px;
	margin-top: 0px;
	display: none;
}

.promobox .text{
	padding-bottom: 1em;
	padding-left: 1px;	
	line-height: 15px;
}

#webcontent .subtitle{
	line-height: 1em;		
}


.li{
	line-height: 16px;
	background-image: url('../images/punto-naranja.png'); 
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 12px;
}


#user_register .maincontent, #user_register2 .maincontent{
	padding-left: 16px;
	padding-right: 16px;
}

#user_register2 #alta, #user_register #alta{
	width: 200px;
	margin-left: 182px;
}

#user_news .maincontent{
	padding-left: 16px;
	padding-right: 16px;
}

/*

#main_whoweare h1{
	background-image: url();	
	padding-left: 40px;
}


#webcontent h1{
	padding-left: 40px;
	margin: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#main_news h1{
	background-image: url(../images/icono-noticias.png);	
	background-repeat: no-repeat;
	background-position: 17px 10px;
}

#main_promoherramienta h1{
	background-image: url(../images/icono-herramientas.png);	
	background-repeat: no-repeat;
	background-position: 17px 10px;
}

#main_promoherramienta h1{
	background-image: url(../images/icono-videochat.png);	
	background-repeat: no-repeat;
	background-position: 17px 10px;
}
*/

.textbox{
	line-height: 1.7em;
}

.center{
	text-align: center;
}

#main_whoweare ul{
	padding-left: 1em;	
}


/*
 *#########################3
 */

.videobox{
/*	float: left; */
	clear: both;
	overflow-y: auto;
	margin-top: 10px;
}

.videobox .title{
	text-align: right;
	float: left;
	width: 80px;
	overflow: hidden;
}

.videoboxitem{
	float: left; 
	width: 110px; 
	height: 122px;
	padding-right: 4px;
	text-align: center;
}

.keyword_news{
	font-size: 10px;
}

.keyword_news .newscontent{
	height: 4em;
	overflow-y: hidden;
	color: #FF7103 ;
	padding-left: 15px;
	overflow-x: hidden;
}

.newscontent p{
	color: #696969 ;
}


.keyword_news .title{
	height: 4em;
	overflow-y: hidden;
}


.related_news{
	width: 145px;
}


#freecamfactory .related_news{
	width: 200px;
	margin-left: 10px;
}


#bannercapsule #acordeon .title{
	width: 240px;
}

#bannercapsule .ui-accordion-content{

	width: 240px;
}

#bannercapsule #saver .row1{
	width: 120px;

}
