/********************************************
   AUTHOR:  			Erwin Aligam 
   WEBSITE:   			http://www.styleshout.com/
	TEMPLATE NAME:		MarketPlace
   TEMPLATE CODE: 	S-0017
   VERSION:          1.0	
	DATE:          	August-31-2007          	
 *******************************************/
 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* Top Elements */
* {
	margin: 0;
	padding: 0;
}

body {
	font: 12px/1.75em Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0 0 15px 0;
}

/* links */
a, a:visited {
	color:#FF0000;
	font-weight:bold;
	text-decoration: none;
	
}
a:hover {
	color:#666666;
	padding-bottom: 0;
	
}

/* headers */
#Layer1 {
	position:relative;
	width:200px;
	height:20px;
	color: #a4a4a4;
	font-size: 10px;
	text-align: right;
}
#Layer1 a{
	color: #fff;
}
#Layer1 a:hover{
	color: #a4a4a4;
}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: Bold; 	
	
}
h1 {
	font-size: 130%;	
	font-weight: bold;	
	padding: 10px;
	margin-top: 10px;
	height: auto;
}
h2 {
	font-size: 100%;
	text-transform: uppercase;	
	border-bottom-style: solid;
}
h3 {
	font-size: 130%;	
}

h2, h3, p {
	padding: 10px;
	margin: 0;
	height: auto;
}
h4 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #666666;
}

ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
	
}

/* images */
img {
	background: #ffffff;
	padding: 5px;
	border: none;
	margin: 10px 5px;	
}

a img {
	filter:none;
}
a:hover img {
	filter:alpha(opacity=80); -moz-opacity:0.8;
}
img.seg {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-width: 0px;
	border-style: none;
	filter:alpha(opacity=100);
-moz-opacity:1;	
	border-top-width: 10px;
}
img.ter {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-width: 0px;
	border-style: none;
	vertical-align: middle;
}
img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}
img.extra {
	background: #ffffff;
	border: 0px;
	padding: 0px;
	margin: 0px;	
}

code {
  	margin: 5px 0;
  	padding: 10px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  	/* white-space: pre; */
  	background: #F5F5F5;
	border-left: 3px solid #D4D4D4;
}
acronym {
  cursor: help;
  border-bottom: 1px dashed #777;
}
blockquote {
	font: bold 1.4em/1.5em 'Trebuchet MS', Tahoma, Sans-serif;	
	margin: 10px;
 	padding: 0 0 0 25px;  
    background: #F5F5F5;
	border-left: 3px solid #D4D4D4;	
	color: #444;
}

/* start - table */
.tabla_servicios td{
	text-align:center;
	padding: 0px;
	font-size: 10px;
}
.tabla_servicios img{
	margin:0;
	padding:0px 10px;
}
.tabla_servicios a:hover img{
	background-color:#666666;
}

.tabla_tarifas td{
	text-align:center;
	padding: 0px;
}
.tabla_tarifas img{
	margin:0;
	padding:0px 10px;
}
.tabla_tarifas a:hover img{
	background-color:#666666;
}

table {
	border-collapse: collapse;
	margin: 0px;	
}
th strong {
	color: #fff;
}
th {
	background: #e7e6e6 url(button.jpg) repeat-x;
	height: 29px;
	padding-left: 12px;
	padding-right: 12px;	
	text-align: left;
	border-left: 1px solid #f4f4f4;
	border-bottom: solid 2px #fff;
	color: #333;
}
tr {
	height: 30px;
}
td {
	padding-left: 11px;
	padding-right: 11px;
	
}
td.first,th.first {
	border-left: 0px;
}
tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #EFEFEF;		
}
/* end - table */

/* form elements */

/* FORMULARIO DE SIMULACIÓN DE CONTRATO */
table.tabla {
	background:#666666;
	}
td {
	background-color: #ffffff;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}
form.formulario {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-color: #FFFFFF;
	line-height: 20px;
}
input.boton {
	color:#ffffff;
	border:0px;
	background-color: #ff0000;
	font-weight: bold;
	width: 270px;
	height: 25px;
	text-transform: uppercase;
}
input.boton2 {
	color:#ffffff;
	border:0px;
	background-color: #ff0000;
	font-weight: bold;
	height: 25px;
	text-transform: uppercase;
}
input.selector {
	border:0px;
}
input.campo {
	color:#666666;
	border:1px solid #FF0000;
	padding-left: 10px;
	background-color: #FFFFFF;
	height: 20px;
}
input.campo2 {
	color:#666666;
	border:1px solid #FF0000;
	padding-left: 0px;
	background-color: #FFFFFF;
	width: 270px;
	height: 20px;
}
select.selector {
	color:#666666;
	background-color: #FFFFFF;
	border-width: 1px;
	border-style: solid;
	border-color: #ff0000;
	height: 20px;
}
span.Estilo2 {
	color: #ff0000;
}

/* FIN DE SIMULACIÓN DE CONTRATO */

form {
	margin:5px; padding: 0 5px;	
}
input {
	color:#777;
}
textarea {
	width:400px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 24px;
	margin: 0;
	padding: 2px 3px; 
	color: #333;
	background: #e7e6e6 url(button.jpg) repeat-x;
	border: 1px solid #8e2344;
}

/* search form */
.searchbutton2 {
	border: none;
	width: 90px;
	margin-left: -43px;
	background-image: url(submenu.jpg);
	color: #000000;
}

.searchbutton3 {
	border: none;
	width: 90px;
	background-image: url(submenu.jpg);
	color: #000000;
	margin-left: 2px;
	padding: 1px;
}

.search p { margin: 0; padding: 0; }
.search input.searchfield {
	width: 10px;
	color: #777;
	height: 18px;
	padding: 2px;
	border: 1px solid #ffffff;
	vertical-align: top;
}
.search input.searchbutton { 
	width: 60px;
	height: 24px;
	padding: 2px 5px;
	vertical-align: top;
	font: bold 12px Arial, Sans-serif; 
	margin: 0;
	color: #333;
	
	border: 1px solid #8e2344;

}

/********************************************
   LAYOUT
********************************************/ 
#wrap {
	position: relative;
	width: 960px;
	margin: 0 auto;
	text-align: left;
	z-index: 50;
	background-color: #F7F7F7;
	padding-left: 3px;
}
#content-wrap {
	float: left;
	width: 960px;
	margin-left: 0px;
	margin-top: 3px;
	display: inline;
	padding: 0px;
	background-color: #F7F7F7;
	text-align: justify;
	background-image: url(papel.jpg);
	background-position: right;
	background-repeat: repeat-y;
	color: #666666;
}
#header {
	position: relative;
	height: 20px;
	width:960px;
	padding: 0;
	color: #fff;
	background-repeat: no-repeat;
	text-align: center;
	background-color: #FFFFFF;
	margin-left: -3px;
	margin-bottom: -20px;
}

/* header links */
#header #header-links {
	position: relative;
	top: 0px;
	color: #FFFFFF;
	font-size: 10px;
	width: 200px;
	float: right;
	background-color: #000000;
}
#header #header-links p {	
	padding: 0;	margin: 0;	
}
#header #header-links a {	
	color: #ffffff;
	text-decoration: none;	
}
#header #header-links a:hover {
	color: #a4a4a4;		
}


/* header-photo */
#header-photo {
	position: relative;
	clear: both;
	height: 150px;
	width: 960px;
	margin-left: -3px;
	
}
#header-photo h1#logo-text a {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 48px 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -1px;
	color: #00ffff;
	text-transform: none;
	text-decoration: none;
	border: none;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 25px; left: 30px;	
}

#header-photo h2#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 14px  Arial, Helvetica, sans-serif;
	text-transform: none;
	color: #B6D1F8;
	
	/* change the values of top and left to adjust the position of the slogan*/
	top: 80px; left: 35px;		
}

/* Navigation */
#nav {
	clear: both;
	position: absolute;
	left: 122px;
	top: 130px;
	width: 840px;
	text-align: center;
	z-index: 2;
}
#nav ul {
	list-style: none;
	background: top center url(menu.jpg);
	padding: 0;
	margin: 0;
	
	display: inline;
	text-transform: uppercase;
	text-align: center;

	
}
#nav ul li {
	background: top center url(menu.jpg);
	display: inline;
	margin: 0;
	padding: 0;
	
}
#nav ul li a {
	background: top center  no-repeat url(menu.jpg);
	display: block;
	float: left;
	width: auto;
	margin: 0px;
	padding-top: 10px;
	
	color: #a4a4a4;
	font: bold 10px  Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 0px;
	width: 120px;
	height: 20px;
	
	
}
#nav ul li a:hover, 
#nav ul li a:active {
	color: #666666;
	background: top center  no-repeat url(menu1.jpg);
	margin-bottom: 7px;
	
}
#nav ul li a.current  {
	color: #666666;
	font: bold 12px  Arial, Helvetica, sans-serif;
	background: top center  no-repeat url("menu1.png") !important;
	background-image: none;
	filter: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.grupomimega.com/09/images/menu1.png');
	padding-bottom: 38px;
	
	
}
#derecha {
	position: relative;
	float:right;
	width: 30px;
	height: 20px;	
	background-repeat:no-repeat;
	background-color: none;
	}
/* Main Column */
.three-col #main {
	width: 700px;
	float: left;
	margin-left: 20px;
}
.two-col #main {
	margin: 10px 5px 0 200px;
}

#main h2 {
	margin: 0px 10px 0 10px;
	font: normal 1.8em  Arial, Helvetica, sans-serif;
	color: #ff0000;
	padding: 18px 0 2px 0px; 		
	border-bottom: 3px double #cccccc;
	letter-spacing: 2px;
	text-transform:none;
	text-align: right;
	
}

/* Sidebar */	
#sidebar {
	float: left;
	width: 220px;
	margin-top: 0px;
}
#sidebar ul li a.current  {	
	font-weight: Bold; 	
}

#col1  {
	
}

#col2  {
	background-color: #FFFFFF;
	background-image: url(superior.jpg);
	background-repeat: no-repeat;
}

#col3  {
	background-repeat: no-repeat;
}

#col4  {
	margin-top: -7px;
	height: 26px;
	background-image: url(inferior.jpg);
}

#col5  {
	margin-top: -7px;
	height: 26px;
	background-image: url(derecha_abajo.jpg);
}

#col7  {
	background-image: url(derecha.jpg);
	background-repeat: no-repeat;
}
	
/* right column */
#rightcolumn {
	float: right;
	width: 190px;
	margin-top: 10px;
	
}
#rightcolumn h1, #sidebar h1 {
	margin: 10px 5px 0 5px;
	padding: 0px 5px; 
	font: bold 1.4em  Arial, Helvetica, sans-serif;
	color: #674b1d; 		
}

/* sidemenu */
ul.sidemenu {
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: left;
	padding: 0;
	text-transform:uppercase;
	text-decoration: none;
	margin: 0px;


	/margin: 0px 0px 10px 0px;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #A4A4A4;
	background-color: #00CC00;
}

ul.sidemenu2 {
	text-align: left;
	text-decoration: none;
	margin-top: -1px;	
}

ul.sidemenu li {	
	margin: 0px;
	border-bottom: 10px solid #ffffff;
	list-style: none;
}

* html body ul.sidemenu li {
	height: 1%;
}
ul.sidemenu li a {
	background: url(circulo.png) left no-repeat;
	
	color: #000000;
	border: none;
	display: block;
	height: 1.9em;
	border-top: 1px dotted #a4a4a4;
	border-bottom: 1px dotted #a4a4a4;
	font-weight: bold;
	padding-top: 3.7px;
	
	padding-bottom: 3.7px;
	padding-left: 20px;
	
}
ul.sidemenu li a:hover {
	background: url(circulo2.png) left no-repeat;
	padding-left: 20px;
	
	background-color: #FFFFFF;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	color: #000000;
	
	
}

/* footer-wrap */
#footer-wrap {
	clear: both;
	width: 960px;
	font-size: 10px;
	background-image: url(abajo.jpg);
	background-position: right;
}
#footer-wrap a {
	text-decoration: none;
	color: #666666;
	
}
#footer-wrap a:hover {
	color: #ff0000;	
}
#footer-wrap p {
	padding: 0;
	
}
#footer-wrap h2 {
	color: #a4a4a4;
	margin: 0;
	padding: 0 10px; 
}

/* footer */
#footer {
	clear: both;
	color: #a4a4a4;
	width: 853px;
	height: 20px;
	padding: 0px;
	padding-top: 20px;
	text-align: center;
	float: right;
	background: url(abajo.jpg);
	background-position: right;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.float-center { float: center; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }

/* post */
.date {	
	background: #f3e6bc;		
	font-size: 95%;
	padding: 0px 10px 2px 10px;
	color: #006e66;
	float: right;
}



/* sNews */
fieldset { border: 1px solid #999; padding: 10px 8px; margin: 0 0 8px 0; background: #ffffff; color: #000; }
input { }
textarea { width: 97%; height: 20em; padding: 3px; }
.comment { background: #F5F6F6; color: #808080; padding: 10px; margin: 0 0 10px 0; border-top: 1px solid #ccc; }
.commentsbox { background: #ffffff; color: #808080; padding: 10px; margin: 0 0 10px 0; }
.date { border-top: 1px solid #eee; margin: 0 0 20px 0; }


/* Paginator */
.paginator { font-size: 12px; padding-top: 10px; margin-left: auto; margin-right: auto; }
.paginator a, .this-page { color: #0063DC; padding: 2px 6px; border: solid 1px #ddd; background: #fff; text-decoration: none; }
.paginator a:visited { padding: 2px 6px; border: solid 1px #ddd; background: #fff; text-decoration: none; }
.paginator a:hover { color: #fff; background: #0063DC; border-color: #036; text-decoration: none; }

.paginator .atfirst { padding: 2px 6px; border: solid 1px #ddd; background: #fff; color: #aaa; }
.paginator .atprev { margin-right: 5px; padding: 2px 6px; border: solid 1px #ddd; background: #fff; color: #aaa; }
.paginator .atlast { padding: 2px 6px; border: solid 1px #ddd; background: #fff; color: #aaa; }
.paginator .atnext { margin-left: 5px; padding: 2px 6px; border: solid 1px #ddd; background: #fff; color: #aaa; }

.paginator .first { padding: 2px 6px; border: solid 2px #ddd; background: #fff; }
.paginator .prev { margin-right: 5px; padding: 2px 6px; border: solid 2px #ddd; background: #fff; }
.paginator .last { padding: 2px 6px; border: solid 2px #ddd; background: #fff; }
.paginator .next { margin-left: 5px; padding: 2px 6px; border: solid 2px #ddd; background: #fff; }

.paginator .break { padding: 2px 6px; border: none; background: #fff; text-decoration: none; }
.paginator .this-page { padding: 2px 6px; border-color: #999; font-weight: bold; font-size: 13px; vertical-align: top; background: #fff; color: #FF0084; }
