/* CSS Document */
/*****************************************************************************/
/* PLUGINS
/*****************************************************************************/
@import "scripts/plugins/cssnav/css_nav.css";
@import 'scripts/plugins/comentarios/css_comentarios.css';
@import 'scripts/plugins/buscador/css_buscador.css';
@import 'scripts/plugins/contactenos/css_contactenos.css';
@import 'scripts/plugins/pdf/css_pdf.css';

/*****************************************************************************/
/* Fonts and Headings*/
/*****************************************************************************/

html {
	height: 100%;
	min-height: 100%;
}
body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 10px;
	height:auto;
	min-height: 100%;
	background-color:white;
	background-image:url(images/bodybackground.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: top center;
	text-align: center;
}
p {
	text-align: justify;
	font-size: 11px;
	padding-left:10px;
	padding-right:10px;
}
td {
	vertical-align: top; text-align: center;
}
ul {
	margin:0px;
	padding-top:10px;
	text-align: left;
	font-size: 12px;
	list-style-image: url(images/smallicon.gif);
}

h1 {
width: 100%;
text-align: left;
margin:0;
}
/*****************************************************************************/
/* links */
/*****************************************************************************/

a:link {
	color:#2C8CD3;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #FF0000;
}
a:active {
	color: #000000;
}
/*****************************************************************************/
/* backgrounds & layout*/
/*****************************************************************************/

div {
	vertical-align: top;
	padding: 0px;
	margin: 0px;
}
#contenedor {
	width: 980px;
	height: auto;
	min-height: 100%;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/contenedorbackground.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #FFFFFF;
	display:table;
	text-align:left;
}

#content {
 height:100%; width: 978px;border: 1px solid #666666; display: table-cell; float:left; background-color:#FFFFFF;
}
#cellbackground {
background: url(images/contentbackground.jpg); background-repeat: repeat-x; background-position: top center; width: 798px; text-align: center;
}
#rightcell {
float: left; display: cell; text-align: center;
}
#navigation {
background-color: #FFFFFF;
border: 1px solid #CCCCCC;
width: 180px;
text-align: center;
}
#breadcrumb {
font-size: 10px;
width: 100%;
display: block;
text-align: left;
clear: both;
margin-bottom:10px;
}

#footer {
	width: 100%;
	background-image: url(images/footeerbackground.gif);
	background-repeat: repeat-x;
	height: 97px;
	text-align: right;
	font-size: 10px;
	font-weight: bold;
}

/*	@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
ESTILOS DE LAS CELDAS DONDE SE DESPLIEGAN LOS CONTENIDOS
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */

#cmscell {
width: 100%;
text-align:left;
margin-bottom: 10px;
display: table-row;
clear: both;
}

#cmscell h3 {
font-weight: bold;
text-align: left;
}
#cmscell img {
float: right;
margin: 5px;
border: 1px solid black;
}
#cmscell p {
float: left;
font-size: small;
}

#cmscalltoaction {
width: 100%;
clear: both;
}

#morelink {
background-image: url(images/UI/moreicon.gif);
background-repeat: no-repeat;
background-position: right;
height: 20px;
float: right;
width: 50px;
}

#morelink span {
margin-right: 10px;
font-size: 10px;
}

/*	@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
PAGINADOR
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */

#pagelister {
background-color: #999999;
font-size:14px;
}


/*****************************************************************************/
/* BANNERS */
/*****************************************************************************/

.bannerpequeno {
margin-bottom: 10px;
padding: 0;
}


/*****************************************************************************/
/* clases miscelaneas */
/*****************************************************************************/

.footnote {
	font-size: 10px;
	margin: 20px;
	text-align: center;
}
.reddot {
	font-size: 10px;
	color: red;
	font-weight: bold;
}
.shopping_cart_table {
	border-top: black solid 1px;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	vertical-align:top;
}
.shopping_cart_table_zero {
	border-top: 0px;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	vertical-align:top;
}
.imagen {
	margin: 10px;
}

.leadlink {
	font-weight: bold;
	font-size: 14px;
}

.iconotelefono {
	position: relative;
	font-family: arial, helvetica, sans-serif;
	font-weight: 500;
	background:url(images/icontelefono.gif) no-repeat;
	white-space: normal;
	display: block;
	width: 200px;
	height: 55px;
	margin-left: 2px;
	padding: 0;
	text-align: center;
}
.iconotelefono h2 {
	position: absolute;
	left: 60px;
	font-size:16px;
	top: 10px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	text-align: center;
}
.boton_vermas {
	margin-left:0px;
	background:url(images/mas.jpg) no-repeat;
	width:60px;
	height:20px;
}
.boton_vermas span {
	position:absolute;
	color:#FFFFFF;
	font-size:12px;
	margin-left: 5px;
	margin-top:3px;
	cursor:pointer;
}

.subtitulos {
width: 100%;
height:26px;
background:url(images/UI/subtitlebackground.jpg);
background-repeat: repeat-x;
text-align: left;
font-weight: bold;
}

.topgradient {
background:url(images/UI/topgradient.jpg);
background-repeat: repeat-x;
width: 100%;
}

