/*
==============================================
Reset CSS
==============================================
*/

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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
	font-weight: 500;
}
a{
	cursor: pointer;
}
a:hover, a:active, a:focus, input[type=radio] {
	outline: none;
	outline: 0;
}
/* remember to define focus styles! */
:focus {
	outline: none;
}
body {
	color: black;
	background: transparent;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
strong{
	font-weight: 600;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

.form-control:focus{
	border-color: rgba(214,214,214,1);
	webkit-box-shadow: none;
	box-shadow: none;
}


/*
==============================================
Style General
==============================================
*/

html, body, h1, h2, h3, h4, h5, h6, p, a{
	margin: 0;
	padding: 0;
	text-decoration: none;
	color: inherit;
	box-sizing: border-box;
}
html{
	-ms-text-size-adjust: none;
	font-size: 16px;
	height: 100%;
}

body{
	position: relative;
	width: 100%;
	display: block;
	background-color: #000;
}

.woowContentFull{
	width: 100%;
	overflow: auto;
}

.woowContent1200{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
}

/*
==============================================
Style Home
==============================================
*/

.full_page{
	width: 100%;
	position: relative;
	display: block;
}

.img_page{
	width: 100%;
	position: relative;
	display: block;
}

.img_page img{
	width: 100%;
	height: auto;
	display: block;
}

.a_page{
	width: 100%;
	position: relative;
	display: block;
}

.a_page a{
	width: 100%;
	display: block;
}

.a_page a img{
	width: 100%;
	height: auto;
	display: block;
}


/*Politicas*/
.arbol_politicas{
	max-width: 1200px;
	margin: auto;
	padding: 3em 1em;
	font-family: arial;
}
.arbol_politicas h1{
	text-align: center;
	margin-bottom: 2em;
	color: #E85617;
}
.arbol_politicas p{
	margin-bottom: 1em;
	color: #fff
}
.arbol_politicas ul{
	padding-left: 2em;
	list-style: disc;
	margin-bottom: 2em;
}
.arbol_politicas li{
	margin-bottom: 0.5em;
	color: #fff
}
.arbol_politicas a{
	color: #E85617;
}
.content_footer_politicas{
    background: #fff;
    text-align: center;
    padding: 10px;
    font-family: arial;
}
.content_footer_politicas a{
    font-weight: bold;
}