/* @override http://localhost/~daniel/OSSA/ossa.css */

body {
	background-color: #0c2040;
	margin-top: 34px;
	margin-bottom: 47px;
	border-style: none;
	border-width: 0;
}

img {border: none;
	padding: 0;
	margin: 0;
}

/* Inicia Tabla Principal */

#top {
	background: url(images/BG_Top.jpg) no-repeat;
	height: 87px;
}

#main {
	background: url(images/BG_main.jpg) repeat-y;
}

#footer {
	background: url(images/BG_Footer.jpg) repeat-y 0;
	height: 51px;
	color: #959595;
	vertical-align: middle;
	padding-bottom: 0;
	font: 10px Arial;
	text-align: center;
}

#footer a {
	text-decoration: none;
	font: 10px Arial;
	color: #959595;
	text-align: center;
}

#footer a:hover {
	text-decoration: none;
	color: #0e4fae;
}

a.top_menu {
	color: #333;
	font: 12px Arial;
	text-decoration: underline;
	font-weight: bolder;
}

a.top_menu:hover {
	color: #0e4fae;
}

#seccion {
	background-repeat: no-repeat;
	width: 934px;
	height: 248px;
	margin: 0;
	padding: 0;
}

/* Contenido */

p.contenido {
	font: 12px/14px Arial;
	margin-top: 5px;
	color: #3e3e3e;
	margin-bottom: 10px;
	text-align: left;
}

h1 {
	color: #0e4fae;
	font: bold 24px/26px Arial;
	margin-bottom: 5px;
	margin-top: 10px;
	text-align: left;
}

h2 {
	color: #0e4fae;
	font: bold 16px/16px Arial;
	margin-top: 15px;
	margin-bottom: 5px;
	text-align: left;
}

#bullets {
	list-style-type: disc;
	font: 12px/14px Arial;
	color: #3e3e3e;
	padding-right: 35px;
	text-align: left;
}

#bullets li {
	margin-top: 8px;
}

/* Productos */

h3 {
	color: #0e4fae;
	font: bold 16px/16px Arial;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: left;
}

#pro {
	color: #333;
	font-family: Arial;
	font-size: 12px;
	line-height: 14px;
	text-align: left;
}

#pro a{
	font: 12px/14px Arial;
	text-decoration: none;
	text-align: left;
}

table.Tproducto {
	margin-bottom: 10px;
	margin-top: 5px;
	border-top-color: #0E4FAE;
	border-right-color: #0E4FAE;
	border-bottom-color: #0E4FAE;
	border-left-color: #0E4FAE;
}

td.col {
	font-weight: bold;
	padding-left: 10px;
	background-color: #CCC;
}

td.specs {
	font-weight: bold;
	padding-left: 10px;
	background-color: #D4D4D4;
	padding-top: 5px;
	padding-bottom: 5px;
}

td.func {
	padding: 10px;
}

td.Tparam {
	padding: 5px 5px 5px 20px;
}

