/* 
----------------------------------------------------
CSS Document
Definicion de Estilos - General
RGB Fotografía y Diseño 2013
----------------------------------------------------
*/


html {
	overflow-y: scroll;
}

body {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFFFFF;
	background-color: #0096d7;
}

h1, h2, h3 {
	text-transform: uppercase;
	color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;	
	font-size: 16px;
}



h1 {
	font-size: 20px;
	letter-spacing: -.10em;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 50px;
	margin-bottom: 10px;
	word-spacing: .25em;
	color:#58c5f4;
}

h2 {
	font-size: 18px;
	margin-top: 40px;
}

h3 {
	font-size: 12px;
}

dt {
	font-size: 18px;
	text-transform: uppercase;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
}

a:link {
	color: #FFFFFF;
}

a:visited {
	color: #FFFFFF;
}

a:hover {
	color: #FFFFFF;
}

a:active {
	color: #FFFFFF;
}

.h1_first {
	margin-top: 10px;

}
dt {
	font-size: 18px;
	text-transform: uppercase;
	margin-left: 25px;
	list-style-type: square;
}
