﻿@import url(http://fonts.googleapis.com/css?family=Rajdhani:400,600);

/*
DATOS ACCESOS
dgpcfadu.com.ar
Dgpc4691
vn13@dgpcfadu.com.ar
*/


/*RESET MEYER*/

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

/*FIN RESET*/

::selection {background-color: #d6244b;color:white;}

body {background-color: #58c4bb;font-family: 'Rajdhani', sans-serif;/*border:5px solid #fbe5cb;*/}

a {text-decoration:none;color:#fbe5cb;transition:all 0.4s;}

a:hover {
	text-decoration:underline;
	cursor:pointer;
    border-left: 5px solid #fbe5cb;
    padding-left: 10px;
}

h1 {
    font-size: 3rem;
    color: #fbe5cb;
    font-weight: 800;
}

h2 {
    font-size: 2rem;
    color: #fbe5cb;
    font-weight: 800;
	text-align:center;
	margin:10px 0;
}

header {
    max-width: 960px;
    margin: 0 auto;
	padding: 20px 0;
    position:relative;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

header h1 {color: #2c9990;position:absolute;top:20px;left:20px;}
header h1 span {display:block;}

.logo {
	text-align:center;
}

header article {
	height: 150px;
	width: 275px;
	position: absolute;
	top: 20px;
	right: 0;
	margin-top:0;
}

header article a:hover {padding-left:0;border-left:0;box-shadow:0 0px 5px #666;background-color:#AD1738;}

header article .article-data-header {
	font-size:18px;
	color:white;
}

header article .img{
	text-align: center;
	position: absolute;
	bottom: 5px;
}

header article .view-more {
    background-image: url(imagenes/sprite.png);
    width: 30px;
    height: 30px;
    background-color: #d6244b;
    background-position: -7px -76px;
    display: inline-block;
    vertical-align: middle;
	border-radius:15px;
    position: absolute;
	top: -14px;
	right: -14px;
	text-indent: -9999px;
}

.news-block {
    border:5px solid white;
    padding: 5px;
    display:inline;
    text-transform: uppercase;
    transition:all 0.4s;
    font-size: 1.2rem;
}
.news-block:hover {cursor: pointer;}

.news-block a {
    text-decoration: none;
    border-left: 0;
    padding-left: 0;
    color:white;
    font-weight: 800;
}
.news-block a:hover {color: #2c9990;background-color: white;}

.news-block:after {
    content: "";
    background-image: url(imagenes/sprite.png);
    width: 22px;
    height: 22px;
    background-color: #d6244b;
    background-position: -10px -80px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 10px;

}

.wrapper {
	position:relative;
	margin: 0 auto;
	height: 140px;
}

/*Menu*/

nav {
    max-width: 960px;
	position:absolute;
    left:15%;
	top:20px;
}

nav ul {
    background-image: url(imagenes/background-menu.png);
    background-repeat: no-repeat;
    width: 290px;
    height:310px;
    font-size: 1.5rem;
    padding: 50px;
}

nav ul li {margin:5px 0;}

nav ul li.active {
	text-decoration:underline;
    border-left: 5px solid #fbe5cb;
    padding-left: 10px;
	font-weight:800;
}

nav ul li a {display: block;}

nav ul li:first-child {margin-top:0;}

/* nav ul a {
	text-decoration:none;
	color:coral;
}

nav ul a:hover {
	text-decoration:line-through;
	color:white;
	background-color:coral;
	cursor:pointer;
} */

.slider {
	background-image: url(imagenes/slider.png);
    background-repeat: no-repeat;
    height:340px;
    font-size: 1.5rem;
}

.main {
    max-width: 960px;
    margin: 0 auto;
}

section {
	padding: 20px 0;
	text-align: center;
}

article {
	border:4px solid white;
	height:250px;
	width:40%;
	display:inline-block;
	position:relative;
	padding:10px;
	margin:10px;
}

article.section {
	width: 60%;
	color: white;
	font-size: 20px;
	text-align: left;
	height: auto;
	line-height: 24px;
	float: right;
}

.article-data {
	position:absolute;
	right:0;
	bottom:0;
	background-color:coral;
	color:white;
	text-align:right;
	padding:5px;
}

.article-data span {display:block;font-weight: 800;}

section li {
	padding:3px 0;
	text-decoration:overline;
	list-style-type: decimal-leading-zero;
}

.title-section {
	font-size:24px;
	color: bisque;
	margin-bottom: 5px;
}

aside {
	text-decoration: underline;
	color: teal;
	background-color: ghostwhite;
}

.photo {
	width: 70px;
	float: right;
	border: 2px solid coral;
	background-color: coral;
}

.photo img{max-width:100%;}

article:hover {}

footer {
    /* background: cadetblue; */
    width: 100%;
	padding: 25px 0 10px 0;
	font-size:14px;
	color:white;
	border-top:5px solid white;
	clear:both;
}

.footer {max-width:960px;margin: 0 auto;}


/*MEDIA QUERIES 760*/

@media screen and (max-width:768px) {

	.wrapper {padding: 10px;border:5px solid coral;}
    
	nav ul li {display:block;margin:5px 0;}
    section {float:none;}
	.footer {padding:10px 10px 0 10px; }

}



