diff --git a/content/acc.html b/content/acc.html
new file mode 100644
index 0000000..e77091d
--- /dev/null
+++ b/content/acc.html
@@ -0,0 +1,14 @@
+
+
+
+
+
+
+
+
+ Alex Carbonell
+ Más claro agua
+
+ Programador
+
+
\ No newline at end of file
diff --git a/css/team.css b/css/team.css
index c32965d..202be1b 100644
--- a/css/team.css
+++ b/css/team.css
@@ -17,4 +17,21 @@
float: none;
margin: 0 auto;
}
+/*ACC*/
+.acc-title{font-size:32px; font-family:'Arvo'; text-align:center}
+.acc-subtitle{font-size:15px; font-family:'Arvo'; text-align:center; font-style:italic;}
+.acc-circular {
+ width: 200px;
+ height: 200px;
+ border-radius: 100px;
+ -webkit-border-radius: 100px;
+ -moz-border-radius: 100px;
+ background: url(http://www.freeiconspng.com/uploads/duck-png-16.png) no-repeat;
+ background-size: auto 200px;
+ background-position: center;
+ float: none;
+ margin: 0 auto;
+ }
+
+
diff --git a/index.html b/index.html
index 1656ee2..a08f8b8 100644
--- a/index.html
+++ b/index.html
@@ -19,6 +19,7 @@