:focus { outline:none; }
::-moz-focus-inner { border:0; }

* {
	margin: 0;
	padding: 0;
}

html {
	overflow-y: scroll;
}

body {
	color: #4a4a4a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #fff;
}

body.wbg {
	background: url("/images/bg2.png") no-repeat 50% 90px;
}

body.wbg2 {
	background: url("/images/productos/bg-base.png") no-repeat 50% 80px;
}

body.wbg3 {
	background: url("/images/contacto/bg-base.png") no-repeat 50% 70px;
}

html, body {
	height: 100%;
}

noscript p {
	margin: 0;
	z-index: 9999;
	width: 100%;
	text-align: center;
	padding: 20px;
	font-size: 16px;
	font-weight: bold;
	position: fixed;
	top: 0;
	border: 2px solid #800;
	color: #800;
	background-color: #fff3f9;
}

a:link, a:visited {
	color: #179d9e;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

img {
	border: none;
}

table {
	border-collapse: collapse;
}

input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

input[type='text'], input[type='password'], textarea {
	padding: 0 5px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #a7a7a7;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: inset 0px 0px 5px #a7a7a7;
	-moz-box-shadow: inset 0px 0px 5px #a7a7a7;
	box-shadow: inset 0px 0px 5px #a7a7a7;
}

input[type='text']:focus, input[type='password']:focus, textarea:focus {
	border-color: #e21d27;
	box-shadow: none;
}

input[type='button'], input[type='submit'] {
	padding: 0 10px;
	font-weight: bold;
	background-color: #e21d27;
	height: 32px;
	line-height: 32px;
	border: 0;
	color: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

input[type='button']:hover, input[type='submit']:hover {
	color: #fff;
	background-color: #ff565e;
	cursor: pointer;
	text-decoration: none;
}

input.disabled, input.disabled:hover {
	background-color: #e21d27;
	cursor: auto;
}

table.form {
	width: 100%;
	table-layout: fixed;
}

table.form td {
	padding: 5px;
	width: 70%;
	vertical-align: top;
	text-align: left;
}

table.form td.label {
	width: 25%;
	text-align: right;
	color: #4a4a4a;
	vertical-align: middle;
}

table.form td.label.top {
	padding-top: 12px;
	vertical-align: top;
}

table.form input[type='text'] {
	width: 90%;
}

table.form textarea {
	width: 90%;
	height: 150px;
}

.loader {
	display: block;
	background: url("/images/loader.gif") no-repeat 50% 50%;
	min-height: 100px;
	width: 100%;
}

.respuesta {
	display: none;
	margin: 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.esperaForm {
	padding: 16px 0;
	text-align: center;
	background: url("/images/loader.gif") no-repeat 50% 50%;
}

.error {
	padding-left: 34px;
	line-height: 29px;
	background: url("/images/icn-error.png") repeat-y  0 0;
	color: #000;
	font-weight: bold;
}

.satisfactorio {
	padding-left: 34px;
	line-height: 29px;
	background: url("/images/icn-ok.png") repeat-y  0 0;
	color: #000;
	font-weight: bold;
}

.response .error, .response .satisfactorio {
	background-repeat: no-repeat !important;
}

.w {
	margin: auto;
	width: 990px;
}

.placeholder { 
	color: #757575; 
}

.clr {
	clear: both;
}

.ad-gallery {
	visibility: hidden;
} 

#fixedbar {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 50px;
	background: #000;
	z-index: 9999;
	-webkit-box-shadow: 0 0 5px 2px #555;
	-moz-box-shadow: 0 0 5px 2px #555;
	box-shadow: 0 0 5px 2px #555;
}

#fixedbar .w {
	overflow: hidden;
}

#fixedlogo {
	float: left;
}

#fixedmenu {
	float: right;
	padding: 9px 0;
}

#fixedmenu ul {
	list-style: none;
	text-align: right;
	font-size: 0;
}

#fixedmenu ul li {
	display: inline;
}

#fixedmenu ul li a:link, #fixedmenu ul li a:visited {
	display: inline-block;
	margin: 0 5px;
	padding: 0 20px;
	line-height: 32px;
	background: transparent;
	font-size: 12px;
	color: #efefef;
	text-decoration: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#fixedmenu ul li a:hover {
	color: #fff;
	background: #e21d27;
	text-decoration: none;
}

#fixedmenu ul li a.curr {
	color: #fff;
	background: #454545;
}

#contenedor {
	min-height: 100%;
	position: relative;
	
}

#encabezado .w {
	overflow: hidden;
}

#logo {
	float: left;
}

#menu {
	padding-top: 20px;
	float: right;
}

#menu ul {
	list-style: none;
	overflow: hidden;
}

#menu ul li {
	float: left;
	margin-left: 30px;
}

#menu ul li a:link, #menu ul li a:visited {
	display: block;
	text-align: center;
	text-decoration: none;
}

#menu ul li a img {
	opacity: 0.6;
	filter: alpha(opacity=60);
	transition-duration: 250ms;
	-webkit-transition-duration: 250ms;
}

#menu ul li a span {
	display: block;
	color: #a2a3a3;
	text-transform: uppercase;
	transition-duration: 250ms;
	-webkit-transition-duration: 250ms;
}

#menu ul li a:hover {
	text-decoration: none;
}

#menu ul li a:hover img {
	opacity: 1;
	filter: alpha(opacity=100);
}

#menu ul li a:hover span {
	color: #646565;
}

#topSocial {
	float: right;
	margin-top: 20px;
	margin-right: 20px;
}

#topSocial a:link, #topSocial a:visited {
	text-decoration: none;
}

#topSocial a img {
	position: relative;
	top: 0;
	transition-duration: 250ms;
	-webkit-transition-duration: 250ms;
}

#topSocial a:hover img {
	top: -5px;
}

.buscador {
	font-size: 0;
}

.buscador input[type="text"] {
	display: inline-block;
	width: 200px;
	height: 30px;
	line-height: 30px;
	border-right: none;
	font-size: 12px;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

.buscador input[type="submit"] {
	display: inline-block;
	width: 50px;
	height: 32px;
	line-height: 30px;
	background-image: url("/images/icon-search.png");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	font-weight: normal;
	font-size: 12px;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

#buscador {
	clear: right;
	float: right;
	margin-top: 20px;
}

#buscadorTop {
	float: right;
	padding-left: 20px;
	margin-top: 9px;
	transition-duration: 250ms;
	-webkit-transition-duration: 250ms;
}

#buscadorTop.oculto {
	transition-duration: 250ms;
	-webkit-transition-duration: 250ms;
}

#buscadorTop.oculto input[type="text"] {
	width: 0;
	padding: 0;
	border: none;
}

#buscadorTop.oculto input[type="submit"] {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#pie {
	position: absolute; 
	bottom: 0;
	width: 100%;
	font-size: 11px;
	color: #fff;
	line-height: 14px;
}

#pie a:link, #pie a:visited {
	color: #fff;
}

#pie table {
	width: 100%;
}

#pmenu {
	padding: 10px 0;
	background: url("/images/bg-pie.jpg") repeat 0 0;
}

#pmenu > .w > table td {
	width: 25%;
	vertical-align: top;
	padding: 10px 20px 20px;
	border-left: 1px solid #ccc;
}

#pmenu > .w > table td:first-child {
	border: none;
}

#pmenu > .w > table td.suscr form {
	margin-top: 10px;
}

#pmenu > .w > table td.suscr form input[type="text"] {
	width: 300px;
}

#pmenu > .w > table td.suscr form input[type="submit"] {
	height: 24px;
	line-height: 24px;
	padding: 0 60px;
}

#pmenu > .w > table td.suscr form p.submit {
	margin-top: 3px;
	text-align: right;
}

#pmenu > .w h4 {
	margin-bottom: 3px;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
}

#pmenu > .w ul {
	list-style: none;
}

#pieSocial {
	margin-top: 20px;
}

#pieSocial a:link, #pieSocial a:visited {
	text-decoration: none;
}

#pieSocial a img {
	position: relative;
	top: 0;
	transition-duration: 250ms;
	-webkit-transition-duration: 250ms;
}

#pieSocial a:hover img {
	top: -5px;
}

#derechos {
	padding: 10px 0;
}

#derechos td + td {
	text-align: right;
}

#derechos a:link, #derechos a:visited {
	color: #fdf202;
	font-weight: bold;
}

#marcasList {
	margin: 20px auto;
}

#marcasList table {
	width: 100%;
}

#marcasList table td {
	text-align: center;
}

#suscrDiag {
	display: none;
	padding: 10px 20px;
}

/* Inicio */

#banners {
	margin: 30px 0 20px;
}

#banners table {
	width: 100%;
}

#banners table td:first-child {
	text-align: left;
}

#banners table td:first-child + td {
	text-align: center;
}

#banners table td:first-child + td + td{
	text-align: right;
}

#banners a img {
	position: relative;
	top: 0;
	transition-duration: 250ms;
	-webkit-transition-duration: 250ms;
}

#banners a:hover img {
	top: -5px;
}

#recientes {
	position: relative;
}

#recientes h2 {
	line-height: 22px;
	color: #e61d27;
	font-size: 22px;
	font-style: italic;
}

#recientes .itemList {
	margin: auto;
	width: 950px;
	padding: 10px 0;
	height: 150px;
}

#recientes .itemList > div {
	font-size: 0;
}

#quadPrevBtn, #quadNextBtn {
	position: absolute;
	top: 85px;
	width: 22px;
	height: 23px;
}

#quadPrevBtn {
	left: -5px;
	background: url("/images/recientes/arrowL.png") no-repeat 50% 50%;
}

#quadNextBtn {
	right: 0;
	background: url("/images/recientes/arrowR.png") no-repeat 50% 50%;
}

#recientes a:link, #recientes a:visited {
	display: inline-block;
	color: #4a4a4a;
	text-align: center;
	text-decoration: none;
}

#recientes a:hover {
	color: #e61d27;
	text-decoration: none;
}

#recientes a span.img {
	display: table-cell;
	vertical-align: middle;
	width: inherit;
	height: 120px;
	text-align: center;
}

#recientes a span.img img {
	max-width: 100%;
	max-height: 100%;
	opacity: 0.75;
	filter: alpha(opacity=75);
	transition-duration: 250ms;
	-webkit-transition-duration: 250ms;
}

#recientes a:hover span.img img {
	opacity: 1;
	filter: alpha(opacity=100);
}

#recientes a span.txt {
	display: block;
	margin-top: 2px;
	height: 28px;
	font-size: 12px;
	text-overflow: ellipsis;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}

/* Servicios */

#servicios {
	background: #010504 url("/images/servicios/bg.jpg") no-repeat 50% 0;
	border-top: 14px solid #e61d27;
	border-bottom: 7px solid #e61d27;
}

#servicios > .w {
	overflow: hidden;
	padding: 20px;
	width: 950px;
	background: #fff;
}

#xLat {
	float: left;
	width: 250px;
}

#xInfo {
	float: right;
	width: 680px;
}

#xLat h1 {
	padding: 5px 15px;
	background: #e61d27;
	color: #fff;
	font-size: 18px;
}

#xLat .pamOps {
	margin-top: 20px;
}

#xLat .pamOps ul {
	list-style: none;
}

#xLat .pamOps ul li {
	margin-bottom: 5px;
}

#xLat .pamOps ul li a:link, #xLat .pamOps ul li a:visited {
	display: block;
	padding: 10px 0;
	color: #4a4a4a;
}

#xLat .pamOps ul li a.sltd, #xLat .pamOps ul li a.sltd:hover {
	color: #e61d27;
	font-weight: bold;
	cursor: default;
	text-decoration: none;
}

#xInfo h2 {
	margin-bottom: 5px;
	color: #e61d27;
	font-size: 36px;
	font-style: italic;
	font-weight: normal;
}

#xInfo h3 {
	margin-top: 20px;
	margin-bottom: 5px;
	color: #e61d27;
	font-size: 22px;
	font-weight: normal;
}

#xInfo p {
	margin-bottom: 5px;
	line-height: 18px;
	text-align: justify;
}

#educacion-interactiva {
	padding-top: 240px;
	background: url("/images/servicios/educacion-interactiva.jpg") no-repeat 0 0;
}

/* Empresa */

#nosotros {
	background: #010504 url("/images/servicios/bg.jpg") no-repeat 50% 0;
	border-top: 14px solid #e61d27;
	border-bottom: 7px solid #e61d27;
}

#nosotros > .w {
	overflow: hidden;
	padding: 20px;
	width: 950px;
	background: #fff;
}

#acerca-de {
	padding-top: 280px;
	background: url("/images/nosotros/nosotros.jpg") no-repeat 0 0;
}

/* Productos */

#productos {
	padding: 310px 0 40px 0;
	background: url("/images/productos/bg.jpg") no-repeat 50% 0;
}

#productos > .w {
	overflow: hidden;
}

#productos #filtros {
	float: left;
	width: 250px;
}

#productos #list {
	float : right;
	width: 720px;
}

/*
#productos #filtros #marcas {
	margin-bottom: 20px;
}

#productos #filtros h2 {
	padding: 5px 15px;
	background: #e61d27;
	color: #fff;
	font-size: 18px;
}

#productos #filtros ul {
	margin-top: 15px;
	list-style: none;
}

#productos #filtros ul li a:link, #productos #filtros ul li a:visited {
	display: block;
	padding: 10px 0;
	color: #4a4a4a;
}

#productos #filtros ul li a.sltd, #productos #filtros ul li a.sltd:hover {
	color: #e61d27;
	font-weight: bold;
	cursor: default;
	text-decoration: none;
}
*/

#productos #filtros ul {
	list-style: none;
}

#productos #filtros ul.categorias, #productos #filtros ul.subcategorias {
	display: none;
}

#productos #filtros ul li a:link, #productos #filtros ul li a:visited {
	display: block;
	padding: 0 10px;
	height: 38px;
	line-height: 38px;
	background: #202a36;
	border-bottom: 1px solid #000;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}

#productos #filtros ul.marcas > li > a {
	font-size: 14px;
}

#productos #filtros ul li a:hover, #productos #filtros ul li a.sltd, #productos #filtros ul li a.sltd:hover {
	background: #364250;
}

#productos #filtros ul.categorias li a.categoria:link, #productos #filtros ul.categorias li a.categoria:visited {
	padding-left: 30px;
	background: #a61c1c;
}

#productos #filtros ul.categorias li a.categoria:hover, #productos #filtros ul.categorias li a.categoria.sltd {
	background: #8fc740;
}

#productos #filtros ul.subcategorias li a.subcategoria:link, #productos #filtros ul.subcategorias li a.subcategoria:visited {
	padding-left: 60px;
	background: #efefef url("/images/productos/arrow.png") no-repeat 36px -38px;
	border-bottom: 1px solid #ccc;
	color: #4a4a4a;
}

#productos #filtros ul.subcategorias li a.subcategoria:hover, #productos #filtros ul.subcategorias li a.subcategoria.sltd {
	background: #dedede url("/images/productos/arrow.png") no-repeat 36px 0;
}

.loadmore {
	display: none;
	clear: both;
}

.loadmore a:link, .loadmore a:visited {
	display: block;
	padding: 10px 0;
	background: #f8f8f8;
	border: 1px solid #e7e7e7;
	color: #4a4a4a;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
}

.loadmore a:hover {
	border-color: #c9c9c9;
}

.empty {
	clear:both;
	padding: 150px 0;
	line-height: 20px;
	color: #6b6b6b;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

.respLoading {
	clear: both;
	display: none;
	min-height: 320px;
	width: 100%;
	background: url("/images/loader.gif") no-repeat 50% 50%;
}

.respLoadingB { 
	clear: both;
	margin: 20px 0;
	min-height: 32px;
	width: 100%;
	background: url("/images/loader.gif") no-repeat 50% 50%;
}

.portList {
	overflow: hidden;
}

div.itemBox {
	float: left;
	width: 200px;
	margin: 0 15px 50px 15px;
	text-align: center;
}

div.itemBox.a {
	clear: both;
}

div.itemBox a:link, div.itemBox a:visited {
	color: #4a4a4a;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	transition-duration: 250ms;
	-webkit-transition-duration: 250ms;
}

div.itemBox a:hover {
	color: #e61d27;
	text-decoration: none;
}

div.itemBox a span.img {
	display: table-cell;
	vertical-align: middle;
	width: 200px;
	height: 120px;
	text-align: center;
}

div.itemBox a span.img img {
	max-width: 100%;
	max-height: 100%;
	opacity: 0.75;
	filter: alpha(opacity=75);
	transition-duration: 250ms;
	-webkit-transition-duration: 250ms;
}

div.itemBox a:hover span.img img {
	opacity: 1;
	filter: alpha(opacity=100);
}

div.itemBox a span.txt {
	display: block;
	margin-top: 3px;
}

#prodRuta {
	padding-bottom: 5px;
	margin-bottom: 40px;
	border-bottom: 2px solid #000;
	font-size: 14px;
	text-transform: uppercase;
}

#prodRuta a:link, #prodRuta a:visited {
	color: #c62727;
}

/* Producto */

#producto {
	padding: 20px 0;
}

#producto .item {
	float: left;
	width: 700px;
}

#producto .lat {
	float: right;
	width: 250px;
}

#prodsBanners {
	margin-bottom: 20px;
}

#prodsBanners ul {
	list-style: none;
}

#prodsBanners ul li {
	margin-bottom: 20px;
}

#prodsBanners ul li img {
	max-width: 100%;
	position: relative;
	top: 0;
	transition-duration: 250ms;
	-webkit-transition-duration: 250ms;
}

#prodsBanners ul li a:hover img {
	top: -5px;
}

#producto .ruta {
	margin-bottom: 20px;
	text-transform: uppercase;
}

#producto h1 {
	margin-bottom: 5px;
}

#producto h1 span {
	color: #e61d27;
	font-size: 28px;
}

#producto a.volver:link, #producto a.volver:visited {
	display: block;
	float: right;
	padding: 5px 20px;
	background: #f26223;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	transition-duration: 250ms;
	-webkit-transition-duration: 250ms;
}

#producto a.volver:hover {
	background: #f97f49;
	text-decoration: none;
}

#producto .ad-gallery {
	margin: 20px 0 40px;
}

#imgBox1 {
	margin: 20px 0 40px;
	text-align: center;
}

#imgBox1 img {
	max-width: 100%;
	max-height: 400px;
}

#producto .box {
	margin: 20px 0;
}

#producto .box h2 {
	padding: 5px 20px;
	background: #d71d28;
	color: #fff;
	font-size: 18px;
}

#producto .box div.info {
	padding: 10px 20px;
	border: 1px solid #ccc;
	border-top: none;
	line-height: 18px;
}

#producto #detalles blockquote
{
	font-style: italic;
	font-family: Georgia, Times, "Times New Roman", serif;
	padding: 2px 0;
	border-style: solid;
	border-color: #ccc;
	border-width: 0;
	padding-left: 20px;
	padding-right: 8px;
	border-left-width: 5px;
	margin-bottom: 10px;
}

#producto #detalles blockquote p {
	margin-bottom: 0;
}

#producto #detalles p {
	margin-bottom: 10px;
}

#producto #detalles ol, #producto #detalles ul, #producto #detalles dl
{
	/* IE7: reset rtl list margin. (#7334) */
	*margin-right: 0px;
	/* preserved spaces for list items with text direction other than the list. (#6249,#8049)*/
	padding: 0 40px;
	margin-bottom: 10px;
}

#producto #detalless h1, #producto #detalless h2, #producto #detalless h3, #producto #detalles h4, #producto #detalles h5, #producto #detalles h6
{
	font-weight: normal;
	margin-bottom: 10px;
}

#producto #detalles hr
{
	border: 0px;
	border-top: 1px solid #ccc;
}

#producto #detalles img.right
{
	border: 1px solid #ccc;
	float: right;
	margin-left: 15px;
	padding: 5px;
}

#producto #detalles img.left
{
	border: 1px solid #ccc;
	float: left;
	margin-right: 15px;
	padding: 5px;
}

#producto #detalles pre
{
	white-space: pre-wrap; /* CSS 2.1 */
	word-wrap: break-word; /* IE7 */
	-moz-tab-size: 4;
	-o-tab-size: 4;
	-webkit-tab-size: 4;
	tab-size: 4;
}

#producto #detalles .marker
{
	background-color: Yellow;
}

#producto #detalles span[lang]
{
	font-style: italic;
}

#producto #detalles figure
{
	text-align: center;
	border: solid 1px #ccc;
	border-radius: 2px;
	background: rgba(0,0,0,0.05);
	padding: 10px;
	margin: 10px 20px;
	display: inline-block;
}

#producto #detalles figure > figcaption
{
	text-align: center;
	display: block; /* For IE8 */
}

#producto #detalles a > img {
	padding: 1px;
	margin: 1px;
	border: none;
	outline: 1px solid #0782C1;
}

#relacionados {
	margin: 40px 0 20px;
}

#relacionados h2 {
	margin-bottom: 10px;
	border-bottom: 2px solid #d71d28;
	font-size: 18px;
}

#relacionados ul {
	list-style: none;
}

#relacionados ul li {
	display: inline-block;
	width: 33.3%;
	text-align: center;
}

#relacionados a:link, #relacionados a:visited {
	display: inline-block;
	min-width: 200px;
	margin-right: 20px;
	color: #4a4a4a;
	text-align: center;
	text-decoration: none;
}

#relacionados a:hover {
	color: #e61d27;
	text-decoration: none;
}

#relacionados a img {
	max-width: 200px;
	max-height: 120px;
	opacity: 0.75;
	filter: alpha(opacity=75);
	transition-duration: 250ms;
	-webkit-transition-duration: 250ms;
}

#relacionados a:hover img {
	opacity: 1;
	filter: alpha(opacity=100);
}

#relacionados a span {
	display: block;
	margin-top: 2px;
	height: 28px;
	font-size: 12px;
	line-height: 14px;
}

/* Busqueda */

#busqueda {
	padding-bottom: 40px;
}

#busqueda .list {
	float: left;
	width: 720px;
}

#busqueda .lat {
	float: right;
	width: 250px;
}

#busqueda h1 {
	margin-bottom: 20px;
	padding-bottom: 3px;
	border-bottom: 1px solid #e61d27;
	font-size: 24px;
}

/* Contacto */

#contacto {
	padding: 120px 0 20px;
}

#contacto > .w {
	overflow: hidden;
}

#contacto h1 {
	margin-bottom: 100px;
	color: #fff;
	font-size: 60px;
	text-align: center;
	text-transform: uppercase;
}

#contactInfo {
	float: left;
	width: 400px;
}

#pamContForm {
	float: right;
	width: 500px;
}

#contactInfo h3 {
	font-size: 16px;
	margin: 20px 0 5px;
}

#contactInfo h3:first-child {
	margin-top: 0;
}

#contactInfo p {
	line-height: 16px;
}

#contactInfo iframe {
	margin: 20px 0 5px;
}

#pamContForm h2 {
	padding: 10px 20px;
	background: #d71d28;
	color: #fff;
	font-size: 24px;
}

#pamContForm form {
	padding: 20px;
	border: 1px solid #ccc;
	border-top: none;
}
