body {
	background:#e8e8e8 url('images/body_bg.png') no-repeat top center;
	margin:0px;
	padding:0px;
}
img {
	border:0px;
}
ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
h1 {
	margin:15px 0;
	padding:0 0 4px 0;
	font-size:16pt;
	color:#2d3868;
	border-bottom:1px dotted #C0C0C0;
}
h2 {
	padding:5px 0 20px 0;
	margin:0px;
	font-size:12pt;
	
	/*
	color:#114a8f;
	text-shadow:1px 1px 0px #eee;
	*/
}
.iframehome {
	padding:0px;
	margin:15px 0 10px 10px;
	border:1px solid #C0C0C0;
	width:725px;
}
#nobor {
	border:0px;
}
#img {
	float:left;
	margin:0 20px 20px 0;
	padding:0 5px 5px 0;
}
#submit {
	background:#c3181e !important;
	height:33px !important;
	margin:0 !important;
	padding:3px 12px !important;
	border:0px !important;
	color:#fff !important;
}
#submit:hover {
	background:#3e3e3e !important;
}
#submit2 {
	background:#c3181e !important;
	height:26px !important;
	margin:0 !important;
	padding:3px 12px !important;
	border:0px !important;
	color:#fff !important;
}
#submit2:hover {
	background:#3e3e3e !important;
}
input, select, textarea {
	border-radius:5px;
	padding:4px 8px;
	border:1px solid #C0C0C0;
	background:url('images/bginputs2.jpg') no-repeat top left;
}

/* --- MARCO GENERAL --- */
.fullpage {
	width:1000px;
	margin:7px auto 10px auto;
	padding:0;
	font-family:'Open Sans',Arial;
	color:#3e3e3e;
	font-size:10pt;
	position:relative;
	padding:0px;
}

/* --- HEADER --- */
.header {
	margin:0;
	padding:0px;
	position:relative;
}
.logo {
	margin:0;
	padding:30px 10px 5px 0px;
	height:100px;
}
.logo img {
	width:520px;
}
.logo a {
	color:#000080;
}
.addthis {
	position:absolute;
	top:5px;
	right:5px;
	width:130px;
	z-index:100;
}
#share {
	position:absolute;
	top:-4px;
	right:145px;
	color:#808080;
	font-size:8pt;
	z-index:100;
}
.menutop {
	margin:10px 0 15px 0;
	padding:0 0 0 20px;
	overflow:hidden;
	background:#fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eeeeee));
	background: -moz-linear-gradient(top,  #ffffff,  #eeeeee);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee');
	width:980px;
	-webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.55);
	-moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.55);
	box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.55);
}
.menutop li {
	float:left;
	margin:0px;
	text-align:center;
	border-right:1px solid #eee;
	font-size:14pt;
}
.menutop li a {
	display:block;
	padding:10px 23px;
	color:#3e3e3e;
	text-decoration:none;
	text-shadow:1px 1px 0px #fff;
}
.menutop li a:hover {
	background:#ee1c25;
	background: -webkit-gradient(linear, left top, left bottom, from(#ee1c25), to(#cf0c15));
	background: -moz-linear-gradient(top,  #ee1c25,  #cf0c15);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee1c25', endColorstr='#cf0c15');
	color:#fff !important;
	text-shadow:1px 1px 0px #3e3e3e !important;
}
.activebot a {
	background:#ee1c25;
	background: -webkit-gradient(linear, left top, left bottom, from(#ee1c25), to(#cf0c15));
	background: -moz-linear-gradient(top,  #ee1c25,  #cf0c15);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee1c25', endColorstr='#cf0c15');
	color:#fff !important;
	text-shadow:1px 1px 0px #3e3e3e !important;
}
.pbx {
	position:absolute;
	top:85px;
	right:10px;
	color:#808080;
	font-size:20pt;
	text-shadow:1px 1px 0px #fff;
}
.usuario {
	position:absolute;
	top:40px;
	right:15px;
	font-size:10pt;
	background:#fff;
	padding:4px 12px;
	border-radius:7px;
	border-right:1px solid #C0C0C0;
	border-bottom:1px solid #C0C0C0;
}
.usuario b {
	color:#114a8f;
}
.usuario a {
	color:#ee1c25;
}

/* --- MI CUENTA --- */
.micuentamenu {
	margin:20px auto;
	padding:0px;
	overflow:hidden;
	width:330px;
}
.micuentamenu li {
	margin:0 15px 10px 0;
	width:300px;
	text-align:center;
	font-size:14pt;
	background:#fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eeeeee));
	background: -moz-linear-gradient(top,  #ffffff,  #eeeeee);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee');
}
.micuentamenu li a {
	display:block;
	padding:7px;
	height:40px;
	line-height:40px;
	text-decoration:none;
	color:#808080;
	text-shadow:1px 1px 0px #fff;
	border:1px solid #C0C0C0;
}
.micuentamenu li a:hover {
	background:#fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#C0C0C0));
	background: -moz-linear-gradient(top,  #ffffff,  #C0C0C0);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#C0C0C0');
	border:1px solid #C0C0C0;
}
.table td {
	border:1px solid #C0C0C0;
	padding:4px 8px;
}
#title {
	background:#ee1c25;
	background: -webkit-gradient(linear, left top, left bottom, from(#ee1c25), to(#cf0c15));
	background: -moz-linear-gradient(top,  #ee1c25,  #cf0c15);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee1c25', endColorstr='#cf0c15');
	color:#fff !important;
}

/* --- CONTENIDOS --- */
.contenthome {
	margin:0 0 15px 0;
	padding:10px;
	background:#02234b;
	background: -webkit-gradient(linear, left top, left bottom, from(#02234b), to(#2d3768));
	background: -moz-linear-gradient(top,  #02234b,  #2d3768);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#02234b', endColorstr='#2d3768');
	position:relative;
	overflow:hidden;
	color:#fff;
}
.content {
	margin:0 0 15px 0;
	padding:10px;

	position:relative;
	overflow:hidden;
	border-top:1px solid #eee;
	color:#fff;
}
.box1 {
	float:right;
	width:760px;
	margin:-5px 0 0 0;
	color:#3e3e3e;
}
.box1 a {
	color:#2d3868;
}
.box1home {
	float:right;
	width:740px;
	margin:-5px 0 0 10px;
	
}
.box2 {
	float:right;
	width:430px;
}
.box3 {
	float:right;
	width:415px;
	padding:0px 15px 15px 0px;
	font-size:11pt;
}
.box3 b {
	font-size:9pt;
	color:#808080;
}

/* --- PRODUCTOS --- */
.productosdet {
	margin:0 0 15px 0;
	padding:0px;
	overflow:hidden;
	color:#3e3e3e;
}
.productos {
	overflow:hidden;
}
.productos li {
	float:left;
	width:330px;
	border:1px solid #eee;
	border-bottom:1px solid #C0c0C0;
	border-right:1px solid #C0c0C0;
	padding:70px 15px 15px 15px;
	margin:0 10px 10px 0;
	height:230px;
	text-align:center;
	position:relative;
	background:#fff;
}
.productos li img {
	height:220px;
}
.productos li p {
	position:absolute;
	top:-13px;
	left:0px;
	padding:12px 7px;
	background:#fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eeeeee));
	background: -moz-linear-gradient(top,  #ffffff,  #eeeeee);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee');
	width:347px;
	font-size:12pt;
}
.productos li a {
	color:#3e3e3e !important;
}
.galeria {
	overflow:hidden;
	margin:20px auto;
	padding:0px;
	width:680px;
}
.galeria li {
	float:left;
	width:150px;
	margin:0 15px 15px 0;
	padding:10px;
	text-align:center;
	border:1px solid #C0C0C0;
	color:#C0C0C0;
}
.galeria li img {
	width:150px;
}

.tablebor {
	margin:0px;
}
.tablebor td {
	border:1px solid #C0c0C0;
}
.titlebor {
	background:#2d3868;
	color:#fff !important;
}

.tablereg {
	width:450px;
	border:1px solid #C0C0C0;
	border-radius:7px;
}
#botspace {
	width:135px;
}
#noborgray {
	background:#eee;
	background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#C0C0C0));
	background: -moz-linear-gradient(top,  #eeeeee,  #C0C0C0);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#C0C0C0');
	border-right:0px;
}
#gray {
	background:#eee;
	background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#C0C0C0));
	background: -moz-linear-gradient(top,  #eeeeee,  #C0C0C0);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#C0C0C0');
	border-right:1px solid #fff;
	border-left:3px solid #C0C0C0;
}

/* --- NOTICIAS --- */
.noticias {
	margin:0;
	padding:0;
}
.noticias li {
	border:1px solid #C0C0C0;
	padding:45px 10px 15px 10px;
	margin:0 0 5px 0;
	position:relative;
	overflow:hidden;
	background:#fff;
	color:#3e3e3e;
	font-size:12pt;
}
.noticias p {
	font-size:12pt;
	font-weight:bold;
	background:#fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eeeeee));
	background: -moz-linear-gradient(top,  #ffffff,  #eeeeee);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee');
	color:#808080;
	padding:8px 12px;
	margin:0;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
}
.noticias li img {
	float:left;
	margin:0 10px 10px 0;
	padding:0px;
}
.noticiasgal {
	margin:0;
	padding:0;
}
.noticiasgal li {
	float:left;
	margin:5px 10px 5px 0;
	padding:5px;
	border:1px solid #C0C0C0;
	border-radius:10px;
	-mod-border-radius:10px;
	-webkit-border-radius:10px;
}
.noticiasgal p {
	font-size:10pt;
	font-weight:bold;
	background:#00457c;
	color:#fff;
	padding:4px 12px;
	margin:0;
}

/* --- SIDEBAR --- */
.sidebar {
	float:left;
	width:210px;
	margin:10px 0 0 -20px;
	padding:10px 0px 30px 10px;
	background:#2d3868 url('images/bg1.jpg') no-repeat top left;
	font-family:'Roboto Condensed';
}
.sidebar p {
	text-align:center;
	padding:8px;
	color:#fff;
	margin:-10px 0 0 0;
	letter-spacing:1px;
	background:#02234b;
	width:194px;
}
.sidebar ul {
	margin:5px 0 0 0;
	padding:0;
}
.sidebar li {
	margin:0 0 5px 0;
	background: url('images/bgsidebarbot.png') repeat-x bottom left;
	padding:12px 10px;
}
.sidebar li a {
	color:#fff;
	
}
.sidebar li a:hover {
	background:#ee1c25;
	background: -webkit-gradient(linear, left top, left bottom, from(#ee1c25), to(#cf0c15));
	background: -moz-linear-gradient(top,  #ee1c25,  #cf0c15);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee1c25', endColorstr='#cf0c15');
}
.sidebar #afader {
	color:#fff !important;
}
.sidebarsub {
	margin:0px;
	padding:0px;
	font-size:11pt;
}
.sidebarsub li {
	border-bottom:1px solid #C0C0C0;
	font-size:14pt;
}
.sidebarsub li a {
	padding:3px 5px;
	text-decoration:none;
	font-weight:normal !important;
}

/* ---  FOOTER --- */
.footer {
	clear:both;
	margin:0 auto;
	padding:12px 20px 12px 0;
	color:#3e3e3e;
	font-size:8pt;
	text-align:right;
	width:985px;
	border-top:1px dotted #C0C0C0;
	background:#eee;
	background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#C0C0C0));
	background: -moz-linear-gradient(top,  #eeeeee,  #C0C0C0);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#C0C0C0');
	height:40px;
	border-radius:10px;
}
.footer a {
	color:#808080;
	text-decoration:none;
}
.footer ul {
	margin:0 auto;
	padding:0;
	width:700px;
}
.footer li {
	float:left;
	margin:0;
	padding:4px 25px;
	color:#3e3e3e;
	text-align:center;
	border-right:1px solid #C0C0C0;
	font-size:10pt;
}
.footer a:hover {
	text-decoration:underline;
}
.piedepagina {
	width:990px;
	margin:15px auto 30px auto;
	padding:0 0 5px 0;
	font-size:8pt;
	font-family:verdana;
	color:#eee;
}
.copyright {
	float:left;
	width:500px;
	text-align:left;
	padding:0 0 10px 0;
	color:#808080;
}
.grupo {
	float:right;
	width:400px;
	text-align:right;
	padding:0 0 10px 0;
}
.grupo a {
	color:#808080;
}