/* Reset */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, 
big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, 
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, 
canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, 
audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	outline:none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	-webkit-text-size-adjust: none;
}


/* ------------------------------------------------------------------------------------------ */


@font-face {
	font-family: "Shrikhand";
	src: url('Shrikhand/Shrikhand-Regular.ttf');
}


@font-face {
	font-family: "Sriracha";
	src: url('Sriracha/Sriracha-Regular.ttf');
}


@font-face {
	font-family: "Gloria_Hallelujah";
	src: url('Gloria_Hallelujah/GloriaHallelujah.ttf');
}


@font-face {
	font-family: "Jua";
	src: url('Jua/Jua-Regular.ttf');
}


@font-face {
	font-family: "Krona_One";
	src: url('Krona_One/KronaOne-Regular.ttf');
}


@font-face {
	font-family: "Nanum_Brush_Script";
	src: url('Nanum_Brush_Script/NanumBrushScript-Regular.ttf');
}


@font-face {
	font-family: "Ubuntu_Regular";
	src: url('Ubuntu/Ubuntu-Regular.ttf');
}


@font-face {
	font-family: "Roboto_Regular";
	src: url('Roboto/Roboto-Regular.ttf');
}


body {
  font-family: Roboto_Regular;
  font-size: 10pt;
  font-weight: normal;
  color: 000000;
  background-color: #A4D2D2;
  margin-left: 0 px;
  margin-top: 0 px;
  margin-right: 0 px;
  margin-bottom: 0 px;
  background-repeat: repeat;
  background-attachment: fixed;
  background-position: bottom left;
  background-width: 100%;
  scrollbar-face-color: #DBDCE5;
  scrollbar-highlight-color: #ffffff;
  scrollbar-3dlight-color: #F8F8FB;
  scrollbar-darkshadow-color: #727272;
  scrollbar-shadow-color: #989898;
  scrollbar-arrow-color: #3F3D3D;
  scrollbar-track-color: #F8F8FB;
}


/* h1 por defecto ... */
h1 {
	font-size: 18pt;
	font-family: Roboto_Regular;
	font-weight: normal;
	color: RGBA(0,0,0,1);
}


/* h1 en función de la resolución y/o la orientación de la pantalla ... */
@media all and (orientation: portrait) {
	/* Ejemplo: ...........................................................
								@media screen and (min-device-width: 719px) {
									h1 {
										font-size: 5.0vw;
									}
								}
	...................................................................... */
	h1 {
		font-size: 5.4vw;
	}
}


h3 {
	font-size: 28px;
	font-familiy: Roboto_Regular;	
	font-weight: bold;
	color: RGBA(3,45,108,1);
}


li {
	display: inline;
}


p {
	align: left;
	line-height: 140%;
}


/* logo_pral por defecto ... */
#logo_pral {
	margin: 10px 0px -10px 0px;
	width: 50%;
	max-width: 3000px;
	min-width: 100px;
	height: auto;
}


/* logo_pral en función de la resolución y/o la orientación de la pantalla ... */
@media all and (orientation: portrait) {
	#logo_pral {
		width: 90%;
	}
}


/* foto_primer_estilo por defecto ... */
#foto_primer_estilo {
	margin: 0px 0px 0px 0px;
	width: 100%;
	max-width: 1500px;
	min-width: 300px;
	height: auto;
}


/* foto_primer_estilo en función de la resolución y/o la orientación de la pantalla ... */
@media all and (orientation: portrait) {
	#foto_primer_estilo {
		width: 100%;
	}
}


/* main_wrap por defecto ... */
#main_wrap {
	display: block;
	width: 90%;
	min-width: 260px; 
	height: auto;
	margin: 20px auto;
	text-align:center;	
	position:static;
	border: 0px solid green;
	border-radius: 0px; 
	color:#000000;
	background-color: RGBA(255,255,255,1);
	padding: 2px 10px 10px 10px;
	box-shadow: 0px 0px 20px #000000;	
}


/* main_wrap en función de la resolución y/o la orientación de la pantalla ... */
@media all and (orientation: portrait) {
	#main_wrap {
		width: 100%;
		margin: 0px auto;
		background-color: RGBA(255,255,255,1);
		padding: 2px 10px 10px 10px;
		box-shadow: 0px 0px 0px #000000;	
	}
}


#cabecera {
	display: block;
	width: 100%;
	min-width: auto; 
	height: auto;
	margin: 0px -10px;
	text-align:center;	
	position:relative;
	border: 0px solid white;
	border-radius: 0px; 
	color:#000000;
	background-color: RGBA(255,255,255,1);
	padding: 2px 10px 2px 10px;
	box-shadow: 0px 0px 0px #ff0000;	
}


#a_de_menu_pral {
	text-decoration: none;
	color: rgba(255,255,255,1);
}


#menu_pral {
	display: block;
	width: 80%;
	min-width: 240px;
	height: auto;
	margin: 20px auto;
	text-align:center;	
	position:static;
	border: 1px solid RGBA(164,210,210,1);
	border-radius: 0px; 
	color:#ffffff;
	background-color: RGBA(164,210,210,1);
	padding: 2px 10px 10px 10px;
	box-shadow: 0px 0px 0px #5AD223;	
  font-size: 2.5vw;
	font-weight: normal;
	font-family: Roboto_Regular;
}


/* menu_pral en función de la resolución y/o la orientación de la pantalla ... */
@media all and (orientation: portrait) {
	#menu_pral {
		width: 93%;
		font-size: 3.9vw;
	}
}


#cuerpo {
	display: block;
	width: 100%;
	min-width: auto; 
	height: auto;
	margin: 0px -10px;
	text-align: left;	
	position: relative;
	border: 0px solid white;
	border-radius: 0px; 
	color: #000000;
	background-color: RGBA(0,0,0,0.0);
	padding: 0px 10px 0px 10px;
	box-shadow: 0px 0px 0px #00ff00;	
}


#a_de_apartado_1, #a_de_apartado_2, #a_de_apartado_3, #a_de_apartado_4 {
	text-decoration: none;
}


/* #a_de_apartado_1, específicamente */
#a_de_apartado_1 {
  font-size: 4.2vw;
	font-weight: bold;
	font-family: Roboto_Regular;
	text-shadow: 0px 0px 10px #000000;
	color: RGBA(255,255,255,1);
}


/* #a_de_apartado_1, específicamente, en función de la resolución y/o la orientación de la pantalla ... */
@media all and (orientation: portrait) {
	#a_de_apartado_1 {
		font-size: 5.9vw;
	}
}


#apartado_1, #apartado_2, #apartado_3, #apartado_4 {
	display: block;
	width: 80%;
	min-width: 240px;
	height: auto;
	margin: 20px auto;
	text-align: left;	
	position:static;
	border: 1px solid RGBA(255,255,255,1);
	border-radius: 0px; 
	color:#000000;
	background-color: RGBA(255,255,255,1);
	padding: 2px 10px 10px 10px;
	box-shadow: 0px 0px 0px #000000;	
  font-size: 18px;
	font-weight: normal;
	font-family: Roboto_Regular;
}


/* apartado_1, específicamente */
#apartado_1 {
  background-image: url('../img/city-6872271_1280.jpg');
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: bottom center;
  background-size: 100%;
	box-shadow: 0px 0px 20px #000000 inset;	
  font-size: 2.5vw;
	font-weight: bold;
	font-family: Roboto_Regular;
	text-shadow: 1px 1px 3px #000000; 
	color: RGBA(255,255,255,1)
}


/* apartado_1, #apartado_2, #apartado_3, #apartado_4 en función de la resolución y/o la orientación de la pantalla ... */
@media all and (orientation: portrait) {
	#apartado_1, #apartado_2, #apartado_3, #apartado_4 {
		width: 93%;
	}
}


/* apartado_1, específicamente, en función de la resolución y/o la orientación de la pantalla ... */
@media all and (orientation: portrait) {
	#apartado_1 {
		font-size: 3.5vw;
	}
}


#pie {
	display: block;
	width: 100%;
	min-width: auto; 
	height: auto;
	margin: 0px -10px;
	text-align: center;	
	position:relative;
	border: 0px solid white;
	border-radius: 0px; 
	color:#000000;
	background-color: RGBA(100,100,100,0.0);
	padding: 2px 10px 10px 10px;
	box-shadow: 0px 0px 0px #d400d4;	
}


#a_de_menu_pie {
	text-decoration: none;
	color: rgba(255,255,255,1);
}


#menu_pie {
	display: block;
	width: 80%;
	min-width: 240px;
	height: auto;
	margin: 20px auto;
	text-align: center;	
	position:static;
	border: 1px solid RGBA(164,210,210,1);
	border-radius: 0px; 
	color:#ffffff;
	background-color: RGBA(164,210,210,1);
	padding: 20px 4px 0px 4px;
	box-shadow: 0px 0px 0px #d40000;	
  font-size: 1.5vw;
	font-weight: normal;
	font-family: Roboto_Regular;
}


/* menu_pie en función de la resolución y/o la orientación de la pantalla ... */
@media all and (orientation: portrait) {
	#menu_pie {
		width: 93%;
		font-size: 2.3vw;
	}
}



		