/*layout*/
body {
	padding: 0;
	margin: 0;
	font-size: 12px;
	font-family: arial, sans-serif;
	color: #333;
}
.content_int {
	margin: 0 auto;
	width: 900px;
}
#header {
	float: left;
	width: 100%;
	height: 300px;
	background: url(images/bk_header.jpg) repeat-x top center #161616;
}
#menu {
	width: 100%;
	background: #696969;
	float: left;
}
#content {
	width: 100%;
	float: left;
}
#twocols {
	padding: 20px 0;
}
#left {
	float: left;
	width: 630px;
	margin-right: 20px;
}
#right {
	float: left;
	width: 250px;
}
#footer {
	float: left;
	margin: 20px 0;
	width: 100%;
}
/*generals*/
ul {
	padding: 0;
	margin: 0;
}
li {
	list-style-type: none;
	padding: 0;
}
a {
	text-decoration: none;
}
a:focus {
	height: 0;
	outline: 0;
	width: 0;
}
p {
	margin: 0;
}
img {
	border: none;
}
/*header*/
.h_left {
	width: 650px;
	float: left;
}
.h_right {
	width: 250px;
	float: left;
}
#logo {
	background: url(images/logo.jpg) no-repeat;
	width: 442px;
	height: 132px;
	margin-top: 63px;
}
p.description {
	color: #CCCC00;
	font-size: 14px;
}
p.e_description {
	color: #848400;
	font-size: 12.5px;
	font-style: italic;
}
#enviamos {
	background: url(images/enviamos.jpg) no-repeat;
	width: 250px;
	height: 234px;
}
/*menu*/
#menu li {
	float: left;
	border-left: 1px solid #818181;
	padding: 15px 25px;
	height: 35px;
}
#menu li.first {
	border: none;
	padding: 15px 25px 15px 5px;
}
#menu li:hover {
	background: #555;
}
p.link {
	color: #fff;
	font-size: 16px;
}
p.e_link {
	color: #ccc;
	font-size: 13.5px;
	font-style: italic;
}
/*left*/
.ya {
	width: 100%;
	height: 360px;
	overflow: hidden;
	background-attachment: fixed;
}
.ya img {
	float: left;
	width: 630px;
	height: 360px;
}
.links {
	float: left;
	width: 630px;
	height: 360px;
	margin-top: -360px;
}
.links1 {
	float: left;
	width: 210px;
	height: 360px;
}
a.inventary {
	width: 205px;
	height: 360px;
	float: left;
	overflow: hidden;
}
.info {
	opacity: 0.8;
	filter: alpha(opacity=80);
	margin-top: -70px;
	color: #fff;
	float: left;
	width: 630px;
}
.info_int1 {
	width: 185px;
	float: left;
	padding: 10px 10px 0 10px;
	background: #000;
	margin-right: 8px;
	height: 80px;
}
.info_int2 {
	width: 185px;
	float: left;
	padding: 10px 10px 0 10px;
	background: #000;
	margin-right: 7px;
	height: 80px;
}
.info_int3 {
	width: 185px;
	float: left;
	padding: 10px 10px 0 10px;
	background: #000;
	height: 80px;
}
h2 {
	margin: 0;
	font-size: 16px;
	font-weight: normal;
}
p.e_head {
	font-size: 13px;
	font-style: italic;
	margin-bottom: 10px;
}
/*right*/
h3 {
	color: #006699;
	font-size: 13px;
	margin: 0 0 10px;
	font-weight: normal;
	font-style: italic;
}
p.data {
	font-size: 13px;
	font-weight: bold;
}
p.leyendita {
	font-size: 90%;
	margin-bottom: 8px;
}
p.data2 {
	font-size: 12px;
	margin-bottom: 8px;
}
a.ubicanos {
	color: #007CBA;
	font-size: 11px;
	width: 100%;
	float: left;
	margin-bottom: 10px;
}
a.ubicanos:hover {
	text-decoration: underline;
}
.cards {
	width: 100%;
	background: url(images/cards.jpg) no-repeat;
	height: 25px;
	float:  left;
}
/*footer*/
#footer p {
	font-size: 11px;
}
#footer p.creditos {
	font-size: 10px;
	color: #999;
}
p.creditos a {
	color: #999;
	text-decoration: underline;
}
/*contact form*/
#formita p {
	font-size: 13px;
	font-weight: bold;
}
#formita input {
	width: 410px;
	padding: 3px;
	/*border: 1px solid #9c9c9c;*/
	margin: 8px 0 2px;
	font-size: 12px;
	color: #333;
	font-family: arial, sans-serif;
}
#formita input.send {
	width: auto;
	border: none;
	color: #fff;
	background: #333;
	cursor: pointer;
}

#formita textarea {
	width: 510px;
	padding: 3px;
	/*border: 1px solid #9c9c9c;*/
	margin: 8px 0 2px;
	font-size: 12px;
	color: #333;
	font-family: arial, sans-serif;
}
