

body {
	position: relative;
	margin: 5%;
	margin-right: 10%;
	padding: 0;
	font-family: 'Verdana', 'Helvetica', 'Sans-serif';
	background: url('../images/background.png') bottom repeat-x;
}



a {
	color: rgb(40, 55, 98);
	text-decoration: none;
}


a:hover {
	text-decoration: underline;
}


#header {
	position: relative;
	margin: 0;
	padding: 0;
}


#header #links {
	position: absolute;
	right: 0;
	top: 0;
}


#header #logo {
	position: relative;
	left: -8px;
	top: -8px;
}


#page {
	margin-top: 5%;
}


h1, h2, h3, h4, h5, h6 {
	font-family: 'Garamond', 'Times New Roman', 'Roman', 'Serif';
	color: rgb(40, 55, 98);
}


h1 {
	font-size: 2.3em;
	margin-bottom: 1.5em;
}


h2 {
	font-weight: normal;
	font-style: italic;
	font-size: 1.7em;
}

.enpreparacion {
	margin-right: 2em;
}

.laempresa {
	margin-right: 1em;
}

.seguros {
	margin-left: 1em;
	margin-right: 1em;
}

.contactenos {
	margin-left: 1em;
}


.title {
	display: inline;
	border-bottom: 5px solid silver;
	padding-bottom: -15px;
}



.otherTitle {
	display: inline;
	font-size: 1.6em;
}


.rounded1, .rounded2, .rounded3, .rounded4 {
	position: absolute;
	width: 30px;
	height: 30px;
	background: url('/images/rounded.png');
}

.rounded1 {
	left: 0;
	top: 0;
}


.rounded2 {
	right: 0;
	top: 0;
}


.rounded3 {
	left: 0;
	bottom: 0;
}


.rounded4 {
	right: 0;
	bottom: 0;
}


.medioscomunicacion {
	position: relative;
	margin-top: 30px;
	padding: 15px;
	width: 450px;
	height: 200px;
}

.medioscomunicacion .container {
	position: relative;
	left: 0;
	top: 0;
	background: rgb(185, 185, 185);
	width: 100%;
	height: 100%;
	border: 1px solid rgb(185, 185, 185);
}

.medioscomunicacion .top, .medioscomunicacion .bottom {
	position: absolute;
	left: 15px;
	width: 450px;
	height: 15px;
	background: rgb(185, 185, 185);
}

.medioscomunicacion .top {
	top: 0;
}

.medioscomunicacion .bottom {
	bottom: 0;
}

.medioscomunicacion .left, .medioscomunicacion .right {
	position: absolute;
	top: 15px;
	width: 15px;
	height: 200px;
	background: rgb(185, 185, 185);
}

.medioscomunicacion .left {
	left: 0;
}

.medioscomunicacion .right {
	right: 0;
}


.medioscomunicacion .rounded1, .medioscomunicacion .rounded2, .medioscomunicacion .rounded3, .medioscomunicacion .rounded4 {
	position: absolute;
	background-image: url('../images/rounded.png');
	width: 15px;
	height: 15px;
}

.medioscomunicacion .rounded1 {
	left: 0;
	top: 0;
}

.medioscomunicacion .rounded2 {
	right: 0;
	top: 0;
	background-position: top right;
}

.medioscomunicacion .rounded3 {
	left: 0;
	bottom: 0;
	background-position: bottom left;
}

.medioscomunicacion .rounded4 {
	right: 0;
	bottom: 0;
	background-position: bottom right;
}

.medioscomunicacion h1 {
	font-size: 1.5em;
}


#footer {
	margin-top: 10%;
}
