@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	font-size: 1em;
}

body {font-family:Verdana, Geneva, sans-serif; font-size:12px; margin:0 auto; width:800px;}
.alto {border:0; display:block; height:30px; width:100%;}


/********************************************** TABS */
nav, nav ul {display:block; margin:0 auto; overflow:hidden; width:800px;}

nav {
	padding:20px 0 0;
}

nav ul, nav ul li {
	margin:0;
	padding:0;
}

nav ul li {
	list-style:none;
	float:left;
	text-transform:uppercase;
}

nav ul li a, nav ul li a:visited {
	background-color: #eee;
	color:#F00;
	display:block;
	height:50px;
	padding: 15px 20px 0;
	text-decoration:none;
}

nav ul li a:hover {
	background-color: #ff0000;
	color: #FFF;
	cursor:pointer;
}

nav ul li a:focus {outline:none;}

nav ul li.selected, nav ul li.selected a {
	background-color: #ff0000;
	color: #FFF;
}

/********************************************** CONTENIDOS */
section {
	background: white;
	border-top: 5px solid #ff0000;
	height:auto;
	padding:0;
	overflow-x:hidden;
	overflow-y:auto;
}

section h1, h2 {padding:30px 0; margin:0; font-weight:normal;}

section h1 {background:url(images/santander_sucursal_bg.jpg) no-repeat; height:520px; font-size:25px; padding:320px 0 0 50px; width:800px; text-align:left;}
section h1 b {font-size:28px;}
	
section h2 {font-size:22px; line-height:28px; border-bottom:5px solid #ff0000; text-align:center;}
section h2 strong { font-size:27px;}

section p { font-size:10px; line-height:11px; color:#000; padding:10px 0; margin:0; text-align:justify;}

section b {color:#F00;}

section table {border-left:1px solid #ccc; font-size:9px; margin:30px auto; text-align:left; width:680px;}
section table td { border-right:1px solid #ccc; padding:2px 20px;}
section table td strong { color:#FF0000;}

section table thead { background-color:#CCCCCC; font-weight:bold; text-align:center; text-transform:uppercase;}
section table thead td {padding:15px;}